body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Alegreya', Georgia, serif
}

.page-shell {
    box-sizing: border-box
}

.top-bar {
    background: linear-gradient(100deg, #6F4CF2 0%, #5a38d4 60%, #B33205 100%);
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

.top-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FEF2DB;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: color .15s ease-out
}

.top-contact-item:focus {
    outline: none;
    border-bottom: 4px solid #FEF2DB
}

.top-contact-item:hover {
    color: #fff
}

.top-contact-item i {
    font-size: 16px;
    opacity: .85
}

.site-header {
    background: #fff;
    box-shadow: 0 4px 22px -2px #6f4cf21a;
    position: relative
}

.header-brand-row {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 32px 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #FEF2DB
}

.brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #FEF2DB;
    border-bottom: 3px solid #6F4CF2;
    box-shadow: 0 1px 2px -2px #6f4cf20d 0 4px 22px -2px #6f4cf21a;
    flex-shrink: 0;
    overflow: hidden
}

.brand-mark img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block
}

.brand-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.03em;
    background: linear-gradient(90deg, #6F4CF2 0%, #B33205 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.header-nav-row {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 32px
}

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

.primary-nav li {
    display: flex
}

.primary-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 16px;
    font-family: 'Alegreya', Georgia, serif;
    font-weight: 700;
    line-height: 1.5;
    color: #2d1a6e;
    text-decoration: none;
    border-radius: 9px;
    transition: background .15s ease-out, color .12s ease;
    white-space: nowrap
}

.primary-nav a:hover {
    background: #FEF2DB;
    color: #6F4CF2
}

.primary-nav a:focus {
    outline: none;
    border-bottom: 4px solid #6F4CF2
}

.primary-nav a i {
    font-size: 18px;
    color: #6F4CF2;
    flex-shrink: 0
}

.primary-nav li.active-page a {
    background: linear-gradient(90deg, #6F4CF2 0%, #5a38d4 100%);
    color: #fff;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.primary-nav li.active-page a i {
    color: #FEF2DB
}

@media (max-width: 960px) {
    .top-bar {
        padding: 8px 20px;
        gap: 12px
    }

    .header-brand-row {
        padding: 20px 20px 12px
    }

    .header-nav-row {
        padding: 0 20px
    }

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

@media (max-width: 480px) {
    .top-bar {
        padding: 8px 12px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px
    }

    .header-brand-row {
        padding: 12px 12px 8px
    }

    .header-nav-row {
        padding: 0 12px
    }

    .primary-nav {
        gap: 4px
    }

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

.site-footer {
    background: #2d1a6e;
    box-shadow: 0 9px 44px -2px #6f4cf21f;
    margin-top: 64px
}

.footer-main {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 64px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0 32px;
    align-items: start
}

.footer-divider-line {
    background: #fef2db2e;
    width: 1px;
    align-self: stretch
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #FEF2DB;
    border-bottom: 3px solid #6F4CF2;
    box-shadow: 0 4px 22px -2px #6f4cf21a;
    overflow: hidden;
    flex-shrink: 0
}

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

.footer-brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #FEF2DB;
    line-height: 1.2;
    letter-spacing: -.02em
}

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

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-contact-list a,
.footer-contact-list span {
    color: #fef2dbd1;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-family: 'Alegreya', Georgia, serif;
    transition: color .15s ease-out
}

.footer-contact-list a:hover {
    color: #FEF2DB
}

.footer-contact-list a:focus {
    outline: none;
    border-bottom: 4px solid #FEF2DB
}

.footer-contact-list i {
    color: #6F4CF2;
    font-size: 18px;
    flex-shrink: 0
}

.footer-links-col {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer-links-heading {
    font-size: 18px;
    font-weight: 700;
    color: #FEF2DB;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0
}

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

.footer-link-list li {
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-link-list a {
    color: #fef2dbc7;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-family: 'Alegreya', Georgia, serif;
    transition: color .12s ease
}

.footer-link-list a:hover {
    color: #FEF2DB
}

.footer-link-list a:focus {
    outline: none;
    border-bottom: 4px solid #FEF2DB
}

.footer-link-list i {
    color: #6f4cf2b3;
    font-size: 16px;
    flex-shrink: 0
}

.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 32px;
    border-top: 1px solid #fef2db24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.footer-copy {
    color: #fef2db80;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Alegreya', Georgia, serif
}

@media (max-width: 960px) {
    .footer-main {
        grid-template-columns: 1fr;
        padding: 32px 20px 20px;
        gap: 32px 0
    }

    .footer-divider-line {
        width: auto;
        height: 1px;
        background: #fef2db2e;
        align-self: auto
    }

    .footer-links-col {
        padding-left: 0
    }

    .footer-bottom {
        padding: 20px
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 32px 12px 20px
    }

    .footer-bottom {
        padding: 20px 12px;
        flex-direction: column;
        align-items: flex-start
    }
}

.consent-box {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 340px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 9px 44px -2px #6f4cf21f 0 4px 22px -2px #6f4cf21a;
    z-index: 1000;
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-20px);
    opacity: 0;
    transition: transform .22s ease-out, opacity .18s ease-out
}

.consent-box.visible {
    transform: translateY(0);
    opacity: 1
}

.consent-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #2d1a6e;
    font-family: 'Alegreya', Georgia, serif;
    margin: 0
}

.consent-uses {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3a7a;
    font-family: 'Alegreya', Georgia, serif;
    margin: 0;
    padding-left: 20px
}

.consent-headline {
    font-size: 18px;
    font-weight: 700;
    color: #2d1a6e;
    line-height: 1.2;
    font-family: 'Alegreya', Georgia, serif;
    margin: 0
}

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

.consent-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.consent-cat-label {
    font-size: 16px;
    color: #2d1a6e;
    font-family: 'Alegreya', Georgia, serif;
    line-height: 1.5
}

.consent-cat-label.required-cat {
    color: #6a6a6a
}

.consent-cat-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #6F4CF2;
    cursor: pointer
}

.consent-sale-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 4px;
    border-top: 1px solid #FEF2DB
}

.consent-sale-label {
    font-size: 16px;
    color: #B33205;
    font-family: 'Alegreya', Georgia, serif;
    line-height: 1.5
}

.consent-sale-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #B33205;
    cursor: pointer
}

.consent-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px
}

.consent-accept {
    font-size: 16px;
    font-family: 'Alegreya', Georgia, serif;
    font-weight: 700;
    color: #fff;
    background: #6F4CF2;
    border: none;
    border-radius: 9px;
    padding: 8px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: filter .15s ease-out;
    min-height: 44px
}

.consent-accept:hover {
    filter: brightness(1.12)
}

.consent-accept:focus {
    outline: none;
    border-bottom: 4px solid #2d1a6e
}

.consent-reject {
    font-size: 16px;
    font-family: 'Alegreya', Georgia, serif;
    color: #B33205;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 4px;
    min-height: 44px;
    transition: color .12s ease
}

.consent-reject:hover {
    color: #8a2504
}

.consent-reject:focus {
    outline: none;
    border-bottom: 4px solid #B33205
}

.policy-block {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px
}

.policy-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #2d2d2d;
    margin-bottom: 20px
}

.policy-block ul,
.policy-block ol {
    padding-left: 32px;
    margin-bottom: 20px
}

.policy-block ul {
    list-style: disc
}

.policy-block ol {
    list-style: decimal
}

.policy-block li {
    font-size: 18px;
    line-height: 1.7;
    color: #2d2d2d;
    margin-bottom: 8px
}

.policy-block li:last-child {
    margin-bottom: 0
}

.policy-block em,
.policy-block i {
    font-style: italic;
    color: #4a3a8a
}

.policy-block a {
    color: #6F4CF2;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.policy-block a:hover {
    color: #B33205;
    text-decoration-color: #B33205
}

.policy-block table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 16px;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.policy-block thead {
    background-color: #6F4CF2
}

.policy-block thead th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.01em;
    padding: 12px 20px;
    text-align: left;
    line-height: 1.5
}

.policy-block tbody tr {
    border-bottom: 1px solid #e8e2fb;
    transition: background-color .12s ease-out
}

.policy-block tbody tr:last-child {
    border-bottom: none
}

.policy-block tbody tr:nth-child(even) {
    background-color: #FEF2DB
}

.policy-block tbody tr:hover {
    background-color: #f0ebfd
}

.policy-block td {
    padding: 12px 20px;
    color: #2d2d2d;
    line-height: 1.5;
    vertical-align: top
}

.policy-block hr {
    border: none;
    border-top: 2px solid #e8e2fb;
    margin: 32px 0
}

@media (max-width: 960px) {
    .policy-block {
        padding: 64px 20px
    }

    .policy-block table {
        display: block;
        overflow-x: auto
    }
}

@media (max-width: 480px) {
    .policy-block {
        padding: 32px 12px
    }

    .policy-block p,
    .policy-block li {
        font-size: 16px
    }

    .policy-block ul,
    .policy-block ol {
        padding-left: 20px
    }

    .policy-block thead th,
    .policy-block td {
        padding: 8px 12px;
        font-size: 16px
    }
}

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

.ctus .dec-strokes {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none;
    z-index: 0
}

.ctus .dec-strokes span {
    display: block;
    height: 2px;
    background: #6F4CF2;
    opacity: .18;
    border-radius: 2px
}

.ctus .dec-strokes span:nth-child(1) {
    width: 40px
}

.ctus .dec-strokes span:nth-child(2) {
    width: 28px
}

.ctus .dec-strokes span:nth-child(3) {
    width: 52px
}

.ctus .dec-strokes span:nth-child(4) {
    width: 20px
}

.ctus .dec-strokes span:nth-child(5) {
    width: 36px
}

.ctus .reach-block {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px 20px;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 32px;
    align-items: start;
    position: relative;
    z-index: 1
}

.ctus .reach-left {
    padding-top: 20px;
    padding-right: 32px
}

.ctus .reach-left .dot-accent {
    width: 10px;
    height: 10px;
    border-radius: 24px;
    background: #B33205;
    display: inline-block;
    margin-bottom: 20px
}

.ctus .reach-left h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin: 0 0 20px;
    background: linear-gradient(135deg, #B33205 0%, #6F4CF2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ctus .reach-left p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2e5c;
    margin: 0
}

.ctus .reach-right {
    background: #FEF2DB;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.ctus .reach-right h2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 20px;
    background: linear-gradient(135deg, #6F4CF2 0%, #B33205 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ctus .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.ctus .c-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 1px 2px -2px #6f4cf20d;
    transition: box-shadow .15s ease-out
}

.ctus .c-item:hover {
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.ctus .c-item .c-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: linear-gradient(135deg, #6F4CF2 0%, #B33205 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctus .c-item .c-icon svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ctus .c-item .c-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .c-item .c-label {
    font-size: 16px;
    color: #7a6e9a;
    line-height: 1.2
}

.ctus .c-item .c-val {
    font-size: 16px;
    color: #2a1f4a;
    line-height: 1.5;
    font-weight: 600
}

.ctus .c-item .c-val a {
    color: #6F4CF2;
    text-decoration: none;
    transition: color .12s ease-out
}

.ctus .c-item .c-val a:hover {
    color: #B33205
}

.ctus .curve-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 32px
}

.ctus .curve-div svg {
    display: block;
    width: 100%
}

.ctus .form-block {
    background: linear-gradient(160deg, #2a1f4a 0%, #1e1535 100%);
    padding: 0;
    position: relative;
    overflow: hidden
}

.ctus .form-block .bg-flicker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0
}

.ctus .form-block .bg-flicker::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 10%;
    width: 320px;
    height: 320px;
    border-radius: 24px;
    background: #6F4CF2;
    opacity: 0;
    animation: flicker-a 6s ease-in-out infinite;
    filter: blur(80px)
}

.ctus .form-block .bg-flicker::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 8%;
    width: 240px;
    height: 240px;
    border-radius: 24px;
    background: #B33205;
    opacity: 0;
    animation: flicker-b 8s ease-in-out 2s infinite;
    filter: blur(100px)
}

@keyframes flicker-a {

    0%,
    100% {
        opacity: 0
    }

    30% {
        opacity: .12
    }

    50% {
        opacity: .07
    }

    70% {
        opacity: .15
    }
}

@keyframes flicker-b {

    0%,
    100% {
        opacity: 0
    }

    25% {
        opacity: .09
    }

    60% {
        opacity: .13
    }
}

.ctus .form-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 64px;
    align-items: start;
    position: relative;
    z-index: 1
}

.ctus .form-side-text {
    padding-top: 12px
}

.ctus .form-side-text h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 20px;
    background: linear-gradient(135deg, #FEF2DB 0%, #B33205 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ctus .form-side-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #c8bfe8;
    margin: 0
}

.ctus .form-side-text .side-note {
    margin-top: 20px;
    padding: 12px;
    border-radius: 5px;
    background: #6f4cf226;
    font-size: 16px;
    color: #a99dd4;
    line-height: 1.5
}

.ctus .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ctus .contact-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.ctus .contact-form .field {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .contact-form .field label {
    font-size: 16px;
    color: #c8bfe8;
    line-height: 1.2
}

.ctus .contact-form .field input,
.ctus .contact-form .field textarea,
.ctus .contact-form .field select {
    background: #ffffff0f;
    border: 1.5px solid #6f4cf24d;
    border-radius: 9px;
    padding: 12px 20px;
    font-size: 16px;
    color: #f0ecff;
    outline: none;
    transition: border-color .15s ease-out, background .15s ease-out;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

.ctus .contact-form .field input::placeholder,
.ctus .contact-form .field textarea::placeholder {
    color: #6f4cf273
}

.ctus .contact-form .field input:focus,
.ctus .contact-form .field textarea:focus,
.ctus .contact-form .field select:focus {
    border-color: #6F4CF2;
    background: #6f4cf21a
}

.ctus .contact-form .field textarea {
    resize: vertical;
    min-height: 100px
}

.ctus .check-group {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .check-group .cg-label {
    font-size: 16px;
    color: #c8bfe8;
    margin-bottom: 8px;
    line-height: 1.2
}

.ctus .check-group .check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ctus .check-group .check-list li {
    padding: 0;
    border: none
}

.ctus .check-group .check-list li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #c8bfe8;
    cursor: pointer;
    line-height: 1.5;
    transition: color .12s ease
}

.ctus .check-group .check-list li label:hover {
    color: #f0ecff
}

.ctus .check-group .check-list li input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #6F4CF2;
    cursor: pointer;
    border-radius: 5px
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #fef2db0f;
    border-radius: 9px;
    border: 1.5px solid #b3320533
}

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

.ctus .privacy-row label {
    font-size: 16px;
    color: #a99dd4;
    line-height: 1.7;
    cursor: pointer
}

.ctus .privacy-row label a {
    color: #FEF2DB;
    text-decoration: underline;
    text-decoration-color: #fef2db66;
    transition: color .12s ease-out
}

.ctus .privacy-row label a:hover {
    color: #B33205
}

.ctus .submit-btn {
    align-self: flex-start;
    background: linear-gradient(135deg, #6F4CF2 0%, #B33205 100%);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: filter .15s ease-out, transform .12s ease;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.ctus .submit-btn:hover {
    filter: brightness(1.15);
    transform: translateY(-1px)
}

.ctus .submit-btn:active {
    transform: translateY(0);
    filter: brightness(0.95)
}

.ctus .submit-btn:focus-visible {
    outline: 2px solid #FEF2DB;
    outline-offset: 3px
}

.ctus .curve-div-2 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.ctus .curve-div-2 svg {
    display: block;
    width: 100%
}

.ctus .hours-block {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.ctus .hours-intro {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 32px;
    align-items: end;
    padding-bottom: 32px;
    border-bottom: 1.5px solid #e8e2f8;
    margin-bottom: 12px
}

.ctus .hours-intro h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
    background: linear-gradient(135deg, #6F4CF2 0%, #B33205 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ctus .hours-intro p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2e5c;
    margin: 0
}

.ctus .info-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 2px -2px #6f4cf20d 0 4px 22px -2px #6f4cf21a;
    transition: box-shadow .18s ease-out;
    position: relative
}

.ctus .info-card:hover {
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.ctus .info-card .card-dot {
    width: 8px;
    height: 8px;
    border-radius: 24px;
    background: #6F4CF2;
    display: block;
    margin-bottom: 12px
}

.ctus .info-card h3 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin: 0 0 12px;
    background: linear-gradient(135deg, #6F4CF2 0%, #B33205 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ctus .info-card .card-body {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2e5c;
    margin: 0
}

.ctus .info-card .accent-line {
    display: inline;
    background: #FEF2DB;
    border-radius: 2px;
    padding: 2px 4px;
    color: #2a1f4a
}

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

.ctus .hours-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e8e2f8;
    font-size: 16px;
    color: #3a2e5c;
    line-height: 1.5
}

.ctus .hours-list li:last-child {
    border-bottom: none
}

.ctus .hours-list li .day {
    color: #7a6e9a
}

.ctus .hours-list li .time {
    font-weight: 600;
    color: #2a1f4a
}

@media (max-width: 960px) {
    .ctus .reach-block {
        grid-template-columns: 1fr;
        padding: 32px 20px 20px;
        gap: 20px
    }

    .ctus .reach-left {
        padding-right: 0;
        padding-top: 0
    }

    .ctus .reach-left h1 {
        font-size: 40px
    }

    .ctus .contact-grid {
        grid-template-columns: 1fr
    }

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

    .ctus .contact-form .field-row {
        grid-template-columns: 1fr
    }

    .ctus .check-group .check-list {
        grid-template-columns: 1fr
    }

    .ctus .hours-block {
        grid-template-columns: 1fr;
        padding: 32px 20px;
        gap: 20px
    }

    .ctus .hours-intro {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

@media (max-width: 480px) {
    .ctus .reach-left h1 {
        font-size: 28px
    }

    .ctus .reach-right {
        padding: 20px
    }

    .ctus .form-inner {
        padding: 32px 12px
    }

    .ctus .submit-btn {
        width: 100%;
        text-align: center
    }

    .ctus .hours-block {
        padding: 32px 12px
    }

    .ctus .dec-strokes {
        right: 20px
    }
}

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

.avail-pg .split-reveal {
    animation: splitOpen .18s ease-out both
}

@keyframes splitOpen {
    from {
        clip-path: inset(0 50% 0 50%);
        opacity: 0
    }

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

.avail-pg .band-divider {
    height: 64px;
    background: linear-gradient(180deg, #fff 0%, #f5f0fe 50%, #fff 100%);
    filter: blur(2px);
    margin: 0
}

.avail-pg .title-blk {
    background: #1a0f3c;
    padding: 64px 20px;
    position: relative;
    overflow: hidden
}

.avail-pg .title-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 50%, #6f4cf22e 0%, transparent 70%);
    pointer-events: none
}

.avail-pg .title-blk::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 120px 20px #0f05288c;
    pointer-events: none
}

.avail-pg .title-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.avail-pg .title-pattern span {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #6f4cf238;
    display: block
}

.avail-pg .title-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 64px;
    align-items: center
}

.avail-pg .title-text h1 {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 20px;
    background: linear-gradient(135deg, #fff 30%, #b39dff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.avail-pg .title-text .sub {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffffad;
    margin: 0 0 32px
}

.avail-pg .title-pts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.avail-pg .title-pts li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #ffffffd1;
    line-height: 1.5;
    padding-left: 0;
    border-left: none
}

.avail-pg .title-pts li .pt-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #6F4CF2;
    flex-shrink: 0
}

.avail-pg .title-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.avail-pg .title-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block
}

.avail-pg .title-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6f4cf273 0%, #b3320540 100%);
    pointer-events: none
}

.avail-pg .arrow-deco {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    opacity: .55
}

.avail-pg .arrow-deco svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 2
}

.avail-pg .num-badge {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 40px;
    height: 40px;
    background: #B33205;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    z-index: 4;
    box-shadow: 0 4px 22px -2px #b332051a
}

.avail-pg .detail-blk {
    padding: 64px 20px;
    background: #FEF2DB;
    position: relative
}

.avail-pg .detail-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 90px 30px #fef2db00 inset 60px 0 80px #c8aa6414 inset -60px 0 80px #c8aa6414;
    pointer-events: none
}

.avail-pg .detail-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
    gap: 64px;
    align-items: start
}

.avail-pg .col-divider {
    background: linear-gradient(180deg, transparent 0%, #6F4CF2 30%, #B33205 70%, transparent 100%);
    border-radius: 2px;
    align-self: stretch;
    min-height: 200px
}

.avail-pg .detail-col h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 20px;
    background: linear-gradient(135deg, #B33205 0%, #6F4CF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.avail-pg .detail-col.right {
    text-align: center
}

.avail-pg .detail-col.right h3 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 20px;
    background: linear-gradient(135deg, #6F4CF2 0%, #B33205 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.avail-pg .body-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #2a1f4a;
    margin: 0 0 20px
}

.avail-pg .body-txt:last-child {
    margin-bottom: 0
}

.avail-pg .noted {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    margin: 20px 0
}

.avail-pg .noted-main {
    flex: 1;
    font-size: 16px;
    line-height: 1.7;
    color: #2a1f4a
}

.avail-pg .noted-aside {
    width: 140px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #6F4CF2;
    background: #6f4cf214;
    border-radius: 9px;
    padding: 12px;
    text-align: center
}

.avail-pg .accent-sent {
    background: #6f4cf217;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #2a1f4a;
    margin: 20px 0;
    font-weight: 600
}

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

.avail-pg .avail-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #2a1f4a;
    padding: 12px;
    border-radius: 9px;
    background: #ffffffb3;
    box-shadow: 0 1px 2px -2px #6f4cf20d;
    transition: background .15s ease-out, box-shadow .2s ease;
    position: relative
}

.avail-pg .avail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: linear-gradient(180deg, #6F4CF2, #B33205);
    border-radius: 2px
}

.avail-pg .avail-list li:hover {
    background: #fffffff2;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.avail-pg .avail-list li i {
    color: #6F4CF2;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px
}

.avail-pg .img2-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin: 32px 0 0;
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.avail-pg .img2-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.avail-pg .img2-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(225deg, #b3320559 0%, #6f4cf24d 100%);
    pointer-events: none
}

.avail-pg .img2-num {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    background: #6F4CF2;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    z-index: 4;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.avail-pg .contact-strip {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 32px 0 0;
    flex-wrap: wrap;
    justify-content: center
}

.avail-pg .c-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #2a1f4a;
    background: #ffffffd9;
    border-radius: 9px;
    padding: 12px 20px;
    box-shadow: 0 1px 2px -2px #6f4cf20d;
    text-decoration: none;
    transition: box-shadow .15s ease-out, background .18s ease
}

.avail-pg .c-item:hover {
    background: #fff;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.avail-pg .c-item i {
    color: #6F4CF2;
    font-size: 18px
}

.avail-pg .cta-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #6F4CF2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 9px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 0 4px 22px -2px #6f4cf21a;
    transition: filter .15s ease-out, box-shadow .18s ease
}

.avail-pg .cta-btn:hover {
    filter: brightness(1.12);
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.avail-pg .cta-btn:focus {
    outline: 2px solid #6F4CF2;
    outline-offset: 3px
}

@media (max-width: 960px) {
    .avail-pg .title-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .avail-pg .title-text h1 {
        font-size: 40px
    }

    .avail-pg .detail-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .avail-pg .col-divider {
        display: none
    }

    .avail-pg .detail-col.right {
        text-align: left
    }
}

@media (max-width: 480px) {
    .avail-pg .title-blk {
        padding: 32px 20px
    }

    .avail-pg .title-text h1 {
        font-size: 28px
    }

    .avail-pg .detail-blk {
        padding: 32px 20px
    }

    .avail-pg .detail-col h2 {
        font-size: 28px
    }

    .avail-pg .contact-strip {
        flex-direction: column;
        gap: 8px
    }
}

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

.prtl .stripe-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.prtl .stripe-bg span {
    position: absolute;
    display: block;
    width: 3px;
    background: linear-gradient(180deg, transparent, #6f4cf212, transparent);
    animation: stripe-move 6s linear infinite;
    border-radius: 2px
}

.prtl .stripe-bg span:nth-child(1) {
    left: 10%;
    height: 60%;
    animation-delay: 0s;
    animation-duration: 7s
}

.prtl .stripe-bg span:nth-child(2) {
    left: 25%;
    height: 40%;
    animation-delay: 1.2s;
    animation-duration: 5.5s
}

.prtl .stripe-bg span:nth-child(3) {
    left: 45%;
    height: 70%;
    animation-delay: .5s;
    animation-duration: 8s
}

.prtl .stripe-bg span:nth-child(4) {
    left: 65%;
    height: 50%;
    animation-delay: 2s;
    animation-duration: 6.5s
}

.prtl .stripe-bg span:nth-child(5) {
    left: 80%;
    height: 45%;
    animation-delay: .8s;
    animation-duration: 7.5s
}

@keyframes stripe-move {
    0% {
        transform: translateY(-100%) rotate(15deg);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

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

.prtl .opener {
    position: relative;
    padding: 64px 32px;
    max-width: 1100px;
    margin: 0 auto
}

.prtl .opener-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 32px;
    align-items: center
}

.prtl .opener-img-left,
.prtl .opener-img-right {
    position: relative
}

.prtl .opener-img-left img,
.prtl .opener-img-right img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 4px 22px -2px #6f4cf21a;
    transition: transform .18s ease-out
}

.prtl .opener-img-left img:hover,
.prtl .opener-img-right img:hover {
    transform: translateY(-4px)
}

.prtl .opener-img-left::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    right: -12px;
    bottom: -12px;
    border-radius: 16px;
    background: #6f4cf20f;
    z-index: -1
}

.prtl .opener-img-right::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    left: -12px;
    bottom: -12px;
    border-radius: 16px;
    background: #b332050d;
    z-index: -1
}

.prtl .grain-overlay {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none
}

.prtl .opener-text {
    text-align: center;
    padding: 20px 12px;
    position: relative;
    z-index: 1
}

.prtl .opener-label {
    display: inline-block;
    font-size: 16px;
    color: #6F4CF2;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding: 4px 12px;
    background: #6f4cf214;
    border-radius: 5px
}

.prtl .opener-h1 {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin-bottom: 20px;
    color: #1e1a2e
}

.prtl .opener-h1 .acc {
    background: linear-gradient(135deg, #6F4CF2, #B33205);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prtl .opener-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #3d3650;
    max-width: 380px;
    margin: 0 auto
}

.prtl .opener-shape {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 9px;
    background: #6f4cf212;
    transform: rotate(22deg);
    pointer-events: none
}

.prtl .opener-shape.s1 {
    top: 20px;
    left: 50%;
    margin-left: -80px
}

.prtl .opener-shape.s2 {
    bottom: 20px;
    right: 50%;
    margin-right: -90px;
    width: 36px;
    height: 36px;
    background: #b3320512;
    border-radius: 5px;
    transform: rotate(-15deg)
}

.prtl .divider-band {
    display: flex;
    justify-content: center;
    padding: 12px 0
}

.prtl .divider-band span {
    display: block;
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #6F4CF2, #B33205);
    border-radius: 24px
}

.prtl .support-strip {
    background: #FEF2DB;
    padding: 64px 32px;
    position: relative;
    border-right: 4px solid #6f4cf22e
}

.prtl .support-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 64px;
    align-items: center
}

.prtl .support-visual {
    position: relative
}

.prtl .support-visual img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.prtl .support-badge {
    position: absolute;
    bottom: -12px;
    right: -12px;
    background: #6F4CF2;
    color: #fff;
    padding: 12px 20px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.prtl .support-text h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 20px;
    color: #1e1a2e
}

.prtl .support-text h2 .acc {
    background: linear-gradient(135deg, #B33205, #6F4CF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prtl .support-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #3d3650;
    margin-bottom: 20px
}

.prtl .support-text p:last-child {
    margin-bottom: 0
}

.prtl .support-items {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.prtl .support-items li {
    padding: 12px 0 12px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #2d2540;
    border-left: 3px solid #6F4CF2;
    margin-bottom: 8px;
    background: #6f4cf20a;
    border-radius: 0 5px 5px 0
}

.prtl .support-items li:last-child {
    margin-bottom: 0
}

.prtl .community-wrap {
    padding: 64px 32px;
    max-width: 1100px;
    margin: 0 auto
}

.prtl .community-head {
    text-align: center;
    margin-bottom: 32px
}

.prtl .community-head h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1e1a2e;
    margin-bottom: 12px
}

.prtl .community-head h2 .acc {
    background: linear-gradient(135deg, #6F4CF2, #B33205);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prtl .community-head p {
    font-size: 18px;
    line-height: 1.7;
    color: #3d3650;
    max-width: 560px;
    margin: 0 auto
}

.prtl .community-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 32px
}

.prtl .comm-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 22px -2px #6f4cf21a;
    border-top: 3px solid #6F4CF2;
    transition: transform .15s ease-out, box-shadow .15s ease-out
}

.prtl .comm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.prtl .comm-card:nth-child(even) {
    border-top-color: #B33205
}

.prtl .comm-icon {
    width: 44px;
    height: 44px;
    background: #6f4cf214;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.prtl .comm-card:nth-child(even) .comm-icon {
    background: #b3320514
}

.prtl .comm-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e1a2e;
    margin-bottom: 8px;
    line-height: 1.2
}

.prtl .comm-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #5a5270
}

.prtl .experience-strip {
    background: linear-gradient(135deg, #1e1a2e 0%, #2d1f5e 100%);
    padding: 64px 32px;
    position: relative;
    overflow: hidden
}

.prtl .experience-strip::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #6f4cf21f;
    pointer-events: none
}

.prtl .experience-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 64px;
    align-items: center
}

.prtl .experience-text h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 20px
}

.prtl .experience-text h2 .acc {
    background: linear-gradient(135deg, #6F4CF2, #B33205);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prtl .experience-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #fffc;
    margin-bottom: 20px
}

.prtl .experience-text p:last-child {
    margin-bottom: 0
}

.prtl .quote-block {
    background: #ffffff0f;
    border-radius: 16px;
    padding: 32px;
    border-left: none;
    position: relative
}

.prtl .quote-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #6F4CF2, #B33205);
    border-radius: 16px 16px 0 0
}

.prtl .quote-text {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffe6;
    margin-bottom: 20px;
    font-style: italic
}

.prtl .quote-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.prtl .quote-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6F4CF2, #B33205);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0
}

.prtl .quote-meta strong {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.prtl .quote-meta span {
    font-size: 16px;
    color: #ffffff8c
}

.prtl .experience-visual {
    position: relative
}

.prtl .experience-visual img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.prtl .exp-tag {
    position: absolute;
    top: 20px;
    left: -12px;
    background: #6F4CF2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 5px;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.prtl .approach-wrap {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.prtl .approach-inner {
    max-width: 1100px;
    margin: 0 auto
}

.prtl .approach-head {
    margin-bottom: 32px
}

.prtl .approach-head h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1e1a2e;
    margin-bottom: 12px
}

.prtl .approach-head h2 .acc {
    background: linear-gradient(135deg, #B33205, #6F4CF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prtl .approach-head p {
    font-size: 18px;
    line-height: 1.7;
    color: #3d3650;
    max-width: 520px
}

.prtl .approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.prtl .diff-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    align-items: start;
    padding: 20px;
    border-radius: 9px;
    background: #FEF2DB;
    transition: background .18s ease
}

.prtl .diff-item:hover {
    background: #6f4cf20f
}

.prtl .diff-num {
    width: 48px;
    height: 48px;
    border-radius: 9px;
    background: #6F4CF2;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.prtl .diff-item:nth-child(even) .diff-num {
    background: #B33205
}

.prtl .diff-body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1a2e;
    margin-bottom: 8px;
    line-height: 1.2
}

.prtl .diff-body p {
    font-size: 16px;
    line-height: 1.5;
    color: #5a5270
}

.prtl .approach-accent {
    margin-top: 32px;
    padding: 20px 32px;
    background: #6f4cf20f;
    border-radius: 9px;
    font-size: 18px;
    line-height: 1.7;
    color: #2d2540
}

.prtl .approach-aside {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 32px;
    align-items: start;
    margin-top: 32px
}

.prtl .approach-note {
    font-size: 16px;
    line-height: 1.5;
    color: #6F4CF2;
    font-weight: 600;
    padding: 12px 20px;
    background: #6f4cf20f;
    border-radius: 5px
}

@media (max-width: 960px) {
    .prtl .opener-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .prtl .opener-img-left,
    .prtl .opener-img-right {
        display: none
    }

    .prtl .opener-h1 {
        font-size: 40px
    }

    .prtl .support-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prtl .community-cols {
        grid-template-columns: 1fr 1fr
    }

    .prtl .experience-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prtl .approach-grid {
        grid-template-columns: 1fr
    }

    .prtl .approach-aside {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .prtl .opener {
        padding: 32px 20px
    }

    .prtl .opener-h1 {
        font-size: 28px
    }

    .prtl .support-strip,
    .prtl .community-wrap,
    .prtl .experience-strip,
    .prtl .approach-wrap {
        padding: 32px 20px
    }

    .prtl .community-cols {
        grid-template-columns: 1fr
    }

    .prtl .support-text h2,
    .prtl .community-head h2,
    .prtl .experience-text h2,
    .prtl .approach-head h2 {
        font-size: 28px
    }

    .prtl .support-badge {
        position: static;
        margin-top: 12px;
        display: inline-block
    }
}

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

.lrn-prog .stripe-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.lrn-prog .stripe-bg span {
    position: absolute;
    display: block;
    width: 2px;
    height: 200%;
    background: #6f4cf212;
    animation: stripe-move 8s linear infinite;
    transform-origin: top left
}

.lrn-prog .stripe-bg span:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
    animation-duration: 9s
}

.lrn-prog .stripe-bg span:nth-child(2) {
    left: 25%;
    animation-delay: -3s;
    animation-duration: 11s
}

.lrn-prog .stripe-bg span:nth-child(3) {
    left: 45%;
    animation-delay: -1.5s;
    animation-duration: 8s
}

.lrn-prog .stripe-bg span:nth-child(4) {
    left: 65%;
    animation-delay: -4s;
    animation-duration: 12s
}

.lrn-prog .stripe-bg span:nth-child(5) {
    left: 80%;
    animation-delay: -2s;
    animation-duration: 10s
}

@keyframes stripe-move {
    0% {
        transform: rotate(25deg) translateY(-50%)
    }

    100% {
        transform: rotate(25deg) translateY(0%)
    }
}

.lrn-prog .title-block {
    position: relative;
    background: linear-gradient(155deg, #6F4CF2 0%, #B33205 100%);
    padding: 120px 32px 64px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lrn-prog .title-block .t-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 64px;
    align-items: end
}

.lrn-prog .t-text h1 {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 32px
}

.lrn-prog .t-text h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #FEF2DB, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

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

.lrn-prog .t-points li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    color: #ffffffe0;
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 20px;
    border-left: 3px solid #fef2db80;
    background: #ffffff0f;
    border-radius: 5px
}

.lrn-prog .t-points li i {
    color: #FEF2DB;
    flex-shrink: 0;
    margin-top: 2px
}

.lrn-prog .t-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.lrn-prog .t-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    opacity: .35;
    transition: opacity .18s ease-out;
    filter: brightness(0.7)
}

.lrn-prog .t-img-wrap:hover img {
    opacity: .55;
    filter: brightness(1)
}

.lrn-prog .t-img-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #6f4cf2d9;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    backdrop-filter: blur(4px)
}

.lrn-prog .prog-detail {
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff
}

.lrn-prog .prog-detail .pd-inner {
    max-width: 1100px;
    width: 100%;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 64px;
    align-items: start
}

.lrn-prog .pd-fixed {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lrn-prog .offer-card {
    background: #FEF2DB;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.lrn-prog .offer-card h4 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    color: #1e1040;
    background: linear-gradient(90deg, #B33205, #6F4CF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lrn-prog .price-row {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lrn-prog .price-main {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #6F4CF2
}

.lrn-prog .price-sub {
    font-size: 16px;
    color: #555;
    line-height: 1.5
}

.lrn-prog .prog-meter {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .meter-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    color: #444
}

.lrn-prog .meter-track {
    height: 10px;
    background: #6f4cf21f;
    border-radius: 5px;
    overflow: hidden
}

.lrn-prog .meter-fill {
    height: 100%;
    width: 68%;
    background: linear-gradient(90deg, #6F4CF2, #B33205);
    border-radius: 5px;
    transition: width .2s ease-out
}

.lrn-prog .enroll-btn {
    display: block;
    width: 100%;
    padding: 20px;
    background: #6F4CF2;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: filter .15s ease-out, box-shadow .15s ease-out;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.lrn-prog .enroll-btn:hover {
    filter: brightness(1.12);
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.lrn-prog .enroll-btn:focus {
    outline: 3px solid #B33205;
    outline-offset: 3px
}

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

.lrn-prog .pd-flex h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
    background: linear-gradient(90deg, #B33205, #6F4CF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lrn-prog .pd-text {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 32px;
    align-items: start
}

.lrn-prog .pd-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #2a2a35;
    margin: 0
}

.lrn-prog .pd-aside {
    font-size: 16px;
    line-height: 1.5;
    color: #6F4CF2;
    background: #6f4cf212;
    border-radius: 9px;
    padding: 20px;
    margin-top: 4px
}

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

.lrn-prog .module-list li {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 20px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 1px 2px -2px #6f4cf20d 0 4px 22px -2px #6f4cf21a;
    transition: box-shadow .18s ease-out, border-color .18s ease-out;
    border: 2px solid transparent
}

.lrn-prog .module-list li:hover {
    border-color: #6F4CF2;
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.lrn-prog .module-list li i {
    color: #6F4CF2;
    flex-shrink: 0;
    margin-top: 2px
}

.lrn-prog .module-list li span {
    font-size: 18px;
    line-height: 1.5;
    color: #2a2a35
}

.lrn-prog .accent-sent {
    background: #fef2dbcc;
    border-radius: 5px;
    padding: 4px 8px;
    color: #B33205 !important
}

.lrn-prog .divider-shape {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative
}

.lrn-prog .divider-shape::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #6f4cf226
}

.lrn-prog .divider-shape .d-gem {
    width: 12px;
    height: 12px;
    background: #6F4CF2;
    transform: rotate(45deg);
    border-radius: 2px;
    position: relative;
    z-index: 1
}

.lrn-prog .faq-block {
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #2a1a5e
}

.lrn-prog .faq-block .fb-bg {
    position: absolute;
    inset: 0;
    background-image: url(./image_storage/carousel_08.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    pointer-events: none
}

.lrn-prog .faq-block .fb-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.lrn-prog .faq-block h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 20px;
    color: #FEF2DB;
    text-align: center;
    grid-column: 1 / -1;
    background: linear-gradient(90deg, #FEF2DB, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lrn-prog .faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lrn-prog .faq-item {
    background: #ffffff0f;
    border-radius: 9px;
    padding: 20px;
    border: 1px solid #fef2db26;
    transition: border-color .15s ease-out, background .15s ease-out
}

.lrn-prog .faq-item:hover {
    border-color: #6f4cf299;
    background: #6f4cf21f
}

.lrn-prog .faq-item h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #FEF2DB;
    margin: 0 0 8px
}

.lrn-prog .faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffbf;
    margin: 0
}

@media (max-width: 960px) {
    .lrn-prog .title-block .t-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lrn-prog .t-img-wrap img {
        height: 240px
    }

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

    .lrn-prog .pd-fixed {
        flex-direction: row;
        flex-wrap: wrap
    }

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

    .lrn-prog .faq-block .fb-inner {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .lrn-prog .faq-block h2 {
        grid-column: 1
    }

    .lrn-prog .t-text h1 {
        font-size: 40px
    }
}

@media (max-width: 480px) {
    .lrn-prog .title-block {
        padding: 80px 20px 32px
    }

    .lrn-prog .t-text h1 {
        font-size: 28px
    }

    .lrn-prog .prog-detail {
        padding: 32px 20px
    }

    .lrn-prog .pd-flex h2 {
        font-size: 28px
    }

    .lrn-prog .pd-text {
        grid-template-columns: 1fr
    }

    .lrn-prog .faq-block {
        padding: 32px 20px
    }

    .lrn-prog .faq-block h2 {
        font-size: 28px
    }

    .lrn-prog .price-main {
        font-size: 28px
    }
}

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

.abt-us .hero-band {
    position: relative;
    padding: 64px 20px 96px;
    background: linear-gradient(127deg, #6F4CF2 0%, #B33205 100%);
    overflow: hidden
}

.abt-us .hero-band::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -60px;
    width: 320px;
    height: 320px;
    background: #B33205;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .35;
    pointer-events: none
}

.abt-us .hero-band::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -40px;
    width: 280px;
    height: 280px;
    background: #6F4CF2;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .4;
    pointer-events: none
}

.abt-us .hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    position: relative;
    z-index: 1
}

.abt-us .hero-text {
    flex: 1 1 0
}

.abt-us .hero-label {
    display: inline-block;
    background: #fef2db2e;
    color: #FEF2DB;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 4px 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.abt-us .hero-h1 {
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #FEF2DB;
    margin: 0 0 20px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(127deg, #FEF2DB 30%, #fff 100%)
}

.abt-us .hero-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #fef2dbe0;
    margin: 0 0 32px;
    max-width: 480px
}

.abt-us .hero-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.abt-us .btn-prim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FEF2DB;
    color: #6F4CF2;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: brightness .15s ease-out;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.abt-us .btn-prim:hover {
    filter: brightness(1.07)
}

.abt-us .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #FEF2DB;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 9px;
    border: 2px solid #fef2db80;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease
}

.abt-us .btn-ghost:hover {
    border-color: #FEF2DB;
    background: #fef2db1a
}

.abt-us .hero-img-col {
    flex: 0 0 420px;
    position: relative
}

.abt-us .hero-img-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #fef2db40;
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.abt-us .hero-img-frame img {
    display: block;
    width: 420px;
    height: 320px;
    object-fit: cover
}

.abt-us .hero-img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6f4cf22e 0%, #b3320538 100%);
    pointer-events: none
}

.abt-us .corner-bracket {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none
}

.abt-us .corner-bracket.tl {
    top: -4px;
    left: -4px;
    border-top: 3px solid #FEF2DB;
    border-left: 3px solid #FEF2DB;
    border-radius: 2px 0 0 0
}

.abt-us .corner-bracket.br {
    bottom: -4px;
    right: -4px;
    border-bottom: 3px solid #FEF2DB;
    border-right: 3px solid #FEF2DB;
    border-radius: 0 0 2px 0
}

.abt-us .stats-strip {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap
}

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

.abt-us .stat-num {
    font-size: 28px;
    font-weight: 800;
    color: #FEF2DB;
    line-height: 1.2;
    letter-spacing: -.02em
}

.abt-us .stat-desc {
    font-size: 16px;
    color: #fef2dbb3;
    line-height: 1.5
}

.abt-us .divider-band {
    background: #6F4CF2;
    height: 8px;
    width: 100%
}

.abt-us .about-grid {
    background: #FEF2DB;
    padding: 64px 20px;
    position: relative
}

.abt-us .about-grid-inner {
    max-width: 1100px;
    margin: 0 auto
}

.abt-us .grid-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 64px
}

.abt-us .grid-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 2px -2px #6f4cf20d 0 4px 22px -2px #6f4cf21a;
    position: relative;
    transition: box-shadow .18s ease-out
}

.abt-us .grid-card:hover {
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.abt-us .card-bracket-tl {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    border-top: 2px solid #6F4CF2;
    border-left: 2px solid #6F4CF2;
    border-radius: 2px 0 0 0;
    pointer-events: none
}

.abt-us .card-bracket-br {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #B33205;
    border-right: 2px solid #B33205;
    border-radius: 0 0 2px 0;
    pointer-events: none
}

.abt-us .card-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(127deg, #6F4CF2, #B33205);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.abt-us .card-icon i {
    color: #FEF2DB;
    font-size: 22px
}

.abt-us .card-h {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -.01em;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(127deg, #B33205 0%, #6F4CF2 100%)
}

.abt-us .card-p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2e4a;
    margin: 0
}

.abt-us .card-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .card-list li {
    font-size: 16px;
    line-height: 1.5;
    color: #3a2e4a;
    padding: 8px 12px;
    border-left: 3px solid #6F4CF2;
    background: #6f4cf20d;
    border-radius: 0 5px 5px 0
}

.abt-us .story-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.abt-us .story-left {
    position: relative
}

.abt-us .story-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid #6f4cf22e;
    box-shadow: 0 4px 22px -2px #6f4cf21a
}

.abt-us .story-img-wrap img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover
}

.abt-us .story-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, #6f4cf21f 0%, #b3320526 100%);
    pointer-events: none
}

.abt-us .story-img-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #6f4cf2e0;
    color: #FEF2DB;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 5px;
    z-index: 2
}

.abt-us .story-right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.abt-us .story-h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 8px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(127deg, #B33205 0%, #6F4CF2 100%)
}

.abt-us .story-p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2e4a;
    margin: 0
}

.abt-us .pull-quote {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #6F4CF2;
    background: #6f4cf212;
    border-radius: 9px;
    padding: 20px 20px 20px 32px;
    position: relative;
    margin: 8px 0
}

.abt-us .pull-quote::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background: linear-gradient(180deg, #6F4CF2, #B33205);
    border-radius: 2px
}

.abt-us .story-note {
    font-size: 16px;
    line-height: 1.5;
    color: #B33205;
    background: #b3320512;
    border-radius: 5px;
    padding: 8px 12px;
    font-style: italic
}

.abt-us .team-row {
    margin-top: 64px;
    padding-top: 64px;
    border-top: 2px solid #6f4cf21f
}

.abt-us .team-h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.015em;
    margin: 0 0 32px;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(127deg, #B33205 0%, #6F4CF2 100%)
}

.abt-us .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.abt-us .team-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px -2px #6f4cf20d 0 4px 22px -2px #6f4cf21a;
    transition: box-shadow .15s ease-out
}

.abt-us .team-card:hover {
    box-shadow: 0 9px 44px -2px #6f4cf21f
}

.abt-us .team-img-wrap {
    position: relative;
    overflow: hidden
}

.abt-us .team-img-wrap img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .2s ease-out
}

.abt-us .team-card:hover .team-img-wrap img {
    transform: scale(1.04)
}

.abt-us .team-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, #6f4cf240 100%);
    pointer-events: none
}

.abt-us .team-info {
    padding: 20px
}

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

.abt-us .team-role {
    font-size: 16px;
    color: #6F4CF2;
    margin: 0 0 8px;
    line-height: 1.5
}

.abt-us .team-bio {
    font-size: 16px;
    line-height: 1.5;
    color: #3a2e4a;
    margin: 0
}

.abt-us .link-underline {
    display: inline-block;
    position: relative;
    color: #6F4CF2;
    text-decoration: none;
    font-weight: 600
}

.abt-us .link-underline::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -2px;
    height: 2px;
    background: #B33205;
    border-radius: 2px;
    transition: left .18s ease-out, right .18s ease-out
}

.abt-us .link-underline:hover::after {
    left: 0;
    right: 0
}

.abt-us .color-reveal {
    animation: colorReveal .6s ease-out both
}

@keyframes colorReveal {
    from {
        opacity: 0;
        filter: saturate(0)
    }

    to {
        opacity: 1;
        filter: saturate(1)
    }
}

.abt-us .scale-in {
    animation: scaleIn .2s ease-out both
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.97)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

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

    .abt-us .hero-img-col {
        flex: 0 0 auto;
        width: 100%
    }

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

    .abt-us .hero-h1 {
        font-size: 56px
    }

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

    .abt-us .story-row {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

@media (max-width: 480px) {
    .abt-us .hero-h1 {
        font-size: 40px
    }

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

    .abt-us .stats-strip {
        gap: 20px
    }

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

    .abt-us .hero-band {
        padding: 32px 20px 64px
    }

    .abt-us .about-grid {
        padding: 32px 20px
    }
}

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

.success-page .card {
    max-width: 540px;
    width: 100%;
    background: #FEF2DB;
    border-radius: 16px;
    padding: 64px 32px;
    box-shadow: 0 4px 22px -2px #6f4cf21a;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.success-page .icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #6F4CF2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

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

.success-page .heading {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1035;
    text-align: center;
    margin: 0;
    background: linear-gradient(120deg, #6F4CF2, #B33205);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success-page .body-text {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3050;
    text-align: center;
    margin: 0;
    max-width: 400px
}

.success-page .divider {
    width: 48px;
    height: 2px;
    background: #6F4CF2;
    border-radius: 2px;
    opacity: .35
}

.success-page .back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 12px 32px;
    background: #6F4CF2;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 9px;
    text-decoration: none;
    transition: brightness .15s ease-out;
    box-shadow: 0 1px 2px -2px #6f4cf20d
}

.success-page .back-link:hover {
    filter: brightness(1.12)
}

.success-page .back-link:focus-visible {
    outline: 2px solid #6F4CF2;
    outline-offset: 3px
}

@media (max-width: 480px) {
    .success-page {
        padding: 32px 12px
    }

    .success-page .card {
        padding: 32px 20px;
        gap: 20px
    }

    .success-page .heading {
        font-size: 22px
    }
}