@charset "UTF-8";

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.top_bar {
  background: #7E0227;
  padding: 8px 28px;
}

.top_bar_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.top_contact_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #F9FBFC;
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.top_contact_item:hover {
  color: #57CF00;
}

.top_contact_item:focus {
  background-color: rgba(87, 207, 0, 0.15);
  outline: none;
  border-radius: 4px;
}

.top_contact_icon {
  width: 14px;
  height: 14px;
  fill: #57CF00;
  flex-shrink: 0;
}

.top_divider {
  width: 1px;
  height: 16px;
  background: rgba(249, 251, 252, 0.25);
}

.hd_brand_row {
  background: #F9FBFC;
  padding: 16px 28px;
  border-bottom: 2px solid #7E0227;
}

.hd_brand_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.hd_logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px dashed #7E0227;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  flex-shrink: 0;
  padding: 4px;
}

.hd_logo_img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block;
}

.hd_brand_name {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #7E0227;
  letter-spacing: 0;
}

.hd_brand_rule {
  display: block;
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid rgba(126, 2, 39, 0.18);
  margin: 0;
}

.hd_nav_row {
  background: linear-gradient(90deg, #7E0227 0%, #a0032f 60%, #7E0227 100%);
  padding: 0 28px;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.hd_nav_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}

.hd_nav_link {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #F9FBFC;
  text-decoration: none;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  border-radius: 0;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hd_nav_link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #57CF00;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px 4px 0 0;
}

.hd_nav_link:hover {
  color: #57CF00;
  background-color: rgba(249, 251, 252, 0.08);
  border-radius: 8px 8px 0 0;
}

.hd_nav_link:hover::after {
  transform: scaleX(1);
}

.hd_nav_link:focus {
  background-color: rgba(87, 207, 0, 0.18);
  outline: none;
  border-radius: 8px;
}

.hd_nav_link.active_pg {
  color: #57CF00;
}

.hd_nav_link.active_pg::after {
  transform: scaleX(1);
}

.ft_wrap {
  background: #7E0227;
  padding: 56px 28px 28px;
}

.ft_grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
  align-items: start;
}

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

.ft_logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px dashed rgba(249, 251, 252, 0.6);
  border-radius: 0;
  background: rgba(249, 251, 252, 0.08);
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), inset 0 0 0 1px rgba(87, 207, 0, 0.18);
  padding: 4px;
  flex-shrink: 0;
}

.ft_logo_img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 4px;
}

.ft_brand_label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #F9FBFC;
}

.ft_tagline {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.72);
}

.ft_links_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ft_links_heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #57CF00;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ft_link {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.82);
  text-decoration: none;
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: -8px;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

.ft_link:hover {
  color: #57CF00;
  background-color: rgba(87, 207, 0, 0.12);
  border-radius: 14px;
}

.ft_link:focus {
  background-color: rgba(87, 207, 0, 0.2);
  outline: none;
  border-radius: 8px;
}

.ft_contact_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ft_contact_heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #57CF00;
  text-transform: uppercase;
}

.ft_contact_entry {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ft_contact_label {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(249, 251, 252, 0.55);
  font-weight: 700;
}

.ft_contact_val {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #F9FBFC;
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
}

.ft_contact_val:hover {
  color: #57CF00;
}

.ft_contact_val:focus {
  background-color: rgba(87, 207, 0, 0.15);
  outline: none;
  border-radius: 4px;
}

.ft_bottom_bar {
  max-width: 1200px;
  margin: 56px auto 0;
  border-top: 1px solid rgba(249, 251, 252, 0.18);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.ft_copy {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(249, 251, 252, 0.5);
}

.ft_legal_links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ft_legal_link {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(249, 251, 252, 0.6);
  text-decoration: none;
  border-radius: 4px;
  padding: 4px 8px;
  transition: color 0.24s cubic-bezier(0.0, 0, 0.2, 1), background-color 0.24s cubic-bezier(0.0, 0, 0.2, 1), border-radius 0.24s cubic-bezier(0.0, 0, 0.2, 1);
}

.ft_legal_link:hover {
  color: #57CF00;
  background-color: rgba(87, 207, 0, 0.12);
  border-radius: 14px;
}

.ft_legal_link:focus {
  background-color: rgba(87, 207, 0, 0.2);
  outline: none;
  border-radius: 8px;
}

.ck_bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 3px solid #7E0227;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  z-index: 2000;
  padding: 16px 28px;
  transform: translateY(100%);
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.ck_bar.ck_visible {
  transform: translateY(0);
}

.ck_bar_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}

.ck_text_col {
  flex: 1;
  min-width: 220px;
}

.ck_msg {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #2a0008;
}

.ck_detail_panel {
  display: none;
  margin-top: 16px;
  padding: 16px;
  background: #F9FBFC;
  border-radius: 8px;
  border-top: 2px solid rgba(126, 2, 39, 0.12);
}

.ck_detail_panel.ck_open {
  display: block;
}

.ck_toggle_row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ck_toggle_label {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #2a0008;
  font-weight: 700;
}

.ck_toggle_desc {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin-top: 8px;
}

.ck_checkbox {
  width: 18px;
  height: 18px;
  accent-color: #7E0227;
  cursor: pointer;
  flex-shrink: 0;
}

.ck_btn_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  align-items: stretch;
  min-width: 140px;
}

.ck_btn_accept {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #F9FBFC;
  background: #7E0227;
  border: 2px solid #7E0227;
  border-radius: 4px;
  padding: 16px 16px;
  cursor: pointer;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
}

.ck_btn_accept:hover {
  background: #57CF00;
  border-color: #57CF00;
  color: #2a0008;
  border-radius: 14px;
}

.ck_btn_accept:focus {
  background-color: rgba(87, 207, 0, 0.25);
  color: #2a0008;
  outline: none;
  border-radius: 8px;
}

.ck_btn_decline {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #7E0227;
  background: transparent;
  border: 2px solid #7E0227;
  border-radius: 4px;
  padding: 16px 16px;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
}

.ck_btn_decline:hover {
  background-color: rgba(126, 2, 39, 0.08);
  border-radius: 14px;
}

.ck_btn_decline:focus {
  background-color: rgba(87, 207, 0, 0.15);
  outline: none;
  border-radius: 8px;
}

.ck_btn_settings {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  background: transparent;
  border: 2px solid rgba(126, 2, 39, 0.35);
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
}

.ck_btn_settings:hover {
  border-color: #7E0227;
  background-color: rgba(126, 2, 39, 0.05);
  border-radius: 14px;
}

.ck_btn_settings:focus {
  background-color: rgba(87, 207, 0, 0.15);
  outline: none;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .ft_grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .ft_contact_col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .top_bar_inner {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hd_nav_inner {
    gap: 0;
  }

  .hd_nav_link {
    padding: 16px 8px;
    font-size: 13px;
  }

  .ft_grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ft_contact_col {
    grid-column: auto;
  }

  .ft_bottom_bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ck_bar_inner {
    flex-direction: column;
    gap: 16px;
  }

  .ck_btn_col {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .hd_brand_row {
    padding: 16px;
  }

  .hd_nav_row {
    padding: 0 4px;
  }

  .hd_nav_link {
    padding: 16px 4px;
    font-size: 13px;
  }

  .top_bar {
    padding: 8px 16px;
  }

  .ft_wrap {
    padding: 28px 16px 16px;
  }
}

.doc-marj-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 28px;
  background: #F9FBFC;
  color: #1b1b2e;
}

.doc-marj-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #1b1b2e;
}

.doc-marj-content ul,
.doc-marj-content ol {
  padding-left: 28px;
  margin-bottom: 16px;
}

.doc-marj-content ul {
  list-style-type: disc;
}

.doc-marj-content ol {
  list-style-type: decimal;
}

.doc-marj-content li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #1b1b2e;
}

.doc-marj-content li:last-child {
  margin-bottom: 0;
}

.doc-marj-content strong,
.doc-marj-content b {
  font-weight: 700;
  color: #7E0227;
}

.doc-marj-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
  font-size: 14px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.doc-marj-content thead {
  background: #7E0227;
}

.doc-marj-content thead th {
  color: #F9FBFC;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 16px;
  text-align: left;
  line-height: 1.2;
}

.doc-marj-content tbody tr {
  border-bottom: 1px solid rgba(126, 2, 39, 0.08);
  transition: background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.doc-marj-content tbody tr:last-child {
  border-bottom: none;
}

.doc-marj-content tbody tr:nth-child(even) {
  background: rgba(87, 207, 0, 0.05);
}

.doc-marj-content tbody tr:hover {
  background: rgba(126, 2, 39, 0.04);
}

.doc-marj-content td {
  padding: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #1b1b2e;
  vertical-align: top;
}

.doc-marj-content th {
  padding: 16px;
  line-height: 1.2;
}

.doc-marj-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #7E0227 0%, #57CF00 60%, transparent 100%);
  margin: 28px 0;
  border-radius: 4px;
}

.doc-marj-content div {
  margin-bottom: 16px;
}

.doc-marj-content div p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .doc-marj-content {
    padding: 28px 16px;
  }

  .doc-marj-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .doc-marj-content thead th,
  .doc-marj-content td {
    padding: 8px 16px;
  }

  .doc-marj-content p,
  .doc-marj-content li {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .doc-marj-content {
    padding: 16px 8px;
  }

  .doc-marj-content ul,
  .doc-marj-content ol {
    padding-left: 16px;
  }

  .doc-marj-content thead th,
  .doc-marj-content td {
    padding: 8px;
    font-size: 13px;
  }
}

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

.int_stud .ed_col {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.int_stud .reveal_mask {
  clip-path: inset(0 100% 0 0);
  animation: revealRight 0.72s cubic-bezier(0.0, 0, 0.2, 1) forwards;
}

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

.int_stud .reveal_up {
  clip-path: inset(0 0 100% 0);
  animation: revealUp 0.64s cubic-bezier(0.0, 0, 0.2, 1) 0.18s forwards;
}

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

/* ── SECTION 1: TITLE BLOCK ── */
.int_stud .title_strip {
  padding-top: 56px;
  padding-bottom: 28px;
  background-color: #F9FBFC;
  position: relative;
}

.int_stud .title_strip .ed_col {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 56px;
}

.int_stud .title_img_wrap {
  flex: 0 0 420px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.int_stud .title_img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 100% 0%, rgba(126, 2, 39, 0.38) 0%, transparent 60%),
    radial-gradient(ellipse at 0% 100%, rgba(126, 2, 39, 0.22) 0%, transparent 55%);
  pointer-events: none;
  border-radius: 14px;
}

.int_stud .title_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 14px;
}

.int_stud .title_circles_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 260px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 14px;
}

.int_stud .title_circles_bg svg {
  position: absolute;
  top: -40px;
  right: -40px;
}

.int_stud .title_text_zone {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.int_stud .title_label {
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.int_stud .title_h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: 800;
  margin: 0;
}

.int_stud .title_h1 span {
  color: #7E0227;
}

.int_stud .title_sub {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
  max-width: 480px;
}

.int_stud .title_strokes {
  position: absolute;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.int_stud .stroke_line {
  width: 32px;
  height: 3px;
  background-color: #57CF00;
  border-radius: 4px;
}

.int_stud .stroke_line:nth-child(2) {
  width: 22px;
}

.int_stud .stroke_line:nth-child(3) {
  width: 14px;
}

.int_stud .title_dots_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 28px;
  padding-bottom: 0;
}

.int_stud .dot_div {
  width: 7px;
  height: 7px;
  border-radius: 40px;
  background-color: #7E0227;
  opacity: 0.35;
}

.int_stud .dot_div.active {
  opacity: 1;
  background-color: #57CF00;
}

/* ── SECTION 2: DIAGONAL SPLIT + CONTENT ── */
.int_stud .diag_split {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  overflow: hidden;
}

.int_stud .diag_split::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, #F9FBFC 52%, #7E0227 52%);
  z-index: 0;
  pointer-events: none;
}

.int_stud .diag_split .ed_col {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
}

.int_stud .diag_left {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.int_stud .diag_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: #57CF00;
  font-size: 27px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 4px 25px 0 rgba(87, 207, 0, 0.11);
  flex-shrink: 0;
}

.int_stud .diag_sidebar_label {
  font-size: 13px;
  line-height: 1.2;
  color: #F9FBFC;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.int_stud .diag_sidebar_stat {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.int_stud .diag_sidebar_note {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.82);
}

.int_stud .diag_center {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.int_stud .diag_h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: 800;
  margin: 0;
}

.int_stud .diag_h2 strong {
  font-size: 52px;
  display: block;
  color: #7E0227;
}

.int_stud .diag_para {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0;
}

.int_stud .diag_cards_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.int_stud .diag_card {
  flex: 1 1 200px;
  background-color: #fff;
  border-radius: 14px;
  padding: 28px 16px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 0 0 2px rgba(126, 2, 39, 0.08), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.int_stud .diag_card:hover {
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #7E0227, 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.int_stud .diag_card_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 40px;
  background-color: #7E0227;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.int_stud .diag_card_title {
  font-size: 14px;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.2;
}

.int_stud .diag_card_body {
  font-size: 13px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0;
}

.int_stud .diag_right {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.int_stud .donut_wrap {
  position: relative;
  width: 160px;
  height: 160px;
}

.int_stud .donut_label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.int_stud .donut_pct {
  font-size: 27px;
  font-weight: 800;
  color: #7E0227;
  line-height: 1.2;
  display: block;
}

.int_stud .donut_sub {
  font-size: 11px;
  color: #5a5a5a;
  line-height: 1.2;
  display: block;
}

.int_stud .donut_caption {
  font-size: 13px;
  line-height: 1.7;
  color: #3a3a3a;
  text-align: center;
}

/* ── SECTION 3: PORTRAIT + EDITORIAL ── */
.int_stud .editorial_blk {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #fff;
  position: relative;
}

.int_stud .editorial_blk .ed_col {
  display: grid;
  grid-template-columns: 140px 1fr 140px;
  gap: 56px;
  align-items: start;
}

.int_stud .ed_sidebar_left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  padding-top: 8px;
}

.int_stud .ed_sidebar_right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-end;
  padding-top: 8px;
}

.int_stud .ed_portrait_wrap {
  width: 120px;
  height: 168px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  transition: box-shadow 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.int_stud .ed_portrait_wrap:hover {
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.int_stud .ed_portrait_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.int_stud .ed_quote_block {
  border-radius: 14px;
  background-color: #F9FBFC;
  padding: 16px;
  box-shadow: inset 0 1px 2px 0 rgba(126, 2, 39, 0.06);
}

.int_stud .ed_quote_text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a3a3a;
  font-style: italic;
  margin: 0 0 8px 0;
}

.int_stud .ed_quote_name {
  font-size: 13px;
  font-weight: 700;
  color: #7E0227;
  line-height: 1.2;
}

.int_stud .ed_quote_role {
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.2;
}

.int_stud .ed_strokes_right {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}

.int_stud .ed_stroke {
  height: 3px;
  background-color: #57CF00;
  border-radius: 4px;
}

.int_stud .ed_stroke:nth-child(1) {
  width: 32px;
}

.int_stud .ed_stroke:nth-child(2) {
  width: 22px;
}

.int_stud .ed_stroke:nth-child(3) {
  width: 14px;
}

.int_stud .ed_content_mid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.int_stud .ed_h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b1b;
  margin: 0;
}

.int_stud .ed_h2 em {
  font-style: normal;
  font-size: 52px;
  color: #7E0227;
  display: block;
}

.int_stud .ed_para {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0;
}

.int_stud .ed_img_wrap {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  transition: box-shadow 0.26s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.int_stud .ed_img_wrap:hover {
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  border-radius: 4px;
}

.int_stud .ed_img_wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
}

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

.int_stud .ed_list_numbered li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.int_stud .ed_num_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 40px;
  background-color: #57CF00;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.int_stud .ed_list_text {
  font-size: 14px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0;
}

.int_stud .ed_badge_corner {
  position: relative;
  align-self: flex-start;
}

.int_stud .ed_badge_overlay {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #7E0227;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  z-index: 2;
}

/* ── DIVIDERS ── */
.int_stud .divider_dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.int_stud .divider_dot {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background-color: #7E0227;
  opacity: 0.28;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .int_stud .ed_col {
    padding-left: 28px;
    padding-right: 28px;
  }

  .int_stud .title_strip .ed_col {
    flex-direction: column;
    gap: 28px;
  }

  .int_stud .title_img_wrap {
    flex: 0 0 auto;
    height: 280px;
    width: 100%;
  }

  .int_stud .diag_split .ed_col {
    flex-direction: column;
    gap: 28px;
  }

  .int_stud .diag_left {
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
  }

  .int_stud .diag_right {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
  }

  .int_stud .editorial_blk .ed_col {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .int_stud .ed_sidebar_left,
  .int_stud .ed_sidebar_right {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .int_stud .ed_sidebar_right {
    align-items: flex-end;
  }

  .int_stud .diag_split::before {
    background: linear-gradient(175deg, #F9FBFC 58%, #7E0227 58%);
  }
}

@media (max-width: 768px) {
  .int_stud .title_h1 {
    font-size: 37px;
  }

  .int_stud .diag_h2 strong {
    font-size: 37px;
  }

  .int_stud .ed_h2 em {
    font-size: 37px;
  }

  .int_stud .diag_cards_row {
    flex-direction: column;
  }

  .int_stud .diag_card {
    flex: 1 1 auto;
  }

  .int_stud .ed_col {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 375px) {
  .int_stud .title_h1 {
    font-size: 27px;
  }

  .int_stud .diag_h2 {
    font-size: 27px;
  }

  .int_stud .ed_h2 {
    font-size: 27px;
  }

  .int_stud .ed_h2 em {
    font-size: 27px;
  }

  .int_stud .diag_h2 strong {
    font-size: 27px;
  }

  .int_stud .donut_wrap {
    width: 120px;
    height: 120px;
  }
}

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

.prtl * {
  box-sizing: border-box;
}

.prtl .pg_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ─── SECTION 1: TITLE BLOCK ─── */
.prtl .bento_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  padding: 56px 28px 28px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.prtl .bento_grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(126, 2, 39, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 2, 39, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

.prtl .bento_img_cell {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 420px;
}

.prtl .bento_img_cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .bento_img_cell:hover img {
  filter: blur(0px);
}

.prtl .bento_img_tint {
  position: absolute;
  inset: 0;
  background: rgba(126, 2, 39, 0.18);
  border-radius: 14px;
  pointer-events: none;
}

.prtl .bento_txt_top {
  grid-column: 2;
  grid-row: 1;
  background: #7E0227;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.prtl .bento_txt_top .bento_label {
  font-size: 13px;
  color: rgba(249, 251, 252, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.prtl .bento_h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0;
}

.prtl .bento_h1 .bento_h1_big {
  display: block;
  font-size: 52px;
  line-height: 1.2;
}

.prtl .bento_h1 .bento_h1_sub {
  display: block;
  font-size: 27px;
  line-height: 1.2;
  color: #57CF00;
}

.prtl .bento_txt_btm {
  grid-column: 2;
  grid-row: 2;
  background: #F9FBFC;
  border-radius: 14px;
  padding: 28px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.prtl .bento_txt_btm .bento_desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2a0a12;
  margin: 0 0 16px;
}

.prtl .bento_txt_btm .bento_since {
  font-size: 13px;
  color: #7E0227;
  font-weight: 600;
}

/* ─── SECTION 2: WHO BELONGS ─── */
.prtl .who_sec {
  padding: 56px 0;
  background: #F9FBFC;
}

.prtl .who_layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.prtl .who_aside {
  position: relative;
}

.prtl .who_aside_line {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #57CF00;
  border-radius: 4px;
}

.prtl .who_aside_h {
  font-size: 37px;
  line-height: 1.2;
  color: #2a0a12;
  margin: 0 0 16px;
  padding-left: 16px;
}

.prtl .who_aside_h span {
  font-size: 52px;
  display: block;
  line-height: 1.2;
}

.prtl .who_aside_note {
  font-size: 14px;
  line-height: 1.7;
  color: #5a2030;
  padding-left: 16px;
  margin: 0;
}

.prtl .who_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.prtl .who_card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  transition: border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .who_card:hover {
  border-radius: 4px;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.prtl .who_card_tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.prtl .who_card_tag.fit {
  background: rgba(87, 207, 0, 0.15);
  color: #2d6e00;
}

.prtl .who_card_tag.skip {
  background: rgba(126, 2, 39, 0.1);
  color: #7E0227;
}

.prtl .who_card_h {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a0a12;
  margin: 0 0 8px;
}

.prtl .who_card_p {
  font-size: 14px;
  line-height: 1.7;
  color: #5a2030;
  margin: 0;
}

/* ─── SECTION 3: APPROACH ─── */
.prtl .approach_sec {
  padding: 56px 0;
  background: linear-gradient(160deg, #2a0a12 60%, #7E0227 100%);
  position: relative;
}

.prtl .approach_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.prtl .approach_top {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-end;
  margin-bottom: 56px;
}

.prtl .approach_h {
  font-size: 37px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0;
  flex: 1;
}

.prtl .approach_h span {
  font-size: 52px;
  display: block;
  color: #57CF00;
}

.prtl .approach_intro_p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.8);
  margin: 0;
  max-width: 420px;
}

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

.prtl .step_item {
  background: rgba(249, 251, 252, 0.06);
  border-radius: 14px;
  padding: 28px;
  border: 1px solid rgba(249, 251, 252, 0.1);
  transition: background 0.26s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .step_item:hover {
  background: rgba(87, 207, 0, 0.1);
  border-radius: 4px;
}

.prtl .step_num {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #7E0227;
  color: #F9FBFC;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.prtl .step_h {
  font-size: 16px;
  font-weight: 700;
  color: #F9FBFC;
  margin: 0 0 8px;
  line-height: 1.2;
}

.prtl .step_p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.75);
  margin: 0;
}

/* ─── SECTION 4: THE GAP ─── */
.prtl .gap_sec {
  padding: 56px 0;
  background: #fff;
}

.prtl .gap_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.prtl .gap_img_wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.prtl .gap_img_wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .gap_img_wrap:hover img {
  filter: blur(0px);
}

.prtl .gap_txt {
  padding: 16px 0;
}

.prtl .gap_h {
  font-size: 37px;
  line-height: 1.2;
  color: #2a0a12;
  margin: 0 0 28px;
  position: relative;
  padding-left: 16px;
}

.prtl .gap_h::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: #7E0227;
  border-radius: 4px;
}

.prtl .gap_h span {
  font-size: 52px;
  display: block;
  line-height: 1.2;
}

.prtl .gap_p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a1020;
  margin: 0 0 16px;
}

.prtl .gap_p:last-child {
  margin-bottom: 0;
}

.prtl .gap_stat_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-top: 28px;
}

.prtl .gap_stat {
  flex: 1;
  background: #F9FBFC;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
}

.prtl .gap_stat_num {
  font-size: 27px;
  font-weight: 700;
  color: #7E0227;
  line-height: 1.2;
  display: block;
}

.prtl .gap_stat_lbl {
  font-size: 13px;
  color: #5a2030;
  line-height: 1.7;
}

/* ─── SECTION 5: EXPERIENCE ─── */
.prtl .exp_sec {
  padding: 56px 0;
  background: #F9FBFC;
}

.prtl .exp_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.prtl .exp_header {
  margin-bottom: 56px;
  text-align: center;
}

.prtl .exp_h {
  font-size: 37px;
  line-height: 1.2;
  color: #2a0a12;
  margin: 0 0 8px;
}

.prtl .exp_h span {
  font-size: 52px;
  display: block;
}

.prtl .exp_sub {
  font-size: 16px;
  line-height: 1.7;
  color: #5a2030;
  margin: 0;
}

.prtl .exp_layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 28px;
  align-items: start;
}

.prtl .exp_portrait_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prtl .exp_portrait_img {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.prtl .exp_portrait_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .exp_portrait_img:hover img {
  filter: blur(0px);
}

.prtl .exp_name_block {
  padding: 16px;
  background: #7E0227;
  border-radius: 8px;
}

.prtl .exp_name {
  font-size: 16px;
  font-weight: 700;
  color: #F9FBFC;
  margin: 0 0 4px;
}

.prtl .exp_role {
  font-size: 13px;
  color: rgba(249, 251, 252, 0.75);
  margin: 0;
}

.prtl .exp_quote_area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prtl .exp_quote_card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  transition: box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .exp_quote_card:hover {
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  border-radius: 4px;
}

.prtl .exp_quote_mark {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.prtl .exp_quote_mark svg {
  width: 32px;
  height: 32px;
}

.prtl .exp_quote_txt {
  font-size: 16px;
  line-height: 1.7;
  color: #2a0a12;
  margin: 0 0 16px;
}

.prtl .exp_quote_detail {
  font-size: 14px;
  line-height: 1.7;
  color: #5a2030;
  margin: 0;
}

.prtl .exp_extra_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.prtl .exp_mini_card {
  background: #F9FBFC;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
}

.prtl .exp_mini_name {
  font-size: 14px;
  font-weight: 700;
  color: #2a0a12;
  margin: 0 0 4px;
}

.prtl .exp_mini_p {
  font-size: 13px;
  line-height: 1.7;
  color: #5a2030;
  margin: 0;
}

/* ─── SECTION 6: HESITATION ─── */
.prtl .hesit_sec {
  padding: 56px 0;
  background: linear-gradient(135deg, #F9FBFC 40%, rgba(87, 207, 0, 0.08) 100%);
}

.prtl .hesit_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.prtl .hesit_txt {
  position: relative;
}

.prtl .hesit_h {
  font-size: 37px;
  line-height: 1.2;
  color: #2a0a12;
  margin: 0 0 28px;
  padding-left: 16px;
  position: relative;
}

.prtl .hesit_h::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: #57CF00;
  border-radius: 4px;
}

.prtl .hesit_h span {
  font-size: 52px;
  display: block;
  line-height: 1.2;
}

.prtl .hesit_p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a1020;
  margin: 0 0 16px;
}

.prtl .hesit_img_wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.prtl .hesit_img_wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter 0.26s cubic-bezier(0.0, 0, 0.2, 1);
}

.prtl .hesit_img_wrap:hover img {
  filter: blur(0px);
}

.prtl .hesit_qa_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.prtl .hesit_qa {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  transition: border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .hesit_qa:hover {
  border-radius: 40px;
}

.prtl .hesit_q {
  font-size: 14px;
  font-weight: 700;
  color: #7E0227;
  margin: 0 0 4px;
}

.prtl .hesit_a {
  font-size: 14px;
  line-height: 1.7;
  color: #3a1020;
  margin: 0;
}

/* ─── SECTION 7: CURRENT & CONNECTED ─── */
.prtl .current_sec {
  padding: 56px 0;
  background: #2a0a12;
}

.prtl .current_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.prtl .current_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}

.prtl .current_h {
  font-size: 37px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0;
}

.prtl .current_h span {
  font-size: 52px;
  display: block;
  color: #57CF00;
}

.prtl .current_p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.8);
  margin: 0 0 16px;
}

.prtl .current_p:last-child {
  margin-bottom: 0;
}

.prtl .current_img_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.prtl .current_img_cell {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.prtl .current_img_cell img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .current_img_cell:hover img {
  filter: blur(0px);
}

.prtl .current_metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.prtl .cur_metric {
  background: rgba(249, 251, 252, 0.05);
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
  border: 1px solid rgba(249, 251, 252, 0.08);
  transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.prtl .cur_metric:hover {
  background: rgba(87, 207, 0, 0.1);
  border-radius: 4px;
}

.prtl .cur_metric_num {
  font-size: 37px;
  font-weight: 700;
  color: #57CF00;
  display: block;
  line-height: 1.2;
}

.prtl .cur_metric_lbl {
  font-size: 13px;
  color: rgba(249, 251, 252, 0.7);
  line-height: 1.7;
  display: block;
  margin-top: 4px;
}

/* ─── ANIMATIONS ─── */
@keyframes rotateReveal {
  from {
    opacity: 0;
    transform: rotate(-4deg) translateY(20px);
  }

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

.prtl .bento_img_cell,
.prtl .bento_txt_top,
.prtl .bento_txt_btm {
  animation: rotateReveal 0.56s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.prtl .bento_txt_top {
  animation-delay: 0.1s;
}

.prtl .bento_txt_btm {
  animation-delay: 0.2s;
}

@keyframes fadeRotateIn {
  from {
    opacity: 0;
    transform: rotate(-3deg) translateY(16px);
  }

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

.prtl .who_card {
  animation: fadeRotateIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.prtl .who_card:nth-child(1) {
  animation-delay: 0.05s;
}

.prtl .who_card:nth-child(2) {
  animation-delay: 0.12s;
}

.prtl .who_card:nth-child(3) {
  animation-delay: 0.19s;
}

.prtl .who_card:nth-child(4) {
  animation-delay: 0.26s;
}

.prtl .step_item {
  animation: fadeRotateIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.prtl .step_item:nth-child(1) {
  animation-delay: 0.08s;
}

.prtl .step_item:nth-child(2) {
  animation-delay: 0.16s;
}

.prtl .step_item:nth-child(3) {
  animation-delay: 0.24s;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .prtl .bento_grid {
    grid-template-columns: 1fr 1fr;
    padding: 28px 16px 16px;
  }

  .prtl .approach_steps {
    grid-template-columns: 1fr 1fr;
  }

  .prtl .who_layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .prtl .current_metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .prtl .bento_grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .prtl .bento_img_cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 260px;
  }

  .prtl .bento_txt_top {
    grid-column: 1;
    grid-row: 2;
  }

  .prtl .bento_txt_btm {
    grid-column: 1;
    grid-row: 3;
  }

  .prtl .bento_h1 {
    font-size: 37px;
  }

  .prtl .bento_h1 .bento_h1_big {
    font-size: 37px;
  }

  .prtl .who_cards {
    grid-template-columns: 1fr;
  }

  .prtl .approach_top {
    flex-direction: column;
    gap: 16px;
  }

  .prtl .approach_steps {
    grid-template-columns: 1fr;
  }

  .prtl .gap_inner {
    grid-template-columns: 1fr;
  }

  .prtl .exp_layout {
    grid-template-columns: 1fr;
  }

  .prtl .exp_extra_cards {
    grid-template-columns: 1fr;
  }

  .prtl .hesit_inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .prtl .current_top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .prtl .current_img_row {
    grid-template-columns: 1fr;
  }

  .prtl .current_metrics {
    grid-template-columns: 1fr 1fr;
  }

  .prtl .gap_stat_row {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 375px) {
  .prtl .bento_h1 {
    font-size: 27px;
  }

  .prtl .bento_h1 .bento_h1_big {
    font-size: 27px;
  }

  .prtl .bento_h1 .bento_h1_sub {
    font-size: 16px;
  }

  .prtl .current_metrics {
    grid-template-columns: 1fr;
  }

  .prtl .approach_h span,
  .prtl .who_aside_h span,
  .prtl .gap_h span,
  .prtl .exp_h span,
  .prtl .hesit_h span,
  .prtl .current_h span {
    font-size: 37px;
  }

  .prtl .pg_wrap {
    padding: 0 16px;
  }
}

.abt {
  background-color: #F9FBFC;
  overflow-x: clip;
}

.abt .pg_top {
  background-color: #1B0008;
  padding: 56px 28px 56px;
  position: relative;
}

.abt .pg_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #7E0227 40%, #57CF00 60%, transparent 100%);
}

.abt .pg_top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #7E0227 40%, #57CF00 60%, transparent 100%);
}

.abt .pg_top_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 56px;
}

.abt .pg_top_text {
  flex: 1 1 0;
  padding-top: 56px;
}

.abt .pg_top_dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 28px;
  align-items: center;
}

.abt .pg_top_dot {
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background-color: #7E0227;
}

.abt .pg_top_dot.sm {
  width: 4px;
  height: 4px;
  background-color: #57CF00;
}

.abt .pg_top_dot.md {
  width: 6px;
  height: 6px;
  background-color: #7E0227;
  opacity: 0.6;
}

.abt .pg_h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0 0 28px;
  font-weight: 800;
}

.abt .pg_h1 span {
  display: block;
  font-size: 37px;
  color: #57CF00;
  font-weight: 400;
  line-height: 1.2;
}

.abt .pg_top_sub {
  font-size: 16px;
  line-height: 1.7;
  color: #c9b4bb;
  margin: 0;
  max-width: 520px;
}

.abt .pg_top_img_col {
  flex: 0 0 340px;
  position: relative;
}

.abt .pg_top_img_wrap {
  width: 340px;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.abt .pg_top_img_wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(126, 2, 39, 0.55) 0%, rgba(87, 207, 0, 0.18) 100%);
  pointer-events: none;
}

.abt .pg_top_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.12) saturate(0.7) brightness(0.88);
}

.abt .pg_top_dots_trail {
  position: absolute;
  right: -16px;
  top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt .trail_dot {
  width: 4px;
  height: 4px;
  border-radius: 40px;
  background-color: #57CF00;
  opacity: 0.5;
}

.abt .trail_dot.big {
  width: 8px;
  height: 8px;
  opacity: 0.8;
  background-color: #7E0227;
}

.abt .divider_a {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  gap: 16px;
}

.abt .divider_a_line {
  flex: 1 1 0;
  height: 1px;
  background-color: #e2dde0;
}

.abt .divider_a_accent {
  width: 56px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7E0227, #57CF00);
}

.abt .story_sec {
  padding: 56px 28px;
  background-color: #F9FBFC;
}

.abt .story_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.abt .story_left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.abt .story_tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  background-color: rgba(126, 2, 39, 0.08);
  border-radius: 4px;
  padding: 4px 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.abt .story_h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1B0008;
  margin: 0;
  font-weight: 700;
}

.abt .story_h2 strong {
  font-size: 52px;
  display: block;
  color: #7E0227;
  font-weight: 800;
  line-height: 1.2;
}

.abt .story_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt .story_p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a22;
  margin: 0;
}

.abt .story_right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.abt .story_img_wrap {
  width: 100%;
  height: 300px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.abt .story_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt .story_img_wrap:hover .story_img {
  transform: scale(1.04);
  border-radius: 8px;
}

.abt .gloss_block {
  background-color: #fff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  position: relative;
}

.abt .gloss_block::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border-top: 3px solid #57CF00;
  border-right: 3px solid #57CF00;
  border-radius: 0 8px 0 0;
}

.abt .gloss_h4 {
  font-size: 14px;
  line-height: 1.2;
  color: #7E0227;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.abt .gloss_dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.abt .gloss_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.abt .gloss_dt {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #1B0008;
}

.abt .gloss_dd {
  font-size: 13px;
  line-height: 1.7;
  color: #5a3d48;
  margin: 0;
}

.abt .divider_b {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.abt .divider_b_line {
  flex: 1 1 0;
  height: 1px;
  background-color: #e2dde0;
}

.abt .divider_b_accent {
  width: 40px;
  height: 3px;
  border-radius: 40px;
  background: #7E0227;
}

.abt .team_sec {
  padding: 56px 28px;
  background-color: #fff;
  animation: bg_shift 15s linear infinite;
}

@keyframes bg_shift {
  0% {
    background-color: #fff;
  }

  50% {
    background-color: #f5eef1;
  }

  100% {
    background-color: #fff;
  }
}

.abt .team_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.abt .team_hdr_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.abt .team_h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1B0008;
  margin: 0;
  font-weight: 700;
}

.abt .team_h2 em {
  font-style: normal;
  font-size: 52px;
  display: block;
  color: #7E0227;
}

.abt .team_hdr_note {
  font-size: 14px;
  line-height: 1.7;
  color: #5a3d48;
  max-width: 320px;
  margin: 0;
}

.abt .team_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.abt .team_card {
  background-color: #F9FBFC;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  transition: box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.abt .team_card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #7E0227;
  border-right: 3px solid #7E0227;
  border-radius: 0 0 14px 0;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt .team_card:hover {
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  border-radius: 8px;
}

.abt .team_card:hover::after {
  border-color: #57CF00;
}

.abt .team_portrait_wrap {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.abt .team_portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.abt .team_card_body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt .team_name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1B0008;
  margin: 0;
}

.abt .team_role {
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  font-weight: 600;
  margin: 0;
}

.abt .team_bio {
  font-size: 14px;
  line-height: 1.7;
  color: #5a3d48;
  margin: 0;
}

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

.abt .metric_item {
  background-color: #1B0008;
  border-radius: 8px;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  box-shadow: inset 0 1px 0 0 rgba(87, 207, 0, 0.15);
  transition: transform 0.24s cubic-bezier(0.0, 0, 0.2, 1), border-radius 0.24s cubic-bezier(0.0, 0, 0.2, 1);
}

.abt .metric_item:hover {
  transform: translateY(-4px);
  border-radius: 40px;
}

.abt .metric_num {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #57CF00;
}

.abt .metric_label {
  font-size: 13px;
  line-height: 1.2;
  color: #c9b4bb;
  text-align: center;
}

.abt .approach_sec {
  padding: 56px 28px;
  background-color: #F9FBFC;
  position: relative;
}

.abt .approach_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #57CF00 50%, transparent 100%);
}

.abt .approach_sec::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #7E0227 50%, transparent 100%);
}

.abt .approach_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.abt .approach_top {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.abt .approach_img_col {
  position: relative;
}

.abt .approach_img_wrap {
  width: 100%;
  height: 360px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.abt .approach_img_wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(87, 207, 0, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.abt .approach_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.08) saturate(0.85);
  transition: filter 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt .approach_img_wrap:hover .approach_img {
  filter: contrast(1.15) saturate(1.1);
}

.abt .approach_text_col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.abt .approach_h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1B0008;
  font-weight: 700;
  margin: 0;
}

.abt .approach_h2 strong {
  font-size: 52px;
  display: block;
  color: #7E0227;
  font-weight: 800;
}

.abt .approach_p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a22;
  margin: 0;
}

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

.abt .approach_list_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a22;
}

.abt .approach_num_circle {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 40px;
  background-color: #7E0227;
  color: #F9FBFC;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

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

.abt .approach_card {
  background-color: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.abt .approach_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #7E0227, #57CF00);
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.abt .approach_card:hover {
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  border-radius: 8px;
}

.abt .approach_card:hover::before {
  opacity: 1;
  border-radius: 8px 8px 0 0;
}

.abt .approach_card_h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1B0008;
  margin: 0;
}

.abt .approach_card_p {
  font-size: 14px;
  line-height: 1.7;
  color: #5a3d48;
  margin: 0;
}

@media (max-width: 1024px) {
  .abt .pg_top_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .abt .pg_top_img_col {
    flex: 0 0 auto;
    width: 100%;
  }

  .abt .pg_top_img_wrap {
    width: 100%;
    height: 280px;
  }

  .abt .story_inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .abt .team_hdr_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .abt .approach_top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

@media (max-width: 768px) {
  .abt .pg_h1 {
    font-size: 37px;
  }

  .abt .pg_h1 span {
    font-size: 27px;
  }

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

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

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

  .abt .story_h2 strong {
    font-size: 37px;
  }

  .abt .approach_h2 strong {
    font-size: 37px;
  }

  .abt .team_h2 em {
    font-size: 37px;
  }
}

@media (max-width: 375px) {

  .abt .pg_top,
  .abt .story_sec,
  .abt .team_sec,
  .abt .approach_sec {
    padding: 28px 16px;
  }

  .abt .pg_h1 {
    font-size: 27px;
  }

  .abt .pg_h1 span {
    font-size: 16px;
  }

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

  .abt .team_card {
    flex-direction: column;
  }

  .abt .team_portrait_wrap {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
  }
}

.lp {
  overflow-x: hidden;
  background: #F9FBFC;
}

.lp * {
  box-sizing: border-box;
}

.lp img {
  display: block;
  max-width: 100%;
}

.lp .lp__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ─── TITLE BLOCK ─── */
.lp .ttl {
  position: relative;
  padding: 56px 0 0 0;
  background: #111217;
  overflow: hidden;
}

.lp .ttl__stripe {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.lp .ttl__stripe::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-52deg,
      transparent,
      transparent 18px,
      rgba(126, 2, 39, 0.07) 18px,
      rgba(126, 2, 39, 0.07) 20px);
}

.lp .ttl__row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.lp .ttl__text_col {
  padding-top: 56px;
  z-index: 1;
  position: relative;
}

.lp .ttl__eyebrow {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  color: #57CF00;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 4px 8px;
  border: 1px solid rgba(87, 207, 0, 0.35);
  border-radius: 4px;
}

.lp .ttl__h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0 0 28px 0;
  max-width: 680px;
}

.lp .ttl__h1 em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #7E0227;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.lp .ttl__desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.72);
  max-width: 540px;
  margin: 0 0 28px 0;
}

.lp .ttl__meta_strip {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 56px;
}

.lp .ttl__meta_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp .ttl__meta_num {
  font-size: 37px;
  line-height: 1.2;
  color: #57CF00;
  font-weight: 700;
}

.lp .ttl__meta_label {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(249, 251, 252, 0.55);
  text-transform: uppercase;
}

.lp .ttl__img_col {
  position: relative;
  align-self: flex-end;
  z-index: 1;
}

.lp .ttl__img_frame {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.lp .ttl__img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) contrast(1.1);
}

.lp .ttl__img_frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(126, 2, 39, 0.18) 0%, rgba(17, 18, 23, 0.55) 100%);
  pointer-events: none;
}

.lp .ttl__accent_quote {
  position: absolute;
  top: -16px;
  right: 16px;
  font-size: 160px;
  line-height: 1;
  color: rgba(126, 2, 39, 0.18);
  font-weight: 900;
  pointer-events: none;
  user-select: none;
}

/* ─── DIAGONAL DIVIDER ─── */
.lp .div__diagonal {
  width: 100%;
  height: 40px;
  background: linear-gradient(105deg, #111217 50%, #F9FBFC 50%);
}

/* ─── SECTION 2: PROGRAM DETAIL ─── */
.lp .prog {
  background: #F9FBFC;
  padding: 56px 0;
}

.lp .prog__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.lp .prog__top_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 56px;
}

.lp .prog__heading_col {
  position: relative;
  padding-left: 16px;
}

.lp .prog__heading_line {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: linear-gradient(180deg, #7E0227 0%, rgba(126, 2, 39, 0) 100%);
  border-radius: 4px;
}

.lp .prog__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #111217;
  margin: 0 0 16px 0;
}

.lp .prog__h2 span {
  font-size: 52px;
  display: block;
  line-height: 1.2;
}

.lp .prog__lead {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3d46;
  margin: 0;
}

.lp .prog__text_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp .prog__para {
  font-size: 14px;
  line-height: 1.7;
  color: #3a3d46;
  margin: 0;
}

.lp .prog__contrast_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.lp .prog__before_panel {
  background: #edeff2;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.lp .prog__before_panel::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(126, 2, 39, 0.25), transparent);
}

.lp .prog__after_panel {
  background: #111217;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp .prog__panel_tag {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.lp .prog__before_panel .prog__panel_tag {
  color: #7E0227;
}

.lp .prog__after_panel .prog__panel_tag {
  color: #57CF00;
}

.lp .prog__panel_h {
  font-size: 27px;
  line-height: 1.2;
  margin: 0;
}

.lp .prog__before_panel .prog__panel_h {
  color: #111217;
}

.lp .prog__after_panel .prog__panel_h {
  color: #F9FBFC;
}

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

.lp .prog__panel_list li {
  font-size: 14px;
  line-height: 1.7;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.lp .prog__before_panel .prog__panel_list li {
  color: #555a66;
}

.lp .prog__after_panel .prog__panel_list li {
  color: rgba(249, 251, 252, 0.8);
}

.lp .prog__list_num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 40px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.lp .prog__before_panel .prog__list_num {
  background: rgba(126, 2, 39, 0.12);
  color: #7E0227;
}

.lp .prog__after_panel .prog__list_num {
  background: rgba(87, 207, 0, 0.2);
  color: #57CF00;
}

/* ─── FEATURE STRIP ─── */
.lp .feat_strip {
  background: #7E0227;
  padding: 28px 0;
}

.lp .feat_strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}

.lp .feat_strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 120px;
}

.lp .feat_strip__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp .feat_strip__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #57CF00;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp .feat_strip__label {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(249, 251, 252, 0.85);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ─── SECTION 3: INSTRUCTORS ─── */
.lp .team {
  background: #111217;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.lp .team__bg_img {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.lp .team__bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.08;
  filter: grayscale(1);
}

.lp .team__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

.lp .team__header {
  margin-bottom: 56px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
}

.lp .team__h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0;
}

.lp .team__h2 span {
  font-size: 52px;
  display: block;
  line-height: 1.2;
  color: #57CF00;
}

.lp .team__sub {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.6);
  max-width: 380px;
  margin: 0;
}

.lp .team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lp .team__card {
  display: flex;
  flex-direction: column;
  background: rgba(249, 251, 252, 0.05);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  transition: box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(249, 251, 252, 0.08);
  cursor: default;
}

.lp .team__card:hover {
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  border-radius: 14px;
}

.lp .team__portrait {
  width: 100%;
  aspect-ratio: 7/9;
  overflow: hidden;
}

.lp .team__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp .team__card:hover .team__portrait img {
  transform: scale(1.04);
}

.lp .team__card_body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.lp .team__name {
  font-size: 16px;
  line-height: 1.2;
  color: #F9FBFC;
  font-weight: 700;
  margin: 0;
}

.lp .team__role {
  font-size: 13px;
  line-height: 1.2;
  color: #57CF00;
  margin: 0;
}

.lp .team__bio {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.6);
  margin: 8px 0 0 0;
}

/* ─── ANIMATION: rotate with settle ─── */
@keyframes lp_arrive {
  0% {
    opacity: 0;
    transform: rotate(-4deg) translateY(28px);
  }

  70% {
    transform: rotate(1.5deg) translateY(-4px);
  }

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

.lp .team__card {
  animation: lp_arrive 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.lp .team__card:nth-child(1) {
  animation-delay: 0.05s;
}

.lp .team__card:nth-child(2) {
  animation-delay: 0.12s;
}

.lp .team__card:nth-child(3) {
  animation-delay: 0.19s;
}

.lp .team__card:nth-child(4) {
  animation-delay: 0.26s;
}

/* ─── DIAGONAL DIVIDER 2 ─── */
.lp .div__diagonal_inv {
  width: 100%;
  height: 40px;
  background: linear-gradient(105deg, #111217 50%, #F9FBFC 50%);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .lp .ttl__h1 {
    font-size: 37px;
  }

  .lp .prog__top_row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp .ttl__accent_quote {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .lp .ttl__h1 {
    font-size: 37px;
  }

  .lp .prog__contrast_block {
    grid-template-columns: 1fr;
  }

  .lp .prog__before_panel::after {
    display: none;
  }

  .lp .team__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp .team__h2 span {
    font-size: 37px;
  }

  .lp .feat_strip__inner {
    justify-content: center;
  }
}

@media (max-width: 375px) {
  .lp .ttl__h1 {
    font-size: 27px;
  }

  .lp .ttl__meta_num {
    font-size: 27px;
  }

  .lp .team__grid {
    grid-template-columns: 1fr;
  }

  .lp .prog__h2 span {
    font-size: 37px;
  }

  .lp .lp__inner {
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .lp .ttl__row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .lp .ttl__text_col {
    flex: 1;
    max-width: 580px;
  }

  .lp .ttl__img_col {
    flex: 0 0 380px;
  }

  .lp .ttl__img_frame {
    max-width: 100%;
  }
}

.stats-pg {
  background: #F9FBFC;
  overflow-x: clip;
}

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

.stats-pg a {
  text-decoration: none !important;
}

/* ── TITLE BLOCK ── */
.stats-pg .ttl-blk {
  position: relative;
  padding: 56px 28px;
  background: #7E0227;
  background: linear-gradient(120deg, #7E0227 0%, #57CF00 60%, #7E0227 100%);
  background-size: 300% 300%;
  animation: grad-shift 8s ease-in-out infinite;
  overflow: hidden;
}

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

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

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

.stats-pg .ttl-blk-blob-a {
  position: absolute;
  top: -56px;
  left: -56px;
  width: 320px;
  height: 320px;
  background: rgba(87, 207, 0, 0.22);
  border-radius: 40px;
  filter: blur(48px);
  pointer-events: none;
}

.stats-pg .ttl-blk-blob-b {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  background: rgba(126, 2, 39, 0.32);
  border-radius: 40px;
  filter: blur(56px);
  pointer-events: none;
}

.stats-pg .ttl-blk-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px;
}

.stats-pg .ttl-blk-text {
  flex: 1 1 0;
}

.stats-pg .ttl-blk-eyebrow {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  color: #57CF00;
  background: rgba(87, 207, 0, 0.12);
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.stats-pg .ttl-blk-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0 0 16px 0;
  font-weight: 900;
}

.stats-pg .ttl-blk-h1 span {
  display: block;
  font-size: 27px;
  font-weight: 400;
  color: rgba(249, 251, 252, 0.75);
  line-height: 1.2;
}

.stats-pg .ttl-blk-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.88);
  max-width: 520px;
  margin: 0;
}

.stats-pg .ttl-blk-img-wrap {
  flex: 0 0 320px;
  width: 320px;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  position: relative;
}

.stats-pg .ttl-blk-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(126, 2, 39, 0.38) 0%, transparent 60%);
  border-radius: 8px;
}

.stats-pg .ttl-blk-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(1.5px) brightness(0.88);
  transition: filter 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.stats-pg .ttl-blk-img-wrap:hover .ttl-blk-img {
  filter: blur(0px) brightness(0.96);
  border-radius: 14px;
}

/* ── METRICS STRIP ── */
.stats-pg .metrics-strip {
  background: #F9FBFC;
  padding: 56px 28px;
}

.stats-pg .metrics-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.stats-pg .metrics-strip-label {
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.stats-pg .metrics-strip-label::before,
.stats-pg .metrics-strip-label::after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7E0227 40%, transparent);
  display: block;
}

.stats-pg .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stats-pg .metric-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  position: relative;
  overflow: hidden;
  transition: border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slide-in-left 0.56s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.stats-pg .metric-card:nth-child(even) {
  animation-name: slide-in-right;
}

.stats-pg .metric-card:nth-child(2) {
  animation-delay: 0.08s;
}

.stats-pg .metric-card:nth-child(3) {
  animation-delay: 0.16s;
}

.stats-pg .metric-card:nth-child(4) {
  animation-delay: 0.24s;
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

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

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(28px);
  }

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

.stats-pg .metric-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7E0227, #57CF00);
  border-radius: 14px 14px 0 0;
}

.stats-pg .metric-card:hover {
  border-radius: 4px;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.stats-pg .metric-num {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 900;
  color: #7E0227;
  display: block;
  margin-bottom: 8px;
}

.stats-pg .metric-unit {
  font-size: 27px;
  font-weight: 700;
  color: #57CF00;
}

.stats-pg .metric-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
}

/* ── RESEARCH SECTION ── */
.stats-pg .research-blk {
  padding: 56px 28px;
  background: #7E0227;
  position: relative;
  overflow: hidden;
}

.stats-pg .research-blk-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(249, 251, 252, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249, 251, 252, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.stats-pg .research-blk-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.stats-pg .research-blk-head {
  margin-bottom: 28px;
}

.stats-pg .research-blk-h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #F9FBFC;
  margin: 0 0 16px 0;
  font-weight: 800;
}

.stats-pg .research-blk-h2 strong {
  font-size: 52px;
  display: block;
  color: #57CF00;
}

.stats-pg .research-blk-sub {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.82);
  max-width: 560px;
  margin: 0;
}

.stats-pg .research-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.stats-pg .research-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  background: rgba(249, 251, 252, 0.06);
  border-radius: 8px;
  padding: 28px;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slide-in-left 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.stats-pg .research-row:nth-child(even) {
  animation-name: slide-in-right;
}

.stats-pg .research-row:nth-child(2) {
  animation-delay: 0.1s;
}

.stats-pg .research-row:nth-child(3) {
  animation-delay: 0.2s;
}

.stats-pg .research-row:hover {
  background: rgba(87, 207, 0, 0.1);
  border-radius: 14px;
}

.stats-pg .research-row-num {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: #57CF00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 900;
  color: #7E0227;
  flex-shrink: 0;
}

.stats-pg .research-row-body {
  flex: 1 1 0;
}

.stats-pg .research-row-h {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #F9FBFC;
  margin: 0 0 8px 0;
}

.stats-pg .research-row-p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(249, 251, 252, 0.78);
  margin: 0;
}

.stats-pg .research-row-stat {
  flex: 0 0 100px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}

.stats-pg .research-row-val {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 900;
  color: #57CF00;
}

.stats-pg .research-row-lbl {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(249, 251, 252, 0.6);
}

/* ── PROFILES SECTION ── */
.stats-pg .profiles-blk {
  padding: 56px 28px;
  background: #F9FBFC;
}

.stats-pg .profiles-blk-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.stats-pg .profiles-blk-head {
  margin-bottom: 28px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 28px;
}

.stats-pg .profiles-blk-h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #7E0227;
  margin: 0;
  flex: 1 1 0;
}

.stats-pg .profiles-blk-h2 em {
  font-style: normal;
  font-size: 52px;
  display: block;
  color: #1b1b1b;
}

.stats-pg .profiles-blk-note {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  max-width: 320px;
  margin: 0;
  flex: 0 0 320px;
}

.stats-pg .profiles-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.stats-pg .profile-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: border-radius 0.22s cubic-bezier(0.0, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.0, 0, 0.2, 1);
  animation: slide-in-left 0.52s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.stats-pg .profile-card:nth-child(even) {
  animation-name: slide-in-right;
}

.stats-pg .profile-card:hover {
  border-radius: 4px;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.stats-pg .profile-portrait {
  flex: 0 0 80px;
  width: 80px;
  height: 107px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.stats-pg .profile-info {
  flex: 1 1 0;
}

.stats-pg .profile-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 4px 0;
}

.stats-pg .profile-role {
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.stats-pg .profile-quote {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 16px 0;
}

.stats-pg .profile-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.stats-pg .profile-tag {
  font-size: 13px;
  line-height: 1.2;
  color: #57CF00;
  background: rgba(87, 207, 0, 0.1);
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 600;
}

.stats-pg .profile-card-no-img {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-radius 0.22s cubic-bezier(0.0, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.0, 0, 0.2, 1);
  animation: slide-in-right 0.52s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.stats-pg .profile-card-no-img:hover {
  border-radius: 4px;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.stats-pg .profile-no-img-avatar {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: linear-gradient(135deg, #7E0227 0%, #57CF00 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.stats-pg .profile-no-img-initial {
  font-size: 27px;
  font-weight: 900;
  color: #F9FBFC;
  line-height: 1.2;
}

.stats-pg .profile-no-img-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
}

.stats-pg .profile-no-img-role {
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.stats-pg .profile-no-img-quote {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* ── COMPARISON SECTION ── */
.stats-pg .compare-blk {
  padding: 56px 28px;
  background: #fff;
  position: relative;
}

.stats-pg .compare-blk-deco-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #57CF00 0%, #7E0227 50%, #57CF00 100%);
}

.stats-pg .compare-blk-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.stats-pg .compare-blk-h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b1b;
  margin: 0 0 8px 0;
}

.stats-pg .compare-blk-h2 strong {
  color: #7E0227;
  font-size: 52px;
  display: block;
}

.stats-pg .compare-blk-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 640px;
  margin: 0 0 28px 0;
}

.stats-pg .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}

.stats-pg .compare-col {
  border-radius: 14px;
  padding: 28px;
  transition: border-radius 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slide-in-left 0.54s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.stats-pg .compare-col.hiit-col {
  background: #7E0227;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.stats-pg .compare-col.steady-col {
  background: #F9FBFC;
  box-shadow: 0 4px 25px 0 rgba(87, 207, 0, 0.11);
  animation-name: slide-in-right;
}

.stats-pg .compare-col:hover {
  border-radius: 4px;
}

.stats-pg .compare-col-h {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 16px 0;
}

.stats-pg .hiit-col .compare-col-h {
  color: #57CF00;
}

.stats-pg .steady-col .compare-col-h {
  color: #7E0227;
}

.stats-pg .compare-bar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stats-pg .compare-bar-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stats-pg .compare-bar-label {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.stats-pg .hiit-col .compare-bar-label {
  color: rgba(249, 251, 252, 0.85);
}

.stats-pg .steady-col .compare-bar-label {
  color: #444;
}

.stats-pg .compare-bar-track {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.stats-pg .steady-col .compare-bar-track {
  background: rgba(126, 2, 39, 0.1);
}

.stats-pg .compare-bar-fill {
  height: 100%;
  border-radius: 4px;
  background: #57CF00;
  transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.stats-pg .steady-col .compare-bar-fill {
  background: #7E0227;
}

.stats-pg .compare-bar-val {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.stats-pg .hiit-col .compare-bar-val {
  color: #57CF00;
}

.stats-pg .steady-col .compare-bar-val {
  color: #7E0227;
}

.stats-pg .compare-note {
  font-size: 13px;
  line-height: 1.7;
  color: #777;
  max-width: 640px;
  margin: 0;
  padding: 16px;
  background: #F9FBFC;
  border-radius: 8px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .stats-pg .ttl-blk-img-wrap {
    flex: 0 0 240px;
    width: 240px;
    height: 300px;
  }

  .stats-pg .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-pg .profiles-layout {
    grid-template-columns: 1fr;
  }

  .stats-pg .profiles-blk-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-pg .profiles-blk-note {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .stats-pg .ttl-blk-inner {
    flex-direction: column;
    gap: 28px;
  }

  .stats-pg .ttl-blk-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 240px;
  }

  .stats-pg .ttl-blk-h1 {
    font-size: 37px;
  }

  .stats-pg .metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats-pg .metric-num {
    font-size: 37px;
  }

  .stats-pg .research-row {
    flex-direction: column;
    gap: 16px;
  }

  .stats-pg .research-row-stat {
    flex: 0 0 auto;
    text-align: left;
    align-items: flex-start;
  }

  .stats-pg .compare-grid {
    grid-template-columns: 1fr;
  }

  .stats-pg .compare-blk-h2 strong {
    font-size: 37px;
  }

  .stats-pg .research-blk-h2 strong {
    font-size: 37px;
  }
}

@media (max-width: 375px) {
  .stats-pg .ttl-blk {
    padding: 28px 16px;
  }

  .stats-pg .ttl-blk-h1 {
    font-size: 27px;
  }

  .stats-pg .ttl-blk-h1 span {
    font-size: 16px;
  }

  .stats-pg .metrics-grid {
    grid-template-columns: 1fr;
  }

  .stats-pg .metric-num {
    font-size: 27px;
  }

  .stats-pg .profiles-blk,
  .stats-pg .metrics-strip,
  .stats-pg .research-blk,
  .stats-pg .compare-blk {
    padding: 28px 16px;
  }

  .stats-pg .profile-card {
    flex-direction: column;
  }

  .stats-pg .profile-portrait {
    width: 100%;
    height: 180px;
    flex: 0 0 auto;
  }

  .stats-pg .research-blk-h2 {
    font-size: 27px;
  }
}

.cnt_us {
  background-color: #F9FBFC;
  overflow-x: clip;
  padding: 0;
}

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

.cnt_us .pg_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.cnt_us .top_band {
  padding: 56px 0 56px;
  position: relative;
  background: #F9FBFC;
}

.cnt_us .top_band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(87, 207, 0, 0.07) 0%, transparent 68%);
  pointer-events: none;
  animation: spot_breathe 7s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

@keyframes spot_breathe {
  0% {
    transform: scale(0.92);
    opacity: 0.7;
  }

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

.cnt_us .top_frame {
  border: 1.5px solid rgba(126, 2, 39, 0.18);
  border-radius: 14px;
  padding: 56px 56px 56px 56px;
  position: relative;
}

.cnt_us .top_frame::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid rgba(87, 207, 0, 0.13);
  border-radius: 8px;
  pointer-events: none;
}

.cnt_us .top_grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: start;
}

.cnt_us .top_img_card {
  position: relative;
  flex-shrink: 0;
}

.cnt_us .top_img_card img {
  width: 340px;
  height: 420px;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  transition: clip-path 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.cnt_us .top_img_card img:hover {
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}

.cnt_us .top_img_card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 52%, rgba(126, 2, 39, 0.28) 100%);
  pointer-events: none;
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
}

.cnt_us .top_text_zone {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cnt_us .top_eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cnt_us .top_eyebrow_line {
  width: 40px;
  height: 2px;
  background: #57CF00;
  border-radius: 4px;
}

.cnt_us .top_eyebrow_label {
  font-size: 13px;
  line-height: 1.2;
  color: #57CF00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.cnt_us .top_h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
  font-weight: 800;
}

.cnt_us .top_h1 .top_h1_first {
  font-size: 52px;
  color: #7E0227;
  display: block;
}

.cnt_us .top_h1 .top_h1_rest {
  font-size: 27px;
  color: #2d2d2d;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}

.cnt_us .top_desc {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
}

.cnt_us .top_divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0;
}

.cnt_us .top_divider_line {
  flex: 1;
  height: 1px;
  background: rgba(126, 2, 39, 0.22);
}

.cnt_us .top_divider_cross {
  width: 14px;
  height: 14px;
  position: relative;
  flex-shrink: 0;
}

.cnt_us .top_divider_cross::before,
.cnt_us .top_divider_cross::after {
  content: '';
  position: absolute;
  background: #7E0227;
  border-radius: 4px;
}

.cnt_us .top_divider_cross::before {
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}

.cnt_us .top_divider_cross::after {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}

.cnt_us .contact_chips {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cnt_us .chip_row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cnt_us .chip_icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(126, 2, 39, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.cnt_us .chip_row:hover .chip_icon {
  background: rgba(126, 2, 39, 0.16);
  border-radius: 40px;
}

.cnt_us .chip_icon svg {
  width: 18px;
  height: 18px;
}

.cnt_us .chip_detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cnt_us .chip_label {
  font-size: 13px;
  line-height: 1.2;
  color: #888;
  font-weight: 500;
}

.cnt_us .chip_val {
  font-size: 14px;
  line-height: 1.2;
  color: #1b1b1b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.cnt_us .chip_val:hover {
  color: #7E0227;
}

.cnt_us .form_band {
  padding: 56px 0;
  background: linear-gradient(158deg, rgba(126, 2, 39, 0.05) 0%, rgba(87, 207, 0, 0.06) 100%);
  position: relative;
}

.cnt_us .form_band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 2, 39, 0.3), transparent);
}

.cnt_us .form_layout {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 56px;
  align-items: start;
}

.cnt_us .form_aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px;
}

.cnt_us .form_aside_h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
  font-weight: 800;
}

.cnt_us .form_aside_h2 .aside_first_word {
  font-size: 37px;
  color: #7E0227;
}

.cnt_us .form_aside_body {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
}

.cnt_us .form_aside_divider {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cnt_us .form_aside_divider_line {
  width: 32px;
  height: 1px;
  background: rgba(126, 2, 39, 0.3);
}

.cnt_us .form_aside_divider_cross {
  width: 10px;
  height: 10px;
  position: relative;
}

.cnt_us .form_aside_divider_cross::before,
.cnt_us .form_aside_divider_cross::after {
  content: '';
  position: absolute;
  background: #57CF00;
  border-radius: 4px;
}

.cnt_us .form_aside_divider_cross::before {
  width: 10px;
  height: 1.5px;
  top: 4px;
  left: 0;
}

.cnt_us .form_aside_divider_cross::after {
  width: 1.5px;
  height: 10px;
  top: 0;
  left: 4px;
}

.cnt_us .form_aside_divider_line_right {
  flex: 1;
  height: 1px;
  background: rgba(126, 2, 39, 0.12);
}

.cnt_us .fact_embed {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cnt_us .fact_item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 28px;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.24s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.cnt_us .fact_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #7E0227;
  border-radius: 4px 0 0 4px;
}

.cnt_us .fact_item:hover {
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  border-radius: 14px;
}

.cnt_us .fact_item_title {
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.cnt_us .fact_item_body {
  font-size: 14px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
}

.cnt_us .big_quote {
  font-size: 52px;
  line-height: 1.2;
  color: rgba(126, 2, 39, 0.12);
  font-weight: 900;
  display: block;
  margin-bottom: -16px;
  user-select: none;
}

.cnt_us .aside_quote_text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
  margin: 0;
}

.cnt_us .form_card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  box-shadow: inset 0 0 0 1px rgba(126, 2, 39, 0.08), 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.cnt_us .form_card_head {
  margin-bottom: 28px;
}

.cnt_us .form_card_h3 {
  font-size: 27px;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.cnt_us .form_card_sub {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.cnt_us .form_head_accent {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #7E0227, #57CF00);
  border-radius: 4px;
  margin-top: 16px;
}

.cnt_us .contact_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cnt_us .form_row_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cnt_us .field_grp {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cnt_us .field_lbl {
  font-size: 13px;
  line-height: 1.2;
  color: #444;
  font-weight: 600;
}

.cnt_us .field_lbl .req_star {
  color: #7E0227;
  margin-left: 4px;
}

.cnt_us .field_inp {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(126, 2, 39, 0.18);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #1b1b1b;
  background: #F9FBFC;
  outline: none;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  text-overflow: ellipsis;
}

.cnt_us .field_inp::placeholder {
  color: #aaa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cnt_us .field_inp:focus {
  border-color: #7E0227;
  border-radius: 14px;
  box-shadow: inset 0 1px 4px rgba(126, 2, 39, 0.08), 0 1px 2px 0 rgba(126, 2, 39, 0.06);
}

.cnt_us .field_sel {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(126, 2, 39, 0.18);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #1b1b1b;
  background: #F9FBFC;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.cnt_us .field_sel:focus {
  border-color: #7E0227;
  border-radius: 14px;
}

.cnt_us .sel_wrap {
  position: relative;
}

.cnt_us .sel_wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #7E0227;
  pointer-events: none;
}

.cnt_us .field_textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(126, 2, 39, 0.18);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #1b1b1b;
  background: #F9FBFC;
  outline: none;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.cnt_us .field_textarea::placeholder {
  color: #aaa;
}

.cnt_us .field_textarea:focus {
  border-color: #7E0227;
  border-radius: 14px;
}

.cnt_us .form_options_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cnt_us .form_options_label {
  font-size: 13px;
  line-height: 1.2;
  color: #444;
  font-weight: 600;
}

.cnt_us .radio_grp {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cnt_us .radio_opt {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cnt_us .radio_opt input[type="radio"] {
  accent-color: #7E0227;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.cnt_us .radio_opt_lbl {
  font-size: 14px;
  line-height: 1.2;
  color: #3a3a3a;
  cursor: pointer;
}

.cnt_us .privacy_row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: rgba(87, 207, 0, 0.06);
  border-radius: 8px;
  border: 1px solid rgba(87, 207, 0, 0.2);
}

.cnt_us .privacy_chk {
  accent-color: #7E0227;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

.cnt_us .privacy_txt {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.cnt_us .privacy_lnk {
  color: #7E0227;
  text-decoration: underline;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.cnt_us .privacy_lnk:hover {
  color: #57CF00;
}

.cnt_us .submit_btn {
  width: 100%;
  padding: 16px 28px;
  background: linear-gradient(135deg, #7E0227 0%, #a80334 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.24s cubic-bezier(0.0, 0, 0.2, 1), border-radius 0.24s cubic-bezier(0.0, 0, 0.2, 1), box-shadow 0.24s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
}

.cnt_us .submit_btn:hover {
  background: linear-gradient(225deg, #7E0227 0%, #a80334 100%);
  border-radius: 40px;
  box-shadow: 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.cnt_us .submit_btn:focus {
  outline: 3px solid #57CF00;
  outline-offset: 3px;
}

.cnt_us .submit_btn:active {
  transform: translateY(1px);
}

.cnt_us .highlight_hover_wrap {
  display: inline;
}

.cnt_us .highlight_hover_wrap .h_word {
  display: inline;
  background: linear-gradient(90deg, rgba(87, 207, 0, 0.25) 0%, rgba(87, 207, 0, 0.25) 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-size 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2px 0;
  border-radius: 4px;
}

.cnt_us .fact_item:hover .h_word {
  background-size: 100% 100%;
}

@media (max-width: 1024px) {
  .cnt_us .top_grid {
    grid-template-columns: 280px 1fr;
    gap: 28px;
  }

  .cnt_us .top_img_card img {
    width: 280px;
    height: 340px;
  }

  .cnt_us .form_layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cnt_us .top_frame {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .cnt_us .top_grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cnt_us .top_img_card img {
    width: 100%;
    height: 260px;
  }

  .cnt_us .top_frame {
    padding: 16px;
  }

  .cnt_us .top_h1 .top_h1_first {
    font-size: 37px;
  }

  .cnt_us .top_h1 .top_h1_rest {
    font-size: 16px;
  }

  .cnt_us .form_row_two {
    grid-template-columns: 1fr;
  }

  .cnt_us .form_aside_h2 {
    font-size: 27px;
  }
}

@media (max-width: 375px) {
  .cnt_us .pg_wrap {
    padding: 0 16px;
  }

  .cnt_us .top_band {
    padding: 28px 0;
  }

  .cnt_us .form_band {
    padding: 28px 0;
  }

  .cnt_us .top_frame {
    padding: 16px 8px;
  }

  .cnt_us .form_card {
    padding: 16px;
  }
}

.succ_page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 28px;
  background-color: #F9FBFC;
}

.succ_page .succ_wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.succ_page .succ_icon_wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #57CF00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 25px 0 rgba(87, 207, 0, 0.11);
}

.succ_page .succ_icon_wrap svg {
  display: block;
}

.succ_page .succ_heading {
  font-size: 52px;
  line-height: 1.2;
  color: #7E0227;
  text-align: center;
  margin: 0;
}

.succ_page .succ_heading span {
  font-size: 37px;
  color: #2a2a2a;
}

.succ_page .succ_msg {
  font-size: 16px;
  line-height: 1.7;
  color: #3a3a3a;
  text-align: center;
  max-width: 560px;
  margin: 0;
}

.succ_page .succ_divider {
  width: 56px;
  height: 4px;
  border-radius: 4px;
  background-color: #57CF00;
}

.succ_page .succ_detail_box {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 28px;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.succ_page .succ_detail_box .succ_detail_label {
  font-size: 13px;
  line-height: 1.2;
  color: #7E0227;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.succ_page .succ_detail_box .succ_detail_text {
  font-size: 14px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0;
}

.succ_page .succ_detail_box .succ_detail_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #edf0f2;
}

.succ_page .succ_detail_box .succ_detail_row:first-child {
  padding-top: 0;
  border-top: none;
}

.succ_page .succ_detail_box .succ_row_icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #F9FBFC;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.succ_page .succ_detail_box .succ_row_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.succ_page .succ_back_btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  background-color: #7E0227;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  transition: border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.succ_page .succ_back_btn:hover {
  border-radius: 40px;
  background-color: #5e0019;
}

.succ_page .succ_back_btn:focus {
  outline: 3px solid #57CF00;
  outline-offset: 3px;
}

.succ_page .succ_back_btn:active {
  background-color: #3e0010;
}

.succ_page .succ_secondary_link {
  font-size: 14px;
  line-height: 1.7;
  color: #7E0227;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s cubic-bezier(0.0, 0, 0.2, 1);
}

.succ_page .succ_secondary_link:hover {
  color: #57CF00;
}

.succ_page .succ_secondary_link:focus {
  outline: 2px solid #57CF00;
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .succ_page {
    padding: 56px 16px;
  }

  .succ_page .succ_heading {
    font-size: 37px;
  }

  .succ_page .succ_heading span {
    font-size: 27px;
  }

  .succ_page .succ_detail_box {
    padding: 16px;
  }
}

@media (max-width: 375px) {
  .succ_page .succ_heading {
    font-size: 27px;
  }

  .succ_page .succ_heading span {
    font-size: 16px;
  }

  .succ_page .succ_back_btn {
    width: 100%;
    justify-content: center;
  }
}

.pg_404 {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F9FBFC;
  padding: 56px 28px;
}

.pg_404 .err_wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px;
}

.pg_404 .err_visual {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pg_404 .err_code_bg {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 900;
  color: #F9FBFC;
  background-color: #7E0227;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11), 0 9px 40px 0 rgba(126, 2, 39, 0.11);
  transition: border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.pg_404 .err_code_bg:hover {
  border-radius: 40px;
}

.pg_404 .err_dot_row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 16px;
}

.pg_404 .err_dot {
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background-color: #57CF00;
  transition: background-color 0.25s cubic-bezier(0.0, 0, 0.2, 1);
}

.pg_404 .err_dot_row .err_dot:nth-child(2) {
  background-color: #7E0227;
  opacity: 0.4;
}

.pg_404 .err_dot_row .err_dot:nth-child(3) {
  background-color: #7E0227;
  opacity: 0.2;
}

.pg_404 .err_content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pg_404 .err_label {
  font-size: 13px;
  line-height: 1.2;
  color: #57CF00;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pg_404 .err_heading {
  font-size: 37px;
  line-height: 1.2;
  color: #7E0227;
  font-weight: 800;
  margin: 0;
}

.pg_404 .err_desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2a1018;
  margin: 0;
  max-width: 480px;
}

.pg_404 .err_desc strong {
  color: #7E0227;
}

.pg_404 .err_divider {
  width: 56px;
  height: 4px;
  background: #57CF00;
  border-radius: 4px;
}

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

.pg_404 .err_nav_list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.pg_404 .err_nav_num {
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background-color: #7E0227;
  color: #F9FBFC;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pg_404 .err_nav_link {
  font-size: 14px;
  line-height: 1.7;
  color: #2a1018;
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.pg_404 .err_nav_link:hover {
  color: #7E0227;
}

.pg_404 .err_nav_link:focus {
  outline: 2px solid #7E0227;
  outline-offset: 2px;
  border-radius: 4px;
}

.pg_404 .err_actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.pg_404 .btn_primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  background: #7E0227;
  color: #F9FBFC;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(126, 2, 39, 0.06), 0 4px 25px 0 rgba(126, 2, 39, 0.11);
  transition: border-radius 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.pg_404 .btn_primary:hover {
  border-radius: 40px;
  box-shadow: 0 4px 25px 0 rgba(126, 2, 39, 0.11), 0 9px 40px 0 rgba(126, 2, 39, 0.11);
}

.pg_404 .btn_primary:focus {
  outline: 2px solid #57CF00;
  outline-offset: 3px;
}

.pg_404 .btn_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  background: transparent;
  color: #7E0227;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  border: 2px solid #7E0227;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: border-radius 0.25s cubic-bezier(0.0, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.0, 0, 0.2, 1), color 0.25s cubic-bezier(0.0, 0, 0.2, 1);
}

.pg_404 .btn_secondary:hover {
  border-radius: 40px;
  background-color: #7E0227;
  color: #F9FBFC;
}

.pg_404 .btn_secondary:focus {
  outline: 2px solid #57CF00;
  outline-offset: 3px;
}

.pg_404 .err_shape_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg_404 .err_shape_ring {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 212px;
  height: 212px;
  border-radius: 14px;
  border: 2px solid rgba(87, 207, 0, 0.25);
  pointer-events: none;
}

@media (max-width: 768px) {
  .pg_404 .err_wrap {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }

  .pg_404 .err_heading {
    font-size: 27px;
  }

  .pg_404 .err_code_bg {
    width: 120px;
    height: 120px;
    font-size: 37px;
  }

  .pg_404 .err_shape_ring {
    width: 152px;
    height: 152px;
  }
}

@media (max-width: 375px) {
  .pg_404 {
    padding: 28px 16px;
  }

  .pg_404 .err_actions {
    flex-direction: column;
  }

  .pg_404 .btn_primary,
  .pg_404 .btn_secondary {
    width: 100%;
    justify-content: center;
  }
}