@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/500.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/600.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/red-hat-display@latest/700.css');

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Red Hat Display', sans-serif;
}

.siteheader {
  width: 100%;
  background: linear-gradient(135deg, #F1EDF2 0%, #fff 60%, #F1EDF2 100%);
  border-bottom: 1.5px solid #D9A2D6;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  position: relative;
}

.siteheader-band {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

.siteheader-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 8px;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-imgbox {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1.5px solid #D9A2D6;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06), 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  background: #fff;
  padding: 8px;
  flex-shrink: 0;
}

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

.brand-label {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #8949C2;
  letter-spacing: -0.02em;
}

.brand-sub {
  font-size: 16px;
  font-weight: 400;
  color: #5a3a7a;
  line-height: 1.3;
  margin-top: 4px;
}

.headertrust {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid #D9A2D6;
  border-radius: 44px;
  padding: 8px 16px;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  flex-shrink: 0;
}

.headertrust-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.headertrust-star {
  width: 14px;
  height: 14px;
  display: block;
}

.headertrust-star svg {
  width: 14px;
  height: 14px;
}

.headertrust-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #8949C2;
  line-height: 1.3;
}

.headertrust-detail {
  font-size: 16px;
  color: #5a3a7a;
  font-weight: 400;
  line-height: 1.3;
}

.siteheader-nav {
  padding: 8px 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.navlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.navlist-item {
  position: relative;
}

.navlist-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3a1f5c;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  min-height: 44px;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.navlist-link:hover,
.navlist-link:focus {
  background-color: #F1EDF2;
  color: #8949C2;
  outline: none;
}

.navlist-link:focus {
  background-color: #e8dff0;
}

.navlist-item.hasdrop:hover .subdrop,
.navlist-item.hasdrop:focus-within .subdrop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.subdrop {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1.5px solid #D9A2D6;
  border-radius: 10px;
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
  min-width: 220px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.26s ease-in-out, transform 0.26s ease-in-out;
  z-index: 200;
  padding: 8px;
}

.subdrop::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}

.subdrop-link {
  display: block;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3a1f5c;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 6px;
  min-height: 44px;
  line-height: 1.5;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.subdrop-link:hover,
.subdrop-link:focus {
  background-color: #F1EDF2;
  color: #8949C2;
  outline: none;
}

.subdrop-link:focus {
  background-color: #e8dff0;
}

.navchevron {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
}

.sitefooter {
  background: linear-gradient(180deg, #F1EDF2 0%, #fff 100%);
  border-top: 1.5px solid #D9A2D6;
  box-shadow: 0 -1px 6px 0 rgba(137, 73, 194, 0.06);
}

.sitefooter-band {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

.sitefooter-toprow {
  padding: 48px 0 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.footerbrand {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 auto;
}

.footerbrand-imgbox {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1.5px solid #D9A2D6;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  background: #fff;
  padding: 8px;
  flex-shrink: 0;
}

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

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

.footerbrand-name {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #8949C2;
  line-height: 1.1;
}

.footerbrand-desc {
  font-size: 16px;
  color: #5a3a7a;
  line-height: 1.5;
  max-width: 220px;
}

.footernav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
}

.footernav-heading {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3a1f5c;
  line-height: 1.3;
  margin-bottom: 8px;
}

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

.footernav-link {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #5a3a7a;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.25s ease-in-out;
  display: inline-block;
  min-height: 44px;
  padding: 8px 0;
}

.footernav-link:hover,
.footernav-link:focus {
  color: #8949C2;
  outline: none;
}

.footernav-link:focus {
  background-color: #F1EDF2;
  border-radius: 6px;
  padding-left: 8px;
}

.footercontacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
}

.footercontacts-heading {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3a1f5c;
  line-height: 1.3;
  margin-bottom: 8px;
}

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

.footercontacts-item {
  font-size: 16px;
  color: #5a3a7a;
  line-height: 1.5;
}

.footercontacts-link {
  color: #5a3a7a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.28s ease-in-out;
}

.footercontacts-link:hover,
.footercontacts-link:focus {
  color: #8949C2;
  outline: none;
}

.footercontacts-link:focus {
  background-color: #F1EDF2;
  border-radius: 6px;
  padding: 2px 6px;
}

.sitefooter-divider {
  border: none;
  border-top: 1px solid #D9A2D6;
  margin: 0;
}

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

.sitefooter-legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sitefooter-legallink {
  font-size: 16px;
  color: #8949C2;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.25s ease-in-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.sitefooter-legallink:hover,
.sitefooter-legallink:focus {
  color: #5a1fa0;
  outline: none;
}

.sitefooter-legallink:focus {
  background-color: #F1EDF2;
  border-radius: 6px;
  padding: 0 8px;
}

.sitefooter-copy {
  font-size: 16px;
  color: #5a3a7a;
  line-height: 1.5;
}

.cookiebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  background: #fff;
  border-bottom: 1.5px solid #D9A2D6;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  display: none;
  transform: translateY(-100%);
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookiebar.showing {
  transform: translateY(0);
}

.cookiebar-band {
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

.cookiebar-text {
  flex: 1 1 300px;
  font-size: 16px;
  color: #3a1f5c;
  line-height: 1.5;
}

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

.cookiebar-btn {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #8949C2;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 0;
  min-height: 44px;
  line-height: 1.5;
  transition: color 0.25s ease-in-out;
}

.cookiebar-btn:hover {
  color: #5a1fa0;
}

.cookiebar-btn:focus {
  outline: none;
  background-color: #F1EDF2;
  border-radius: 6px;
  padding: 8px;
}

.cookiebar-panel {
  width: 100%;
  padding-top: 8px;
  display: none;
}

.cookiebar-panel.open {
  display: block;
}

.cookiebar-toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}

.cookiebar-togglelabel {
  font-size: 16px;
  color: #3a1f5c;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cookiebar-toggleinput {
  width: 18px;
  height: 18px;
  accent-color: #8949C2;
  cursor: pointer;
}

.cookiemini {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 7999;
  background: #fff;
  border: 1.5px solid #D9A2D6;
  border-radius: 28px;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  display: none;
}

.cookiemini-btn {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #8949C2;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  min-height: 44px;
  border-radius: 28px;
  transition: background-color 0.25s ease-in-out;
}

.cookiemini-btn:hover {
  background-color: #F1EDF2;
}

.cookiemini-btn:focus {
  outline: none;
  background-color: #e8dff0;
}

@media (max-width: 768px) {
  .siteheader-band {
    padding: 0 16px;
  }

  .siteheader-top {
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0 8px;
  }

  .headertrust {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .siteheader-nav {
    padding: 8px 0 16px;
  }

  .sitefooter-band {
    padding: 0 16px;
  }

  .sitefooter-toprow {
    flex-direction: column;
    gap: 32px;
    padding: 32px 0 32px;
  }

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

  .cookiebar-band {
    padding: 16px;
  }

  .brand-label {
    font-size: 19px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .siteheader-band {
    padding: 0 32px;
  }

  .sitefooter-band {
    padding: 0 32px;
  }
}

.legal-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 32px;
  color: #2a1a3e;
  line-height: 1.7;
  font-size: 16px;
}

.legal-main h1 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1e0f30;
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #D9A2D6;
}

.legal-main h2 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1e0f30;
  margin-top: 48px;
  margin-bottom: 16px;
}

.legal-main h3 {
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #2a1a3e;
  margin-top: 32px;
  margin-bottom: 16px;
}

.legal-main h4,
.legal-main h5,
.legal-main h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #2a1a3e;
  margin-top: 32px;
  margin-bottom: 8px;
}

.legal-main ul,
.legal-main ol {
  padding-left: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.legal-main ul {
  list-style-type: disc;
}

.legal-main ol {
  list-style-type: decimal;
}

.legal-main ul ul,
.legal-main ol ol,
.legal-main ul ol,
.legal-main ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

.legal-main li {
  font-size: 16px;
  line-height: 1.7;
  color: #2a1a3e;
  margin-bottom: 8px;
  padding-left: 8px;
}

.legal-main em,
.legal-main i {
  font-style: italic;
  color: #5c3480;
}

.legal-main a {
  color: #8949C2;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
}

.legal-main a:hover {
  color: #6a35a0;
  text-decoration-color: #D9A2D6;
}

.legal-main a:visited {
  color: #7040b0;
}

.legal-main table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.legal-main thead {
  background-color: #F1EDF2;
}

.legal-main thead tr {
  border-bottom: 2px solid #D9A2D6;
}

.legal-main tbody tr {
  border-bottom: 1px solid #e8dff0;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.legal-main tbody tr:hover {
  background-color: #F1EDF2;
}

.legal-main th {
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #1e0f30;
  text-align: left;
  letter-spacing: -0.01em;
}

.legal-main td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #2a1a3e;
  vertical-align: top;
}

.legal-main hr {
  border: none;
  border-top: 1px solid #D9A2D6;
  margin-top: 48px;
  margin-bottom: 48px;
  opacity: 0.5;
}

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

  .legal-main h1 {
    font-size: 24px;
  }

  .legal-main h2 {
    font-size: 19px;
    margin-top: 32px;
  }

  .legal-main h3 {
    font-size: 16px;
    margin-top: 32px;
  }

  .legal-main table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px;
  }

  .legal-main th,
  .legal-main td {
    padding: 8px 16px;
  }

  .legal-main hr {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .legal-main {
    padding: 48px 32px;
  }
}

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

.srvdet .pgwrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
}

.srvdet .arthead {
  background: #F1EDF2;
  padding: 48px 0;
  position: relative;
}

.srvdet .arthead::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to left, #8949C2, #D9A2D6);
}

.srvdet .arthead .pgwrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
}

.srvdet .arthead .headleft {
  flex: 1.6;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.srvdet .arthead .headright {
  flex: 1;
  position: relative;
}

.srvdet .arthead .imgbox {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.srvdet .arthead .imgbox img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  filter: grayscale(100%) contrast(1.15);
  transition: filter 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.srvdet .arthead .imgbox:hover img {
  filter: grayscale(60%) contrast(1.05);
}

.srvdet .dotpath {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.srvdet .dotpath span {
  width: 6px;
  height: 6px;
  border-radius: 44px;
  background: #8949C2;
  display: inline-block;
  opacity: 0.3;
}

.srvdet .dotpath span:nth-child(1) {
  opacity: 0.9;
}

.srvdet .dotpath span:nth-child(2) {
  opacity: 0.6;
}

.srvdet .dotpath span:nth-child(3) {
  opacity: 0.4;
}

.srvdet .dotpath span:nth-child(4) {
  opacity: 0.2;
}

.srvdet .arttag {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8949C2;
  border-bottom: 2px solid #D9A2D6;
  padding-bottom: 4px;
  line-height: 1.3;
}

.srvdet .arth1 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1b0a2e;
  margin: 0;
}

.srvdet .artmeta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.srvdet .artmeta .metaitem {
  font-size: 16px;
  color: #5a4068;
  line-height: 1.5;
}

.srvdet .artmeta .sep {
  color: #D9A2D6;
  font-size: 16px;
}

.srvdet .pricetag {
  display: inline-flex;
  align-items: center;
  background: #8949C2;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  padding: 8px 32px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  margin-top: 8px;
  align-self: flex-start;
}

.srvdet .actbtns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.srvdet .btnprint,
.srvdet .btncopy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  border: 2px solid #8949C2;
  background: transparent;
  color: #8949C2;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.5;
}

.srvdet .btnprint:hover,
.srvdet .btncopy:hover {
  background: #8949C2;
  color: #fff;
}

.srvdet .btnprint:active,
.srvdet .btncopy:active {
  background: #6b35a0;
  border-color: #6b35a0;
  color: #fff;
}

.srvdet .btnprint svg,
.srvdet .btncopy svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.srvdet .divrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
}

.srvdet .divrow .divline {
  flex: 1;
  height: 1px;
  background: linear-gradient(to left, #8949C2, #D9A2D6);
}

.srvdet .divrow .divnum {
  font-size: 16px;
  color: #8949C2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.srvdet .descbody {
  padding: 0 0 48px;
}

.srvdet .descbody .pgwrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
}

.srvdet .descbody .desctxt {
  flex: 1.7;
}

.srvdet .descbody .descside {
  flex: 1;
  position: sticky;
  top: 32px;
}

.srvdet .desctxt .txtlabel {
  font-size: 16px;
  font-weight: 700;
  color: #8949C2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}

.srvdet .desctxt p {
  font-size: 19px;
  line-height: 1.7;
  color: #2a1840;
  margin-bottom: 16px;
}

.srvdet .desctxt h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #1b0a2e;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 32px 0 16px;
}

.srvdet .desctxt h3 {
  font-size: 19px;
  line-height: 1.5;
  color: #1b0a2e;
  font-weight: 700;
  margin: 16px 0 8px;
}

.srvdet .desctxt strong {
  color: #8949C2;
}

.srvdet .desctxt ul,
.srvdet .desctxt ol {
  padding-left: 32px;
  margin-bottom: 16px;
}

.srvdet .desctxt li {
  font-size: 19px;
  line-height: 1.7;
  color: #2a1840;
  margin-bottom: 8px;
}

.srvdet .desctxt small {
  font-size: 16px;
  color: #5a4068;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
}

.srvdet .desctxt dl {
  margin-bottom: 16px;
}

.srvdet .desctxt dt {
  font-size: 16px;
  font-weight: 700;
  color: #8949C2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.srvdet .desctxt dd {
  font-size: 19px;
  line-height: 1.7;
  color: #2a1840;
  margin: 0 0 16px 16px;
}

.srvdet .desctxt figure {
  margin: 32px 0;
}

.srvdet .desctxt figcaption {
  font-size: 16px;
  color: #5a4068;
  line-height: 1.5;
  margin-top: 8px;
}

.srvdet .desctxt details {
  border-radius: 6px;
  border: 1px solid #D9A2D6;
  padding: 16px;
  margin-bottom: 16px;
}

.srvdet .desctxt summary {
  font-size: 19px;
  font-weight: 600;
  color: #8949C2;
  cursor: pointer;
  line-height: 1.5;
}

.srvdet .descside .sidecard {
  background: #F1EDF2;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
}

.srvdet .descside .sidecard .sideprice {
  font-size: 44px;
  font-weight: 700;
  color: #8949C2;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.srvdet .descside .sidecard .sidelabel {
  font-size: 16px;
  color: #5a4068;
  line-height: 1.5;
  margin-bottom: 32px;
  display: block;
}

.srvdet .descside .sidecard .sidemeta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.srvdet .descside .sidecard .sidemeta .smrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #2a1840;
  line-height: 1.5;
}

.srvdet .descside .sidecard .sidemeta .smrow svg {
  width: 16px;
  height: 16px;
  color: #8949C2;
  flex-shrink: 0;
}

.srvdet .descside .sidecard .btnmain {
  display: block;
  width: 100%;
  text-align: center;
  background: #8949C2;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border-radius: 10px;
  padding: 16px 32px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.5;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.srvdet .descside .sidecard .btnmain:hover {
  background: #6b35a0;
}

.srvdet .descside .sidecard .btnmain:active {
  background: #5a2d88;
}

.srvdet .progblock {
  background: #1b0a2e;
  padding: 48px 0;
  position: relative;
}

.srvdet .progblock .diag {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  pointer-events: none;
  overflow: hidden;
}

.srvdet .progblock .diag::before,
.srvdet .progblock .diag::after {
  content: '';
  position: absolute;
  background: rgba(217, 162, 214, 0.07);
  width: 200px;
  height: 1px;
  transform-origin: right top;
}

.srvdet .progblock .diag::before {
  top: 40px;
  right: 0;
  transform: rotate(-35deg);
}

.srvdet .progblock .diag::after {
  top: 80px;
  right: 0;
  transform: rotate(-35deg);
}

.srvdet .progblock .progh {
  font-size: 24px;
  line-height: 1.3;
  color: #F1EDF2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.srvdet .progblock .progtxt p {
  font-size: 19px;
  line-height: 1.7;
  color: #cdb8e0;
  margin-bottom: 16px;
}

.srvdet .progblock .progtxt h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #F1EDF2;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 32px 0 16px;
}

.srvdet .progblock .progtxt h3 {
  font-size: 19px;
  line-height: 1.5;
  color: #D9A2D6;
  font-weight: 700;
  margin: 16px 0 8px;
}

.srvdet .progblock .progtxt ul,
.srvdet .progblock .progtxt ol {
  padding-left: 32px;
  margin-bottom: 16px;
}

.srvdet .progblock .progtxt li {
  font-size: 19px;
  line-height: 1.7;
  color: #cdb8e0;
  margin-bottom: 8px;
}

.srvdet .progblock .progtxt cite {
  display: block;
  font-size: 19px;
  line-height: 1.7;
  color: #D9A2D6;
  font-style: italic;
  border-left: none;
  padding: 16px;
  background: rgba(137, 73, 194, 0.15);
  border-radius: 6px;
  margin: 16px 0;
}

.srvdet .progblock .progtxt abbr {
  color: #D9A2D6;
  text-decoration: underline dotted;
  cursor: help;
}

.srvdet .progblock .progtxt dl {
  margin-bottom: 16px;
}

.srvdet .progblock .progtxt dt {
  font-size: 16px;
  font-weight: 700;
  color: #D9A2D6;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.srvdet .progblock .progtxt dd {
  font-size: 19px;
  line-height: 1.7;
  color: #cdb8e0;
  margin: 0 0 16px 16px;
}

.srvdet .progblock .progtxt figure {
  margin: 32px 0;
}

.srvdet .progblock .progtxt figcaption {
  font-size: 16px;
  color: #9b7ab8;
  line-height: 1.5;
  margin-top: 8px;
}

.srvdet .progblock .progtxt details {
  border-radius: 6px;
  border: 1px solid rgba(217, 162, 214, 0.3);
  padding: 16px;
  margin-bottom: 16px;
}

.srvdet .progblock .progtxt summary {
  font-size: 19px;
  font-weight: 600;
  color: #D9A2D6;
  cursor: pointer;
  line-height: 1.5;
}

.srvdet .highlrow {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.srvdet .highlrow .highlitem {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(137, 73, 194, 0.12);
  transition: background 0.32s ease-in-out;
}

.srvdet .highlrow .highlitem.active {
  background: rgba(137, 73, 194, 0.28);
}

.srvdet .highlrow .highlitem .hiico {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srvdet .highlrow .highlitem .hiico svg {
  width: 28px;
  height: 28px;
  color: #D9A2D6;
  transition: color 0.32s ease-in-out;
}

.srvdet .highlrow .highlitem.active .hiico svg {
  color: #fff;
}

.srvdet .highlrow .highlitem .hitxt {
  font-size: 16px;
  color: #cdb8e0;
  line-height: 1.5;
  font-weight: 600;
}

.srvdet .highlrow .highlitem.active .hitxt {
  color: #fff;
}

@keyframes cyclehl {

  0%,
  20% {
    background: rgba(137, 73, 194, 0.28);
  }

  21%,
  100% {
    background: rgba(137, 73, 194, 0.12);
  }
}

.srvdet .highlrow .highlitem:nth-child(1) {
  animation: cyclehl 4s 0s infinite;
}

.srvdet .highlrow .highlitem:nth-child(2) {
  animation: cyclehl 4s 1s infinite;
}

.srvdet .highlrow .highlitem:nth-child(3) {
  animation: cyclehl 4s 2s infinite;
}

.srvdet .highlrow .highlitem:nth-child(4) {
  animation: cyclehl 4s 3s infinite;
}

@media (max-width: 768px) {
  .srvdet .arthead .pgwrap {
    flex-direction: column;
    gap: 32px;
  }

  .srvdet .arthead .headright {
    width: 100%;
  }

  .srvdet .arth1 {
    font-size: 44px;
  }

  .srvdet .descbody .pgwrap {
    flex-direction: column;
    gap: 32px;
  }

  .srvdet .descside {
    position: static;
    width: 100%;
  }

  .srvdet .highlrow {
    gap: 16px;
  }
}

@media (max-width: 1280px) {
  .srvdet .pgwrap {
    padding: 0 16px;
  }
}

.srvpg {
  background: #fff;
  overflow-x: hidden;
}

.srvpg .titband {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  gap: 32px;
}

.srvpg .titband .imgstrip {
  width: 7px;
  min-height: 80px;
  background: linear-gradient(to bottom, #8949C2, #D9A2D6);
  border-radius: 6px;
  flex-shrink: 0;
  position: relative;
}

.srvpg .titband .imgstrip::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #8949C2;
  opacity: 0.18;
}

.srvpg .titband .txtarea {
  flex: 1;
}

.srvpg .titband .txtarea h1 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1b1038;
  margin: 0 0 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.srvpg .titband .txtarea .sub {
  font-size: 19px;
  line-height: 1.5;
  color: #3d2060;
  margin: 0;
  max-width: 560px;
}

.srvpg .divgeo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 0 8px;
  overflow: hidden;
}

.srvpg .divgeo span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #D9A2D6;
  opacity: 0.5;
}

.srvpg .divgeo span:nth-child(3n+1) {
  background: #8949C2;
  opacity: 0.25;
  border-radius: 10px;
  width: 12px;
  height: 4px;
}

.srvpg .divgeo span:nth-child(5n+2) {
  width: 4px;
  height: 4px;
  background: #D9A2D6;
  opacity: 0.7;
}

.srvpg .cardgrid {
  max-width: 1024px;
  margin: 0 auto;
  padding: 32px 32px 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.srvpg .srvcard {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s ease-in-out;
  position: relative;
}

.srvpg .srvcard:hover {
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
  transform: translateY(-4px);
}

.srvpg .srvcard .imgbox {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.srvpg .srvcard .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1);
  transition: filter 0.38s ease-in-out;
}

.srvpg .srvcard:hover .imgbox img {
  filter: saturate(0);
}

.srvpg .srvcard .imgbox img:not(:hover) {
  filter: saturate(1);
}

.srvpg .srvcard .badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #8949C2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 4px 12px;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
}

.srvpg .srvcard .cardbody {
  padding: 24px 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.srvpg .srvcard .cardbody h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #1b1038;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.srvpg .srvcard .cardbody .desc {
  font-size: 16px;
  line-height: 1.7;
  color: #3d2060;
  margin: 0;
}

.srvpg .srvcard .cardftr {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.srvpg .srvcard .price {
  font-size: 24px;
  font-weight: 700;
  color: #8949C2;
  letter-spacing: -0.02em;
}

.srvpg .srvcard .cardlink {
  display: inline-block;
  background: #8949C2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 24px;
  text-decoration: none;
  transition: background 0.28s ease-in-out;
}

.srvpg .srvcard .cardlink:hover {
  background: #6e35a3;
}

.srvpg .srvcard .cardlink:focus {
  outline: 2px solid #8949C2;
  outline-offset: 2px;
}

.srvpg .aboutband {
  background: #F1EDF2;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.srvpg .aboutband::after {
  content: '';
  position: absolute;
  bottom: -32px;
  right: -32px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #8949C2;
  opacity: 0.05;
  animation: bleed 7s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes bleed {
  0% {
    opacity: 0.03;
    transform: scale(0.85);
  }

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

.srvpg .aboutband .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}

.srvpg .aboutband .abouttxt {
  flex: 1;
}

.srvpg .aboutband .abouttxt h2 {
  font-size: 44px;
  line-height: 1.1;
  color: #1b1038;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.srvpg .aboutband .abouttxt p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d2060;
  margin: 0 0 16px;
}

.srvpg .aboutband .abouttxt p strong {
  color: #8949C2;
}

.srvpg .aboutband .aboutimg {
  width: 320px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}

.srvpg .aboutband .aboutimg img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.srvpg .methodband {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 32px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}

.srvpg .methodband .steplist {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.srvpg .methodband .stepitem {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.srvpg .methodband .stepnum {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #8949C2;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.srvpg .methodband .steptxt h4 {
  font-size: 19px;
  line-height: 1.3;
  color: #1b1038;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.srvpg .methodband .steptxt p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d2060;
  margin: 0;
}

.srvpg .methodband .methodimg {
  width: 300px;
  flex-shrink: 0;
  position: relative;
}

.srvpg .methodband .methodimg img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  display: block;
  height: 380px;
}

.srvpg .methodband .methodimg .numbadge {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  border-radius: 44px;
  background: #D9A2D6;
  color: #1b1038;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
}

.srvpg .reviewband {
  background: linear-gradient(to left, #8949C2, #3d1a6e);
  padding: 48px 0;
}

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

.srvpg .reviewband h2 {
  font-size: 44px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.srvpg .reviewband .revgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.srvpg .reviewband .revcard {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.srvpg .reviewband .revcard .revquote {
  font-size: 16px;
  line-height: 1.7;
  color: #F1EDF2;
  margin: 0;
}

.srvpg .reviewband .revcard .revperson {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.srvpg .reviewband .revcard .revperson .portbox {
  width: 48px;
  height: 67px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.srvpg .reviewband .revcard .revperson .portbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.srvpg .reviewband .revcard .revperson .revname {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.srvpg .reviewband .revcard .revperson .revlabel {
  font-size: 16px;
  color: #D9A2D6;
}

.srvpg .statsband {
  background: #fff;
  padding: 48px 0 32px;
}

.srvpg .statsband .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
}

.srvpg .statsband .statitem {
  flex: 1;
  background: #F1EDF2;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  position: relative;
}

.srvpg .statsband .statitem .snum {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #8949C2;
  letter-spacing: -0.03em;
}

.srvpg .statsband .statitem .slabel {
  font-size: 16px;
  line-height: 1.5;
  color: #3d2060;
}

.srvpg .statsband .statitem .corner {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #D9A2D6;
  opacity: 0.3;
}

.srvpg .ctaband {
  background: #F1EDF2;
  padding: 48px 0 96px;
}

.srvpg .ctaband .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}

.srvpg .ctaband .ctatxt {
  flex: 1;
}

.srvpg .ctaband .ctatxt h2 {
  font-size: 44px;
  line-height: 1.1;
  color: #1b1038;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.srvpg .ctaband .ctatxt p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d2060;
  margin: 0 0 32px;
}

.srvpg .ctaband .ctabtn {
  display: inline-block;
  background: #8949C2;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border-radius: 10px;
  padding: 16px 48px;
  text-decoration: none;
  transition: background 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
}

.srvpg .ctaband .ctabtn:hover {
  background: #6e35a3;
}

.srvpg .ctaband .ctabtn:focus {
  outline: 2px solid #8949C2;
  outline-offset: 3px;
}

.srvpg .ctaband .ctaimg {
  width: 280px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
}

.srvpg .ctaband .ctaimg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 768px) {
  .srvpg .titband {
    padding: 32px 16px 16px;
    gap: 16px;
  }

  .srvpg .titband .txtarea h1 {
    font-size: 44px;
  }

  .srvpg .cardgrid {
    grid-template-columns: 1fr;
    padding: 16px 16px 32px;
    gap: 16px;
  }

  .srvpg .aboutband .inner {
    flex-direction: column;
    padding: 0 16px;
    gap: 32px;
  }

  .srvpg .aboutband .aboutimg {
    width: 100%;
  }

  .srvpg .methodband {
    flex-direction: column;
    padding: 32px 16px;
    gap: 32px;
  }

  .srvpg .methodband .methodimg {
    width: 100%;
  }

  .srvpg .methodband .methodimg img {
    height: 220px;
  }

  .srvpg .reviewband .inner {
    padding: 0 16px;
  }

  .srvpg .reviewband .revgrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .srvpg .statsband .inner {
    flex-direction: column;
    padding: 0 16px;
    gap: 16px;
  }

  .srvpg .ctaband .inner {
    flex-direction: column;
    padding: 0 16px;
    gap: 32px;
  }

  .srvpg .ctaband .ctaimg {
    width: 100%;
  }

  .srvpg .reviewband h2 {
    font-size: 24px;
  }

  .srvpg .aboutband .abouttxt h2,
  .srvpg .ctaband .ctatxt h2 {
    font-size: 24px;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {

  .srvpg .titband,
  .srvpg .cardgrid,
  .srvpg .methodband,
  .srvpg .aboutband .inner,
  .srvpg .reviewband .inner,
  .srvpg .statsband .inner,
  .srvpg .ctaband .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

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

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

@keyframes borderGlow {
  from {
    box-shadow: 0 0 0 0 rgba(137, 73, 194, 0);
  }

  to {
    box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10), 0 0 0 2px rgba(137, 73, 194, 0.18);
  }
}

@keyframes glowBuild {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(137, 73, 194, 0);
  }

  100% {
    opacity: 1;
    box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10), 0 0 0 2px rgba(137, 73, 194, 0.14);
  }
}

.ctus .opnr {
  padding: 96px 0 48px;
  background: #F1EDF2;
  position: relative;
}

.ctus .opnr::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 24px solid #F1EDF2;
  z-index: 1;
}

.ctus .opnr .pgwrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
}

.ctus .vststrip {
  width: 6px;
  min-height: 100%;
  background: linear-gradient(to bottom, #8949C2, #D9A2D6);
  border-radius: 6px;
  flex-shrink: 0;
  animation: glowBuild 0.38s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.ctus .opntxt {
  flex: 1;
  position: relative;
}

.ctus .opntxt::before,
.ctus .opntxt::after {
  content: '';
  position: absolute;
  border-color: #8949C2;
  border-style: solid;
}

.ctus .opntxt::before {
  top: -16px;
  left: -16px;
  width: 28px;
  height: 28px;
  border-width: 2px 0 0 2px;
  border-radius: 6px 0 0 0;
}

.ctus .opntxt::after {
  bottom: -16px;
  right: -16px;
  width: 28px;
  height: 28px;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 6px 0;
}

.ctus .opnlabel {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8949C2;
  margin-bottom: 16px;
}

.ctus .opnh1 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1b0a2e;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.ctus .opnh1 em {
  font-style: normal;
  color: #8949C2;
}

.ctus .opndesc {
  font-size: 19px;
  line-height: 1.5;
  color: #3a2550;
  max-width: 560px;
  margin: 0;
}

.ctus .frmarea {
  padding: 96px 0;
  background: #fff;
}

.ctus .frmarea .pgwrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}

.ctus .frmside {
  flex: 1 1 0;
  min-width: 0;
}

.ctus .frmside .blktitle {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b0a2e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}

.ctus .frmside .blkdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #4a3560;
  margin: 0 0 32px;
}

.ctus .frm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: glowBuild 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

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

.ctus .fld label {
  font-size: 16px;
  font-weight: 600;
  color: #1b0a2e;
  letter-spacing: 0.03em;
}

.ctus .fld input[type="text"],
.ctus .fld input[type="email"],
.ctus .fld textarea,
.ctus .fld select {
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #1b0a2e;
  background: #F1EDF2;
  border: 2px solid transparent;
  border-radius: 10px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.28s ease-in-out, box-shadow 0.28s ease-in-out;
  box-shadow: inset 0 2px 6px 0 rgba(137, 73, 194, 0.06);
}

.ctus .fld input::placeholder,
.ctus .fld textarea::placeholder {
  color: rgba(58, 37, 80, 0.4);
}

.ctus .fld input:focus,
.ctus .fld textarea:focus,
.ctus .fld select:focus {
  border-color: #8949C2;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10), inset 0 2px 4px 0 rgba(137, 73, 194, 0.06);
}

.ctus .fld textarea {
  resize: vertical;
  min-height: 120px;
}

.ctus .fld select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%238949C2' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 48px;
  cursor: pointer;
}

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

.ctus .topicrow label.toplbl {
  font-size: 16px;
  font-weight: 600;
  color: #1b0a2e;
  letter-spacing: 0.03em;
}

.ctus .topicopts {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.ctus .topicopts input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.ctus .topicopts label {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  color: #4a3560;
  background: #F1EDF2;
  border: 2px solid transparent;
  border-radius: 28px;
  cursor: pointer;
  transition: background 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.ctus .topicopts input[type="radio"]:checked+label {
  background: #8949C2;
  color: #fff;
  border-color: #8949C2;
}

.ctus .topicopts label:hover {
  border-color: #D9A2D6;
  background: #ede0f5;
}

.ctus .condfield {
  display: none;
  flex-direction: column;
  gap: 8px;
}

.ctus .topicopts input#tpbud:checked~.ctus .condbud {
  display: flex;
}

#tpbud:checked~.condwrap .condbud {
  display: flex;
}

#tpother:checked~.condwrap .condother {
  display: flex;
}

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

.ctus .condbud label,
.ctus .condother label {
  font-size: 16px;
  font-weight: 600;
  color: #1b0a2e;
}

.ctus .privrow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.ctus .privrow input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #8949C2;
  margin-top: 2px;
  cursor: pointer;
}

.ctus .privrow .privtxt {
  font-size: 16px;
  line-height: 1.5;
  color: #4a3560;
}

.ctus .privrow .privtxt a {
  color: #8949C2;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}

.ctus .privrow .privtxt a:hover {
  color: #6a2fa0;
}

.ctus .sbmbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #8949C2;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.ctus .sbmbtn:hover {
  background: #6a2fa0;
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
}

.ctus .sbmbtn:focus {
  outline: 2px solid #8949C2;
  outline-offset: 3px;
}

.ctus .sbmbtn:active {
  background: #5a2288;
}

.ctus .infoside {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ctus .infocard {
  background: #F1EDF2;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.ctus .infocard:hover {
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  backdrop-filter: blur(8px);
  background: rgba(241, 237, 242, 0.85);
}

.ctus .infocard .iclabel {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8949C2;
  margin: 0 0 16px;
}

.ctus .infocard .icval {
  font-size: 16px;
  line-height: 1.7;
  color: #1b0a2e;
  margin: 0;
}

.ctus .infocard .icval a {
  color: #8949C2;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}

.ctus .infocard .icval a:hover {
  color: #6a2fa0;
  text-decoration: underline;
}

.ctus .infocard .icdeco {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 64px;
  height: 64px;
  border-radius: 44px;
  background: linear-gradient(135deg, #D9A2D6, #8949C2);
  opacity: 0.12;
  pointer-events: none;
}

.ctus .srvblock {
  padding: 96px 0;
  background: linear-gradient(to left, #1b0a2e, #8949C2);
  position: relative;
}

.ctus .srvblock::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 24px solid #fff;
  z-index: 1;
}

.ctus .srvblock .pgwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.ctus .srvblock .srvh2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}

.ctus .srvblock .srvdesc {
  font-size: 19px;
  line-height: 1.5;
  color: rgba(241, 237, 242, 0.88);
  max-width: 600px;
  margin: 0;
}

.ctus .srvlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8949C2;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.28s ease-in-out, color 0.28s ease-in-out, box-shadow 0.28s ease-in-out;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.ctus .srvlink:hover {
  background: #F1EDF2;
  color: #6a2fa0;
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
}

.ctus .srvlink:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.ctus .srvilist {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ctus .srvilist li {
  font-size: 16px;
  color: rgba(241, 237, 242, 0.75);
  padding: 0 8px;
}

.ctus .srvilist li+li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #D9A2D6;
  border-radius: 44px;
  vertical-align: middle;
  margin-right: 8px;
}

@media (max-width: 1280px) {
  .ctus .opnh1 {
    font-size: 44px;
  }

  .ctus .infoside {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .ctus .opnr {
    padding: 48px 0 48px;
  }

  .ctus .opnr .pgwrap {
    flex-direction: column;
    gap: 16px;
  }

  .ctus .vststrip {
    width: 100%;
    height: 6px;
    min-height: unset;
  }

  .ctus .opnh1 {
    font-size: 44px;
  }

  .ctus .opntxt::before,
  .ctus .opntxt::after {
    display: none;
  }

  .ctus .frmarea {
    padding: 48px 0;
  }

  .ctus .frmarea .pgwrap {
    flex-direction: column;
    gap: 32px;
  }

  .ctus .infoside {
    width: 100%;
  }

  .ctus .srvblock {
    padding: 48px 0;
  }

  .ctus .srvblock .srvh2 {
    font-size: 24px;
  }

  .ctus .srvblock .srvdesc {
    font-size: 16px;
  }
}

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

.debut .dbwrap {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

/* SECTION 1 - TITLE BLOCK */
.debut .titlesplit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative;
}

.debut .titlesplit .imgzone {
  position: relative;
  overflow: hidden;
  background: #2a1040;
}

.debut .titlesplit .imgzone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.25) brightness(0.6);
  display: block;
}

.debut .titlesplit .gridlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.debut .titlesplit .gridlines::before,
.debut .titlesplit .gridlines::after {
  content: "";
  position: absolute;
  background: rgba(137, 73, 194, 0.08);
}

.debut .titlesplit .gridlines::before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 33%;
}

.debut .titlesplit .gridlines::after {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
}

.debut .titlesplit .textzone {
  background: #F1EDF2;
  padding: 96px 48px 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.debut .titlesplit .textzone::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(137, 73, 194, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.debut .titlesplit .textzone::after {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 4px;
  height: 80px;
  background: #8949C2;
  border-radius: 0 6px 6px 0;
}

.debut .titlesplit .counter {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.debut .titlesplit .counter .num {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  color: #8949C2;
  letter-spacing: -2px;
}

.debut .titlesplit .counter .numlabel {
  font-size: 16px;
  line-height: 1.5;
  color: #5a3a72;
  font-weight: 400;
}

.debut .titlesplit .tagh1 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e0a33;
  letter-spacing: -1px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.debut .titlesplit .tagline {
  font-size: 19px;
  line-height: 1.5;
  color: #3d2255;
  max-width: 380px;
}

.debut .divline {
  height: 1px;
  background: linear-gradient(to right, transparent, #8949C2, #D9A2D6, transparent);
  border: none;
  margin: 0;
}

/* SECTION 2 - CREATORS */
.debut .creators {
  background: #fff;
  padding: 96px 0;
  position: relative;
}

.debut .creators .dbwrap {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: start;
}

.debut .creators .portraitcol {
  position: relative;
}

.debut .creators .portraitframe {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  margin-bottom: 32px;
}

.debut .creators .portraitframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.debut .creators .expertname {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e0a33;
  margin-bottom: 8px;
}

.debut .creators .expertrole {
  font-size: 16px;
  line-height: 1.5;
  color: #5a3a72;
  font-weight: 400;
}

.debut .creators .textcol h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e0a33;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.debut .creators .leadlabel {
  font-size: 16px;
  font-weight: 700;
  color: #8949C2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.debut .creators .textcol p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a44;
  margin-bottom: 32px;
}

.debut .creators .taglist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.debut .creators .taglist li {
  font-size: 16px;
  line-height: 1.5;
  color: #5a3a72;
  padding: 8px 16px;
  background: #F1EDF2;
  border-radius: 28px;
}

/* SECTION 3 - REPUTATION */
.debut .reputsec {
  background: #2a1040;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.debut .reputsec .bgflicker {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.debut .reputsec .bgflicker::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(137, 73, 194, 0.12);
  top: -80px;
  right: -80px;
  animation: flicker 4s ease-in-out infinite;
}

.debut .reputsec .bgflicker::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(217, 162, 214, 0.08);
  bottom: -60px;
  left: 10%;
  animation: flicker 5.5s ease-in-out infinite 1.2s;
}

@keyframes flicker {

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

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

.debut .reputsec .dbwrap {
  position: relative;
}

.debut .reputsec .reputh2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 600px;
}

.debut .reputsec .reputsub {
  font-size: 19px;
  line-height: 1.5;
  color: #D9A2D6;
  margin-bottom: 48px;
  max-width: 560px;
}

.debut .reputsec .timeline {
  position: relative;
  padding-top: 32px;
}

.debut .reputsec .timelinebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #8949C2, #D9A2D6, #8949C2);
  border-radius: 2px;
}

.debut .reputsec .timelinerow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.debut .reputsec .tpoint {
  position: relative;
  padding-top: 32px;
}

.debut .reputsec .tpoint::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #8949C2;
  border: 2px solid #D9A2D6;
}

.debut .reputsec .tcard {
  background: rgba(137, 73, 194, 0.13);
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.debut .reputsec .tcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
}

.debut .reputsec .tcard .tyear {
  font-size: 16px;
  font-weight: 700;
  color: #D9A2D6;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}

.debut .reputsec .tcard .ttitle {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.debut .reputsec .tcard .tdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #c9a8e0;
}

/* SECTION 4 - COMMUNITY */
.debut .commsec {
  background: #F1EDF2;
  padding: 96px 0;
}

.debut .commsec .dbwrap {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  align-items: start;
}

.debut .commsec h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e0a33;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.debut .commsec .leadlabel {
  font-size: 16px;
  font-weight: 700;
  color: #8949C2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.debut .commsec p {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a44;
  margin-bottom: 32px;
}

.debut .commsec .imgcol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.debut .commsec .imgthumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.debut .commsec .imgthumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.debut .commsec .imgthumb:hover img {
  transform: scale(1.04);
}

.debut .commsec .imgcaption {
  position: absolute;
  inset: 0;
  background: rgba(42, 16, 64, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.28s ease-in-out;
}

.debut .commsec .imgthumb:hover .imgcaption {
  opacity: 1;
}

.debut .commsec .imgcaption span {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.debut .commsec .peerlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.debut .commsec .peeritem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  transition: box-shadow 0.28s ease-in-out, transform 0.28s ease-in-out;
}

.debut .commsec .peeritem:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.debut .commsec .peericon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8949C2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.debut .commsec .peericon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.debut .commsec .peertxt strong {
  font-size: 16px;
  font-weight: 700;
  color: #1e0a33;
  display: block;
  margin-bottom: 4px;
}

.debut .commsec .peertxt span {
  font-size: 16px;
  line-height: 1.5;
  color: #5a3a72;
}

/* SECTION 5 - FIT */
.debut .fitsec {
  background: #fff;
  padding: 96px 0;
}

.debut .fitsec .dbwrap {
  max-width: 1024px;
}

.debut .fitsec h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #1e0a33;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.debut .fitsec .fitsub {
  font-size: 19px;
  line-height: 1.5;
  color: #3d2255;
  margin-bottom: 48px;
  max-width: 640px;
}

.debut .fitsec .fitgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.debut .fitsec .fitcard {
  border-radius: 16px;
  padding: 32px;
  position: relative;
}

.debut .fitsec .fitcard.yes {
  background: #F1EDF2;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
}

.debut .fitsec .fitcard.no {
  background: #f7f4f9;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
}

.debut .fitsec .fitcard h4 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e0a33;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.debut .fitsec .fitcard.yes h4 {
  color: #8949C2;
}

.debut .fitsec .fitcard.no h4 {
  color: #7a6080;
}

.debut .fitsec .fitcard ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.debut .fitsec .fitcard ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1a44;
  padding-left: 16px;
  position: relative;
}

.debut .fitsec .fitcard.yes ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8949C2;
}

.debut .fitsec .fitcard.no ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #c4a8d8;
}

.debut .fitsec .imgstrip {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.debut .fitsec .stripthumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.debut .fitsec .stripthumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.debut .fitsec .stripthumb:hover img {
  transform: scale(1.04);
}

.debut .fitsec .stripcap {
  position: absolute;
  inset: 0;
  background: rgba(42, 16, 64, 0.75);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.28s ease-in-out;
}

.debut .fitsec .stripthumb:hover .stripcap {
  opacity: 1;
}

.debut .fitsec .stripcap span {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

/* DIAGONAL ACCENT */
.debut .diagwrap {
  position: relative;
  overflow: hidden;
}

.debut .diagwrap .diagline {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 1px;
  background: rgba(137, 73, 194, 0.12);
  transform: rotate(3deg);
  transform-origin: left center;
  pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .debut .titlesplit {
    grid-template-columns: 1fr;
  }

  .debut .titlesplit .imgzone {
    height: 240px;
  }

  .debut .titlesplit .textzone {
    padding: 48px 32px;
  }

  .debut .titlesplit .tagh1 {
    font-size: 24px;
  }

  .debut .titlesplit .counter .num {
    font-size: 44px;
  }

  .debut .creators .dbwrap {
    grid-template-columns: 1fr;
  }

  .debut .creators .textcol h2 {
    font-size: 24px;
  }

  .debut .reputsec .reputh2 {
    font-size: 24px;
  }

  .debut .reputsec .timelinerow {
    grid-template-columns: 1fr;
  }

  .debut .commsec .dbwrap {
    grid-template-columns: 1fr;
  }

  .debut .commsec h2 {
    font-size: 24px;
  }

  .debut .fitsec h2 {
    font-size: 24px;
  }

  .debut .fitsec .fitgrid {
    grid-template-columns: 1fr;
  }

  .debut .fitsec .imgstrip {
    grid-template-columns: 1fr;
  }

  .debut .dbwrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .debut .titlesplit .tagh1 {
    font-size: 44px;
  }

  .debut .reputsec .timelinerow {
    gap: 16px;
  }
}

.abtus {
  overflow-x: clip;
}

.abtus .titleblock {
  max-width: 1024px;
  margin: 0 auto;
  padding: 96px 48px 48px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 48px;
  align-items: end;
  position: relative;
}

.abtus .titleblock .dotfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0;
}

.abtus .titleblock .dotfield::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(137, 73, 194, 0.13) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}

.abtus .titleleft {
  position: relative;
  z-index: 1;
}

.abtus .titleleft .eyebrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8949C2;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #D9A2D6;
}

.abtus .titleleft .bighead {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1b0e2e;
  font-weight: 800;
  margin-bottom: 32px;
  max-width: 680px;
}

.abtus .titleleft .bighead em {
  font-style: normal;
  color: #8949C2;
}

.abtus .titleleft .lead {
  font-size: 19px;
  line-height: 1.7;
  color: #2e1d45;
  max-width: 560px;
  margin-bottom: 32px;
}

.abtus .titleright {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.abtus .titleright .statcard {
  background: #F1EDF2;
  border-radius: 16px;
  padding: 16px;
  text-align: right;
  width: 140px;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.abtus .titleright .statcard:hover {
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
}

.abtus .titleright .statcard .statnum {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  color: #8949C2;
  letter-spacing: -0.02em;
}

.abtus .titleright .statcard .statlabel {
  font-size: 16px;
  line-height: 1.3;
  color: #5a3d7a;
  margin-top: 8px;
}

.abtus .imgband {
  width: 100%;
  background: #1b0e2e;
  position: relative;
  overflow: hidden;
}

.abtus .imgband .imgrow {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  height: 340px;
}

.abtus .imgband .imgslot {
  position: relative;
  overflow: hidden;
}

.abtus .imgband .imgslot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.abtus .imgband .imgslot:hover img {
  transform: scale(1.04);
}

.abtus .imgband .imgslot .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(137, 73, 194, 0.55), rgba(27, 14, 46, 0.18));
  pointer-events: none;
}

.abtus .storyrow {
  max-width: 1024px;
  margin: 0 auto;
  padding: 96px 48px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
}

.abtus .storyfixed {
  position: sticky;
  top: 48px;
}

.abtus .storyfixed .sectionlabel {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8949C2;
  margin-bottom: 16px;
}

.abtus .storyfixed .sideimg {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
}

.abtus .storyfixed .sideimg img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.abtus .storyfixed .accentbox {
  margin-top: 32px;
  background: #8949C2;
  border-radius: 16px;
  padding: 32px;
  color: #fff;
}

.abtus .storyfixed .accentbox .abtitle {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.abtus .storyfixed .accentbox .abdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #e8d5f5;
}

.abtus .storyflex {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.abtus .storyblock {
  border-radius: 10px;
  padding: 32px;
  background: #F1EDF2;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  transition: box-shadow 0.28s ease-in-out;
}

.abtus .storyblock:hover {
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.abtus .storyblock .blocklabel {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #8949C2;
  margin-bottom: 8px;
}

.abtus .storyblock .blockhead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b0e2e;
  margin-bottom: 16px;
}

.abtus .storyblock .blocktext {
  font-size: 16px;
  line-height: 1.7;
  color: #2e1d45;
}

.abtus .storyblock .divline {
  width: 48px;
  height: 2px;
  background: #D9A2D6;
  margin: 16px 0;
}

.abtus .teamwrap {
  background: #1b0e2e;
  position: relative;
  overflow: hidden;
}

.abtus .teamwrap .linestexture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(45deg,
      rgba(217, 162, 214, 0.06) 0px,
      rgba(217, 162, 214, 0.06) 1px,
      transparent 1px,
      transparent 18px);
}

.abtus .teaminner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 96px 48px;
  position: relative;
  z-index: 1;
}

.abtus .teaminner .teamtoplabel {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D9A2D6;
  margin-bottom: 16px;
}

.abtus .teaminner .teamhead {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 48px;
  max-width: 600px;
}

.abtus .teamgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.abtus .personcard {
  background: rgba(241, 237, 242, 0.06);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  border: 1px solid rgba(217, 162, 214, 0.15);
  transition: background 0.32s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.abtus .personcard:hover {
  background: rgba(137, 73, 194, 0.18);
  border-color: rgba(217, 162, 214, 0.35);
}

.abtus .personcard .portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
}

.abtus .personcard .portrait img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.abtus .personcard .personinfo {
  flex: 1;
}

.abtus .personcard .personname {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
}

.abtus .personcard .personrole {
  font-size: 16px;
  color: #D9A2D6;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.abtus .personcard .persondesc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(241, 237, 242, 0.75);
}

.abtus .timeline {
  margin-top: 48px;
  position: relative;
}

.abtus .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(217, 162, 214, 0.25);
  transform: translateX(-50%);
}

.abtus .tlevent {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 48px;
}

.abtus .tlevent:last-child {
  margin-bottom: 0;
}

.abtus .tlevent .tlcontent {
  padding: 32px;
  background: rgba(241, 237, 242, 0.06);
  border-radius: 10px;
  border: 1px solid rgba(217, 162, 214, 0.12);
}

.abtus .tlevent .tlcontent.right {
  grid-column: 3;
}

.abtus .tlevent .tlcontent.left {
  grid-column: 1;
  text-align: right;
}

.abtus .tlevent .tldot {
  grid-column: 2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8949C2;
  border: 3px solid #D9A2D6;
  justify-self: center;
  box-shadow: 0 0 0 4px rgba(137, 73, 194, 0.18);
}

.abtus .tlevent .tlyear {
  font-size: 16px;
  font-weight: 800;
  color: #D9A2D6;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.abtus .tlevent .tlhead {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 8px;
}

.abtus .tlevent .tldesc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(241, 237, 242, 0.72);
}

@media (max-width: 1280px) {
  .abtus .titleblock {
    padding: 96px 32px 48px;
    gap: 32px;
  }

  .abtus .storyrow {
    padding: 96px 32px;
  }

  .abtus .teaminner {
    padding: 96px 32px;
  }
}

@media (max-width: 768px) {
  .abtus .titleblock {
    grid-template-columns: 1fr;
    padding: 48px 16px 32px;
    gap: 32px;
  }

  .abtus .titleleft .bighead {
    font-size: 44px;
  }

  .abtus .titleright {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .abtus .titleright .statcard {
    width: auto;
    flex: 1;
    text-align: left;
  }

  .abtus .imgband .imgrow {
    grid-template-columns: 1fr 1fr;
    height: 220px;
  }

  .abtus .imgband .imgrow .imgslot:last-child {
    display: none;
  }

  .abtus .storyrow {
    grid-template-columns: 1fr;
    padding: 48px 16px;
    gap: 32px;
  }

  .abtus .storyfixed {
    position: static;
  }

  .abtus .teaminner {
    padding: 48px 16px;
  }

  .abtus .teamgrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .abtus .teaminner .teamhead {
    font-size: 24px;
  }

  .abtus .timeline::before {
    left: 16px;
  }

  .abtus .tlevent {
    grid-template-columns: 32px 1fr;
    gap: 8px;
  }

  .abtus .tlevent .tldot {
    grid-column: 1;
    grid-row: 1;
  }

  .abtus .tlevent .tlcontent.right,
  .abtus .tlevent .tlcontent.left {
    grid-column: 2;
    text-align: left;
    grid-row: 1;
  }

  .abtus .tlevent .tlcontent.left {
    grid-row: 1;
  }
}

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

.successPage .msgWrap {
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.successPage .iconRing {
  width: 80px;
  height: 80px;
  border-radius: 44px;
  background: #F1EDF2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  flex-shrink: 0;
}

.successPage .iconRing svg {
  display: block;
}

.successPage .msgTitle {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1b0f2e;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.successPage .msgSub {
  font-size: 19px;
  line-height: 1.5;
  color: #3d2a55;
  margin: 0;
  max-width: 560px;
}

.successPage .divLine {
  width: 64px;
  height: 3px;
  background: linear-gradient(to left, #8949C2, #D9A2D6);
  border-radius: 6px;
}

.successPage .backBtn {
  display: inline-block;
  padding: 16px 48px;
  background: #8949C2;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.03em;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06), 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease-in-out;
}

.successPage .backBtn:hover,
.successPage .backBtn:focus {
  background: #6e35a8;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.13), 0 12px 52px 0 rgba(137, 73, 194, 0.13);
  outline: none;
}

.successPage .backBtn:active {
  background: #5a2a8c;
}

@media (max-width: 768px) {
  .successPage {
    padding: 48px 16px;
  }

  .successPage .msgTitle {
    font-size: 24px;
  }

  .successPage .msgSub {
    font-size: 16px;
  }
}

.notFound {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: #F1EDF2;
}

.notFound .codeBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.notFound .codeNum {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #8949C2;
  margin: 0 0 16px;
}

.notFound .codeLine {
  width: 48px;
  height: 3px;
  background: #D9A2D6;
  border-radius: 6px;
  margin: 0 0 32px;
}

.notFound .codeTitle {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #2a1040;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.notFound .codeDesc {
  font-size: 16px;
  line-height: 1.7;
  color: #4a3060;
  text-align: center;
  max-width: 480px;
  margin: 0 0 48px;
}

.notFound .codeActions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.notFound .btnPrimary {
  display: inline-block;
  padding: 16px 32px;
  background: #8949C2;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 20px 0 rgba(137, 73, 194, 0.10);
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s ease-in-out;
}

.notFound .btnPrimary:hover,
.notFound .btnPrimary:focus {
  background: #6e37a0;
  box-shadow: 0 12px 52px 0 rgba(137, 73, 194, 0.13);
  outline: none;
}

.notFound .btnPrimary:active {
  background: #5a2d88;
}

.notFound .btnSecondary {
  display: inline-block;
  padding: 16px 32px;
  background: #fff;
  color: #8949C2;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  border: 2px solid #D9A2D6;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 1px 6px 0 rgba(137, 73, 194, 0.06);
  transition: border-color 0.28s ease-in-out, background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.notFound .btnSecondary:hover,
.notFound .btnSecondary:focus {
  border-color: #8949C2;
  background: #F1EDF2;
  outline: none;
}

.notFound .btnSecondary:active {
  background: #e8dff0;
}

@media (max-width: 768px) {
  .notFound {
    padding: 96px 16px;
  }

  .notFound .codeNum {
    font-size: 60px;
  }

  .notFound .codeTitle {
    font-size: 19px;
  }

  .notFound .codeActions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
  }

  .notFound .btnPrimary,
  .notFound .btnSecondary {
    text-align: center;
  }
}