@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/700.css";

body {
  word-break: break-word;
  overflow-wrap: anywhere;
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #FFF;
  color: #1a1918
}

.brand-cluster {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 0 16px
}

.hex-frame {
  position: relative;
  width: 50px;
  height: 50px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121
}

.hex-frame img {
  width: 44px;
  height: 44px;
  object-fit: contain
}

.brand-text {
  font-size: 31px;
  font-weight: 700;
  color: #B84221;
  line-height: 1.2;
  letter-spacing: -.5px
}

.top-bar {
  background: linear-gradient(135deg, #EEECE4 0%, #A8BACF 100%);
  border-bottom: 2px solid #B84221;
  position: relative
}

.top-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px
}

.alert-ribbon {
  background: #B84221;
  color: #FFF;
  padding: 8px 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  border-radius: 0 0 12px 12px;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a
}

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

.pill-link {
  display: inline-block;
  padding: 8px 32px;
  background: #FFF;
  color: #1a1918;
  text-decoration: none;
  border-radius: 36px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  border: 2px solid #A8BACF;
  transition: background-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .23s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  box-shadow: 2px 3px 2px -2px #a8bacf0f 2px 6px 18px -2px #a8bacf1a
}

.pill-link:hover {
  background: linear-gradient(135deg, #B84221 0%, #A8BACF 100%);
  border-color: #B84221;
  color: #FFF;
  transform: translateY(-2px);
  box-shadow: 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121
}

.pill-link:focus {
  outline: 2px dashed #B84221;
  outline-offset: 4px
}

.pill-link:active {
  transform: translateY(0)
}

.ground-plate {
  background: linear-gradient(180deg, #EEECE4 0%, #FFF 100%);
  border-top: 2px solid #A8BACF;
  padding: 64px 0 32px;
  margin-top: 96px
}

.ground-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px
}

.column-deck {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 64px;
  margin-bottom: 64px
}

.nav-column h3 {
  font-size: 19px;
  font-weight: 700;
  color: #B84221;
  margin: 0 0 16px;
  line-height: 1.2
}

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

.nav-column a {
  display: inline-block;
  padding: 8px 16px;
  background: #FFF;
  color: #1a1918;
  text-decoration: none;
  border-radius: 36px;
  font-size: 15px;
  line-height: 1.8;
  border: 2px solid #EEECE4;
  transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), padding-left .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  box-shadow: 2px 3px 2px -2px #a8bacf0f
}

.nav-column a:hover {
  background: #A8BACF;
  border-color: #A8BACF;
  color: #1a1918;
  padding-left: 24px;
  box-shadow: 2px 6px 18px -2px #a8bacf1a
}

.nav-column a:focus {
  outline: 2px dashed #B84221;
  outline-offset: 4px
}

.brand-pod {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
  border-top: 2px solid #A8BACF
}

.hex-frame-footer {
  position: relative;
  width: 46px;
  height: 46px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a
}

.hex-frame-footer img {
  width: 40px;
  height: 40px;
  object-fit: contain
}

.legal-text {
  font-size: 15px;
  color: #4a4948;
  line-height: 1.8;
  text-align: center
}

.address-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 16px
}

.address-line {
  font-size: 15px;
  color: #4a4948;
  line-height: 1.8
}

.contact-link {
  color: #B84221;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-link:hover {
  color: #A8BACF;
  text-decoration: underline
}

.contact-link:focus {
  outline: 2px dashed #B84221;
  outline-offset: 2px
}

@media (max-width: 768px) {
  .brand-cluster {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0 8px
  }

  .pill-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px 0 16px
  }

  .pill-link {
    text-align: center
  }

  .column-deck {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ground-plate {
    padding: 32px 0 16px;
    margin-top: 64px
  }

  .top-bar-inner,
  .ground-inner {
    padding: 0 16px
  }

  .alert-ribbon {
    padding: 8px 16px
  }
}

@media (max-width: 480px) {
  .brand-text {
    font-size: 19px
  }

  .hex-frame {
    width: 42px;
    height: 42px
  }

  .hex-frame img {
    width: 36px;
    height: 36px
  }

  .pill-link {
    padding: 8px 24px;
    font-size: 15px
  }

  .nav-column h3 {
    font-size: 19px
  }
}

@media (min-width: 1280px) {
  .column-deck {
    grid-template-columns: repeat(4, 1fr)
  }
}

.legal-text {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 32px;
  background: #fff
}

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

.legal-text h1 {
  font-size: 56px;
  line-height: 1.2;
  color: #B84221;
  margin: 0 0 64px
}

.legal-text h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #333;
  margin: 96px 0 32px
}

.legal-text h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #333;
  margin: 64px 0 32px
}

.legal-text h4 {
  font-size: 19px;
  line-height: 1.2;
  color: #333;
  margin: 32px 0 16px;
  font-weight: 600
}

.legal-text h5 {
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  margin: 32px 0 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.legal-text h6 {
  font-size: 15px;
  line-height: 1.2;
  color: #666;
  margin: 32px 0 16px;
  font-weight: 600
}

@media (max-width: 768px) {
  .legal-text h1 {
    font-size: 41px;
    margin: 0 0 32px
  }

  .legal-text h2 {
    font-size: 31px;
    margin: 64px 0 16px
  }

  .legal-text h3 {
    font-size: 19px;
    margin: 32px 0 16px
  }
}

.legal-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 16px
}

.legal-text ul,
.legal-text ol {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 16px;
  padding: 0 0 0 32px
}

.legal-text li {
  margin: 0 0 8px
}

.legal-text li:last-child {
  margin: 0
}

.legal-text ul ul,
.legal-text ol ol,
.legal-text ul ol,
.legal-text ol ul {
  margin: 8px 0 0
}

.legal-text em,
.legal-text i {
  font-style: italic
}

.legal-text a {
  color: #B84221;
  text-decoration: underline;
  transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.legal-text a:hover {
  color: #8a3219
}

.legal-text a:focus {
  outline: 2px solid #B84221;
  outline-offset: 2px;
  border-radius: 4px
}

.legal-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.8;
  background: #fff;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a;
  border-radius: 12px;
  overflow: hidden
}

.legal-text thead {
  background: #EEECE4
}

.legal-text th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #A8BACF
}

.legal-text td {
  padding: 16px;
  color: #333;
  border-bottom: 1px solid #EEECE4
}

.legal-text tbody tr:last-child td {
  border-bottom: none
}

.legal-text tbody tr:hover {
  background: #eeece44d
}

@media (max-width: 768px) {
  .legal-text table {
    font-size: 15px;
    display: block;
    overflow-x: auto
  }

  .legal-text th,
  .legal-text td {
    padding: 8px
  }
}

.trial-access {
  background: #fff;
  color: #1a1a1a
}

.trial-access .opening-banner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.trial-access .opening-banner::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 32px;
  width: 64px;
  height: 2px;
  background: #B84221
}

.trial-access .opening-banner::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 32px;
  width: 2px;
  height: 64px;
  background: #B84221
}

.trial-access .opening-visual {
  width: 100%;
  max-width: 720px;
  margin-bottom: 64px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121
}

.trial-access .opening-visual img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: sepia(0.15) saturate(1.3) hue-rotate(-5deg)
}

.trial-access .opening-text {
  text-align: center;
  max-width: 680px
}

.trial-access .opening-text h1 {
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 32px;
  color: #B84221;
  letter-spacing: -.02em
}

.trial-access .opening-text p {
  font-size: 19px;
  line-height: 1.8;
  margin: 0;
  color: #2a2a2a
}

.trial-access .experience-pathway {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px;
  background: linear-gradient(128deg, #f9f5f5 0%, #f4f7fa 100%)
}

.trial-access .pathway-arrangement {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start
}

.trial-access .pathway-primary {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.trial-access .pathway-primary::before {
  content: '';
  width: 48px;
  height: 3px;
  background: #A8BACF;
  display: block
}

.trial-access .pathway-primary h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #1a1a1a
}

.trial-access .pathway-narrative {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.trial-access .pathway-narrative p {
  font-size: 19px;
  line-height: 1.8;
  margin: 0;
  color: #3a3a3a
}

.trial-access .pathway-sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: inset 2px 3px 2px -2px #a8bacf0f inset 2px 6px 18px -2px #a8bacf1a;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.trial-access .pathway-sidebar h3 {
  font-size: 19px;
  line-height: 1.2;
  margin: 0;
  color: #B84221;
  text-transform: uppercase;
  letter-spacing: .08em
}

.trial-access .access-details {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.trial-access .detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #EEECE4;
  border-radius: 4px;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.trial-access .detail-item:hover {
  transform: translateX(8px)
}

.trial-access .detail-label {
  font-size: 15px;
  line-height: 1.2;
  color: #B84221;
  font-weight: 600;
  letter-spacing: .05em
}

.trial-access .detail-value {
  font-size: 19px;
  line-height: 1.2;
  color: #1a1a1a
}

.trial-access .structured-skills {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.trial-access .structured-skills::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/visual_gallery/geometric-pattern.png);
  opacity: .03;
  pointer-events: none;
  filter: grayscale(100%);
  mix-blend-mode: multiply
}

.trial-access .skills-container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px
}

.trial-access .skills-container h2 {
  font-size: 41px;
  line-height: 1.2;
  margin: 0;
  color: #1a1a1a;
  max-width: 720px
}

.trial-access .skills-grid {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.trial-access .skill-measurement {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left
}

.trial-access .skill-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline
}

.trial-access .skill-name {
  font-size: 19px;
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: 600
}

.trial-access .skill-percentage {
  font-size: 15px;
  line-height: 1.2;
  color: #B84221;
  font-weight: 600
}

.trial-access .skill-track {
  width: 100%;
  height: 12px;
  background: #EEECE4;
  border-radius: 36px;
  overflow: hidden;
  position: relative
}

.trial-access .skill-fill {
  height: 100%;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%);
  border-radius: 36px;
  position: relative;
  animation: fill-expand 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transform-origin: left center
}

@keyframes fill-expand {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.trial-access .skill-measurement:nth-child(1) .skill-fill {
  width: 87%;
  animation-delay: .1s
}

.trial-access .skill-measurement:nth-child(2) .skill-fill {
  width: 92%;
  animation-delay: .2s
}

.trial-access .skill-measurement:nth-child(3) .skill-fill {
  width: 78%;
  animation-delay: .3s
}

.trial-access .skill-measurement:nth-child(4) .skill-fill {
  width: 84%;
  animation-delay: .4s
}

.trial-access .skill-fill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #ffffff4d 50%, transparent 100%);
  animation: shimmer 2.4s ease-in-out infinite
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%)
  }

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

@media (max-width: 768px) {
  .trial-access .opening-banner {
    padding: 64px 16px
  }

  .trial-access .opening-visual {
    margin-bottom: 32px
  }

  .trial-access .opening-visual img {
    height: 320px
  }

  .trial-access .opening-text h1 {
    font-size: 41px;
    margin-bottom: 16px
  }

  .trial-access .experience-pathway {
    padding: 64px 16px
  }

  .trial-access .pathway-arrangement {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .trial-access .pathway-primary h2 {
    font-size: 31px
  }

  .trial-access .pathway-sidebar {
    padding: 16px
  }

  .trial-access .structured-skills {
    padding: 64px 16px
  }

  .trial-access .skills-container h2 {
    font-size: 31px
  }

  .trial-access .skills-grid {
    gap: 16px
  }
}

@media (max-width: 480px) {
  .trial-access .opening-banner {
    padding: 32px 16px
  }

  .trial-access .opening-banner::before,
  .trial-access .opening-banner::after {
    width: 32px;
    height: 32px
  }

  .trial-access .opening-visual img {
    height: 240px
  }

  .trial-access .opening-text h1 {
    font-size: 31px
  }

  .trial-access .opening-text p {
    font-size: 15px
  }

  .trial-access .experience-pathway {
    padding: 32px 16px
  }

  .trial-access .pathway-primary h2 {
    font-size: 31px
  }

  .trial-access .pathway-narrative p {
    font-size: 15px
  }

  .trial-access .structured-skills {
    padding: 32px 16px
  }

  .trial-access .skills-container {
    gap: 32px
  }

  .trial-access .skills-container h2 {
    font-size: 31px
  }
}

.technical-requirements {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff
}

.technical-requirements .qualification-entrance {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 64px 32px;
  background: linear-gradient(167deg, #EEECE4 0%, #fff 100%);
  overflow: hidden
}

.technical-requirements .qualification-entrance::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 50%;
  width: 240px;
  height: 240px;
  background-image: radial-gradient(circle, #B84221 1px, transparent 1px), radial-gradient(circle, #B84221 1px, transparent 1px);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  opacity: .12;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1
}

.technical-requirements .image-geometric-crop {
  position: relative;
  flex: 0 0 48%;
  min-height: 420px;
  z-index: 2
}

.technical-requirements .image-geometric-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
  position: relative
}

.technical-requirements .image-geometric-crop::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(180deg, #00000047 0%, transparent 100%);
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 1
}

.technical-requirements .text-alignment-zone {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 64px;
  z-index: 2
}

.technical-requirements .text-alignment-zone h1 {
  font-size: 56px;
  line-height: 1.2;
  color: #B84221;
  margin: 0;
  font-weight: 700
}

.technical-requirements .foundational-criteria {
  padding: 96px 32px;
  background: #fff;
  position: relative
}

.technical-requirements .foundational-criteria::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #EEECE4
}

.technical-requirements .foundational-criteria::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #EEECE4;
  margin-right: 48px
}

.technical-requirements .centered-descriptor {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px
}

.technical-requirements .centered-descriptor h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #B84221;
  margin: 0 0 16px;
  font-weight: 600
}

.technical-requirements .centered-descriptor p {
  font-size: 19px;
  line-height: 1.8;
  color: #2c2c2c;
  margin: 0
}

.technical-requirements .compact-grid-display {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto
}

.technical-requirements .requirement-cell {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121;
  position: relative;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden
}

.technical-requirements .requirement-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(92deg, #B84221 0%, #A8BACF 100%);
  transform-origin: left;
  transition: transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.technical-requirements .requirement-cell:hover {
  transform: translateY(-4px);
  box-shadow: 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121 2px 12px 56px -2px #b8422129
}

.technical-requirements .requirement-cell:hover::before {
  transform: scaleX(1.15)
}

.technical-requirements .requirement-cell h4 {
  font-size: 19px;
  line-height: 1.2;
  color: #B84221;
  margin: 0 0 16px;
  font-weight: 600
}

.technical-requirements .requirement-cell p {
  font-size: 15px;
  line-height: 1.8;
  color: #2c2c2c;
  margin: 0
}

.technical-requirements .pathway-narrative {
  padding: 96px 32px;
  background: linear-gradient(180deg, #EEECE4 0%, #fff 100%);
  position: relative
}

.technical-requirements .pathway-narrative::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #fff
}

.technical-requirements .pathway-narrative::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #fff;
  margin-left: -48px
}

.technical-requirements .journey-arrangement {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto
}

.technical-requirements .text-column-flow {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.technical-requirements .overline-heading-block h3 {
  font-size: 31px;
  line-height: 1.2;
  color: #B84221;
  margin: 0 0 16px;
  font-weight: 600;
  position: relative;
  padding-top: 16px
}

.technical-requirements .overline-heading-block h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background: #A8BACF
}

.technical-requirements .overline-heading-block p {
  font-size: 15px;
  line-height: 1.8;
  color: #2c2c2c;
  margin: 0
}

.technical-requirements .visual-companion-zone {
  flex: 0 0 420px;
  position: relative
}

.technical-requirements .floating-visual-frame {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 6px 18px -2px #a8bacf1a 2px 9px 40px -2px #a8bacf21 2px 12px 56px -2px #a8bacf29;
  transform: translateY(0);
  transition: transform .31s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .31s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.technical-requirements .floating-visual-frame:hover {
  transform: translateY(-8px);
  box-shadow: 2px 9px 40px -2px #a8bacf21 2px 12px 56px -2px #a8bacf29 2px 16px 72px -2px #a8bacf30
}

.technical-requirements .floating-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.technical-requirements .curved-connection-line {
  position: absolute;
  left: -32px;
  top: 50%;
  width: 64px;
  height: 240px;
  transform: translateY(-50%);
  pointer-events: none
}

.technical-requirements .curved-connection-line svg {
  width: 100%;
  height: 100%
}

.technical-requirements .animated-glow-backdrop {
  padding: 96px 32px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.technical-requirements .animated-glow-backdrop::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #eeece499 0%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: pulse-glow 4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate;
  pointer-events: none;
  z-index: 1
}

@keyframes pulse-glow {
  0% {
    opacity: .3;
    transform: translate(-50%, -50%) scale(0.95)
  }

  100% {
    opacity: .7;
    transform: translate(-50%, -50%) scale(1.05)
  }
}

.technical-requirements .animated-glow-backdrop::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #EEECE4;
  z-index: 2
}

.technical-requirements .testimonial-showcase {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto
}

.technical-requirements .testimonial-showcase h3 {
  font-size: 41px;
  line-height: 1.2;
  color: #B84221;
  margin: 0 0 64px;
  font-weight: 600;
  text-align: left
}

.technical-requirements .testimonial-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px
}

.technical-requirements .testimonial-card-container {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: inset 2px 3px 2px -2px #b842210f inset 2px 6px 18px -2px #b842211a;
  position: relative;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden
}

.technical-requirements .testimonial-card-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #a8bacf26 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width .35s cubic-bezier(0.68, -0.55, 0.27, 1.55), height .35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none;
  z-index: 1
}

.technical-requirements .testimonial-card-container:hover::before {
  width: 300px;
  height: 300px
}

.technical-requirements .testimonial-card-container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #b8422114 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width .29s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.06s, height .29s cubic-bezier(0.68, -0.55, 0.27, 1.55) .06s;
  pointer-events: none;
  z-index: 2
}

.technical-requirements .testimonial-card-container:hover::after {
  width: 200px;
  height: 200px
}

.technical-requirements .testimonial-card-container:hover {
  transform: scale(1.02)
}

.technical-requirements .profile-identity-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 3
}

.technical-requirements .portrait-circle-frame {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a
}

.technical-requirements .portrait-circle-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.technical-requirements .identity-text-stack h5 {
  font-size: 19px;
  line-height: 1.2;
  color: #B84221;
  margin: 0 0 4px;
  font-weight: 600
}

.technical-requirements .identity-text-stack p {
  font-size: 15px;
  line-height: 1.2;
  color: #5a5a5a;
  margin: 0
}

.technical-requirements .narrative-quote-text {
  font-size: 15px;
  line-height: 1.8;
  color: #2c2c2c;
  margin: 0;
  position: relative;
  z-index: 3
}

.technical-requirements .progress-indicator-embedded {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: linear-gradient(97deg, #b8422114 0%, #a8bacf14 100%);
  border-radius: 36px;
  margin: 0 4px;
  position: relative;
  top: -1px
}

.technical-requirements .progress-indicator-embedded::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B84221;
  animation: indicator-pulse 2.2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes indicator-pulse {

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

  50% {
    opacity: .5;
    transform: scale(0.85)
  }
}

.technical-requirements .progress-indicator-embedded span {
  font-size: 15px;
  line-height: 1;
  color: #B84221;
  font-weight: 600
}

@media (max-width: 1280px) {
  .technical-requirements .qualification-entrance {
    padding: 64px 32px
  }

  .technical-requirements .text-alignment-zone {
    padding: 0 0 0 32px
  }

  .technical-requirements .text-alignment-zone h1 {
    font-size: 41px
  }

  .technical-requirements .journey-arrangement {
    gap: 32px
  }

  .technical-requirements .visual-companion-zone {
    flex: 0 0 360px
  }

  .technical-requirements .floating-visual-frame {
    height: 420px
  }
}

@media (max-width: 768px) {
  .technical-requirements .qualification-entrance {
    flex-direction: column;
    padding: 32px 16px
  }

  .technical-requirements .image-geometric-crop {
    flex: 0 0 auto;
    width: 100%;
    min-height: 320px;
    margin-bottom: 32px
  }

  .technical-requirements .text-alignment-zone {
    padding: 0
  }

  .technical-requirements .text-alignment-zone h1 {
    font-size: 31px
  }

  .technical-requirements .foundational-criteria {
    padding: 64px 16px
  }

  .technical-requirements .centered-descriptor h2 {
    font-size: 31px
  }

  .technical-requirements .compact-grid-display {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .technical-requirements .requirement-cell {
    padding: 16px
  }

  .technical-requirements .pathway-narrative {
    padding: 64px 16px
  }

  .technical-requirements .journey-arrangement {
    flex-direction: column;
    gap: 32px
  }

  .technical-requirements .visual-companion-zone {
    flex: 0 0 auto;
    width: 100%
  }

  .technical-requirements .floating-visual-frame {
    height: 360px
  }

  .technical-requirements .curved-connection-line {
    display: none
  }

  .technical-requirements .overline-heading-block h3 {
    font-size: 19px
  }

  .technical-requirements .animated-glow-backdrop {
    padding: 64px 16px
  }

  .technical-requirements .testimonial-showcase h3 {
    font-size: 31px;
    margin-bottom: 32px
  }

  .technical-requirements .testimonial-grid-layout {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .technical-requirements .testimonial-card-container {
    padding: 16px
  }
}

@media (max-width: 480px) {
  .technical-requirements .qualification-entrance {
    padding: 32px 8px
  }

  .technical-requirements .text-alignment-zone h1 {
    font-size: 19px
  }

  .technical-requirements .foundational-criteria {
    padding: 32px 8px
  }

  .technical-requirements .centered-descriptor h2 {
    font-size: 19px
  }

  .technical-requirements .pathway-narrative {
    padding: 32px 8px
  }

  .technical-requirements .animated-glow-backdrop {
    padding: 32px 8px
  }

  .technical-requirements .testimonial-showcase h3 {
    font-size: 19px
  }
}

.learning-program {
  max-width: 1400px;
  margin: 0 auto;
  background: #FFF
}

.learning-program .opening-stage {
  position: relative;
  padding: 96px 32px;
  background: linear-gradient(127deg, #B84221 0%, #A8BACF 100%);
  overflow: hidden
}

.learning-program .opening-stage::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 180px;
  height: 2px;
  background: #ffffff40
}

.learning-program .opening-stage::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 2px;
  height: 180px;
  background: #ffffff40
}

.learning-program .opening-content {
  max-width: 820px;
  margin: 0 auto
}

.learning-program .opening-headline {
  font-size: 70px;
  line-height: 1.2;
  color: #FFF;
  margin: 0 0 32px;
  font-weight: 700
}

.learning-program .opening-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.learning-program .opening-list-item {
  font-size: 19px;
  line-height: 1.8;
  color: #FFF;
  margin: 0 0 16px;
  padding: 0 0 0 32px;
  position: relative
}

.learning-program .opening-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 50%
}

.learning-program .enrollment-zone {
  padding: 96px 32px;
  background: #EEECE4;
  position: relative
}

.learning-program .enrollment-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #B84221 0%, #b8422100 100%)
}

.learning-program .enrollment-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.learning-program .program-description {
  background: #FFF;
  padding: 64px;
  border-radius: 20px;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121;
  position: relative;
  overflow: hidden
}

.learning-program .program-description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #B84221
}

.learning-program .description-overline {
  font-size: 15px;
  line-height: 1.8;
  color: #B84221;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 16px;
  font-weight: 600
}

.learning-program .description-title {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 32px;
  font-weight: 700
}

.learning-program .description-text {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 32px
}

.learning-program .description-text:last-of-type {
  margin: 0
}

.learning-program .skills-showcase {
  background: #FFF;
  padding: 64px;
  border-radius: 20px;
  box-shadow: 2px 3px 2px -2px #a8bacf0f 2px 6px 18px -2px #a8bacf1a 2px 9px 40px -2px #a8bacf21
}

.learning-program .skills-overline {
  font-size: 15px;
  line-height: 1.8;
  color: #A8BACF;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 16px;
  font-weight: 600
}

.learning-program .skills-title {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 64px;
  font-weight: 700
}

.learning-program .skill-bar-group {
  margin: 0 0 32px
}

.learning-program .skill-bar-group:last-child {
  margin: 0
}

.learning-program .skill-label {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600
}

.learning-program .skill-percentage {
  font-size: 15px;
  color: #B84221;
  font-weight: 700
}

.learning-program .skill-track {
  height: 12px;
  background: #F5F5F5;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

.learning-program .skill-fill {
  height: 100%;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%);
  border-radius: 12px;
  transition: width .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning-program .skill-fill.w-92 {
  width: 92%
}

.learning-program .skill-fill.w-87 {
  width: 87%
}

.learning-program .skill-fill.w-78 {
  width: 78%
}

.learning-program .skill-fill.w-84 {
  width: 84%
}

.learning-program .application-segment {
  padding: 96px 32px;
  background: #FFF;
  position: relative
}

.learning-program .application-segment::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #A8BACF 0%, #a8bacf00 100%)
}

.learning-program .application-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start
}

.learning-program .form-introduction {
  padding: 32px 0 0
}

.learning-program .form-overline {
  font-size: 15px;
  line-height: 1.8;
  color: #B84221;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 16px;
  font-weight: 600
}

.learning-program .form-headline {
  font-size: 56px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 32px;
  font-weight: 700
}

.learning-program .form-description {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 32px
}

.learning-program .instructor-profiles {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.learning-program .instructor-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FFF;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a;
  position: relative
}

.learning-program .instructor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.learning-program .instructor-ring {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #B84221;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning-program .instructor-avatar:hover .instructor-ring {
  opacity: 1
}

.learning-program .enrollment-form {
  background: #FFF;
  padding: 64px;
  border-radius: 20px;
  box-shadow: 2px 3px 2px -2px #a8bacf0f 2px 6px 18px -2px #a8bacf1a 2px 9px 40px -2px #a8bacf21
}

.learning-program .enrollment-form form {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.learning-program .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .form-label {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  font-weight: 600
}

.learning-program .form-input {
  padding: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #1A1A1A;
  background: #FAFAFA;
  border: 2px solid #E0E0E0 !important;
  border-radius: 4px;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning-program .form-input:focus {
  outline: none;
  border-color: #B84221 !important;
  background: #FFF
}

.learning-program .form-input::placeholder {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.learning-program .form-select {
  padding: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #1A1A1A;
  background: #FAFAFA;
  border: 2px solid #E0E0E0 !important;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning-program .form-select:focus {
  outline: none;
  border-color: #B84221 !important;
  background: #FFF
}

.learning-program .radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning-program .radio-option {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer
}

.learning-program .radio-option input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #B84221
}

.learning-program .radio-option label {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  cursor: pointer
}

.learning-program .privacy-consent {
  display: flex;
  align-items: start;
  gap: 16px
}

.learning-program .privacy-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 4px 0 0;
  cursor: pointer;
  accent-color: #B84221;
  flex-shrink: 0
}

.learning-program .privacy-text {
  font-size: 15px;
  line-height: 1.8;
  color: #666
}

.learning-program .privacy-text a {
  color: #B84221;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning-program .privacy-text a:hover {
  color: #8A3118
}

.learning-program .submit-button {
  padding: 16px 32px;
  font-size: 15px;
  line-height: 1.8;
  color: #FFF;
  background: linear-gradient(135deg, #B84221 0%, #A8BACF 100%);
  border: none !important;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  text-transform: lowercase;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a
}

.learning-program .submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121;
  background: linear-gradient(225deg, #B84221 0%, #A8BACF 100%)
}

.learning-program .submit-button:active {
  transform: translateY(0)
}

.learning-program .curriculum-display {
  padding: 96px 32px;
  background: #B84221;
  position: relative;
  overflow: hidden;
  animation: color-shift 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes color-shift {

  0%,
  100% {
    background: #B84221
  }

  50% {
    background: #A8BACF
  }
}

.learning-program .curriculum-display::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border: 2px solid #ffffff1a;
  border-radius: 36px;
  animation: pulse-outline 4s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite
}

@keyframes pulse-outline {

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

  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: .6
  }
}

.learning-program .curriculum-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}

.learning-program .curriculum-overline {
  font-size: 15px;
  line-height: 1.8;
  color: #fffc;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 16px;
  font-weight: 600
}

.learning-program .curriculum-headline {
  font-size: 56px;
  line-height: 1.2;
  color: #FFF;
  margin: 0 0 64px;
  font-weight: 700
}

.learning-program .module-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 0 0 64px
}

.learning-program .module-card {
  background: #FFF;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 2px 3px 2px -2px #0000000f 2px 6px 18px -2px #0000001a;
  transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.learning-program .module-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #b842210d 0%, #a8bacf0d 100%);
  opacity: 0;
  transition: opacity .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.learning-program .module-card:hover::before {
  opacity: 1
}

.learning-program .module-card:hover {
  transform: translateY(-4px);
  box-shadow: 2px 9px 40px -2px #00000021
}

.learning-program .module-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: #B84221;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.learning-program .module-icon::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #A8BACF;
  border-radius: 50%
}

.learning-program .module-icon svg {
  width: 32px;
  height: 32px;
  fill: #FFF
}

.learning-program .module-title {
  font-size: 19px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0 0 8px;
  font-weight: 700
}

.learning-program .module-summary {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0
}

.learning-program .curriculum-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap
}

.learning-program .cta-primary {
  padding: 16px 32px;
  font-size: 15px;
  line-height: 1.8;
  color: #B84221;
  background: #FFF;
  border: 2px solid #FFF !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  text-transform: lowercase;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block
}

.learning-program .cta-primary:hover {
  transform: translateY(-2px);
  background: #EEECE4
}

.learning-program .cta-secondary {
  padding: 16px 32px;
  font-size: 15px;
  line-height: 1.8;
  color: #FFF;
  background: transparent;
  border: 2px solid #FFF !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  text-transform: lowercase;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block
}

.learning-program .cta-secondary:hover {
  transform: translateY(-2px);
  background: #ffffff1a
}

@media (max-width: 1280px) {
  .learning-program .opening-headline {
    font-size: 56px
  }

  .learning-program .form-headline {
    font-size: 41px
  }

  .learning-program .curriculum-headline {
    font-size: 41px
  }

  .learning-program .enrollment-container {
    gap: 32px
  }

  .learning-program .application-wrapper {
    gap: 32px
  }
}

@media (max-width: 768px) {
  .learning-program .opening-stage {
    padding: 64px 16px
  }

  .learning-program .opening-headline {
    font-size: 41px
  }

  .learning-program .opening-list-item {
    font-size: 15px
  }

  .learning-program .enrollment-zone {
    padding: 64px 16px
  }

  .learning-program .enrollment-container {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .learning-program .program-description {
    padding: 32px
  }

  .learning-program .skills-showcase {
    padding: 32px
  }

  .learning-program .description-title {
    font-size: 31px
  }

  .learning-program .skills-title {
    font-size: 31px;
    margin: 0 0 32px
  }

  .learning-program .application-segment {
    padding: 64px 16px
  }

  .learning-program .application-wrapper {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .learning-program .form-headline {
    font-size: 31px
  }

  .learning-program .enrollment-form {
    padding: 32px
  }

  .learning-program .curriculum-display {
    padding: 64px 16px
  }

  .learning-program .curriculum-headline {
    font-size: 31px;
    margin: 0 0 32px
  }

  .learning-program .module-cards {
    grid-template-columns: 1fr;
    margin: 0 0 32px
  }

  .learning-program .curriculum-cta {
    flex-direction: column;
    align-items: stretch
  }

  .learning-program .cta-primary,
  .learning-program .cta-secondary {
    text-align: center
  }
}

@media (max-width: 480px) {
  .learning-program .opening-headline {
    font-size: 31px
  }

  .learning-program .form-headline {
    font-size: 31px
  }

  .learning-program .curriculum-headline {
    font-size: 31px
  }

  .learning-program .instructor-profiles {
    flex-direction: column;
    align-items: start
  }
}

.about-coaching {
  background: #FFF;
  color: #1A1A1A;
  overflow-x: clip
}

.about-coaching .opening-statement {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px 64px;
  position: relative
}

.about-coaching .opening-statement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 64px);
  height: 2px;
  background: linear-gradient(135deg, #B84221 0%, #A8BACF 100%);
  opacity: .3
}

.about-coaching .opening-statement::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 64px);
  height: 2px;
  background: linear-gradient(135deg, #A8BACF 0%, #B84221 100%);
  opacity: .3
}

.about-coaching .framed-boundary {
  border: 2px dashed #b8422140;
  border-radius: 12px;
  padding: 64px 32px;
  position: relative;
  background: linear-gradient(217deg, #eeece466 0%, #ffffff1a 100%)
}

.about-coaching .framed-boundary::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid #a8bacf33;
  border-radius: 12px;
  pointer-events: none
}

.about-coaching .giant-heading {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  color: #B84221;
  margin: 0 0 32px;
  text-align: center;
  letter-spacing: -.02em;
  animation: descendFromAbove .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 0;
  animation-delay: .1s
}

@keyframes descendFromAbove {
  from {
    opacity: 0;
    transform: translateY(-40px)
  }

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

.about-coaching .statement-text {
  font-size: 19px;
  line-height: 1.8;
  color: #2C2C2C;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  animation: descendFromAbove .32s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 0;
  animation-delay: .25s
}

.about-coaching .statement-text p {
  margin: 0 0 16px
}

.about-coaching .statement-text p:last-child {
  margin: 0
}

.about-coaching .narrative-cards {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px;
  background: linear-gradient(162deg, #eeece499 0%, #a8bacf26 100%);
  position: relative;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%)
}

.about-coaching .narrative-cards::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/visual_gallery/2025_01_21-approved14.jpg);
  background-size: cover;
  background-position: center;
  opacity: .08;
  pointer-events: none;
  z-index: 0
}

.about-coaching .narrative-cards::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(162deg, #b8422126 0%, #a8bacf40 100%);
  pointer-events: none;
  z-index: 1
}

.about-coaching .cards-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  align-items: start
}

.about-coaching .story-card {
  background: #FFF;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.about-coaching .story-card:hover {
  transform: translateY(-8px);
  box-shadow: 2px 6px 8px -2px #b842211a 2px 12px 28px -2px #b8422129 2px 18px 60px -2px #b8422133
}

.about-coaching .story-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%);
  opacity: 0;
  transition: opacity .24s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.about-coaching .story-card:hover::before {
  opacity: 1
}

.about-coaching .card-narrow {
  grid-column: span 4;
  animation: descendFromAbove .3s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  animation-delay: .15s
}

.about-coaching .card-medium {
  grid-column: span 5;
  animation: descendFromAbove .27s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 0;
  animation-delay: .3s
}

.about-coaching .card-wide {
  grid-column: span 7;
  animation: descendFromAbove .32s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  animation-delay: .2s
}

.about-coaching .card-full {
  grid-column: span 12;
  animation: descendFromAbove .29s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 0;
  animation-delay: .4s
}

.about-coaching .card-accent-line {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%);
  margin: 0 0 16px;
  border-radius: 4px
}

.about-coaching .card-label {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #A8BACF;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 8px
}

.about-coaching .card-heading {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
  color: #2C2C2C;
  margin: 0 0 16px
}

.about-coaching .card-body {
  font-size: 19px;
  line-height: 1.8;
  color: #4A4A4A;
  margin: 0
}

.about-coaching .card-body p {
  margin: 0 0 16px
}

.about-coaching .card-body p:last-child {
  margin: 0
}

.about-coaching .visual-wrapper {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 24px;
  position: relative;
  box-shadow: inset 2px 3px 8px -2px #a8bacf26
}

.about-coaching .visual-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-coaching .story-card:hover .visual-wrapper img {
  transform: scale(1.08)
}

.about-coaching .quote-extraction {
  background: linear-gradient(217deg, #eeece480 0%, #a8bacf33 100%);
  border-left: none;
  border-radius: 12px;
  padding: 32px;
  margin: 32px 0 0;
  position: relative;
  overflow: hidden
}

.about-coaching .quote-extraction::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #B84221 0%, #A8BACF 100%);
  border-radius: 0 4px 4px 0
}

.about-coaching .quote-text {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 600;
  color: #B84221;
  margin: 0;
  font-style: italic;
  padding-left: 24px
}

.about-coaching .funnel-visualization {
  margin: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center
}

.about-coaching .funnel-stage {
  background: linear-gradient(90deg, #b842211a 0%, #a8bacf26 100%);
  border-radius: 4px;
  padding: 16px 32px;
  text-align: center;
  position: relative;
  transition: transform .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), background .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  clip-path: polygon(8% 0%, 92% 0%, 100% 50%, 92% 100%, 8% 100%, 0% 50%)
}

.about-coaching .funnel-stage:hover {
  background: linear-gradient(90deg, #b8422133 0%, #a8bacf40 100%);
  transform: scale(1.05)
}

.about-coaching .funnel-stage-one {
  width: 100%
}

.about-coaching .funnel-stage-two {
  width: 85%
}

.about-coaching .funnel-stage-three {
  width: 70%
}

.about-coaching .funnel-stage-four {
  width: 55%
}

.about-coaching .funnel-label {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  color: #2C2C2C;
  margin: 0
}

.about-coaching .profile-attribution {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #a8bacf4d
}

.about-coaching .profile-thumbnail {
  width: 80px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a
}

.about-coaching .profile-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.about-coaching .profile-details {
  flex: 1
}

.about-coaching .profile-name {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #2C2C2C;
  margin: 0 0 4px
}

.about-coaching .profile-role {
  font-size: 15px;
  line-height: 1.2;
  color: #A8BACF;
  margin: 0
}

@media (max-width: 1280px) {
  .about-coaching .giant-heading {
    font-size: 56px
  }

  .about-coaching .card-heading {
    font-size: 31px
  }

  .about-coaching .quote-text {
    font-size: 31px
  }

  .about-coaching .cards-container {
    grid-template-columns: repeat(8, 1fr)
  }

  .about-coaching .card-narrow {
    grid-column: span 4
  }

  .about-coaching .card-medium {
    grid-column: span 4
  }

  .about-coaching .card-wide {
    grid-column: span 8
  }

  .about-coaching .card-full {
    grid-column: span 8
  }
}

@media (max-width: 768px) {
  .about-coaching .opening-statement {
    padding: 64px 16px 32px
  }

  .about-coaching .framed-boundary {
    padding: 32px 16px
  }

  .about-coaching .giant-heading {
    font-size: 41px
  }

  .about-coaching .statement-text {
    font-size: 19px
  }

  .about-coaching .narrative-cards {
    padding: 64px 16px
  }

  .about-coaching .cards-container {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .about-coaching .card-narrow,
  .about-coaching .card-medium,
  .about-coaching .card-wide,
  .about-coaching .card-full {
    grid-column: span 1
  }

  .about-coaching .story-card {
    padding: 24px
  }

  .about-coaching .card-heading {
    font-size: 31px
  }

  .about-coaching .card-body {
    font-size: 19px
  }

  .about-coaching .quote-text {
    font-size: 19px;
    padding-left: 16px
  }

  .about-coaching .quote-extraction {
    padding: 24px;
    margin: 24px 0 0
  }

  .about-coaching .visual-wrapper {
    height: 200px;
    margin: 0 0 16px
  }

  .about-coaching .funnel-visualization {
    margin: 24px 0 0;
    gap: 8px
  }

  .about-coaching .funnel-stage {
    padding: 12px 16px
  }

  .about-coaching .funnel-label {
    font-size: 15px
  }

  .about-coaching .profile-attribution {
    margin: 24px 0 0;
    padding: 12px 0 0
  }

  .about-coaching .profile-thumbnail {
    width: 64px;
    height: 80px
  }

  .about-coaching .profile-name {
    font-size: 19px
  }

  .about-coaching .profile-role {
    font-size: 15px
  }
}

@media (max-width: 480px) {
  .about-coaching .opening-statement {
    padding: 32px 8px 16px
  }

  .about-coaching .framed-boundary {
    padding: 24px 8px
  }

  .about-coaching .giant-heading {
    font-size: 31px
  }

  .about-coaching .statement-text {
    font-size: 19px
  }

  .about-coaching .narrative-cards {
    padding: 32px 8px
  }

  .about-coaching .story-card {
    padding: 16px
  }

  .about-coaching .card-heading {
    font-size: 19px
  }

  .about-coaching .card-body {
    font-size: 15px
  }

  .about-coaching .quote-text {
    font-size: 19px
  }

  .about-coaching .quote-extraction {
    padding: 16px
  }
}

.contact-us {
  background: linear-gradient(168deg, #EEECE4 0%, #fff 100%);
  position: relative
}

.contact-us .opening-statement {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px 64px;
  display: flex;
  gap: 64px;
  align-items: center;
  position: relative;
  overflow: hidden
}

.contact-us .opening-statement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%)
}

.contact-us .opening-statement::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #A8BACF 0%, #B84221 100%)
}

.contact-us .visual-frame {
  flex: 0 0 calc(33.333% - 32px);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121
}

.contact-us .visual-frame::before {
  content: '';
  display: block;
  padding-bottom: 75%
}

.contact-us .visual-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #b8422126 0%, #a8bacf1f 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.contact-us .geometric-decoration {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1
}

.contact-us .geometric-decoration::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #a8bacf4d 0%, transparent 70%);
  border-radius: 36px;
  top: -40px;
  right: -40px;
  transform: rotate(25deg)
}

.contact-us .geometric-decoration::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border: 3px solid #b8422133;
  border-radius: 12px;
  bottom: 20px;
  left: 20px;
  transform: rotate(-15deg)
}

.contact-us .text-zone {
  flex: 1;
  min-width: 0
}

.contact-us .opening-headline {
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 32px;
  font-weight: 700;
  color: #1a1a1a
}

.contact-us .opening-headline .accent-word {
  color: #B84221;
  position: relative;
  display: inline-block
}

.contact-us .opening-headline .accent-word::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #B84221 0%, transparent 100%)
}

.contact-us .opening-description {
  font-size: 19px;
  line-height: 1.8;
  color: #2d2d2d;
  margin: 0
}

.contact-us .form-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px;
  position: relative
}

.contact-us .form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #B84221 0px, #B84221 8px, transparent 8px, transparent 16px, #A8BACF 16px, #A8BACF 20px, transparent 20px, transparent 28px)
}

.contact-us .form-layout {
  display: flex;
  gap: 64px;
  align-items: flex-start
}

.contact-us .sidebar-details {
  flex: 0 0 calc(33.333% - 32px);
  position: sticky;
  top: 96px
}

.contact-us .overline-marker {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%);
  margin-bottom: 16px;
  border-radius: 4px
}

.contact-us .sidebar-heading {
  font-size: 41px;
  line-height: 1.2;
  margin: 0 0 32px;
  font-weight: 700;
  color: #1a1a1a
}

.contact-us .detail-item {
  margin-bottom: 32px
}

.contact-us .detail-label {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #B84221;
  margin: 0 0 8px;
  font-weight: 600
}

.contact-us .detail-value {
  font-size: 19px;
  line-height: 1.8;
  color: #2d2d2d;
  margin: 0
}

.contact-us .detail-value a {
  color: inherit;
  text-decoration: none;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .detail-value a:hover {
  color: #B84221
}

.contact-us .form-main {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: 64px;
  border-radius: 20px;
  box-shadow: inset 2px 3px 2px -2px #a8bacf0f inset 2px 6px 18px -2px #a8bacf1a;
  position: relative
}

.contact-us .form-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%);
  border-radius: 20px 20px 0 0
}

.contact-us .form-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #A8BACF 0%, #B84221 100%);
  border-radius: 0 0 20px 20px
}

.contact-us .form-introduction {
  font-size: 19px;
  line-height: 1.8;
  color: #2d2d2d;
  margin: 0 0 32px;
  text-align: center
}

.contact-us .input-group {
  margin-bottom: 32px
}

.contact-us .field-label {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  letter-spacing: .02em
}

.contact-us .text-input {
  width: 100%;
  padding: 16px;
  border: 2px solid #EEECE4;
  border-radius: 12px;
  font-size: 19px;
  line-height: 1.8;
  color: #2d2d2d;
  background: #fff;
  transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline: none
}

.contact-us .text-input::placeholder {
  color: #9a9a9a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.contact-us .text-input:focus {
  border-color: #B84221;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a
}

.contact-us .text-input:hover:not(:focus) {
  border-color: #A8BACF
}

.contact-us .radio-group-label {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  letter-spacing: .02em
}

.contact-us .radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}

.contact-us .radio-option {
  flex: 1;
  min-width: 200px
}

.contact-us .radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.contact-us .radio-label {
  display: block;
  padding: 16px;
  border: 2px solid #EEECE4;
  border-radius: 12px;
  font-size: 19px;
  line-height: 1.8;
  color: #2d2d2d;
  background: #fff;
  cursor: pointer;
  transition: border-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), transform .26s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  position: relative;
  text-align: center
}

.contact-us .radio-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #EEECE4;
  border-radius: 36px;
  background: #fff;
  transition: border-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .radio-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 36px;
  background: #B84221;
  transition: transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.contact-us .radio-input:checked+.radio-label {
  border-color: #B84221;
  background: linear-gradient(135deg, #b842210d 0%, #a8bacf08 100%);
  transform: translateY(-2px)
}

.contact-us .radio-input:checked+.radio-label::before {
  border-color: #B84221
}

.contact-us .radio-input:checked+.radio-label::after {
  transform: translateY(-50%) scale(1)
}

.contact-us .radio-label:hover {
  border-color: #A8BACF
}

.contact-us .privacy-consent {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px
}

.contact-us .checkbox-input {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #EEECE4;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  appearance: none;
  position: relative;
  transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .24s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-top: 2px
}

.contact-us .checkbox-input::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background: #B84221;
  border-radius: 0;
  transition: transform .32s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.contact-us .checkbox-input:checked {
  border-color: #B84221;
  background: linear-gradient(135deg, #b8422114 0%, #a8bacf0d 100%)
}

.contact-us .checkbox-input:checked::after {
  transform: translate(-50%, -50%) scale(1)
}

.contact-us .checkbox-input:hover:not(:checked) {
  border-color: #A8BACF
}

.contact-us .consent-text {
  font-size: 15px;
  line-height: 1.8;
  color: #2d2d2d;
  margin: 0
}

.contact-us .consent-text a {
  color: #B84221;
  text-decoration: none;
  border-bottom: 1px solid #b842214d;
  transition: border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .consent-text a:hover {
  border-bottom-color: #B84221
}

.contact-us .submit-button {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(90deg, #B84221 0%, #A8BACF 100%);
  border: none;
  border-radius: 12px;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a;
  position: relative;
  overflow: hidden
}

.contact-us .submit-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #B84221 0%, #A8BACF 100%);
  opacity: 0;
  transition: opacity .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121
}

.contact-us .submit-button:hover::before {
  opacity: 1
}

.contact-us .submit-button span {
  position: relative;
  z-index: 1
}

.contact-us .support-information {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 32px;
  background: linear-gradient(180deg, #eeece480 0%, #fff0 100%);
  position: relative
}

.contact-us .support-information::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #A8BACF 0px, #A8BACF 6px, transparent 6px, transparent 12px, #B84221 12px, #B84221 18px, transparent 18px, transparent 24px)
}

.contact-us .scattered-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: .08;
  pointer-events: none
}

.contact-us .scattered-background::before,
.contact-us .scattered-background::after {
  content: '';
  position: absolute;
  border: 2px solid #B84221;
  border-radius: 12px
}

.contact-us .scattered-background::before {
  width: 40px;
  height: 40px;
  top: 15%;
  left: 10%;
  transform: rotate(22deg)
}

.contact-us .scattered-background::after {
  width: 60px;
  height: 60px;
  bottom: 20%;
  right: 8%;
  transform: rotate(-18deg);
  border-color: #A8BACF;
  border-radius: 36px
}

.contact-us .scattered-shape-one {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #B84221;
  border-radius: 0;
  top: 40%;
  right: 15%;
  transform: rotate(45deg);
  opacity: .08;
  pointer-events: none
}

.contact-us .scattered-shape-two {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 3px solid #A8BACF;
  border-radius: 36px;
  bottom: 35%;
  left: 12%;
  opacity: .08;
  pointer-events: none
}

.contact-us .support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 64px;
  position: relative;
  z-index: 1
}

.contact-us .support-step {
  position: relative;
  padding-left: 96px
}

.contact-us .step-number-container {
  position: absolute;
  left: 0;
  top: 0
}

.contact-us .step-number {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  color: #B84221;
  margin: 0;
  position: relative
}

.contact-us .step-number::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 6px;
  background: linear-gradient(90deg, #B84221 0%, transparent 100%);
  border-radius: 4px
}

.contact-us .step-heading {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px
}

.contact-us .step-description {
  font-size: 19px;
  line-height: 1.8;
  color: #2d2d2d;
  margin: 0
}

.contact-us .connecting-line {
  position: absolute;
  left: 35px;
  top: 80px;
  bottom: -64px;
  width: 2px;
  background: linear-gradient(180deg, #B84221 0%, #A8BACF 100%);
  opacity: .3
}

.contact-us .support-step:last-child .connecting-line {
  display: none
}

.contact-us .animated-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #b8422108 0%, #a8bacf08 100%);
  opacity: 0;
  animation: fade-cycle 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
  pointer-events: none
}

@keyframes fade-cycle {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@media (max-width: 1280px) {
  .contact-us .opening-statement {
    padding: 64px 32px;
    gap: 32px
  }

  .contact-us .opening-headline {
    font-size: 41px
  }

  .contact-us .form-container {
    padding: 64px 32px
  }

  .contact-us .form-layout {
    gap: 32px
  }

  .contact-us .form-main {
    padding: 32px
  }

  .contact-us .support-information {
    padding: 64px 32px
  }

  .contact-us .support-grid {
    gap: 32px
  }
}

@media (max-width: 768px) {
  .contact-us .opening-statement {
    flex-direction: column;
    padding: 64px 16px;
    gap: 32px
  }

  .contact-us .visual-frame {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px
  }

  .contact-us .opening-headline {
    font-size: 31px
  }

  .contact-us .form-container {
    padding: 64px 16px
  }

  .contact-us .form-layout {
    flex-direction: column;
    gap: 32px
  }

  .contact-us .sidebar-details {
    position: static;
    flex: 0 0 auto;
    width: 100%
  }

  .contact-us .sidebar-heading {
    font-size: 31px;
    text-align: center
  }

  .contact-us .overline-marker {
    margin-left: auto;
    margin-right: auto
  }

  .contact-us .detail-item {
    text-align: center
  }

  .contact-us .form-main {
    padding: 32px 16px
  }

  .contact-us .radio-options {
    flex-direction: column
  }

  .contact-us .radio-option {
    min-width: 0
  }

  .contact-us .support-information {
    padding: 64px 16px
  }

  .contact-us .support-grid {
    grid-template-columns: 1fr;
    gap: 64px
  }

  .contact-us .support-step {
    padding-left: 80px
  }

  .contact-us .step-number {
    font-size: 56px
  }

  .contact-us .step-heading {
    font-size: 19px
  }

  .contact-us .connecting-line {
    left: 28px
  }
}

@media (max-width: 480px) {
  .contact-us .opening-statement {
    padding: 32px 16px
  }

  .contact-us .opening-headline {
    font-size: 19px
  }

  .contact-us .opening-description {
    font-size: 15px
  }

  .contact-us .form-container {
    padding: 32px 16px
  }

  .contact-us .sidebar-heading {
    font-size: 19px
  }

  .contact-us .form-introduction {
    font-size: 15px
  }

  .contact-us .text-input,
  .contact-us .radio-label,
  .contact-us .submit-button {
    font-size: 15px
  }

  .contact-us .support-information {
    padding: 32px 16px
  }

  .contact-us .support-step {
    padding-left: 64px
  }

  .contact-us .step-number {
    font-size: 41px
  }

  .contact-us .step-heading {
    font-size: 15px
  }

  .contact-us .step-description {
    font-size: 15px
  }

  .contact-us .connecting-line {
    left: 20px
  }
}

.portal {
  background: #FFF;
  overflow-x: clip
}

.portal * {
  box-sizing: border-box
}

.portal .title-stage {
  position: relative;
  padding: 96px 16px 64px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden
}

.portal .title-stage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(167deg, #EEECE4 0%, #FFF 100%);
  z-index: -1
}

.portal .title-stage::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 80px;
  background: #FFF;
  clip-path: ellipse(60% 100% at 50% 100%);
  z-index: 1
}

.portal .opening-statement {
  max-width: 800px;
  margin: 0 auto 32px;
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A
}

.portal .opening-statement .accent-phrase {
  color: #B84221;
  font-weight: 600
}

.portal .stage-visual-container {
  max-width: 900px;
  margin: 64px auto 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative
}

.portal .stage-visual {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.85);
  transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.portal .stage-visual-container:hover .stage-visual {
  filter: brightness(1)
}

.portal .stage-visual-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, transparent, #b8422126);
  pointer-events: none;
  z-index: 1
}

.portal .validation-zone {
  position: relative;
  padding: 96px 16px;
  max-width: 1400px;
  margin: 0 auto
}

.portal .validation-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #FFF;
  z-index: -2
}

.portal .validation-zone::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: radial-gradient(circle at 30% 40%, #a8bacf14, transparent 60%);
  animation: spotlight-drift 18s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  z-index: -1;
  pointer-events: none
}

@keyframes spotlight-drift {
  0% {
    transform: translate(-50%, -50%) translateX(-8%)
  }

  100% {
    transform: translate(-50%, -50%) translateX(8%)
  }
}

.portal .validation-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center
}

.portal .validation-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #B84221;
  margin-bottom: 16px;
  font-weight: 600
}

.portal .validation-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 32px
}

.portal .validation-text {
  font-size: 19px;
  line-height: 1.8;
  color: #4A4A4A;
  margin-bottom: 32px
}

.portal .validation-metrics {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px
}

.portal .metric-item {
  padding: 32px;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121;
  text-align: left;
  transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.portal .metric-item:hover {
  transform: translateY(-4px);
  box-shadow: 2px 6px 4px -2px #b8422114 2px 12px 28px -2px #b8422124 2px 18px 60px -2px #b842212e
}

.portal .metric-value {
  font-size: 56px;
  line-height: 1.2;
  color: #B84221;
  font-weight: 700;
  margin-bottom: 8px
}

.portal .metric-label {
  font-size: 19px;
  line-height: 1.8;
  color: #1A1A1A
}

.portal .approach-reveal {
  position: relative;
  padding: 96px 16px;
  max-width: 1400px;
  margin: 0 auto
}

.portal .approach-reveal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #A8BACF;
  z-index: -1
}

.portal .approach-container {
  max-width: 720px;
  margin: 0 auto
}

.portal .approach-overline {
  width: 64px;
  height: 4px;
  background: #B84221;
  margin: 0 auto 16px
}

.portal .approach-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 32px;
  text-align: center
}

.portal .approach-description {
  font-size: 19px;
  line-height: 1.8;
  color: #2A2A2A;
  margin-bottom: 32px;
  text-align: center
}

.portal .approach-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 64px
}

.portal .approach-card {
  padding: 32px;
  background: #fffffff2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  box-shadow: inset 0 2px 8px #a8bacf1f;
  transition: background .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.portal .approach-card:hover {
  background: #ffff
}

.portal .approach-card-number {
  font-size: 31px;
  line-height: 1.2;
  color: #B84221;
  font-weight: 700;
  margin-bottom: 16px
}

.portal .approach-card-title {
  font-size: 19px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 16px;
  font-weight: 600
}

.portal .approach-card-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4A4A4A
}

.portal .team-showcase {
  position: relative;
  padding: 96px 16px;
  max-width: 1400px;
  margin: 0 auto
}

.portal .team-showcase::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #FFF;
  z-index: -2
}

.portal .team-showcase::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 19px, #a8bacf0a 19px, #a8bacf0a 20px), repeating-linear-gradient(90deg, transparent, transparent 19px, #a8bacf0a 19px, #a8bacf0a 20px);
  z-index: -1;
  pointer-events: none
}

.portal .team-content {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: left
}

.portal .team-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 32px
}

.portal .team-intro {
  font-size: 19px;
  line-height: 1.8;
  color: #4A4A4A
}

.portal .team-profiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  max-width: 920px;
  margin: 0 auto
}

.portal .profile-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: start
}

.portal .profile-image-container {
  width: 200px;
  height: 300px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 2px 3px 2px -2px #a8bacf0f 2px 6px 18px -2px #a8bacf1a 2px 9px 40px -2px #a8bacf21
}

.portal .profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.85);
  transition: filter .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.portal .profile-image-container:hover .profile-image {
  filter: brightness(1)
}

.portal .profile-details {
  padding-top: 8px
}

.portal .profile-name {
  font-size: 31px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 8px;
  font-weight: 600
}

.portal .profile-role {
  font-size: 19px;
  line-height: 1.2;
  color: #B84221;
  margin-bottom: 16px
}

.portal .profile-bio {
  font-size: 15px;
  line-height: 1.8;
  color: #4A4A4A
}

.portal .distinction-area {
  position: relative;
  padding: 96px 16px;
  max-width: 1400px;
  margin: 0 auto
}

.portal .distinction-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(223deg, #EEECE4 0%, #F5F5F5 100%);
  z-index: -1
}

.portal .distinction-wrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center
}

.portal .distinction-question {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 32px
}

.portal .distinction-answer {
  font-size: 19px;
  line-height: 1.8;
  color: #4A4A4A;
  margin-bottom: 32px
}

.portal .distinction-comparison {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 64px
}

.portal .comparison-column {
  padding: 32px;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 2px 3px 2px -2px #b842210f 2px 6px 18px -2px #b842211a 2px 9px 40px -2px #b8422121
}

.portal .comparison-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #B84221;
  margin-bottom: 16px;
  font-weight: 600
}

.portal .comparison-title {
  font-size: 31px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 16px
}

.portal .comparison-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4A4A4A
}

.portal .evidence-section {
  position: relative;
  padding: 96px 16px;
  max-width: 1400px;
  margin: 0 auto
}

.portal .evidence-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #FFF;
  z-index: -1
}

.portal .evidence-header {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: left
}

.portal .evidence-overline {
  width: 64px;
  height: 4px;
  background: #B84221;
  margin-bottom: 16px
}

.portal .evidence-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 32px
}

.portal .evidence-subtext {
  font-size: 19px;
  line-height: 1.8;
  color: #4A4A4A
}

.portal .testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 920px;
  margin: 0 auto
}

.portal .testimonial-card {
  padding: 32px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: inset 0 2px 8px #a8bacf1f;
  border-top: 4px solid #B84221;
  transition: transform .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.portal .testimonial-card:hover {
  transform: translateX(8px)
}

.portal .testimonial-quote {
  font-size: 19px;
  line-height: 1.8;
  color: #1A1A1A;
  margin-bottom: 16px;
  font-style: italic
}

.portal .testimonial-attribution {
  font-size: 15px;
  line-height: 1.8;
  color: #B84221;
  font-weight: 600
}

.portal .testimonial-context {
  font-size: 15px;
  line-height: 1.8;
  color: #6A6A6A
}

.portal .audience-filter {
  position: relative;
  padding: 96px 16px;
  max-width: 1400px;
  margin: 0 auto
}

.portal .audience-filter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #A8BACF;
  z-index: -1
}

.portal .audience-wrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center
}

.portal .audience-heading {
  font-size: 41px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 32px
}

.portal .audience-intro {
  font-size: 19px;
  line-height: 1.8;
  color: #2A2A2A;
  margin-bottom: 64px
}

.portal .audience-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px
}

.portal .audience-box {
  padding: 32px;
  background: #fffffff2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  text-align: left
}

.portal .audience-box-heading {
  font-size: 31px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 16px
}

.portal .audience-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.portal .audience-list-item {
  font-size: 15px;
  line-height: 1.8;
  color: #4A4A4A;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative
}

.portal .audience-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #B84221;
  border-radius: 0;
  transform: rotate(45deg)
}

@media (min-width: 768px) {
  .portal .title-stage {
    padding: 128px 32px 96px
  }

  .portal .opening-statement {
    font-size: 56px
  }

  .portal .validation-zone {
    padding: 128px 32px
  }

  .portal .validation-heading {
    font-size: 56px
  }

  .portal .validation-metrics {
    flex-direction: row;
    gap: 32px
  }

  .portal .metric-item {
    flex: 1
  }

  .portal .approach-reveal {
    padding: 128px 32px
  }

  .portal .approach-heading {
    font-size: 56px
  }

  .portal .approach-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .portal .team-showcase {
    padding: 128px 32px
  }

  .portal .team-heading {
    font-size: 56px
  }

  .portal .distinction-area {
    padding: 128px 32px
  }

  .portal .distinction-question {
    font-size: 56px
  }

  .portal .distinction-comparison {
    grid-template-columns: repeat(2, 1fr)
  }

  .portal .evidence-section {
    padding: 128px 32px
  }

  .portal .evidence-heading {
    font-size: 56px
  }

  .portal .testimonial-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .portal .audience-filter {
    padding: 128px 32px
  }

  .portal .audience-heading {
    font-size: 56px
  }

  .portal .audience-split {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1280px) {
  .portal .approach-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 767px) {
  .portal .profile-card {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .portal .profile-image-container {
    width: 100%;
    max-width: 200px;
    margin: 0 auto
  }

  .portal .profile-details {
    text-align: center
  }
}

.success-confirmation {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 16px;
  background: #EEECE4
}

.success-confirmation .confirmation-wrapper {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  padding: 64px 32px;
  border-radius: 20px;
  box-shadow: 2px 6px 18px -2px #b842211a;
  text-align: center
}

.success-confirmation .status-indicator {
  width: 88px;
  height: 88px;
  margin: 0 auto 32px;
  background: linear-gradient(127deg, #B84221, #A8BACF);
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.success-confirmation .status-indicator::before {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 36px
}

.success-confirmation .checkmark-icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px
}

.success-confirmation .checkmark-icon svg {
  width: 100%;
  height: 100%;
  stroke: #B84221;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-confirmation .confirmation-title {
  font-size: 41px;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 16px;
  font-weight: 600
}

.success-confirmation .confirmation-message {
  font-size: 19px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0 0 32px
}

.success-confirmation .details-container {
  background: #EEECE4;
  padding: 32px;
  border-radius: 12px;
  margin: 0 0 32px;
  text-align: left
}

.success-confirmation .details-overline {
  font-size: 15px;
  line-height: 1.2;
  color: #B84221;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 16px;
  font-weight: 600
}

.success-confirmation .details-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0
}

.success-confirmation .action-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap
}

.success-confirmation .primary-action {
  background: linear-gradient(127deg, #B84221, #A8BACF);
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 2px 3px 2px -2px #b842210f
}

.success-confirmation .primary-action:hover {
  transform: translateY(-2px);
  box-shadow: 2px 9px 40px -2px #b8422121
}

.success-confirmation .secondary-action {
  background: transparent;
  color: #B84221;
  border: 2px solid #B84221;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .26s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .26s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success-confirmation .secondary-action:hover {
  background: #B84221;
  color: #fff
}

.success-confirmation .reference-note {
  margin: 32px 0 0;
  padding: 16px;
  background: #a8bacf1f;
  border-radius: 4px
}

.success-confirmation .reference-note p {
  font-size: 15px;
  line-height: 1.8;
  color: #5a5a5a;
  margin: 0
}

@media (max-width: 768px) {
  .success-confirmation {
    padding: 32px 16px
  }

  .success-confirmation .confirmation-wrapper {
    padding: 32px 16px
  }

  .success-confirmation .confirmation-title {
    font-size: 31px
  }

  .success-confirmation .details-container {
    padding: 16px
  }

  .success-confirmation .action-group {
    flex-direction: column
  }

  .success-confirmation .primary-action,
  .success-confirmation .secondary-action {
    width: 100%;
    text-align: center
  }
}

@media (max-width: 480px) {
  .success-confirmation .status-indicator {
    width: 72px;
    height: 72px
  }

  .success-confirmation .status-indicator::before {
    width: 60px;
    height: 60px
  }

  .success-confirmation .checkmark-icon {
    width: 34px;
    height: 34px
  }
}