@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/literata@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/literata@latest/700.css";

*,
::before,
::after {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden
}

.page-header {
    background: #281A2B;
    padding: 16px 24px;
    position: relative
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f8b22212 0%, #281a2b00 60%);
    pointer-events: none
}

.header-rounded-box {
    max-width: 1440px;
    margin: 0 auto;
    background: #f8b2220d;
    border-radius: 24px;
    border: 1.5px solid #f8b2222e;
    box-shadow: 0 7px 28px 1px #281a2b17 0 1px 5px 1px #281a2b0f;
    overflow: hidden
}

.header-utility-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px 8px;
    gap: 24px
}

.logo-zone {
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 3px solid #F8B222;
    padding-left: 16px;
    flex-shrink: 0
}

.logo-container {
    background: #f0f0f014;
    border-radius: 5px;
    border: 1px solid #f8b2224d;
    box-shadow: 0 1px 5px 1px #f8b2220f 0 0 0 2px #f8b22214;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px
}

.logo-container img {
    width: 69px;
    height: 69px;
    object-fit: contain;
    display: block
}

.brand-label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #F0F0F0;
    line-height: 1.2;
    letter-spacing: 0
}

.brand-label span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #f8b222cc;
    line-height: 1.6
}

.header-contact-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0
}

.contact-phone-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #F8B222;
    text-decoration: none;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease
}

.contact-phone-link:hover {
    color: #F0F0F0;
    border-color: #F8B222
}

.contact-phone-link:focus {
    outline: none;
    border-color: #F8B222;
    background: #f8b22214;
    border-radius: 2px
}

.contact-label-text {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f08c;
    line-height: 1.6
}

.header-nav-row {
    padding: 8px 24px 16px;
    border-top: 1px solid #f8b2221f;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

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

.primary-nav li {
    margin: 0
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #f0f0f0d1;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1.5px solid transparent;
    min-height: 44px;
    line-height: 1.6;
    transition: color .5s ease, border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease
}

.primary-nav a:hover {
    color: #F8B222;
    border-color: #f8b22259;
    background: #f8b22212
}

.primary-nav a:focus {
    outline: none;
    color: #F8B222;
    border-color: #F8B222;
    background: #f8b2221a
}

.primary-nav a.active {
    color: #281A2B;
    background: #F8B222;
    border-color: #F8B222;
    font-weight: 700
}

.primary-nav a.active:hover {
    background: #f8b222d9
}

.page-footer {
    background: #281A2B;
    position: relative
}

.footer-accent-band {
    height: 4px;
    background: linear-gradient(90deg, #f8b22233 0%, #F8B222 40%, #f8b22299 100%)
}

.footer-inner-box {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

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

.footer-logo-container {
    background: #f0f0f012;
    border-radius: 5px;
    border: 1px solid #f8b22240;
    box-shadow: 0 1px 5px 1px #f8b2220f;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px
}

.footer-logo-container img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block
}

.footer-company-name {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #F0F0F0;
    line-height: 1.2
}

.footer-tagline {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f08c;
    line-height: 1.6
}

.footer-contact-card {
    background: #f8b2220f;
    border: 1.5px solid #f8b2222e;
    border-radius: 5px;
    padding: 24px;
    box-shadow: 0 7px 28px 1px #281a2b17
}

.footer-contact-card-heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #F8B222;
    line-height: 1.2;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0
}

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

.contact-item:last-child {
    margin-bottom: 0
}

.contact-icon-shape {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-item-text {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f0c7;
    line-height: 1.6
}

.contact-item-link {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f0c7;
    line-height: 1.6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .5s ease, border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-item-link:hover {
    color: #F8B222;
    border-color: #f8b22280
}

.contact-item-link:focus {
    outline: none;
    color: #F8B222;
    border-color: #F8B222
}

.footer-links-block {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-links-heading {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #F8B222;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 8px
}

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

.footer-policy-nav li {
    margin: 0
}

.footer-policy-nav a {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f0a6;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 1px solid transparent;
    transition: color .55s ease, border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline
}

.footer-policy-nav a:hover {
    color: #F0F0F0;
    border-color: #f0f0f04d
}

.footer-policy-nav a:focus {
    outline: none;
    color: #F8B222;
    border-color: #F8B222
}

.footer-bottom-bar {
    border-top: 1px solid #f8b2221a;
    padding: 16px 24px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.footer-copyright {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f066;
    line-height: 1.6
}

.cookie-notice {
    position: fixed;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 480px;
    max-width: calc(100vw - 48px);
    background: #281A2B;
    border: 1.5px solid #f8b22259;
    border-radius: 24px;
    box-shadow: 0 12px 60px 1px #281a2b21 0 7px 28px 1px #281a2b17;
    padding: 24px;
    z-index: 1500
}

.cookie-icon-area {
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

.cookie-svg-icon {
    width: 40px;
    height: 40px
}

.cookie-text {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f0d1;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 24px
}

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

.cookie-accept-button {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #281A2B;
    background: #F8B222;
    border: 2.5px solid #F8B222;
    border-radius: 5px;
    padding: 8px 24px;
    min-height: 44px;
    cursor: pointer;
    transition: background .5s ease, color .5s ease, transform .2s ease;
    line-height: 1.6
}

.cookie-accept-button:hover {
    background: #f8b222d9;
    border-color: #f8b222d9
}

.cookie-accept-button:focus {
    outline: none;
    border-color: #F0F0F0;
    background: #F8B222
}

.cookie-accept-button:active {
    transform: scale(0.97);
    box-shadow: inset 0 2px 6px #281a2b2e
}

.cookie-decline-link {
    font-family: 'Literata', serif;
    font-size: 16px;
    color: #f0f0f08c;
    text-decoration: underline;
    text-underline-offset: 3px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color .55s ease
}

.cookie-decline-link:hover {
    color: #f0f0f0d9
}

.cookie-decline-link:focus {
    outline: none;
    color: #F8B222
}

@media (max-width: 900px) {
    .footer-inner-box {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .footer-brand-block {
        grid-column: 1 / -1
    }

    .header-utility-row {
        flex-wrap: wrap;
        gap: 16px
    }

    .header-contact-detail {
        align-items: flex-start
    }
}

@media (max-width: 600px) {
    .footer-inner-box {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 16px
    }

    .header-nav-row {
        justify-content: flex-start
    }

    .primary-nav {
        gap: 4px
    }

    .primary-nav a {
        padding: 8px;
        font-size: 16px
    }

    .brand-label {
        font-size: 16px
    }

    .contact-phone-link {
        font-size: 16px
    }
}

.terms-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 24px;
    background-color: #281A2B;
    color: #F0F0F0
}

.terms-wrapper h1 {
    font-size: 44px;
    line-height: 1.2;
    color: #F8B222;
    padding-bottom: 24px;
    border-bottom: 2px solid #f8b22240;
    margin-bottom: 48px;
    margin-top: 0
}

.terms-wrapper h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #F8B222;
    margin-top: 48px;
    margin-bottom: 16px
}

.terms-wrapper h3 {
    font-size: 24px;
    line-height: 1.6;
    color: #F0F0F0;
    margin-top: 24px;
    margin-bottom: 16px
}

.terms-wrapper h4 {
    font-size: 16px;
    line-height: 1.6;
    color: #f8b222d9;
    margin-top: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.terms-wrapper h5 {
    font-size: 16px;
    line-height: 1.6;
    color: #F0F0F0;
    margin-top: 16px;
    margin-bottom: 8px
}

.terms-wrapper h6 {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0b3;
    margin-top: 16px;
    margin-bottom: 8px
}

.terms-wrapper p {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0e0;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.terms-wrapper ul,
.terms-wrapper ol {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0e0;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 24px;
    max-width: 72ch
}

.terms-wrapper ul {
    list-style: none;
    padding-left: 0
}

.terms-wrapper ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px
}

.terms-wrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #F8B222;
    border-radius: 2px;
    transform: rotate(45deg)
}

.terms-wrapper ol {
    list-style: decimal
}

.terms-wrapper ol li {
    padding-left: 8px;
    margin-bottom: 8px
}

.terms-wrapper ol li::marker {
    color: #F8B222;
    font-size: 16px
}

.terms-wrapper a {
    color: #F8B222;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .6s ease;
    text-decoration-color: #f8b22273
}

.terms-wrapper a:hover {
    color: #F0F0F0;
    text-decoration-color: #f0f0f099
}

.terms-wrapper a:active {
    color: #f8b222b3
}

.terms-wrapper hr {
    border: none;
    border-top: 1px solid #f8b2222e;
    margin-top: 48px;
    margin-bottom: 48px
}

.terms-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    border-radius: 5px;
    box-shadow: 0 7px 28px 1px #281a2b17;
    overflow: hidden
}

.terms-wrapper thead {
    background-color: #f8b2221f
}

.terms-wrapper thead th {
    color: #F8B222;
    font-size: 16px;
    line-height: 1.6;
    padding: 16px;
    text-align: left;
    border-bottom: 2px solid #f8b2224d;
    font-weight: 700
}

.terms-wrapper tbody tr {
    border-bottom: 1px solid #f0f0f014;
    transition: background-color .5s ease
}

.terms-wrapper tbody tr:last-child {
    border-bottom: none
}

.terms-wrapper tbody tr:hover {
    background-color: #f8b2220d
}

.terms-wrapper td {
    padding: 16px;
    color: #f0f0f0e0;
    vertical-align: top
}

.terms-wrapper th {
    padding: 16px;
    vertical-align: top
}

@media (max-width: 768px) {
    .terms-wrapper {
        padding: 24px 16px
    }

    .terms-wrapper h1 {
        font-size: 32px;
        margin-bottom: 24px
    }

    .terms-wrapper h2 {
        font-size: 24px;
        margin-top: 24px
    }

    .terms-wrapper h3 {
        font-size: 16px
    }

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

.debut {
    background-color: #281A2B;
    color: #F0F0F0;
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.debut .title-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
    position: relative
}

.debut .title-text-zone {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(160deg, #281a2bff 0%, #281a2beb 60%, #f8b22214 100%);
    z-index: 1
}

.debut .title-eyebrow {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #F8B222;
    margin-bottom: 16px;
    font-weight: 600
}

.debut .title-heading {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700
}

.debut .title-heading .word-accent {
    background: linear-gradient(135deg, #F8B222 30%, #F0F0F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.debut .title-description {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0cc;
    max-width: 480px;
    margin-bottom: 24px
}

.debut .title-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.debut .btn-primary {
    display: inline-block;
    padding: 16px 24px;
    background: transparent;
    color: #F8B222;
    border: 3px solid #F8B222;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.debut .btn-primary:hover {
    background-color: #F8B222;
    color: #281A2B
}

.debut .btn-primary:active {
    transform: scale(0.97);
    box-shadow: inset 0 2px 8px #f8b2224d
}

.debut .btn-secondary {
    display: inline-block;
    padding: 16px 24px;
    background: transparent;
    color: #F0F0F0;
    border: 2px solid #f0f0f04d;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .7s ease, color .7s ease
}

.debut .btn-secondary:hover {
    border-color: #f0f0f0b3;
    color: #F0F0F0
}

.debut .btn-secondary:active {
    transform: scale(0.97)
}

.debut .title-image-zone {
    position: relative;
    overflow: hidden
}

.debut .title-image-zone .bg-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2
}

.debut .title-image-zone .bg-dots circle {
    fill: #f8b2222e
}

.debut .title-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(0px);
    animation: panorama-move 18s ease-in-out infinite alternate
}

@keyframes panorama-move {
    0% {
        object-position: 30% center
    }

    100% {
        object-position: 70% center
    }
}

.debut .title-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #281a2b8c 0%, #281a2b1a 100%);
    z-index: 1
}

.debut .divider-a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 48px
}

.debut .divider-a .line-thick {
    height: 3px;
    background-color: #F8B222;
    width: 100%
}

.debut .divider-a .line-thin {
    height: 1px;
    background-color: #f0f0f026;
    width: 100%
}

.debut .experience-block {
    padding: 48px;
    background: linear-gradient(200deg, #f8b2220f 0%, #281a2bff 50%, #f8b2220a 100%)
}

.debut .experience-intro-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: start
}

.debut .experience-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #F8B222;
    margin-bottom: 16px
}

.debut .experience-heading {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700
}

.debut .experience-heading .word-neutral {
    color: #f0f0f080
}

.debut .experience-body {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0cc
}

.debut .experience-body p {
    margin-bottom: 16px
}

.debut .experience-body p:last-child {
    margin-bottom: 0
}

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

.debut .phase-item {
    padding: 24px;
    border: 2px solid #f8b22226;
    border-radius: 5px;
    position: relative;
    transition: border-color .65s ease
}

.debut .phase-item:hover {
    border-color: #f8b22280
}

.debut .phase-item.selected {
    border-color: #F8B222 !important
}

.debut .phase-number {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #f8b22240;
    margin-bottom: 8px
}

.debut .phase-label {
    font-size: 16px;
    line-height: 1.6;
    color: #F8B222;
    font-weight: 600;
    margin-bottom: 8px
}

.debut .phase-text {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0b3
}

.debut .experience-images {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    margin-top: 48px
}

.debut .exp-image-wrapper {
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1/1
}

.debut .exp-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .75s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.debut .exp-image-wrapper:hover img {
    transform: scale(1.04)
}

.debut .divider-b {
    height: 8px;
    background: linear-gradient(90deg, #F8B222 0%, #f8b2221a 60%, transparent 100%)
}

.debut .reputation-block {
    padding: 48px;
    background-color: #F8B222;
    color: #281A2B
}

.debut .reputation-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.debut .reputation-heading {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #281A2B
}

.debut .reputation-heading .word-dark {
    color: #281a2b66
}

.debut .reputation-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.debut .reputation-body {
    font-size: 16px;
    line-height: 1.9;
    color: #281a2bd9
}

.debut .comparison-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #281a2b33
}

.debut .comparison-col {
    padding: 24px;
    background-color: #281a2b0f
}

.debut .comparison-col.after {
    background-color: #281a2b24
}

.debut .comparison-col-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    color: #281a2b80;
    margin-bottom: 16px
}

.debut .comparison-col.after .comparison-col-label {
    color: #281A2B
}

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

.debut .comparison-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #281a2bb3;
    padding-left: 16px;
    position: relative
}

.debut .comparison-col.after .comparison-list li {
    color: #281A2B;
    font-weight: 500
}

.debut .comparison-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #281a2b4d
}

.debut .comparison-col.after .comparison-list li::before {
    background-color: #281A2B
}

.debut .reputation-signals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 8px
}

.debut .signal-item {
    padding: 16px;
    background-color: #281a2b14;
    border-radius: 5px;
    border: 2px solid #281a2b26
}

.debut .signal-number {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #281A2B;
    margin-bottom: 4px
}

.debut .signal-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #281a2bbf
}

.debut .divider-c {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0
}

.debut .divider-c .line-one {
    height: 1px;
    background-color: #f0f0f01a
}

.debut .divider-c .line-two {
    height: 4px;
    background-color: #f8b2224d
}

.debut .divider-c .line-three {
    height: 1px;
    background-color: #f0f0f00f
}

.debut .team-block {
    padding: 48px;
    background: linear-gradient(170deg, #281a2bff 0%, #f8b2220d 100%)
}

.debut .team-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: start
}

.debut .team-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #F8B222;
    margin-bottom: 16px
}

.debut .team-heading {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700
}

.debut .team-heading .word-muted {
    color: #f0f0f059
}

.debut .team-intro {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0cc
}

.debut .team-intro p {
    margin-bottom: 16px
}

.debut .team-intro p:last-child {
    margin-bottom: 0
}

.debut .team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.debut .member-card {
    border: 2px solid #f8b2221f;
    border-radius: 5px;
    overflow: hidden;
    transition: border-color .55s ease, box-shadow .55s ease;
    box-shadow: 0 1px 5px 1px #f8b2220f
}

.debut .member-card:hover {
    border-color: #f8b22266;
    box-shadow: 0 7px 28px 1px #f8b22217
}

.debut .member-image-wrap {
    aspect-ratio: 1/1;
    overflow: hidden
}

.debut .member-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.debut .member-card:hover .member-image-wrap img {
    transform: scale(1.05)
}

.debut .member-info {
    padding: 24px;
    background-color: #281a2bcc
}

.debut .member-name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #F0F0F0;
    margin-bottom: 4px
}

.debut .member-role {
    font-size: 16px;
    line-height: 1.6;
    color: #F8B222;
    margin-bottom: 8px
}

.debut .member-bio {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0a6
}

.debut .team-image-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 48px
}

.debut .team-image-item {
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 12px 60px 1px #281a2b21
}

.debut .team-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media (max-width: 1024px) {
    .debut .title-block {
        grid-template-columns: 1fr
    }

    .debut .title-image-zone {
        height: 400px
    }

    .debut .title-heading {
        font-size: 44px
    }

    .debut .experience-phases {
        grid-template-columns: repeat(2, 1fr)
    }

    .debut .experience-images {
        grid-template-columns: 1fr
    }

    .debut .reputation-grid {
        grid-template-columns: 1fr
    }

    .debut .team-top {
        grid-template-columns: 1fr
    }

    .debut .team-members {
        grid-template-columns: 1fr 1fr
    }

    .debut .team-image-row {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .debut .title-text-zone {
        padding: 48px 16px
    }

    .debut .title-heading {
        font-size: 32px
    }

    .debut .experience-block {
        padding: 48px 16px
    }

    .debut .experience-intro-row {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .debut .experience-heading {
        font-size: 32px
    }

    .debut .experience-phases {
        grid-template-columns: 1fr
    }

    .debut .reputation-block {
        padding: 48px 16px
    }

    .debut .reputation-heading {
        font-size: 32px
    }

    .debut .reputation-signals {
        grid-template-columns: 1fr
    }

    .debut .comparison-table {
        grid-template-columns: 1fr
    }

    .debut .team-block {
        padding: 48px 16px
    }

    .debut .team-heading {
        font-size: 32px
    }

    .debut .team-members {
        grid-template-columns: 1fr
    }

    .debut .team-image-row {
        grid-template-columns: 1fr
    }

    .debut .divider-a {
        padding: 0 16px
    }
}

.contact-us {
    background-color: #281A2B;
    overflow-x: clip;
    padding: 0
}

.contact-us .reach-block {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 48px 24px;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 48px;
    align-items: start
}

.contact-us .reach-block .sidebar-panel {
    background: linear-gradient(157deg, #f8b22221 0%, #281a2bf7 55%, #f8b22212 100%);
    border: 2px solid #f8b22247;
    border-radius: 5px;
    padding: 48px 24px;
    position: relative
}

.contact-us .reach-block .sidebar-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: radial-gradient(ellipse at 20% 10%, #f8b22217 0%, transparent 60%), radial-gradient(ellipse at 80% 90%, #f0f0f00a 0%, transparent 50%), radial-gradient(ellipse at 60% 40%, #f8b2220d 0%, transparent 55%);
    pointer-events: none
}

.contact-us .reach-block .sidebar-panel .panel-label {
    font-size: 16px;
    color: #f8b222b3;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.2
}

.contact-us .reach-block .sidebar-panel .panel-heading {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #F0F0F0
}

.contact-us .reach-block .sidebar-panel .panel-heading span {
    color: #F8B222
}

.contact-us .reach-block .sidebar-panel .panel-description {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0bf;
    margin-bottom: 48px
}

.contact-us .reach-block .sidebar-panel .detail-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px
}

.contact-us .reach-block .sidebar-panel .detail-row .icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 2px;
    background: #f8b2221f;
    border: 1.5px solid #f8b2224d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.contact-us .reach-block .sidebar-panel .detail-row .icon-box svg {
    width: 18px;
    height: 18px
}

.contact-us .reach-block .sidebar-panel .detail-row .detail-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-us .reach-block .sidebar-panel .detail-row .detail-text .detail-label {
    font-size: 16px;
    color: #f0f0f073;
    line-height: 1.2
}

.contact-us .reach-block .sidebar-panel .detail-row .detail-text a,
.contact-us .reach-block .sidebar-panel .detail-row .detail-text span {
    font-size: 16px;
    color: #F0F0F0;
    line-height: 1.6;
    text-decoration: none;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .reach-block .sidebar-panel .detail-row .detail-text a:hover {
    color: #F8B222
}

.contact-us .reach-block .sidebar-panel .dashed-divider {
    height: 1px;
    background: repeating-linear-gradient(90deg, #f8b22266 0px, #f8b22266 4px, transparent 4px, transparent 8px, #f0f0f033 8px, #f0f0f033 10px, transparent 10px, transparent 16px);
    margin: 24px 0
}

.contact-us .reach-block .form-area {
    padding: 48px 0 48px 24px
}

.contact-us .reach-block .form-area .form-eyebrow {
    font-size: 16px;
    color: #f8b222a6;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 8px;
    line-height: 1.2
}

.contact-us .reach-block .form-area .form-heading {
    font-size: 32px;
    line-height: 1.2;
    color: #F0F0F0;
    margin-bottom: 8px
}

.contact-us .reach-block .form-area .form-heading span {
    color: #F8B222
}

.contact-us .reach-block .form-area .form-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f099;
    margin-bottom: 48px
}

.contact-us .reach-block .form-area form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-us .reach-block .form-area .field-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.contact-us .reach-block .form-area .field-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us .reach-block .form-area .field-wrap label {
    font-size: 16px;
    color: #f0f0f0b3;
    line-height: 1.2
}

.contact-us .reach-block .form-area .field-wrap input,
.contact-us .reach-block .form-area .field-wrap select {
    background: #f0f0f00a;
    border: 2px solid #f8b22233;
    border-radius: 5px;
    padding: 16px;
    font-size: 16px;
    color: #F0F0F0;
    line-height: 1.6;
    outline: none;
    transition: border-color .5s ease, box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

.contact-us .reach-block .form-area .field-wrap select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23F8B222' d='M3 5l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px
}

.contact-us .reach-block .form-area .field-wrap select option {
    background: #281A2B;
    color: #F0F0F0
}

.contact-us .reach-block .form-area .field-wrap input::placeholder {
    font-style: italic;
    color: #f0f0f080
}

.contact-us .reach-block .form-area .field-wrap input:focus,
.contact-us .reach-block .form-area .field-wrap select:focus {
    border-color: #f8b222a6;
    box-shadow: 0 7px 28px 1px #f8b22217
}

.contact-us .reach-block .form-area .priority-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us .reach-block .form-area .priority-row .priority-label {
    font-size: 16px;
    color: #f0f0f0b3;
    line-height: 1.2
}

.contact-us .reach-block .form-area .priority-options {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.contact-us .reach-block .form-area .priority-options .priority-option {
    position: relative;
    flex: 1;
    min-width: 120px
}

.contact-us .reach-block .form-area .priority-options .priority-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-us .reach-block .form-area .priority-options .priority-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border: 2px solid #f8b2222e;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #f0f0f099;
    line-height: 1.2;
    transition: border-color .6s ease, background .6s ease, color .5s ease;
    text-align: center;
    background: #f0f0f005;
    user-select: none
}

.contact-us .reach-block .form-area .priority-options .priority-option label .priority-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    transition: background .5s ease
}

.contact-us .reach-block .form-area .priority-options .priority-option label .dot-low {
    background: #f0f0f04d
}

.contact-us .reach-block .form-area .priority-options .priority-option label .dot-medium {
    background: #f8b22280
}

.contact-us .reach-block .form-area .priority-options .priority-option label .dot-high {
    background: #f86422b3
}

.contact-us .reach-block .form-area .priority-options .priority-option input[type="radio"]:checked+label {
    border-color: #F8B222;
    background: #f8b2221a;
    color: #F8B222;
    box-shadow: inset 0 1px 5px 1px #f8b2220f
}

.contact-us .reach-block .form-area .priority-options .priority-option input[type="radio"]:focus-visible+label {
    outline: 2px solid #F8B222;
    outline-offset: 2px
}

.contact-us .reach-block .form-area .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.contact-us .reach-block .form-area .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    accent-color: #F8B222;
    cursor: pointer;
    border-radius: 2px
}

.contact-us .reach-block .form-area .privacy-row .privacy-text {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f099
}

.contact-us .reach-block .form-area .privacy-row .privacy-text a {
    color: #F8B222;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .5s ease
}

.contact-us .reach-block .form-area .privacy-row .privacy-text a:hover {
    opacity: .75
}

.contact-us .reach-block .form-area .submit-button {
    align-self: flex-start;
    background: transparent;
    border: 2.5px solid #F8B222;
    border-radius: 5px;
    color: #F8B222;
    font-size: 16px;
    line-height: 1.2;
    padding: 16px 48px;
    cursor: pointer;
    letter-spacing: .05em;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease;
    position: relative
}

.contact-us .reach-block .form-area .submit-button:hover {
    background: #f8b2221f;
    box-shadow: 0 12px 60px 1px #f8b22221
}

.contact-us .reach-block .form-area .submit-button:active {
    transform: scale(0.97);
    box-shadow: inset 0 1px 5px 1px #f8b2220f
}

.contact-us .reach-block .form-area .submit-button:focus-visible {
    outline: 2px solid #F8B222;
    outline-offset: 3px
}

.contact-us .divider-rhythm {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px
}

.contact-us .divider-rhythm .mixed-divider {
    height: 2px;
    background: repeating-linear-gradient(90deg, #f8b22280 0px, #f8b22280 6px, transparent 6px, transparent 10px, #f0f0f02e 10px, #f0f0f02e 12px, transparent 12px, transparent 16px, #f8b22240 16px, #f8b22240 18px, transparent 18px, transparent 24px)
}

.contact-us .info-strip {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 48px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

.contact-us .info-strip .strip-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us .info-strip .strip-item .strip-heading {
    font-size: 16px;
    color: #f8b222a6;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2
}

.contact-us .info-strip .strip-item .strip-value {
    font-size: 24px;
    color: #F0F0F0;
    line-height: 1.6
}

.contact-us .info-strip .strip-item .strip-value a {
    color: #F0F0F0;
    text-decoration: none;
    transition: color .6s ease
}

.contact-us .info-strip .strip-item .strip-value a:hover {
    color: #F8B222
}

.contact-us .info-strip .strip-item .strip-note {
    font-size: 16px;
    color: #f0f0f073;
    line-height: 1.6
}

.contact-us .clip-reveal {
    clip-path: inset(0 100% 0 0);
    animation: wipe-in .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.contact-us .clip-reveal-delay {
    clip-path: inset(0 100% 0 0);
    animation: wipe-in .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .25s forwards
}

@keyframes wipe-in {
    to {
        clip-path: inset(0 0% 0 0)
    }
}

@media (max-width: 960px) {
    .contact-us .reach-block {
        grid-template-columns: 1fr;
        padding: 48px 24px 24px;
        gap: 24px
    }

    .contact-us .reach-block .form-area {
        padding: 0
    }

    .contact-us .reach-block .form-area .field-group {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .contact-us .info-strip {
        grid-template-columns: 1fr;
        padding: 24px 24px 48px;
        gap: 24px
    }

    .contact-us .divider-rhythm {
        padding: 0 24px
    }

    .contact-us .reach-block .sidebar-panel .panel-heading {
        font-size: 32px
    }
}

@media (max-width: 600px) {
    .contact-us .reach-block .form-area .priority-options {
        flex-direction: column
    }

    .contact-us .reach-block .form-area .submit-button {
        width: 100%;
        text-align: center
    }
}

.services-page {
    background-color: #281A2B;
    color: #F0F0F0;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.services-page .divider-dots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 48px;
    align-items: flex-start
}

.services-page .divider-dots .dot-row {
    display: flex;
    gap: 8px;
    flex-direction: row
}

.services-page .divider-dots .dot-row span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #F8B222;
    opacity: .4;
    display: block
}

.services-page .title-strip {
    display: grid;
    grid-template-columns: 1fr 280px;
    padding: 48px 48px 96px;
    gap: 48px;
    position: relative
}

.services-page .title-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 30%, #f8b22214 0%, transparent 55%), radial-gradient(ellipse at 80% 70%, #281a2be6 0%, transparent 60%), radial-gradient(ellipse at 50% 90%, #f8b2220a 0%, transparent 50%);
    pointer-events: none;
    z-index: 0
}

.services-page .title-strip .noise-layer {
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    z-index: 0
}

.services-page .title-strip .text-area {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.services-page .title-strip .label-tag {
    display: inline-block;
    border: 2px solid #f8b22280;
    border-radius: 2px;
    padding: 4px 16px;
    font-size: 16px;
    color: #F8B222;
    letter-spacing: 0;
    width: fit-content
}

.services-page .title-strip .main-heading {
    font-size: 70px;
    line-height: 1.2;
    margin: 0
}

.services-page .title-strip .main-heading .word-accent {
    color: #F8B222
}

.services-page .title-strip .main-heading .word-rest {
    color: #F0F0F0
}

.services-page .title-strip .num-accent {
    font-size: 44px;
    color: #F8B222;
    line-height: 1.2;
    display: block
}

.services-page .title-strip .sub-text {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0bf;
    max-width: 560px;
    margin: 0
}

.services-page .title-strip .image-strip {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 12px 60px 1px #281a2b21
}

.services-page .title-strip .image-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.services-page .title-strip .image-strip::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #281a2bb3 100%);
    pointer-events: none
}

.services-page .catalog-block {
    padding: 48px;
    position: relative;
    background: radial-gradient(ellipse at 10% 20%, #f8b2220f 0%, transparent 45%), radial-gradient(ellipse at 90% 80%, #f0f0f008 0%, transparent 40%), radial-gradient(ellipse at 55% 55%, #281a2bf2 0%, transparent 70%);
    background-color: #1e1221;
    margin: 0 48px;
    border-radius: 24px;
    box-shadow: 0 7px 28px 1px #281a2b17
}

.services-page .catalog-block .spotlight {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.services-page .catalog-block .spotlight::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #f8b22212 0%, transparent 70%);
    animation: spot-drift 9s ease-in-out infinite alternate;
    top: -100px;
    left: -100px
}

@keyframes spot-drift {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(300px, 200px)
    }
}

.services-page .catalog-block .block-inner {
    position: relative;
    z-index: 1
}

.services-page .catalog-block .block-heading {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 8px
}

.services-page .catalog-block .block-heading .word-one {
    color: #F8B222
}

.services-page .catalog-block .block-heading .word-two {
    color: #F0F0F0
}

.services-page .catalog-block .intro-full {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0b3;
    max-width: 700px;
    margin: 0 0 48px
}

.services-page .catalog-block .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px
}

.services-page .catalog-block .service-card {
    border: 2px solid #f8b2222e;
    border-radius: 5px;
    padding: 24px;
    background: #281a2b80;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .7s ease;
    cursor: default
}

.services-page .catalog-block .service-card:hover {
    border-color: #f8b2228c;
    background: #f8b2220d
}

.services-page .catalog-block .service-card .card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.services-page .catalog-block .service-card .card-title {
    font-size: 24px;
    line-height: 1.2;
    color: #F0F0F0;
    margin: 0 0 16px
}

.services-page .catalog-block .service-card .card-title .accent {
    color: #F8B222
}

.services-page .catalog-block .service-card .card-body {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0a6;
    margin: 0
}

.services-page .catalog-block .two-col-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px
}

.services-page .catalog-block .two-col-body .col-text {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0b3;
    margin: 0
}

.services-page .catalog-block .process-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #f8b2220d;
    border-radius: 5px;
    border: 2px solid #f8b2221f;
    flex-wrap: wrap
}

.services-page .catalog-block .process-strip .step-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.services-page .catalog-block .process-strip .step-icon svg {
    width: 36px;
    height: 36px
}

.services-page .catalog-block .process-strip .step-icon .step-label {
    font-size: 16px;
    color: #f0f0f099;
    text-align: center;
    max-width: 80px
}

.services-page .catalog-block .process-strip .dash-line {
    flex: 1;
    border-top: 2px dashed #f8b22259;
    min-width: 24px
}

.services-page .catalog-block .image-row {
    margin-top: 48px;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1/1;
    max-width: 320px;
    box-shadow: 0 7px 28px 1px #f8b22217
}

.services-page .catalog-block .image-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.services-page .catalog-block .bottom-row {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
    margin-top: 48px
}

.services-page .catalog-block .bottom-row .bottom-text-area {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.services-page .catalog-block .bottom-row .sub-heading {
    font-size: 32px;
    line-height: 1.2;
    margin: 0
}

.services-page .catalog-block .bottom-row .sub-heading .accent {
    color: #F8B222
}

.services-page .catalog-block .bottom-row .bottom-para {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0b3;
    margin: 0
}

.services-page .catalog-block .cta-button {
    display: inline-block;
    border: 3px solid #F8B222;
    border-radius: 2px;
    padding: 16px 24px;
    font-size: 16px;
    color: #F8B222;
    background: transparent;
    cursor: pointer;
    transition: background .6s ease, color .5s ease;
    text-decoration: none;
    width: fit-content
}

.services-page .catalog-block .cta-button:hover {
    background: #F8B222;
    color: #281A2B
}

.services-page .catalog-block .cta-button:active {
    transform: scale(0.97);
    box-shadow: inset 0 2px 8px #281a2b4d
}

.services-page .circles-decoration {
    position: absolute;
    pointer-events: none
}

.services-page .title-strip .circles-decoration {
    right: 320px;
    bottom: 24px;
    z-index: 0
}

.services-page .circle-stack {
    position: relative;
    width: 120px;
    height: 120px
}

.services-page .circle-stack .circ {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #f8b22226
}

.services-page .circle-stack .circ.large {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0
}

.services-page .circle-stack .circ.medium {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    background: #f8b2220a
}

.services-page .circle-stack .circ.small {
    width: 40px;
    height: 40px;
    top: 40px;
    left: 40px;
    background: #f8b22212
}

@media (max-width: 900px) {
    .services-page .title-strip {
        grid-template-columns: 1fr;
        padding: 24px 24px 48px
    }

    .services-page .title-strip .main-heading {
        font-size: 44px
    }

    .services-page .title-strip .image-strip {
        max-width: 240px
    }

    .services-page .catalog-block {
        margin: 0 16px;
        padding: 24px
    }

    .services-page .catalog-block .services-grid {
        grid-template-columns: 1fr
    }

    .services-page .catalog-block .two-col-body {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .services-page .catalog-block .bottom-row {
        grid-template-columns: 1fr
    }

    .services-page .catalog-block .block-heading {
        font-size: 32px
    }

    .services-page .divider-dots {
        padding: 16px 24px
    }
}

@media (max-width: 600px) {
    .services-page .title-strip .main-heading {
        font-size: 32px
    }

    .services-page .catalog-block .process-strip {
        flex-direction: column;
        align-items: flex-start
    }

    .services-page .catalog-block .process-strip .dash-line {
        width: 2px;
        height: 24px;
        border-top: none;
        border-left: 2px dashed #f8b22259;
        min-width: unset;
        flex: unset
    }
}

.about-us-page {
    background-color: #281A2B;
    color: #F0F0F0;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto
}

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
    box-sizing: border-box
}

@keyframes clip-reveal {
    from {
        clip-path: inset(0 0 100% 0);
        opacity: .4
    }

    to {
        clip-path: inset(0 0 0% 0);
        opacity: 1
    }
}

.about-us-page .reveal {
    animation: clip-reveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.about-us-page .reveal-delay {
    animation: clip-reveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.about-us-page .reveal-delay-2 {
    animation: clip-reveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s both
}

.about-us-page .top-block {
    padding: 96px 48px 48px;
    background: #281A2B;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: end
}

.about-us-page .top-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 20% 30%, #f8b22214 0%, transparent 55%), radial-gradient(ellipse at 80% 70%, #f0f0f00a 0%, transparent 50%), radial-gradient(ellipse at 50% 100%, #f8b2220d 0%, transparent 60%);
    pointer-events: none
}

.about-us-page .top-block-text {
    position: relative;
    z-index: 1
}

.about-us-page .top-block-text h1 {
    font-size: 70px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #F0F0F0
}

.about-us-page .top-block-text h1 .accent-word {
    color: #F8B222;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px
}

.about-us-page .top-block-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0cc;
    margin: 0;
    max-width: 480px
}

.about-us-page .top-block-visual {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end
}

.about-us-page .top-image-frame {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
    border: 2px dashed #f8b22266;
    padding: 8px;
    position: relative
}

.about-us-page .top-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    filter: grayscale(100%) contrast(1.15);
    transition: filter .6s ease
}

.about-us-page .top-image-frame:hover img {
    filter: grayscale(60%) contrast(1.1)
}

.about-us-page .top-image-frame::after {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 2px;
    background: radial-gradient(ellipse at center, transparent 50%, #281a2bb3 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .6s ease
}

.about-us-page .top-image-frame:hover::after {
    opacity: 1
}

.about-us-page .abstract-shape {
    position: absolute;
    pointer-events: none
}

.about-us-page .shape-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #f8b22240;
    top: -16px;
    right: -16px
}

.about-us-page .shape-line {
    width: 48px;
    height: 3px;
    background: #f8b22280;
    border-radius: 2px;
    bottom: 24px;
    left: -8px;
    transform: rotate(-15deg)
}

.about-us-page .shape-dot-grid {
    bottom: -24px;
    right: 24px;
    display: grid;
    grid-template-columns: repeat(4, 8px);
    gap: 8px
}

.about-us-page .shape-dot-grid span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f8b22259;
    display: block
}

.about-us-page .wave-divider {
    width: 100%;
    height: 24px;
    overflow: hidden
}

.about-us-page .wave-divider svg {
    width: 100%;
    height: 24px
}

.about-us-page .about-detail-block {
    padding: 48px;
    background: linear-gradient(160deg, #f8b2220f 0%, #281a2bf2 40%, #f0f0f008 100%);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: start;
    border-top: 1px solid #f8b22226;
    border-bottom: 1px solid #f0f0f014
}

.about-us-page .detail-main {
    padding-right: 24px;
    border-right: 1px solid #f8b22233
}

.about-us-page .detail-main h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 24px;
    color: #F0F0F0
}

.about-us-page .detail-main h2 .first {
    color: #F8B222
}

.about-us-page .detail-main .intro-para {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0d9;
    margin: 0 0 16px
}

.about-us-page .detail-main .body-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px
}

.about-us-page .detail-main .body-columns p {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0b3;
    margin: 0
}

.about-us-page .stat-card {
    background: #f8b2220f;
    border: 1px solid #f8b2222e;
    border-radius: 5px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 7px 28px 1px #f8b22217
}

.about-us-page .stat-card .stat-number {
    font-size: 44px;
    line-height: 1.2;
    color: #F8B222;
    font-weight: 700
}

.about-us-page .stat-card .stat-label {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0a6
}

.about-us-page .donut-card {
    background: #f0f0f008;
    border: 1px solid #f0f0f01a;
    border-radius: 5px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 5px 1px #281a2b0f
}

.about-us-page .donut-card .donut-label {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0a6;
    text-align: center
}

.about-us-page .donut-card svg {
    width: 88px;
    height: 88px
}

.about-us-page .team-block {
    padding: 48px;
    background: #281A2B;
    position: relative
}

.about-us-page .team-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 20%, #f8b22212 0%, transparent 50%), radial-gradient(ellipse at 10% 80%, #f0f0f008 0%, transparent 45%), radial-gradient(ellipse at 50% 50%, #f8b22208 0%, transparent 70%);
    pointer-events: none
}

.about-us-page .team-block-inner {
    position: relative;
    z-index: 1
}

.about-us-page .team-block h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #F0F0F0
}

.about-us-page .team-block h2 .first {
    color: #F8B222
}

.about-us-page .team-block .team-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f099;
    margin: 0 0 48px;
    max-width: 560px
}

.about-us-page .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.about-us-page .person-card {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f8b22226;
    box-shadow: 0 12px 60px 1px #281a2b21;
    transition: border-color .5s ease
}

.about-us-page .person-card:hover {
    border-color: #f8b22273
}

.about-us-page .person-image-wrap {
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative
}

.about-us-page .person-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .person-card:hover .person-image-wrap img {
    transform: scale(1.04)
}

.about-us-page .person-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #281a2ba6 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .6s ease
}

.about-us-page .person-card:hover .person-image-wrap::after {
    opacity: 1
}

.about-us-page .person-info {
    padding: 24px;
    background: #f8b2220d
}

.about-us-page .person-info h4 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 4px;
    color: #F8B222
}

.about-us-page .person-info .person-role {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f080;
    margin: 0 0 8px;
    font-style: italic
}

.about-us-page .person-info p {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0b3;
    margin: 0
}

.about-us-page .dashed-featured {
    border: 2px dashed #f8b22259;
    border-radius: 5px;
    padding: 24px;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    background: #f8b2220a
}

.about-us-page .dashed-featured .featured-text h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #F0F0F0;
    margin: 0 0 8px
}

.about-us-page .dashed-featured .featured-text h3 .first {
    color: #F8B222
}

.about-us-page .dashed-featured .featured-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0b3;
    margin: 0
}

.about-us-page .dashed-featured .featured-image-wrap {
    flex-shrink: 0;
    width: 180px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden
}

.about-us-page .dashed-featured .featured-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .dashed-featured:hover .featured-image-wrap img {
    transform: scale(1.05)
}

.about-us-page .cta-link {
    display: inline-block;
    margin-top: 16px;
    padding: 8px 24px;
    border: 2px solid #F8B222;
    border-radius: 5px;
    color: #F8B222;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    background: transparent;
    transition: background-color .5s ease, color .5s ease
}

.about-us-page .cta-link:hover {
    background-color: #F8B222;
    color: #281A2B
}

.about-us-page .cta-link:active {
    transform: scale(0.97);
    box-shadow: inset 0 2px 6px #f8b2224d
}

@media (max-width: 1024px) {
    .about-us-page .top-block {
        grid-template-columns: 1fr;
        padding: 48px 24px
    }

    .about-us-page .top-block-visual {
        align-items: flex-start
    }

    .about-us-page .top-block-text h1 {
        font-size: 44px
    }

    .about-us-page .about-detail-block {
        grid-template-columns: 1fr 1fr;
        padding: 48px 24px
    }

    .about-us-page .detail-main {
        grid-column: 1 / -1;
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #f8b22233;
        padding-bottom: 24px
    }

    .about-us-page .team-block {
        padding: 48px 24px
    }

    .about-us-page .team-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 640px) {
    .about-us-page .top-block-text h1 {
        font-size: 32px
    }

    .about-us-page .about-detail-block {
        grid-template-columns: 1fr;
        padding: 48px 16px
    }

    .about-us-page .detail-main .body-columns {
        grid-template-columns: 1fr
    }

    .about-us-page .team-grid {
        grid-template-columns: 1fr
    }

    .about-us-page .dashed-featured {
        flex-direction: column
    }

    .about-us-page .dashed-featured .featured-image-wrap {
        width: 100%
    }

    .about-us-page .top-block {
        padding: 48px 16px
    }

    .about-us-page .team-block {
        padding: 48px 16px
    }

    .about-us-page .stat-card .stat-number {
        font-size: 32px
    }

    .about-us-page .detail-main h2 {
        font-size: 32px
    }

    .about-us-page .team-block h2 {
        font-size: 32px
    }
}

.learning-program {
    background-color: #281A2B;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto
}

.learning-program .program-title-block {
    padding: 48px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
    position: relative;
    background: radial-gradient(ellipse at 20% 0%, #f8b22221 0%, #281a2b00 55%), radial-gradient(ellipse at 85% 30%, #f0f0f00f 0%, transparent 50%), radial-gradient(ellipse at 50% 100%, #f8b22212 0%, transparent 60%)
}

.learning-program .program-title-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0
}

.learning-program .program-title-text {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 1
}

.learning-program .program-title-text .eyebrow {
    font-size: 16px;
    line-height: 1.6;
    color: #F8B222;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85
}

.learning-program .program-title-text h1 {
    font-size: 70px;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.learning-program .program-title-text h1 .word-first {
    color: #F8B222
}

.learning-program .program-title-text h1 .word-rest {
    color: #F0F0F0
}

.learning-program .program-image-frame {
    flex: 0 0 42%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .program-image-frame .image-clip {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 24px 5px 24px 5px;
    box-shadow: 0 12px 60px 1px #f8b22221
}

.learning-program .program-image-frame .image-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(0px)
}

.learning-program .program-image-frame .image-clip img.selective-blur {
    object-position: center 30%
}

.learning-program .curved-divider {
    width: 100%;
    line-height: 0;
    display: block
}

.learning-program .program-detail-block {
    padding: 48px;
    background: linear-gradient(175deg, #f8b22217 0%, #281a2b00 40%);
    position: relative
}

.learning-program .program-detail-block .detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.learning-program .program-detail-block .detail-card {
    background: #f0f0f00a;
    border: 2px solid #f8b2222e;
    border-radius: 5px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .program-detail-block .detail-card:hover {
    border-color: #f8b2228c;
    box-shadow: 0 7px 28px 1px #f8b22217
}

.learning-program .program-detail-block .detail-card h4 {
    font-size: 16px;
    line-height: 1.6;
    color: #F8B222;
    margin: 0;
    padding: 0
}

.learning-program .program-detail-block .detail-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0d1;
    margin: 0;
    padding: 0
}

.learning-program .program-detail-block .detail-intro {
    margin-bottom: 24px
}

.learning-program .program-detail-block .detail-intro h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 0
}

.learning-program .program-detail-block .detail-intro h2 .word-first {
    color: #F8B222
}

.learning-program .program-detail-block .detail-intro h2 .word-rest {
    color: #F0F0F0
}

.learning-program .program-detail-block .detail-intro .intro-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.learning-program .program-detail-block .detail-intro .intro-full {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0d1;
    margin: 0 0 16px;
    padding: 0
}

.learning-program .program-detail-block .detail-intro .intro-columns p {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0b8;
    margin: 0;
    padding: 0
}

.learning-program .triangle-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    line-height: 0
}

.learning-program .triangle-divider svg {
    display: block
}

.learning-program .program-growth-block {
    padding: 48px;
    background: #281A2B;
    position: relative
}

.learning-program .program-growth-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, #f8b2220a 0px, #f8b2220a 1px, transparent 1px, transparent 18px);
    pointer-events: none;
    z-index: 0
}

.learning-program .program-growth-block .growth-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.learning-program .program-growth-block h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 0
}

.learning-program .program-growth-block h2 .word-first {
    color: #F8B222
}

.learning-program .program-growth-block h2 .word-rest {
    color: #F0F0F0
}

.learning-program .program-growth-block .growth-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0c7;
    margin: 0 0 16px;
    padding: 0
}

.learning-program .program-growth-block .growth-text p:last-child {
    margin-bottom: 0
}

.learning-program .program-growth-block .growth-text .bar-accent {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-top: 1px solid #f8b2222e
}

.learning-program .program-growth-block .growth-text .bar-accent .vertical-bar {
    width: 3px;
    min-height: 48px;
    background: #F8B222;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 4px
}

.learning-program .program-growth-block .growth-text .bar-accent p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f0c7
}

.learning-program .chart-area {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .chart-area h3 {
    font-size: 24px;
    line-height: 1.6;
    color: #F0F0F0;
    margin: 0;
    padding: 0
}

.learning-program .stepped-chart {
    display: flex;
    flex-direction: column;
    gap: 8px
}

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

.learning-program .stepped-chart .chart-row .chart-label {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0a6;
    width: 120px;
    flex-shrink: 0
}

.learning-program .stepped-chart .chart-row .chart-bar-wrap {
    flex: 1;
    background: #f0f0f012;
    border-radius: 2px;
    height: 24px;
    overflow: hidden
}

.learning-program .stepped-chart .chart-row .chart-bar-fill {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(90deg, #f8b222b3 0%, #F8B222 100%);
    transition: width .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .stepped-chart .chart-row .chart-value {
    font-size: 16px;
    line-height: 1.6;
    color: #F8B222;
    width: 48px;
    text-align: right;
    flex-shrink: 0
}

.learning-program .chart-note {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f073;
    margin: 0;
    padding: 0
}

.learning-program .program-growth-block .growth-image-wrap {
    display: none
}

.learning-program .shadow-pulse-card {
    animation: shadow-pulse-anim 3.5s ease-in-out infinite
}

@keyframes shadow-pulse-anim {

    0%,
    100% {
        box-shadow: 0 1px 5px 1px #f8b2220f
    }

    50% {
        box-shadow: 0 12px 60px 1px #f8b22238
    }
}

.learning-program .program-detail-block .cta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap
}

.learning-program .btn-primary {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    color: #F8B222;
    background: transparent;
    border: 2px solid #F8B222;
    border-radius: 5px;
    padding: 8px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .6s ease, color .5s ease
}

.learning-program .btn-primary:hover {
    background-color: #f8b2221f;
    color: #F8B222
}

.learning-program .btn-primary:active {
    transform: scale(0.97);
    box-shadow: inset 0 2px 8px #f8b2222e
}

.learning-program .btn-secondary {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    color: #F0F0F0;
    background: transparent;
    border: 2px solid #f0f0f047;
    border-radius: 5px;
    padding: 8px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease
}

.learning-program .btn-secondary:hover {
    border-color: #f0f0f0a6;
    color: #F0F0F0
}

.learning-program .btn-secondary:active {
    transform: scale(0.97);
    box-shadow: inset 0 2px 6px #281a2b40
}

@media (max-width: 900px) {
    .learning-program .program-title-block {
        flex-direction: column;
        padding: 48px 24px;
        gap: 24px
    }

    .learning-program .program-title-text h1 {
        font-size: 44px
    }

    .learning-program .program-image-frame {
        flex: 0 0 auto;
        width: 100%
    }

    .learning-program .program-detail-block {
        padding: 48px 24px
    }

    .learning-program .program-detail-block .detail-grid {
        grid-template-columns: 1fr
    }

    .learning-program .program-detail-block .detail-intro .intro-columns {
        grid-template-columns: 1fr
    }

    .learning-program .program-growth-block {
        padding: 48px 24px
    }

    .learning-program .program-growth-block .growth-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .learning-program .stepped-chart .chart-row .chart-label {
        width: 80px;
        font-size: 16px
    }
}

@media (max-width: 600px) {
    .learning-program .program-title-text h1 {
        font-size: 32px
    }

    .learning-program .program-detail-block .detail-intro h2 {
        font-size: 32px
    }

    .learning-program .program-growth-block h2 {
        font-size: 32px
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #281A2B;
    padding: 48px 16px
}

.success-page .success-card {
    max-width: 560px;
    width: 100%;
    background: linear-gradient(158deg, #f8b22212 0%, #281a2bfa 60%, #f0f0f00a 100%);
    border: 2px solid #f8b22252;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 12px 60px 1px #f8b22221;
    text-align: center
}

.success-page .success-card .icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 24px;
    background: #f8b2221a;
    border: 2px solid #f8b22266;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-page .success-card .icon-wrap svg {
    display: block
}

.success-page .success-card .success-heading {
    font-size: 32px;
    line-height: 1.2;
    color: #F0F0F0;
    margin: 0 0 8px
}

.success-page .success-card .success-heading span {
    color: #F8B222
}

.success-page .success-card .success-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0b3;
    margin: 0 0 48px
}

.success-page .success-card .divider-line {
    width: 48px;
    height: 2px;
    background: #f8b22266;
    border-radius: 2px;
    margin: 0 auto 24px
}

.success-page .success-card .detail-text {
    font-size: 16px;
    line-height: 1.9;
    color: #f0f0f099;
    margin: 0 0 48px
}

.success-page .success-card .detail-text strong {
    color: #F8B222;
    font-weight: 600
}

.success-page .success-card .back-button {
    display: inline-block;
    padding: 16px 48px;
    font-size: 16px;
    line-height: 1.2;
    color: #F8B222;
    background: transparent;
    border: 2px solid #F8B222;
    border-radius: 5px;
    text-decoration: none;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease;
    cursor: pointer
}

.success-page .success-card .back-button:hover {
    background: #f8b2221f;
    color: #F0F0F0
}

.success-page .success-card .back-button:active {
    transform: scale(0.97);
    box-shadow: inset 0 1px 5px 1px #f8b2222e
}

.success-page .success-card .back-button:focus-visible {
    outline: 2px solid #F8B222;
    outline-offset: 4px
}

@media (max-width: 600px) {
    .success-page .success-card {
        padding: 24px 16px
    }

    .success-page .success-card .success-heading {
        font-size: 24px
    }
}