* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  scrollbar-gutter: stable;
}

.hd-plate {
  background: linear-gradient(160deg, #FDFBFA 0%, #E0C4C8 60%, #C69276 100%);
  padding: 32px 0 0 0;
  position: relative;
  z-index: 10;
}

.hd-plate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(253, 251, 250, 0.72);
  pointer-events: none;
}

.hd-band {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

.hd-ident {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.hd-logo-pod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 72px;
  background: rgba(253, 251, 250, 0.88);
  border-radius: 8px;
  border: 1.5px solid rgba(198, 146, 118, 0.28);
  box-shadow: 2px 3px 3px 0 rgba(198, 146, 118, 0.08), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  flex-shrink: 0;
  padding: 8px;
}

.hd-logo-pod img {
  width: 48px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.hd-brand {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #2a1a10;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hd-tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 300;
  color: #5a3a28;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.hd-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 146, 118, 0.35), transparent);
  margin: 0 0 0 0;
}

.hd-nav-pod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0 24px 0;
}

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

.hd-nav-list li a {
  display: inline-block;
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  color: #2a1a10;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 44px;
  line-height: 1.8;
}

.hd-nav-list li a:hover {
  background: rgba(198, 146, 118, 0.14);
  color: #7a3a18;
}

.hd-nav-list li a:focus {
  outline: 3px solid #C69276;
  outline-offset: 2px;
}

.hd-locale-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hd-locale-btn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 600;
  color: #5a3a28;
  background: rgba(224, 196, 200, 0.3);
  border: 1.5px solid rgba(198, 146, 118, 0.3);
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  letter-spacing: 0.06em;
  min-height: 44px;
  transition: background-color 0.55s ease, border-color 0.55s ease;
}

.hd-locale-btn:hover {
  background: rgba(198, 146, 118, 0.2);
  border-color: rgba(198, 146, 118, 0.5);
}

.hd-locale-btn:focus {
  outline: 3px solid #C69276;
  outline-offset: 2px;
}

.hd-accent-bar {
  height: 4px;
  background: linear-gradient(90deg, #C69276 0%, #E0C4C8 50%, #FDFBFA 100%);
  border-radius: 0;
}

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

  .hd-brand {
    font-size: 30px;
  }

  .hd-nav-pod {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .hd-locale-cell {
    align-self: flex-start;
  }
}

@media (max-width: 480px) {
  .hd-plate {
    padding: 24px 0 0 0;
  }

  .hd-ident {
    margin-bottom: 16px;
  }

  .hd-brand {
    font-size: 30px;
  }

  .hd-nav-list li a {
    padding: 8px 12px;
    font-size: 15px;
  }
}

.ft-plate {
  background: linear-gradient(135deg, #2a1a10 0%, #3d2416 60%, #4a2c1a 100%);
  padding: 64px 0 32px 0;
  position: relative;
}

.ft-plate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C69276 0%, #E0C4C8 50%, #C69276 100%);
}

.ft-band {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
}

.ft-deck {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.ft-ident-col {
  flex: 0 0 auto;
  min-width: 200px;
}

.ft-logo-pod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 72px;
  background: rgba(253, 251, 250, 0.1);
  border-radius: 8px;
  border: 1.5px solid rgba(198, 146, 118, 0.4);
  box-shadow: 2px 3px 3px 0 rgba(198, 146, 118, 0.08), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  padding: 8px;
  margin-bottom: 16px;
}

.ft-logo-pod img {
  width: 48px;
  height: 56px;
  object-fit: contain;
  display: block;
  background: rgba(253, 251, 250, 0.9);
  border-radius: 4px;
}

.ft-brand-name {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #FDFBFA;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ft-since {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 300;
  color: rgba(224, 196, 200, 0.7);
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.ft-cols {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  flex: 1;
}

.ft-col {
  min-width: 160px;
}

.ft-col-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 600;
  color: #C69276;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

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

.ft-link-list li a {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(224, 196, 200, 0.85);
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.5s ease;
  display: inline-block;
  min-height: 44px;
  padding: 4px 0;
}

.ft-link-list li a:hover {
  color: #FDFBFA;
}

.ft-link-list li a:focus {
  outline: 3px solid #C69276;
  outline-offset: 2px;
}

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

.ft-contact-list li {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(224, 196, 200, 0.85);
  line-height: 1.8;
}

.ft-contact-list li a {
  color: rgba(224, 196, 200, 0.85);
  text-decoration: none;
  transition: color 0.5s ease;
}

.ft-contact-list li a:hover {
  color: #FDFBFA;
}

.ft-contact-list li a:focus {
  outline: 3px solid #C69276;
  outline-offset: 2px;
}

.ft-contact-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 300;
  color: rgba(198, 146, 118, 0.7);
  letter-spacing: 0.06em;
  display: block;
  line-height: 1.2;
  margin-bottom: 4px;
}

.ft-sep {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 146, 118, 0.3), transparent);
  margin-bottom: 24px;
}

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

.ft-copy {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 300;
  color: rgba(224, 196, 200, 0.5);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

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

.ft-legal-list li a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 300;
  color: rgba(224, 196, 200, 0.5);
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transition: color 0.55s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.ft-legal-list li a:hover {
  color: rgba(224, 196, 200, 0.85);
}

.ft-legal-list li a:focus {
  outline: 3px solid #C69276;
  outline-offset: 2px;
}

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

  .ft-deck {
    gap: 32px;
    margin-bottom: 32px;
  }

  .ft-cols {
    gap: 32px;
  }

  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .ft-plate {
    padding: 48px 0 24px 0;
  }

  .ft-deck {
    flex-direction: column;
    gap: 32px;
  }

  .ft-cols {
    flex-direction: column;
    gap: 32px;
  }

  .ft-legal-list {
    gap: 16px;
  }
}

.legal-main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
}

.legal-main h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #2c1f18;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #E0C4C8;
}

.legal-main h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #2c1f18;
  margin-top: 64px;
  margin-bottom: 24px;
  letter-spacing: -0.2px;
}

.legal-main h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #2c1f18;
  margin-top: 32px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.legal-main h4 {
  font-size: 15px;
  line-height: 1.8;
  color: #C69276;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-main h5 {
  font-size: 15px;
  line-height: 1.8;
  color: #2c1f18;
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.legal-main h6 {
  font-size: 15px;
  line-height: 1.8;
  color: #6e5046;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.legal-main p {
  font-size: 15px;
  line-height: 1.8;
  color: #3a2820;
  margin-bottom: 16px;
  max-width: 72ch;
}

.legal-main ul {
  margin-bottom: 24px;
  margin-top: 8px;
  padding-left: 24px;
}

.legal-main ol {
  margin-bottom: 24px;
  margin-top: 8px;
  padding-left: 24px;
  counter-reset: policy-counter;
  list-style: none;
}

.legal-main ol li {
  counter-increment: policy-counter;
  position: relative;
  padding-left: 8px;
}

.legal-main ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: -24px;
  color: #C69276;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.legal-main ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #3a2820;
  margin-bottom: 8px;
  position: relative;
  padding-left: 8px;
  list-style: none;
}

.legal-main ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background-color: #C69276;
}

.legal-main ol li {
  font-size: 15px;
  line-height: 1.8;
  color: #3a2820;
  margin-bottom: 8px;
}

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

.legal-main strong,
.legal-main b {
  font-weight: 700;
  color: #2c1f18;
}

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

.legal-main table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

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

.legal-main thead th {
  color: #FDFBFA;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left;
  font-weight: 600;
}

.legal-main tbody tr {
  border-bottom: 1px solid #E0C4C8;
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

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

.legal-main td {
  padding: 16px 24px;
  color: #3a2820;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: top;
}

.legal-main th {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.8;
}

.legal-main hr {
  border: none;
  height: 1px;
  background-color: #E0C4C8;
  margin-top: 64px;
  margin-bottom: 64px;
}

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

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

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

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

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

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

  .legal-main h1 {
    font-size: 30px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  .legal-main h2 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .legal-main p {
    max-width: 100%;
  }

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

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

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

.trac-pg .entry-band {
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 45%, #FDFBFA 100%);
  padding-bottom: 64px;
  padding-top: 64px;
  position: relative;
}

.trac-pg .entry-band::before {
  bottom: 0;
  content: '';
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.trac-pg .entry-deco {
  bottom: 32px;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
  right: 32px;
}

.trac-pg .entry-deco span {
  background: #C69276;
  display: block;
  height: 1px;
  margin-bottom: 8px;
  width: 80px;
}

.trac-pg .entry-deco span:nth-child(2) {
  width: 56px;
}

.trac-pg .entry-deco span:nth-child(3) {
  width: 36px;
}

.trac-pg .entry-grid {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 64px;
}

.trac-pg .entry-txt {
  flex: 1 1 0;
  min-width: 0;
}

.trac-pg .entry-label {
  color: #8a5c42;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.trac-pg .entry-h1 {
  color: #2a1a10;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
}

.trac-pg .entry-h1 em {
  color: #C69276;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 6px;
}

.trac-pg .entry-desc {
  color: #3d2518;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: justify;
}

.trac-pg .entry-act {
  background: linear-gradient(211deg, #C69276 30%, #b07a5e 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.06em;
  overflow: hidden;
  padding: 16px 32px;
  position: relative;
  text-transform: uppercase;
  transition: box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s ease;
}

.trac-pg .entry-act:hover {
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  transform: translateY(-2px);
}

.trac-pg .entry-act svg {
  flex-shrink: 0;
  height: 16px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 16px;
}

.trac-pg .entry-act:hover svg {
  opacity: 1;
  transform: translateX(0);
}

.trac-pg .entry-act:hover .act-lbl {
  transform: translateX(4px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trac-pg .entry-img-wrap {
  flex: 0 0 380px;
  position: relative;
}

.trac-pg .entry-img-inner {
  border-radius: 8px;
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 380px;
}

.trac-pg .entry-img-inner img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: filter 0.7s ease;
  width: 100%;
  filter: sepia(0.35) contrast(1.08) brightness(0.92) saturate(0.85);
}

.trac-pg .entry-img-inner:hover img {
  filter: sepia(0) contrast(1) brightness(1) saturate(1);
}

.trac-pg .entry-img-overlay {
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.32) 0%, rgba(224, 196, 200, 0.18) 100%);
  border-radius: 8px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.7s ease;
}

.trac-pg .entry-img-inner:hover .entry-img-overlay {
  opacity: 0;
}

.trac-pg .steps-band {
  background: #FDFBFA;
  padding-bottom: 64px;
  padding-top: 64px;
}

.trac-pg .steps-head {
  margin-bottom: 48px;
}

.trac-pg .steps-h2 {
  color: #2a1a10;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 6px;
}

.trac-pg .steps-sub {
  color: #5a3a28;
  font-size: 15px;
  line-height: 1.8;
}

.trac-pg .steps-layout {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.trac-pg .steps-aside {
  display: grid;
  flex: 0 0 260px;
  gap: 16px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.trac-pg .step-mini {
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  cursor: pointer;
  padding: 16px;
  transition: box-shadow 0.55s ease;
}

.trac-pg .step-mini:hover {
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.trac-pg .step-num {
  color: #C69276;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.trac-pg .step-lbl {
  color: #2a1a10;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 4px;
}

.trac-pg .step-note {
  color: #5a3a28;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 8px;
}

.trac-pg .steps-main {
  flex: 1 1 0;
  min-width: 0;
}

.trac-pg .steps-code {
  background: #2a1a10;
  border-radius: 8px;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  padding: 32px;
}

.trac-pg .code-bar {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 24px;
}

.trac-pg .code-dot {
  border-radius: 48px;
  height: 10px;
  width: 10px;
}

.trac-pg .code-dot-r {
  background: #C69276;
}

.trac-pg .code-dot-y {
  background: #E0C4C8;
}

.trac-pg .code-dot-g {
  background: #FDFBFA;
  opacity: 0.4;
}

.trac-pg .code-file {
  color: #E0C4C8;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-left: 8px;
  opacity: 0.6;
}

.trac-pg .code-body {
  color: #FDFBFA;
  font-size: 15px;
  line-height: 1.8;
}

.trac-pg .code-line {
  display: block;
  margin-bottom: 8px;
}

.trac-pg .code-key {
  color: #C69276;
}

.trac-pg .code-val {
  color: #E0C4C8;
}

.trac-pg .code-str {
  color: #b8d4b8;
}

.trac-pg .code-com {
  color: #6a5a50;
  font-style: italic;
}

.trac-pg .code-icon-wrap {
  margin-top: 24px;
  position: relative;
}

.trac-pg .code-icon-svg {
  display: block;
}

.trac-pg .code-icon-svg circle,
.trac-pg .code-icon-svg path,
.trac-pg .code-icon-svg rect {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: trace-outline 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}

@keyframes trace-outline {
  to {
    stroke-dashoffset: 0;
  }
}

.trac-pg .reveal-band {
  background: #2a1a10;
  padding-bottom: 64px;
  padding-top: 64px;
  position: relative;
}

.trac-pg .reveal-band::after {
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.12) 0%, transparent 60%);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.trac-pg .reveal-inner {
  position: relative;
  z-index: 1;
}

.trac-pg .reveal-h2 {
  color: #FDFBFA;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 6px;
}

.trac-pg .reveal-sub {
  color: #E0C4C8;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 48px;
}

.trac-pg .reveal-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trac-pg .rev-item {
  background: rgba(198, 146, 118, 0.08);
  border-radius: 8px;
  border-top: 2px solid #C69276;
  opacity: 0;
  padding: 24px;
  transform: translateY(20px);
}

.trac-pg .rev-item:nth-child(1) {
  animation: rev-appear 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}

.trac-pg .rev-item:nth-child(2) {
  animation: rev-appear 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.trac-pg .rev-item:nth-child(3) {
  animation: rev-appear 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
}

.trac-pg .rev-item:nth-child(4) {
  animation: rev-appear 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
}

.trac-pg .rev-item:nth-child(5) {
  animation: rev-appear 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}

.trac-pg .rev-item:nth-child(6) {
  animation: rev-appear 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s forwards;
}

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

.trac-pg .rev-num {
  color: #C69276;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.trac-pg .rev-title {
  color: #FDFBFA;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 8px;
}

.trac-pg .rev-body {
  color: #c8a898;
  font-size: 15px;
  line-height: 1.8;
}

.trac-pg .access-band {
  background: #fff;
  padding-bottom: 64px;
  padding-top: 64px;
}

.trac-pg .access-grid {
  display: flex;
  flex-direction: row;
  gap: 64px;
}

.trac-pg .access-left {
  flex: 1 1 0;
  min-width: 0;
}

.trac-pg .access-h2 {
  color: #2a1a10;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 6px;
}

.trac-pg .access-intro {
  color: #3d2518;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: justify;
  text-indent: 1.5em;
}

.trac-pg .access-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trac-pg .acc-item {
  border-bottom: 1px solid #E0C4C8;
  padding: 16px 0 16px 16px;
  position: relative;
}

.trac-pg .acc-item::before {
  background: #C69276;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.trac-pg .acc-q {
  color: #2a1a10;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  padding-right: 24px;
  position: relative;
  user-select: none;
}

.trac-pg .acc-q::after {
  color: #C69276;
  content: '+';
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.trac-pg .acc-toggle {
  display: none;
}

.trac-pg .acc-toggle:checked+.acc-q::after {
  transform: rotate(45deg);
}

.trac-pg .acc-body {
  color: #5a3a28;
  font-size: 15px;
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.55s ease;
}

.trac-pg .acc-toggle:checked~.acc-body {
  max-height: 200px;
  padding-top: 8px;
}

.trac-pg .access-right {
  flex: 0 0 320px;
}

.trac-pg .access-card {
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border-radius: 8px;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  padding: 32px;
}

.trac-pg .acc-card-h {
  color: #2a1a10;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.trac-pg .acc-card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.trac-pg .acc-card-item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.trac-pg .acc-card-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.trac-pg .acc-card-txt {
  color: #2a1a10;
  font-size: 15px;
  line-height: 1.8;
}

.trac-pg .acc-card-link {
  background: #2a1a10;
  border-radius: 8px;
  color: #FDFBFA;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.6s ease, box-shadow 0.6s ease;
}

.trac-pg .acc-card-link:hover {
  background: #3d2518;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.trac-pg .acc-card-note {
  color: #5a3a28;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 1280px) {
  .trac-pg .entry-img-wrap {
    flex: 0 0 300px;
  }

  .trac-pg .entry-img-inner {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .trac-pg .entry-grid {
    flex-direction: column;
    gap: 32px;
  }

  .trac-pg .entry-img-wrap {
    flex: 0 0 auto;
    width: 100%;
  }

  .trac-pg .entry-img-inner {
    height: 280px;
    width: 100%;
  }

  .trac-pg .entry-h1 {
    font-size: 30px;
  }

  .trac-pg .steps-layout {
    flex-direction: column;
  }

  .trac-pg .steps-aside {
    flex: 0 0 auto;
    grid-template-columns: 1fr 1fr;
  }

  .trac-pg .reveal-list {
    grid-template-columns: 1fr;
  }

  .trac-pg .access-grid {
    flex-direction: column;
    gap: 32px;
  }

  .trac-pg .access-right {
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .trac-pg .pg-bound {
    padding-left: 16px;
    padding-right: 16px;
  }

  .trac-pg .steps-aside {
    grid-template-columns: 1fr;
  }

  .trac-pg .entry-h1 {
    font-size: 30px;
  }

  .trac-pg .steps-code {
    padding: 16px;
  }
}

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

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

.philan .pg-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.philan .title-blk {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background: radial-gradient(ellipse at 0% 100%, #C69276 0%, #E0C4C8 38%, #FDFBFA 72%);
  overflow: hidden;
}

.philan .title-blk__grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}

.philan .title-blk__copy {
  flex: 1 1 0;
  min-width: 0;
}

.philan .title-blk__label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #7a4e33;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.2;
}

.philan .title-blk__h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #2a1a0e;
  margin-bottom: 24px;
  text-align: left;
  position: relative;
  padding-left: 16px;
}

.philan .title-blk__h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #C69276;
  border-radius: 8px;
}

.philan .title-blk__pts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.philan .title-blk__pt {
  font-size: 18px;
  line-height: 1.8;
  color: #3b2416;
  padding-left: 16px;
  border-left: 2px solid #C69276;
  text-align: justified;
}

.philan .title-blk__img-col {
  flex: 0 0 420px;
  width: 420px;
  position: relative;
}

.philan .title-blk__img-wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 420px;
  height: 300px;
}

.philan .title-blk__img-wrap img {
  width: 420px;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.philan .title-blk__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.55) 0%, rgba(253, 251, 250, 0.08) 100%);
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.philan .title-blk__img-wrap:hover .title-blk__img-overlay {
  opacity: 0;
}

.philan .title-blk__img-wrap:hover img {
  transform: scale(1.04);
}

.philan .title-blk__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 26, 14, 0.82);
  color: #FDFBFA;
  font-size: 15px;
  line-height: 1.8;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

.philan .title-blk__img-wrap:hover .title-blk__caption {
  opacity: 1;
}

.philan .reveal-clip {
  clip-path: inset(0 50% 0 50%);
  animation: clipReveal 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

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

.philan .impact-blk {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #FDFBFA;
}

.philan .impact-blk__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.philan .impact-blk__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.philan .impact-blk__hero-stat {
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.philan .impact-blk__stat-num {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2;
  color: #2a1a0e;
  letter-spacing: -2px;
}

.philan .impact-blk__stat-unit {
  font-size: 30px;
  font-weight: 700;
  color: #7a4e33;
  line-height: 1.2;
}

.philan .impact-blk__stat-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #3b2416;
  max-width: 280px;
}

.philan .impact-blk__stat-ctx {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 8px;
}

.philan .impact-blk__ctx-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.philan .impact-blk__ctx-num {
  font-size: 30px;
  font-weight: 800;
  color: #2a1a0e;
  line-height: 1.2;
}

.philan .impact-blk__ctx-lbl {
  font-size: 15px;
  color: #5c3520;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.philan .impact-blk__txt-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.philan .impact-blk__h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2a1a0e;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.philan .impact-blk__para {
  font-size: 18px;
  line-height: 1.8;
  color: #2a1a0e;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

.philan .impact-blk__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.philan .impact-blk__h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2a1a0e;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.philan .timeline-row {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  overflow: hidden;
}

.philan .timeline-row::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 2px;
  border-top: 2px dashed #C69276;
  pointer-events: none;
}

.philan .tl-pt {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.philan .tl-pt__dot {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border: 3px solid #FDFBFA;
  box-shadow: 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  flex-shrink: 0;
  transition: box-shadow 0.5s ease;
}

.philan .tl-pt:hover .tl-pt__dot {
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.philan .tl-pt__card {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 2px 3px 3px 0 rgba(198, 146, 118, 0.08), inset 0 2px 8px 0 rgba(198, 146, 118, 0.06);
  width: 100%;
  text-align: center;
  transition: box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.philan .tl-pt:hover .tl-pt__card {
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09), inset 0 2px 8px 0 rgba(198, 146, 118, 0.06);
}

.philan .tl-pt__yr {
  font-size: 15px;
  font-weight: 700;
  color: #C69276;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 4px;
}

.philan .tl-pt__txt {
  font-size: 15px;
  color: #3b2416;
  line-height: 1.8;
}

.philan .impact-blk__items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.philan .imp-item {
  padding: 16px 0;
  border-bottom: 1px dotted #C69276;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.philan .imp-item:first-child {
  border-top: 1px dotted #C69276;
}

.philan .imp-item__h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a1a0e;
  line-height: 1.2;
  margin: 0;
}

.philan .imp-item__txt {
  font-size: 15px;
  color: #5c3520;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
  text-indent: 24px;
}

.philan .impact-blk__accent-para {
  font-size: 18px;
  line-height: 1.8;
  color: #2a1a0e;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

.philan .bracketed {
  color: #C69276;
}

.philan a:focus-visible,
.philan button:focus-visible {
  outline: 3px solid #C69276 !important;
  outline-offset: 3px !important;
  border-radius: 8px !important;
}

@media (max-width: 1280px) {
  .philan .title-blk__img-col {
    flex: 0 0 340px;
    width: 340px;
  }

  .philan .title-blk__img-wrap {
    width: 340px;
    height: 240px;
  }

  .philan .title-blk__img-wrap img {
    width: 340px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .philan .title-blk__grid {
    flex-direction: column;
    gap: 32px;
  }

  .philan .title-blk__img-col {
    flex: none;
    width: 100%;
  }

  .philan .title-blk__img-wrap {
    width: 100%;
    height: 220px;
  }

  .philan .title-blk__img-wrap img {
    width: 100%;
    height: 220px;
  }

  .philan .title-blk__h1 {
    font-size: 30px;
  }

  .philan .impact-blk__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .philan .impact-blk__stat-num {
    font-size: 42px;
  }

  .philan .timeline-row {
    flex-direction: column;
    gap: 16px;
  }

  .philan .timeline-row::before {
    display: none;
  }

  .philan .tl-pt {
    flex-direction: row;
    align-items: flex-start;
  }

  .philan .tl-pt__dot {
    flex-shrink: 0;
    margin-top: 4px;
  }

  .philan .tl-pt__card {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .philan .pg-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .philan .title-blk__h1 {
    font-size: 30px;
  }

  .philan .impact-blk__stat-ctx {
    flex-direction: column;
    gap: 16px;
  }
}

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

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

.abt-us .lead-blk {
  position: relative;
  padding: 64px 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(198, 146, 118, 0.18) 0%, rgba(224, 196, 200, 0.10) 55%, #FDFBFA 100%);
  overflow: hidden;
}

.abt-us .lead-blk::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  border-radius: 48px;
  background: radial-gradient(ellipse at 50% 50%, rgba(198, 146, 118, 0.13) 0%, transparent 70%);
  animation: spot-breathe 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes spot-breathe {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.13);
    opacity: 1;
  }
}

.abt-us .lead-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
}

.abt-us .lead-text {
  flex: 1 1 0;
  min-width: 0;
}

.abt-us .lead-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.abt-us .lead-dot {
  width: 10px;
  height: 10px;
  border-radius: 48px;
  background: #C69276;
  flex-shrink: 0;
}

.abt-us .lead-label {
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #C69276;
  line-height: 1.2;
  text-transform: uppercase;
}

.abt-us .lead-h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #2a1f1a;
  margin-bottom: 32px;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(198, 146, 118, 0.35);
  text-underline-offset: 6px;
}

.abt-us .lead-h1 em {
  font-style: normal;
  color: #C69276;
}

.abt-us .lead-h1 span {
  display: block;
}

.abt-us .lead-para {
  font-size: 18px;
  line-height: 1.8;
  color: #2a1f1a;
  text-align: justify;
  text-indent: 1.5em;
  margin: 0;
}

.abt-us .lead-meta {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.abt-us .meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.abt-us .meta-num {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #C69276;
}

.abt-us .meta-desc {
  font-size: 15px;
  line-height: 1.2;
  color: #5a3e35;
  letter-spacing: 0.06em;
}

.abt-us .lead-visual {
  flex: 0 0 420px;
  position: relative;
}

.abt-us .img-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
}

.abt-us .img-frame img {
  width: 420px;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  filter: sepia(0.22) contrast(1.08) brightness(0.97);
  transition: filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .img-frame:hover img {
  filter: sepia(0) contrast(1) brightness(1);
}

.abt-us .img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: rgba(198, 146, 118, 0.18);
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.abt-us .img-frame:hover::after {
  opacity: 0;
}

.abt-us .img-border {
  position: absolute;
  inset: 10px;
  border: 1.5px solid rgba(198, 146, 118, 0.4);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}

.abt-us .diamond-acc {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background: #C69276;
  transform: rotate(45deg);
  border-radius: 4px;
  z-index: 3;
  opacity: 0.85;
}

.abt-us .blink-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: #C69276;
  vertical-align: middle;
  margin-left: 2px;
  animation: cur-blink 0.9s step-end infinite;
}

@keyframes cur-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.abt-us .reveal-text {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  animation: type-in 2.2s steps(28, end) 0.3s both;
  max-width: 100%;
}

@keyframes type-in {
  from {
    max-width: 0;
  }

  to {
    max-width: 100%;
  }
}

.abt-us .depth-blk {
  padding: 64px 0;
  background: #FDFBFA;
  position: relative;
}

.abt-us .depth-blk::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(211deg, #C69276 0%, rgba(224, 196, 200, 0.3) 100%);
  margin-bottom: 64px;
}

.abt-us .depth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.abt-us .depth-col-wide {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.abt-us .depth-col-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.abt-us .depth-h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a1f1a;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(198, 146, 118, 0.3);
  text-underline-offset: 5px;
  margin-bottom: 16px;
}

.abt-us .depth-para {
  font-size: 18px;
  line-height: 1.8;
  color: #2a1f1a;
  text-align: justify;
  text-indent: 1.5em;
  margin: 0;
}

.abt-us .method-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.abt-us .method-list li {
  font-size: 18px;
  line-height: 1.8;
  color: #2a1f1a;
  padding: 16px 0 16px 24px;
  border-left: 3px solid #C69276;
  border-bottom: 1px solid rgba(224, 196, 200, 0.4);
  transition: background 0.55s ease, padding-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .method-list li:last-child {
  border-bottom: none;
}

.abt-us .method-list li:hover {
  background: rgba(198, 146, 118, 0.07);
  padding-left: 32px;
}

.abt-us .method-list li strong {
  color: #C69276;
  font-weight: 700;
}

.abt-us .glass-card {
  background: rgba(253, 251, 250, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(198, 146, 118, 0.22);
  border-radius: 8px;
  padding: 32px;
  box-shadow: inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  position: relative;
}

.abt-us .glass-card-h {
  font-size: 18px;
  font-weight: 700;
  color: #2a1f1a;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: left;
}

.abt-us .glass-card-p {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2a22;
  margin: 0;
  text-align: justify;
}

.abt-us .side-img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.abt-us .side-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  filter: sepia(0.18) contrast(1.06) brightness(0.96);
  transition: filter 0.65s ease;
}

.abt-us .side-img-wrap:hover img {
  filter: sepia(0) contrast(1) brightness(1);
}

.abt-us .side-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(198, 146, 118, 0.15);
  border-radius: 8px;
  pointer-events: none;
  transition: opacity 0.65s ease;
}

.abt-us .side-img-wrap:hover::after {
  opacity: 0;
}

.abt-us .side-img-border {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(198, 146, 118, 0.38);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}

.abt-us .team-strip {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .team-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  border: 1px solid rgba(224, 196, 200, 0.3);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.55s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .team-card:hover {
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  transform: translateY(-3px);
}

.abt-us .team-name {
  font-size: 18px;
  font-weight: 700;
  color: #2a1f1a;
  line-height: 1.2;
}

.abt-us .team-role {
  font-size: 15px;
  color: #C69276;
  letter-spacing: 0.07em;
  line-height: 1.2;
}

.abt-us .team-note {
  font-size: 15px;
  color: #5a3e35;
  line-height: 1.8;
}

.abt-us .accent-phrase {
  color: #C69276;
}

.abt-us .bracket-acc {
  color: #C69276;
}

.abt-us .img3-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.abt-us .img3-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  filter: sepia(0.20) contrast(1.05) brightness(0.97);
  transition: filter 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .img3-wrap:hover img {
  filter: sepia(0) contrast(1) brightness(1);
}

.abt-us .img3-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(198, 146, 118, 0.14);
  border-radius: 8px;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

.abt-us .img3-wrap:hover::after {
  opacity: 0;
}

.abt-us .img3-border {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(198, 146, 118, 0.35);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}

.abt-us .cta-row {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.abt-us .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  transition: box-shadow 0.6s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.abt-us .btn-prim:hover {
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  transform: translateX(4px);
}

.abt-us .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  background: transparent;
  color: #C69276;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 1.5px solid #C69276;
  cursor: pointer;
  transition: background 0.6s ease, color 0.5s ease;
}

.abt-us .btn-sec:hover {
  background: rgba(198, 146, 118, 0.08);
  color: #a0725a;
}

@media (max-width: 1280px) {
  .abt-us .lead-visual {
    flex: 0 0 340px;
  }

  .abt-us .img-frame img {
    width: 340px;
    height: 420px;
  }
}

@media (max-width: 768px) {
  .abt-us .lead-inner {
    flex-direction: column;
    gap: 32px;
  }

  .abt-us .lead-visual {
    flex: none;
    width: 100%;
  }

  .abt-us .img-frame img {
    width: 100%;
    height: 320px;
  }

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

  .abt-us .depth-col-wide {
    grid-column: span 1;
  }

  .abt-us .lead-meta {
    flex-direction: column;
    gap: 16px;
  }

  .abt-us .lead-h1 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .abt-us .lead-blk {
    padding: 32px 0;
  }

  .abt-us .depth-blk {
    padding: 32px 0;
  }

  .abt-us .lead-h1 {
    font-size: 30px;
  }

  .abt-us .glass-card {
    padding: 24px;
  }

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

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

.ctus-pg .pg-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
}

.ctus-pg .reveal-clip {
  animation: clipReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  clip-path: inset(50% 50% 50% 50%);
}

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

.ctus-pg .band-top {
  background: #C69276;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  padding: 48px 0 40px;
  position: relative;
}

.ctus-pg .band-top::before {
  background: radial-gradient(ellipse at 95% 10%, rgba(253, 251, 250, 0.28) 0%, transparent 60%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ctus-pg .band-top::after {
  border-bottom: none;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  background-image: repeating-linear-gradient(90deg,
      rgba(253, 251, 250, 0.5) 0px,
      rgba(253, 251, 250, 0.5) 6px,
      transparent 6px,
      transparent 10px,
      rgba(253, 251, 250, 0.5) 10px,
      rgba(253, 251, 250, 0.5) 22px,
      transparent 22px,
      transparent 28px);
}

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

.ctus-pg .strip-left {
  flex: 0 0 340px;
}

.ctus-pg .strip-right {
  flex: 1;
}

.ctus-pg .pg-label {
  color: rgba(253, 251, 250, 0.72);
  font-size: 15px;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ctus-pg .pg-hdg {
  color: #FDFBFA;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.ctus-pg .pg-sub {
  color: rgba(253, 251, 250, 0.88);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  text-indent: 1.5em;
}

.ctus-pg .contact-pills {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ctus-pg .pill-item {
  align-items: center;
  background: rgba(253, 251, 250, 0.12);
  border-radius: 8px;
  box-shadow: inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px 24px;
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ctus-pg .pill-item:hover {
  background: rgba(253, 251, 250, 0.2);
}

.ctus-pg .pill-ico {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}

.ctus-pg .pill-ico svg {
  height: 40px;
  width: 40px;
}

.ctus-pg .pill-lbl {
  color: rgba(253, 251, 250, 0.65);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ctus-pg .pill-val {
  color: #FDFBFA;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.ctus-pg .pill-val a {
  color: #FDFBFA;
  text-decoration: none;
  transition: opacity 0.5s ease;
}

.ctus-pg .pill-val a:hover {
  opacity: 0.75;
}

.ctus-pg .form-area {
  background: #FDFBFA;
  padding: 64px 0;
}

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

.ctus-pg .form-aside {
  padding-top: 8px;
}

.ctus-pg .aside-hdg {
  color: #2a1f1a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}

.ctus-pg .aside-hdg::after {
  background: linear-gradient(211deg, #C69276 30%, transparent 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 64px;
}

.ctus-pg .aside-body {
  color: #3a2e28;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
  text-indent: 1.5em;
}

.ctus-pg .aside-body+.aside-body {
  margin-top: 0;
}

.ctus-pg .aside-stat {
  background: #FDFBFA;
  border-radius: 8px;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  margin-top: 32px;
  padding: 24px;
}

.ctus-pg .stat-hdg {
  color: #C69276;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ctus-pg .resp-bar {
  background: rgba(198, 146, 118, 0.15);
  border-radius: 48px;
  height: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}

.ctus-pg .resp-fill {
  animation: fillBar 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border-radius: 48px;
  height: 100%;
  width: 78%;
}

@keyframes fillBar {
  from {
    width: 0;
  }

  to {
    width: 78%;
  }
}

.ctus-pg .resp-meta {
  color: #5a4a42;
  display: flex;
  flex-direction: row;
  font-size: 15px;
  justify-content: space-between;
}

.ctus-pg .resp-note {
  color: #5a4a42;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
}

.ctus-pg .form-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13), inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  padding: 32px;
}

.ctus-pg .form-hdg {
  color: #2a1f1a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}

.ctus-pg .form-hdg::after {
  background: linear-gradient(211deg, #C69276 30%, transparent 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 48px;
}

.ctus-pg .field-grp {
  margin-bottom: 24px;
}

.ctus-pg .f-label {
  color: #3a2e28;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.ctus-pg .f-input {
  background: #FDFBFA;
  border: 1.5px solid #E0C4C8;
  border-radius: 8px;
  color: #2a1f1a;
  font-size: 15px;
  line-height: 1.8;
  padding: 12px 16px;
  transition: border-color 0.5s ease, box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.ctus-pg .f-input::placeholder {
  color: rgba(42, 31, 26, 0.4);
}

.ctus-pg .f-input:focus {
  border-color: #C69276;
  box-shadow: 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  outline: none;
}

.ctus-pg .radio-grp {
  margin-bottom: 24px;
}

.ctus-pg .radio-lbl-main {
  color: #3a2e28;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

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

.ctus-pg .radio-row {
  align-items: center;
  border: 1.5px solid #E0C4C8;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 12px 16px;
  transition: border-color 0.5s ease, background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ctus-pg .radio-row:hover {
  background: rgba(198, 146, 118, 0.06);
  border-color: #C69276;
}

.ctus-pg .radio-row input[type="radio"] {
  accent-color: #C69276;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.ctus-pg .radio-text {
  color: #3a2e28;
  font-size: 15px;
  line-height: 1.2;
}

.ctus-pg .privacy-row {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 24px;
}

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

.ctus-pg .privacy-txt {
  color: #5a4a42;
  font-size: 15px;
  line-height: 1.8;
}

.ctus-pg .privacy-txt a {
  color: #C69276;
  text-decoration: underline;
  text-decoration-color: rgba(198, 146, 118, 0.4);
  transition: text-decoration-color 0.5s ease;
}

.ctus-pg .privacy-txt a:hover {
  text-decoration-color: #C69276;
}

.ctus-pg .btn-send {
  background: linear-gradient(211deg, #C69276 0%, #d4a48e 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  color: #FDFBFA;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  overflow: hidden;
  padding: 16px 32px;
  position: relative;
  text-transform: uppercase;
  transition: box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s ease;
  width: 100%;
}

.ctus-pg .btn-send:hover {
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  transform: translateY(-2px);
}

.ctus-pg .btn-send:focus {
  outline: 2px solid #C69276;
  outline-offset: 3px;
}

.ctus-pg .btn-send:active {
  transform: translateY(0);
}

.ctus-pg .btn-inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ctus-pg .btn-send:hover .btn-inner {
  transform: translateX(6px);
}

.ctus-pg .btn-ico {
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ctus-pg .btn-send:hover .btn-ico {
  opacity: 1;
  transform: translateX(0);
}

.ctus-pg .list-items {
  border-left: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ctus-pg .list-items li {
  border-left: 2px solid #E0C4C8;
  color: #3a2e28;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 16px;
  transition: border-color 0.6s ease;
}

.ctus-pg .list-items li:hover {
  border-color: #C69276;
}

@media (max-width: 1280px) {
  .ctus-pg .form-grid {
    grid-template-columns: 1fr 420px;
    gap: 32px;
  }

  .ctus-pg .strip-left {
    flex: 0 0 280px;
  }

  .ctus-pg .band-strip {
    gap: 32px;
  }
}

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

  .ctus-pg .strip-left {
    flex: none;
    width: 100%;
  }

  .ctus-pg .pg-hdg {
    font-size: 30px;
  }

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

  .ctus-pg .form-area {
    padding: 48px 0;
  }
}

@media (max-width: 480px) {
  .ctus-pg .band-top {
    padding: 32px 0 32px;
  }

  .ctus-pg .pg-hdg {
    font-size: 30px;
  }

  .ctus-pg .form-box {
    padding: 24px 16px;
  }

  .ctus-pg .form-area {
    padding: 32px 0;
  }
}

.lrn-prog {
  background: #FDFBFA;
  overflow-x: clip;
  position: relative;
}

.lrn-prog .prog-band {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
}

.lrn-prog .title-strip {
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 55%, #FDFBFA 100%);
  padding: 48px 0 32px;
  position: relative;
  overflow: hidden;
}

.lrn-prog .title-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='1.5' fill='%23C69276' fill-opacity='0.18'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  pointer-events: none;
}

.lrn-prog .title-strip::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 48px;
  background: #FDFBFA;
  clip-path: ellipse(55% 100% at 50% 100%);
}

@keyframes color-wave {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

.lrn-prog .title-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.lrn-prog .title-text {
  flex: 1 1 0;
  min-width: 0;
}

.lrn-prog .title-label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #5c3d2a;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lrn-prog .title-h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 700;
  margin: 0 0 16px;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 6px;
}

.lrn-prog .title-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #3b2415;
  text-align: justify;
  margin: 0;
}

.lrn-prog .title-img-wrap {
  flex: 0 0 340px;
  width: 340px;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  position: relative;
}

.lrn-prog .title-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: saturate(0.7) brightness(0.92);
}

.lrn-prog .title-img-wrap:hover img {
  filter: saturate(1) brightness(1);
}

.lrn-prog .title-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.32) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lrn-prog .title-img-wrap:hover::after {
  opacity: 0;
}

.lrn-prog .prog-detail {
  padding: 64px 0 64px;
  background: #FDFBFA;
  position: relative;
}

.lrn-prog .prog-detail::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='28' y='28' width='4' height='4' rx='1' fill='%23E0C4C8' fill-opacity='0.22'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none;
}

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

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

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

.lrn-prog .prog-detail-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.lrn-prog .prog-main-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lrn-prog .prog-about {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  box-shadow: inset 0 2px 8px rgba(198, 146, 118, 0.06), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.lrn-prog .prog-about-h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 700;
  margin: 0 0 16px;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 5px;
}

.lrn-prog .prog-about p {
  font-size: 18px;
  line-height: 1.8;
  color: #3b2415;
  text-align: justify;
  text-indent: 1.5em;
  margin: 0;
}

.lrn-prog .prog-modules {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: inset 0 2px 8px rgba(198, 146, 118, 0.06), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.lrn-prog .prog-modules-h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 700;
  margin: 0 0 24px;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 5px;
}

.lrn-prog .module-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lrn-prog .module-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-left: 3px solid #E0C4C8;
  padding-left: 16px;
  transition: border-color 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lrn-prog .module-item:hover {
  border-color: #C69276;
}

.lrn-prog .module-num {
  font-size: 15px;
  font-weight: 700;
  color: #C69276;
  letter-spacing: 0.08em;
  min-width: 24px;
  flex-shrink: 0;
}

.lrn-prog .module-text {
  flex: 1;
}

.lrn-prog .module-name {
  font-size: 18px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 600;
  margin: 0 0 4px;
}

.lrn-prog .module-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #5c3d2a;
  margin: 0;
}

.lrn-prog .prog-side-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lrn-prog .prog-offer-card {
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border-radius: 48px;
  padding: 32px 24px;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  position: relative;
  overflow: hidden;
}

.lrn-prog .prog-offer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.6) 0%, transparent 60%, rgba(224, 196, 200, 0.4) 100%);
  background-size: 300% 300%;
  animation: bg-wave 8s ease infinite;
  pointer-events: none;
  border-radius: 48px;
}

.lrn-prog .offer-label {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #5c3d2a;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.lrn-prog .offer-price {
  font-size: 42px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 700;
  margin: 0 0 4px;
  position: relative;
  z-index: 1;
}

.lrn-prog .offer-per {
  font-size: 15px;
  color: #5c3d2a;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}

.lrn-prog .offer-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.lrn-prog .offer-feat {
  font-size: 15px;
  line-height: 1.8;
  color: #3b2415;
  padding-left: 16px;
  position: relative;
}

.lrn-prog .offer-feat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: #2a1a0e;
}

.lrn-prog .offer-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #FDFBFA;
  background: #2a1a0e;
  border-radius: 8px;
  padding: 16px 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: background 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.7s ease;
  box-shadow: 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  overflow: hidden;
}

.lrn-prog .offer-btn:hover {
  background: #5c3d2a;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.lrn-prog .offer-btn:focus-visible {
  outline: 3px solid #C69276;
  outline-offset: 2px;
}

.lrn-prog .prog-stats-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: inset 0 2px 8px rgba(198, 146, 118, 0.06), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.lrn-prog .stats-h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 700;
  margin: 0 0 16px;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 4px;
}

.lrn-prog .stat-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.lrn-prog .stat-row:last-child {
  margin-bottom: 0;
}

.lrn-prog .stat-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.lrn-prog .stat-name {
  font-size: 15px;
  color: #3b2415;
  font-weight: 600;
}

.lrn-prog .stat-val {
  font-size: 15px;
  color: #C69276;
  font-weight: 700;
}

.lrn-prog .stat-bar-bg {
  height: 6px;
  background: #E0C4C8;
  border-radius: 8px;
  overflow: hidden;
}

.lrn-prog .stat-bar-fill {
  height: 100%;
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border-radius: 8px;
  transition: width 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lrn-prog .prog-ranked {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: inset 0 2px 8px rgba(198, 146, 118, 0.06), 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
}

.lrn-prog .ranked-h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 700;
  margin: 0 0 16px;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 4px;
}

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

.lrn-prog .ranked-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.lrn-prog .rank-pos {
  font-size: 18px;
  font-weight: 700;
  color: #C69276;
  min-width: 28px;
  flex-shrink: 0;
}

.lrn-prog .rank-detail {
  flex: 1;
  min-width: 0;
}

.lrn-prog .rank-name {
  font-size: 15px;
  color: #2a1a0e;
  font-weight: 600;
  margin: 0 0 4px;
}

.lrn-prog .rank-bar-bg {
  height: 4px;
  background: #E0C4C8;
  border-radius: 8px;
  overflow: hidden;
}

.lrn-prog .rank-bar-fill {
  height: 100%;
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border-radius: 8px;
}

.lrn-prog .prog-format-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lrn-prog .format-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: inset 0 2px 8px rgba(198, 146, 118, 0.06), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  transition: box-shadow 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: 2px solid transparent;
  transition: outline-color 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lrn-prog .format-card:hover {
  outline-color: #C69276;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
}

.lrn-prog .format-h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #2a1a0e;
  font-weight: 700;
  margin: 0 0 8px;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 4px;
}

.lrn-prog .format-text {
  font-size: 15px;
  line-height: 1.8;
  color: #3b2415;
  margin: 0;
}

.lrn-prog .format-tag {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #C69276;
  margin-top: 8px;
}

.lrn-prog .format-tag::before {
  content: '(';
}

.lrn-prog .format-tag::after {
  content: ')';
}

.lrn-prog .prog-wave-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.lrn-prog .prog-wave-div svg {
  display: block;
  width: 100%;
}

@media (max-width: 1280px) {
  .lrn-prog .prog-detail-inner {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 24px;
  }

  .lrn-prog .title-img-wrap {
    flex: 0 0 280px;
    width: 280px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .lrn-prog .title-inner {
    flex-direction: column;
    gap: 24px;
  }

  .lrn-prog .title-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 220px;
  }

  .lrn-prog .title-h1 {
    font-size: 30px;
  }

  .lrn-prog .prog-detail-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lrn-prog .prog-side-col {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lrn-prog .prog-offer-card {
    flex: 1 1 280px;
  }

  .lrn-prog .prog-stats-card {
    flex: 1 1 220px;
  }

  .lrn-prog .prog-ranked {
    flex: 1 1 220px;
  }
}

@media (max-width: 480px) {
  .lrn-prog .band {
    padding: 0 16px;
  }

  .lrn-prog .title-strip {
    padding: 32px 0 24px;
  }

  .lrn-prog .prog-detail {
    padding: 32px 0;
  }

  .lrn-prog .prog-about {
    padding: 24px 16px;
  }

  .lrn-prog .prog-modules {
    padding: 24px 16px;
  }

  .lrn-prog .prog-side-col {
    flex-direction: column;
  }

  .lrn-prog .title-h1 {
    font-size: 30px;
  }

  .lrn-prog .offer-price {
    font-size: 30px;
  }
}

.prm {
  overflow-x: hidden;
  background: #FDFBFA;
}

.prm .spot-drift {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse, rgba(198, 146, 118, 0.07) 0%, transparent 70%);
  border-radius: 48px;
  pointer-events: none;
  z-index: 0;
  animation: driftspot 18s ease-in-out infinite alternate;
}

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

  33% {
    transform: translate(60vw, 30vh);
  }

  66% {
    transform: translate(20vw, 70vh);
  }

  100% {
    transform: translate(80vw, 10vh);
  }
}

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

.prm .grad-band {
  height: 6px;
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 50%, #FDFBFA 100%);
}

.prm .grad-band-rev {
  height: 6px;
  background: linear-gradient(211deg, #FDFBFA 0%, #E0C4C8 50%, #C69276 100%);
}

/* ── SECTION 1: TITLE BLOCK ── */
.prm .t-blk {
  position: relative;
  padding: 64px 0 64px;
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 55%, #FDFBFA 100%);
  overflow: hidden;
}

.prm .t-blk__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 64px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
}

.prm .t-blk__text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.prm .t-blk__quote-mark {
  position: absolute;
  top: -24px;
  left: -16px;
  font-size: 180px;
  line-height: 1.2;
  color: rgba(198, 146, 118, 0.18);
  font-weight: 700;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.prm .t-blk__label {
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #5a3a28;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.prm .t-blk__h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #2e1a0e;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.prm .t-blk__sep {
  width: 48px;
  height: 3px;
  background: #C69276;
  border-radius: 8px;
  margin-bottom: 24px;
}

.prm .t-blk__desc {
  font-size: 18px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.prm .t-blk__actions {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.prm .btn-prim {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(211deg, #C69276 0%, #a06840 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  transition: background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
  position: relative;
  overflow: hidden;
}

.prm .btn-prim:hover {
  background: linear-gradient(211deg, #a06840 0%, #C69276 100%);
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
}

.prm .btn-prim svg {
  width: 16px;
  height: 16px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}

.prm .btn-prim:hover svg {
  transform: translateX(4px);
}

.prm .btn-sec {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #2e1a0e;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #C69276;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.7s ease, color 0.5s ease;
}

.prm .btn-sec:hover {
  background: rgba(198, 146, 118, 0.12);
  color: #2e1a0e;
}

.prm .t-blk__img-col {
  flex: 0 0 440px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
}

.prm .t-blk__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prm .t-blk__img-col:hover img {
  transform: scale(1.04);
}

.prm .t-blk__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.45) 0%, transparent 60%);
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.prm .t-blk__img-col:hover .t-blk__img-overlay {
  opacity: 0;
}

.prm .curve-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ── SECTION 2: TEAM ── */
.prm .team-sect {
  background: #FDFBFA;
  padding: 64px 0;
  position: relative;
}

.prm .team-sect__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.prm .team-sect__lead {
  grid-column: 1 / 2;
}

.prm .sect-label {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C69276;
  margin-bottom: 16px;
}

.prm .sect-h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #2e1a0e;
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 6px;
}

.prm .team-sect__lead p {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

.prm .team-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08), 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  transition: box-shadow 0.6s ease;
}

.prm .team-card:hover {
  box-shadow: inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08), 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
}

.prm .team-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #2e1a0e;
  margin-bottom: 4px;
}

.prm .team-card__role {
  font-size: 15px;
  color: #C69276;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.prm .team-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

.prm .team-card__img-wrap {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.prm .team-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prm .team-card__img-wrap:hover img {
  transform: scale(1.05);
}

.prm .team-card__img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.35) 0%, transparent 55%);
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.prm .team-card__img-wrap:hover .team-card__img-tint {
  opacity: 0;
}

/* ── SECTION 3: NUMBERS ── */
.prm .nums-sect {
  background: radial-gradient(ellipse at 50% 50%, #fff 30%, #E0C4C8 100%);
  padding: 64px 0;
  position: relative;
}

.prm .nums-sect__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
}

.prm .nums-sect__top {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  margin-bottom: 48px;
}

.prm .nums-sect__caption {
  flex: 0 0 320px;
}

.prm .nums-sect__caption p {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

.prm .nums-sect__big {
  flex: 1 1 0;
}

.prm .big-stat {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700;
  color: #C69276;
  display: block;
}

.prm .big-stat-label {
  font-size: 18px;
  line-height: 1.8;
  color: #2e1a0e;
  display: block;
  margin-top: 8px;
}

.prm .nums-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.prm .num-item {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: inset 2px 3px 3px 0 rgba(224, 196, 200, 0.08), 2px 7px 20px 0 rgba(224, 196, 200, 0.09);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prm .num-item:hover {
  transform: translateY(-4px);
}

.prm .num-item__val {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #C69276;
  display: block;
}

.prm .num-item__desc {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  margin-top: 8px;
  display: block;
}

/* ── SECTION 4: SUPPORT ── */
.prm .sup-sect {
  background: #2e1a0e;
  padding: 64px 0;
  position: relative;
}

.prm .sup-sect__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
}

.prm .sup-sect__img {
  flex: 0 0 380px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  position: relative;
}

.prm .sup-sect__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prm .sup-sect__img:hover img {
  transform: scale(1.04);
}

.prm .sup-sect__img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, rgba(198, 146, 118, 0.4) 0%, transparent 60%);
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.prm .sup-sect__img:hover .sup-sect__img-tint {
  opacity: 0;
}

.prm .sup-sect__body {
  flex: 1 1 0;
}

.prm .sect-h2-light {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #FDFBFA;
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 6px;
}

.prm .sect-label-light {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E0C4C8;
  margin-bottom: 16px;
}

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

.prm .sup-list li {
  font-size: 15px;
  line-height: 1.8;
  color: #FDFBFA;
  padding: 16px 0 16px 24px;
  border-top: 1px solid rgba(198, 146, 118, 0.22);
  position: relative;
}

.prm .sup-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 32px;
  background: #C69276;
  border-radius: 8px;
}

.prm .sup-list li:last-child {
  border-bottom: 1px solid rgba(198, 146, 118, 0.22);
}

.prm .sup-sect__body p {
  font-size: 15px;
  line-height: 1.8;
  color: #E0C4C8;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

/* ── SECTION 5: HESITATION ── */
.prm .hes-sect {
  background: #FDFBFA;
  padding: 64px 0;
  position: relative;
}

.prm .hes-sect__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
}

.prm .hes-sect__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.prm .hes-sect__q {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #C69276;
  margin-bottom: 24px;
}

.prm .hes-sect__left p {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

.prm .hes-sect__right {
  padding-top: 8px;
}

.prm .hes-item {
  padding: 16px 0;
  border-top: 1px solid #E0C4C8;
}

.prm .hes-item:last-child {
  border-bottom: 1px solid #E0C4C8;
}

.prm .hes-item__q {
  font-size: 18px;
  font-weight: 700;
  color: #2e1a0e;
  margin-bottom: 8px;
}

.prm .hes-item__a {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
}

.prm .hes-item__bracket {
  color: #C69276;
}

.prm .hes-sect__cta {
  margin-top: 32px;
}

/* ── SECTION 6: LONG-TERM VALUE ── */
.prm .val-sect {
  background: radial-gradient(ellipse at 60% 40%, #FDFBFA 20%, #E0C4C8 100%);
  padding: 64px 0;
  position: relative;
}

.prm .val-sect__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
}

.prm .val-sect__top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 48px;
}

.prm .val-sect__h {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #2e1a0e;
  margin-bottom: 24px;
  text-decoration: underline;
  text-decoration-color: #C69276;
  text-underline-offset: 6px;
}

.prm .val-sect__top-left p {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
  text-indent: 24px;
  margin: 0;
}

.prm .val-accent {
  background: linear-gradient(211deg, #C69276 0%, #E0C4C8 100%);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
}

.prm .val-accent__num {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  display: block;
}

.prm .val-accent__text {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  display: block;
  margin-top: 8px;
}

.prm .val-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.prm .val-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08), 2px 3px 3px 0 rgba(198, 146, 118, 0.08);
  transition: box-shadow 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prm .val-card:hover {
  box-shadow: inset 2px 3px 3px 0 rgba(198, 146, 118, 0.08), 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
}

.prm .val-card__h {
  font-size: 18px;
  font-weight: 700;
  color: #2e1a0e;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #E0C4C8;
  text-underline-offset: 4px;
}

.prm .val-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #3d2212;
  text-align: justify;
  margin: 0;
}

.prm .val-sect__links {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.prm .link-plain {
  font-size: 15px;
  color: #C69276;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.5s ease;
}

.prm .link-plain:hover {
  color: #2e1a0e;
}

/* ── RESPONSIVE ── */
@media (max-width: 1280px) {
  .prm .t-blk__img-col {
    flex: 0 0 360px;
  }

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

@media (max-width: 768px) {
  .prm .t-blk__inner {
    flex-direction: column;
    gap: 32px;
  }

  .prm .t-blk__img-col {
    flex: 0 0 280px;
    height: 280px;
    width: 100%;
  }

  .prm .t-blk__h1 {
    font-size: 30px;
  }

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

  .prm .team-sect__lead {
    grid-column: 1 / 2;
  }

  .prm .nums-sect__top {
    flex-direction: column;
    gap: 32px;
  }

  .prm .nums-sect__caption {
    flex: none;
    width: 100%;
  }

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

  .prm .sup-sect__inner {
    flex-direction: column;
    gap: 32px;
  }

  .prm .sup-sect__img {
    flex: none;
    width: 100%;
    height: 240px;
  }

  .prm .hes-sect__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prm .hes-sect__q {
    font-size: 30px;
  }

  .prm .val-sect__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prm .val-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .prm .pg-wrap {
    padding: 0 16px;
  }

  .prm .t-blk__inner {
    padding: 0 16px;
  }

  .prm .t-blk {
    padding: 32px 0;
  }

  .prm .big-stat {
    font-size: 42px;
  }

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

  .prm .t-blk__actions {
    flex-direction: column;
  }

  .prm .val-accent__num {
    font-size: 42px;
  }
}

.succ-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  background: #FDFBFA;
}

.succ-page .succ-wrap {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.succ-page .succ-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

.succ-page .succ-icon svg {
  width: 72px;
  height: 72px;
  display: block;
}

.succ-page .succ-heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #2a1f1a;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.succ-page .succ-sub {
  font-size: 18px;
  line-height: 1.8;
  color: #3d2e28;
  max-width: 520px;
  margin: 0 0 32px;
  text-align: center;
}

.succ-page .succ-divider {
  width: 64px;
  height: 3px;
  background: linear-gradient(211deg, #C69276, #E0C4C8);
  border-radius: 8px;
  margin-bottom: 32px;
}

.succ-page .succ-detail {
  font-size: 15px;
  line-height: 1.8;
  color: #5c4a42;
  max-width: 440px;
  margin: 0 0 48px;
  text-align: center;
}

.succ-page .succ-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(211deg, #C69276 30%, #E0C4C8);
  color: #2a1f1a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 2px 7px 20px 0 rgba(198, 146, 118, 0.09);
  transition: box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s ease;
  position: relative;
  overflow: hidden;
}

.succ-page .succ-btn:hover {
  box-shadow: 2px 10px 52px 0 rgba(198, 146, 118, 0.13);
  transform: translateY(-2px);
  color: #2a1f1a;
  text-decoration: none;
}

.succ-page .succ-btn:focus {
  outline: 3px solid #C69276;
  outline-offset: 3px;
}

.succ-page .succ-btn-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.succ-page .succ-note {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.8;
  color: #7a6258;
}

.succ-page .succ-note a {
  color: #C69276;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.5s ease;
}

.succ-page .succ-note a:hover {
  color: #a07560;
}

@media (max-width: 768px) {
  .succ-page {
    padding: 64px 16px;
  }

  .succ-page .succ-heading {
    font-size: 30px;
  }

  .succ-page .succ-sub {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .succ-page {
    padding: 32px 16px;
  }

  .succ-page .succ-heading {
    font-size: 30px;
  }

  .succ-page .succ-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }

  .succ-page .succ-icon svg {
    width: 56px;
    height: 56px;
  }
}