@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/300-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/500-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto@latest/700-italic.css";

html {
    box-sizing: border-box;
    font-size: 100%
}

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

html,
body {
    margin: 0
}

body {
    min-height: 100dvh;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif
}

.brand-header {
    background: linear-gradient(135deg, #1a0533 0%, #2d0a5e 45%, #0e2a3a 100%);
    position: relative;
    overflow: hidden
}

.brand-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #15E6F1 0%, #8B24DF 50%, #15E6F1 100%)
}

.brand-header-top {
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 48px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px
}

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

.brand-identity-name {
    font-size: 26px;
    font-weight: 700;
    color: #FFFFF7;
    letter-spacing: -.03em;
    line-height: 1.2;
    white-space: nowrap
}

.brand-identity-name span {
    color: #15E6F1
}

.logo-frame {
    width: 48px;
    height: 48px;
    border: 1px solid #15e6f166;
    border-radius: 3px 40px 3px 3px;
    background: #fffff714;
    box-shadow: -1px 1px 3px -2px #15e6f10f -1px 7px 25px -2px #15e6f114;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    flex-shrink: 0
}

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

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #15e6f114;
    border: 1px solid #15e6f140;
    border-radius: 40px;
    padding: 8px 16px;
    flex-shrink: 0
}

.trust-badge-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.trust-badge-text {
    font-size: 14px;
    font-weight: 500;
    color: #15E6F1;
    line-height: 1.4;
    white-space: nowrap
}

.trust-badge-sub {
    font-size: 14px;
    color: #fffff78c;
    font-weight: 300;
    line-height: 1.4
}

.brand-header-nav {
    background: #00000040;
    border-top: 1px solid #fffff714
}

.brand-header-nav-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: stretch;
    gap: 0
}

.primary-menu {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    flex-wrap: wrap
}

.primary-menu li {
    display: flex;
    align-items: stretch
}

.primary-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fffff7bf;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.4;
    border-bottom: 2px solid transparent;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .45s ease-in-out;
    white-space: nowrap;
    position: relative
}

.primary-menu a:hover {
    color: #15E6F1;
    border-bottom-color: #15E6F1;
    opacity: 1
}

.primary-menu a:focus {
    outline: none;
    color: #15E6F1;
    border-bottom-color: #8B24DF
}

.primary-menu a:focus::after {
    content: attr(data-label);
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFF7;
    background: #8B24DF;
    padding: 2px 8px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none
}

.primary-menu a i {
    font-size: 14px;
    opacity: .7
}

.nav-divider {
    width: 1px;
    background: #fffff71a;
    margin: 12px 0;
    flex-shrink: 0
}

.contact-strip {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 0 0 24px
}

.contact-strip-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fffff78c;
    text-decoration: none;
    line-height: 1.4;
    transition: color .5s ease-in-out
}

.contact-strip-item:hover {
    color: #15E6F1
}

.contact-strip-item i {
    font-size: 14px;
    color: #8B24DF
}

.site-footer {
    background: #0f0f1a;
    border-top: 1px solid #8b24df33
}

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

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

.footer-brand-row {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer-logo-frame {
    width: 44px;
    height: 44px;
    border: 1px solid #15e6f14d;
    border-radius: 3px 3px 40px 3px;
    background: #fffff70d;
    box-shadow: -1px 1px 3px -2px #15e6f10f -1px 7px 25px -2px #15e6f114;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    flex-shrink: 0
}

.footer-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-size: 26px;
    font-weight: 700;
    color: #FFFFF7;
    letter-spacing: -.03em;
    line-height: 1.2
}

.footer-brand-name span {
    color: #15E6F1
}

.footer-brand-desc {
    font-size: 14px;
    color: #fffff773;
    line-height: 1.6;
    font-weight: 300
}

.footer-contact-zone {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-zone-label {
    font-size: 14px;
    font-weight: 700;
    color: #8B24DF;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.4
}

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

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

.footer-contact-list i {
    font-size: 14px;
    color: #15E6F1;
    margin-top: 2px;
    flex-shrink: 0
}

.footer-contact-list a,
.footer-contact-list span {
    font-size: 14px;
    color: #fffff799;
    line-height: 1.6;
    text-decoration: none;
    transition: color .5s ease-in-out
}

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

.footer-policy-zone {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.footer-policy-links a {
    font-size: 14px;
    color: #fffff78c;
    text-decoration: none;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.footer-policy-links a:hover {
    color: #FFFFF7
}

.footer-policy-links a i {
    font-size: 14px;
    color: #8B24DF;
    opacity: .7
}

.footer-policy-links a:focus {
    outline: none;
    color: #15E6F1
}

.footer-policy-links a:focus::before {
    content: attr(data-label);
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 14px;
    color: #FFFFF7;
    background: #8B24DF;
    padding: 2px 8px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none
}

.footer-policy-links li {
    position: relative
}

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

.footer-copyright {
    font-size: 14px;
    color: #fffff74d;
    line-height: 1.4;
    font-weight: 300
}

.footer-accent-bar {
    height: 2px;
    background: linear-gradient(90deg, #8B24DF 0%, #15E6F1 100%);
    width: 64px;
    border-radius: 3px
}

@media (max-width: 1280px) {
    .brand-header-top {
        padding: 24px 24px 16px
    }

    .brand-header-nav-inner {
        padding: 0 24px
    }

    .footer-upper {
        padding: 48px 24px 24px
    }

    .footer-lower {
        padding: 24px
    }
}

@media (max-width: 768px) {
    .brand-header-top {
        padding: 16px;
        gap: 16px;
        flex-wrap: wrap
    }

    .trust-badge-sub {
        display: none
    }

    .brand-header-nav-inner {
        padding: 0 16px;
        flex-direction: column
    }

    .contact-strip {
        display: none
    }

    .primary-menu a {
        padding: 16px
    }

    .footer-upper {
        grid-template-columns: 1fr;
        padding: 48px 16px 24px;
        gap: 24px
    }

    .footer-lower {
        padding: 24px 16px
    }
}

@media (max-width: 480px) {
    .brand-identity-name {
        font-size: 26px
    }

    .primary-menu {
        gap: 0
    }

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

    .trust-badge {
        display: none
    }
}

.policy-h-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px;
    color: #2d2d2d
}

.policy-h-content p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 24px;
    color: #2d2d2d
}

.policy-h-content ul,
.policy-h-content ol {
    margin: 0 0 24px;
    padding-left: 24px
}

.policy-h-content li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #2d2d2d
}

.policy-h-content ul li {
    list-style: none;
    padding-left: 16px;
    position: relative
}

.policy-h-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8B24DF
}

.policy-h-content ol {
    list-style: decimal
}

.policy-h-content ol li {
    padding-left: 8px
}

.policy-h-content strong,
.policy-h-content b {
    font-weight: 700;
    color: #1e1e2e
}

.policy-h-content em,
.policy-h-content i {
    font-style: italic;
    color: #3a3a4a
}

.policy-h-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 48px;
    font-size: 14px;
    box-shadow: -1px 7px 25px -2px #15e6f114;
    border-radius: 3px;
    overflow: hidden
}

.policy-h-content thead {
    background: linear-gradient(135deg, #8B24DF 0%, #15E6F1 100%)
}

.policy-h-content thead th {
    color: #FFFFF7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 24px;
    text-align: left;
    letter-spacing: -.01em
}

.policy-h-content tbody tr {
    border-bottom: 1px solid #15e6f126;
    transition: background .5s ease-in-out
}

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

.policy-h-content tbody tr:hover {
    background: #15e6f10d
}

.policy-h-content td {
    font-size: 14px;
    line-height: 1.6;
    padding: 16px 24px;
    color: #2d2d2d;
    vertical-align: top
}

.policy-h-content tbody tr:nth-child(even) {
    background: #8b24df08
}

.policy-h-content div {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .policy-h-content {
        padding: 48px 24px
    }

    .policy-h-content table {
        display: none
    }

    .policy-h-content thead {
        display: none
    }

    .policy-h-content tbody,
    .policy-h-content tr,
    .policy-h-content td {
        display: block;
        width: 100%
    }

    .policy-h-content tbody tr {
        margin-bottom: 16px;
        border: 1px solid #15e6f133;
        border-radius: 3px;
        box-shadow: -1px 1px 3px -2px #15e6f10f;
        overflow: hidden
    }

    .policy-h-content td {
        padding: 8px 16px;
        border-bottom: 1px solid #15e6f11a
    }

    .policy-h-content td:last-child {
        border-bottom: none
    }

    .policy-h-content td[data-label]::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 14px;
        color: #8B24DF;
        margin-bottom: 4px
    }
}

@media (max-width: 480px) {
    .policy-h-content {
        padding: 48px 16px
    }

    .policy-h-content ul,
    .policy-h-content ol {
        padding-left: 16px
    }
}

.about-us-page {
    background: #FFFFF7;
    overflow-x: clip
}

.about-us-page .split-panel {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.about-us-page .split-left {
    flex: 0 0 60%;
    position: relative
}

.about-us-page .split-right {
    flex: 1
}

.about-us-page .page-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8B24DF;
    display: block;
    margin-bottom: 16px;
    line-height: 1.2
}

.about-us-page .page-heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #1a1a2e;
    margin: 0 0 24px;
    overflow: hidden
}

.about-us-page .page-heading span {
    display: inline-block;
    background: linear-gradient(253deg, #15E6F1, #8B24DF, #15E6F1);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: sweep-color 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes sweep-color {
    0% {
        background-position: 100% center
    }

    100% {
        background-position: 0 center
    }
}

.about-us-page .page-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #2d2d3a;
    margin: 0 0 24px;
    max-width: 520px
}

.about-us-page .accent-stripe {
    width: 48px;
    height: 4px;
    background: linear-gradient(253deg, #15E6F1, #8B24DF);
    border-radius: 3px;
    margin-bottom: 24px
}

.about-us-page .hero-image-frame {
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.about-us-page .hero-image-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: -1px 7px 25px -2px #15e6f114 -1px 12px 36px -2px #15e6f11a
}

.about-us-page .corner-border {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.about-us-page .corner-border::before,
.about-us-page .corner-border::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-color: #15E6F1;
    border-style: solid
}

.about-us-page .corner-border::before {
    top: 8px;
    left: 8px;
    border-width: 2px 0 0 2px
}

.about-us-page .corner-border::after {
    bottom: 8px;
    right: 8px;
    border-width: 0 2px 2px 0
}

.about-us-page .zigzag-divider {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.about-us-page .zigzag-divider svg {
    display: block;
    width: 100%
}

.about-us-page .mission-band {
    background: linear-gradient(253deg, #15E6F1 0%, #8B24DF 100%);
    padding: 96px 48px
}

.about-us-page .mission-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 48px;
    align-items: start
}

.about-us-page .mission-side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.about-us-page .mission-stat {
    background: #fffff726;
    border-radius: 3px;
    padding: 24px;
    box-shadow: inset 0 1px 0 #fffff740 inset 0 -1px 0 #8b24df33;
    transition: background .55s ease-in-out
}

.about-us-page .mission-stat:hover {
    background: #fffff740;
    box-shadow: -1px 7px 25px -2px #8b24df14
}

.about-us-page .mission-stat-number {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFF7;
    letter-spacing: -.03em;
    display: block
}

.about-us-page .mission-stat-label {
    font-size: 14px;
    line-height: 1.6;
    color: #fffff7d9
}

.about-us-page .mission-center {
    text-align: center
}

.about-us-page .mission-heading {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #FFFFF7;
    line-height: 1.4;
    margin: 0 0 24px
}

.about-us-page .mission-text {
    font-size: 14px;
    line-height: 1.9;
    color: #fffff7e6;
    margin: 0 0 16px
}

.about-us-page .mission-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    margin-top: 24px;
    box-shadow: -1px 12px 36px -2px #8b24df1a
}

.about-us-page .team-area {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px
}

.about-us-page .team-top {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 48px
}

.about-us-page .team-intro {
    flex: 1
}

.about-us-page .team-heading {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2d2d3a;
    line-height: 1.4;
    margin: 0 0 16px
}

.about-us-page .team-text {
    font-size: 14px;
    line-height: 1.9;
    color: #2d2d3a;
    margin: 0
}

.about-us-page .team-image-col {
    flex: 0 0 40%
}

.about-us-page .team-image-col img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
    box-shadow: -1px 7px 25px -2px #15e6f114
}

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

.about-us-page .member-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 3px;
    background: #FFFFF7;
    box-shadow: -1px 1px 3px -2px #15e6f10f -1px 7px 25px -2px #15e6f114;
    transition: box-shadow .55s ease-in-out;
    position: relative;
    overflow: hidden
}

.about-us-page .member-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #15E6F1, #8B24DF);
    transition: left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .member-card:hover::after {
    left: 0
}

.about-us-page .member-card:hover {
    box-shadow: -1px 12px 36px -2px #8b24df1a
}

.about-us-page .member-portrait {
    width: 80px;
    height: 112px;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
    flex-shrink: 0;
    box-shadow: -1px 7px 25px -2px #8b24df14
}

.about-us-page .member-info {
    flex: 1
}

.about-us-page .member-name {
    font-size: 14px;
    font-weight: 700;
    color: #2d2d3a;
    line-height: 1.4;
    margin: 0 0 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.about-us-page .member-role {
    font-size: 14px;
    color: #8B24DF;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px
}

.about-us-page .member-quote {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a5a;
    margin: 0
}

.about-us-page .member-no-portrait {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: linear-gradient(253deg, #15e6f126, #8b24df26);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-us-page .member-no-portrait .pe-7s-user {
    font-size: 26px;
    color: #8B24DF
}

.about-us-page .subscribe-band {
    background: #15e6f10a;
    padding: 96px 48px
}

.about-us-page .subscribe-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: center
}

.about-us-page .subscribe-text {
    flex: 1
}

.about-us-page .subscribe-heading {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2d2d3a;
    line-height: 1.4;
    margin: 0 0 16px
}

.about-us-page .subscribe-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #4a4a5a;
    margin: 0
}

.about-us-page .subscribe-form-area {
    flex: 0 0 420px
}

.about-us-page .subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .field-label {
    font-size: 14px;
    font-weight: 600;
    color: #2d2d3a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    line-height: 1.4
}

.about-us-page .field-label .pe-7s-mail {
    color: #8B24DF;
    font-size: 14px
}

.about-us-page .email-input {
    width: 100%;
    padding: 16px;
    border: 2px solid #15e6f14d;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    color: #2d2d3a;
    background: #FFFFF7;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    box-sizing: border-box
}

.about-us-page .email-input::placeholder {
    color: #2d2d3a66
}

.about-us-page .email-input:focus {
    outline: none;
    border-color: #15E6F1;
    box-shadow: -1px 7px 25px -2px #15e6f114
}

.about-us-page .consent-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.about-us-page .consent-check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #8B24DF;
    margin-top: 2px;
    cursor: pointer
}

.about-us-page .consent-label {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a5a;
    cursor: pointer
}

.about-us-page .consent-label .pe-7s-check {
    color: #15E6F1;
    font-size: 14px;
    margin-right: 4px
}

.about-us-page .submit-button {
    padding: 16px 48px;
    background: #8B24DF;
    color: #FFFFF7;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: -1px 7px 25px -2px #8b24df14;
    align-self: flex-start
}

.about-us-page .submit-button:hover {
    background: #7a1fc7;
    box-shadow: -1px 12px 36px -2px #8b24df1a
}

.about-us-page .submit-button:focus {
    outline: 3px solid #15E6F1;
    outline-offset: 3px
}

.about-us-page .submit-button.shake {
    animation: btn-shake .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes btn-shake {

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

    20% {
        transform: translateX(-6px)
    }

    40% {
        transform: translateX(6px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(4px)
    }
}

.about-us-page .projects-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #8B24DF;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .04em;
    transition: opacity .45s ease-in-out;
    margin-top: 8px
}

.about-us-page .projects-link:hover {
    opacity: .7
}

.about-us-page .projects-link .pe-7s-angle-right {
    font-size: 14px
}

@media (max-width: 1280px) {
    .about-us-page .split-panel {
        padding: 96px 48px
    }

    .about-us-page .mission-inner {
        grid-template-columns: 1fr 2fr
    }

    .about-us-page .mission-side:last-child {
        display: none
    }
}

@media (max-width: 768px) {
    .about-us-page .split-panel {
        flex-direction: column;
        padding: 48px 24px
    }

    .about-us-page .split-left {
        flex: none;
        width: 100%
    }

    .about-us-page .page-heading {
        font-size: 26px
    }

    .about-us-page .mission-band {
        padding: 48px 24px
    }

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

    .about-us-page .mission-side:last-child {
        display: none
    }

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

    .about-us-page .team-top {
        flex-direction: column
    }

    .about-us-page .team-image-col {
        flex: none;
        width: 100%
    }

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

    .about-us-page .subscribe-band {
        padding: 48px 24px
    }

    .about-us-page .subscribe-inner {
        flex-direction: column;
        gap: 48px
    }

    .about-us-page .subscribe-form-area {
        flex: none;
        width: 100%
    }
}

@media (max-width: 480px) {
    .about-us-page .page-heading {
        font-size: 26px
    }

    .about-us-page .split-panel {
        padding: 48px 16px
    }

    .about-us-page .mission-band {
        padding: 48px 16px
    }

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

    .about-us-page .subscribe-band {
        padding: 48px 16px
    }

    .about-us-page .member-card {
        flex-direction: column
    }
}

.contact-us-page {
    background-color: #f5f5ef;
    overflow-x: clip
}

.contact-us-page .reach-band {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 48px;
    align-items: start
}

.contact-us-page .reach-left {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.contact-us-page .reach-eyebrow {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .reach-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.contact-us-page .reach-dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #15E6F1;
    flex-shrink: 0
}

.contact-us-page .reach-label-text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8B24DF
}

.contact-us-page .reach-heading {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #1a1208;
    margin: 0
}

.contact-us-page .reach-heading span {
    color: #8B24DF
}

.contact-us-page .reach-subtext {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3830;
    max-width: 520px;
    margin: 0
}

.contact-us-page .reach-anchor {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.2;
    color: #15E6F1;
    opacity: .13;
    text-align: right;
    user-select: none;
    pointer-events: none;
    padding-top: 96px
}

.contact-us-page .divider-ticked {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: 100%;
    overflow: hidden
}

.contact-us-page .divider-ticked::before,
.contact-us-page .divider-ticked::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #c8c8b8;
    flex: 1
}

.contact-us-page .divider-ticks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0 16px
}

.contact-us-page .divider-tick {
    width: 1px;
    height: 8px;
    background-color: #8B24DF;
    opacity: .4
}

.contact-us-page .form-panel {
    background-color: #FFFFF7;
    border-radius: 40px;
    padding: 48px;
    box-shadow: -1px 7px 25px -2px #8b24df14 -1px 12px 36px -2px #8b24df1a;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-us-page .form-panel-heading {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #1a1208;
    margin: 0;
    text-transform: uppercase
}

.contact-us-page .form-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .form-row label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #3a3830;
    letter-spacing: .06em;
    text-transform: uppercase
}

.contact-us-page .form-row input[type="text"],
.contact-us-page .form-row input[type="email"],
.contact-us-page .form-row input[type="tel"] {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #d4d4c4;
    border-radius: 3px;
    background-color: #f5f5ef;
    font-size: 14px;
    line-height: 1.6;
    color: #1a1208;
    outline: none;
    transition: border-color .55s ease-in-out, box-shadow .55s ease-in-out;
    box-sizing: border-box
}

.contact-us-page .form-row input[type="text"]::placeholder,
.contact-us-page .form-row input[type="email"]::placeholder,
.contact-us-page .form-row input[type="tel"]::placeholder {
    color: #1a120866
}

.contact-us-page .form-row input[type="text"]:focus,
.contact-us-page .form-row input[type="email"]:focus,
.contact-us-page .form-row input[type="tel"]:focus {
    border-color: #8B24DF;
    box-shadow: -1px 1px 3px -2px #8b24df0f -1px 7px 25px -2px #8b24df14
}

.contact-us-page .services-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .services-group-label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #3a3830;
    letter-spacing: .06em;
    text-transform: uppercase
}

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

.contact-us-page .checkbox-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.contact-us-page .checkbox-list input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #8B24DF;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 3px
}

.contact-us-page .checkbox-list .check-label {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3830;
    cursor: pointer
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background-color: #f0f0e8;
    border-radius: 3px
}

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

.contact-us-page .privacy-text {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3830;
    margin: 0
}

.contact-us-page .privacy-text a {
    color: #8B24DF;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .5s ease-in-out
}

.contact-us-page .privacy-text a:hover {
    opacity: .7
}

.contact-us-page .submit-button {
    padding: 16px 48px;
    background-color: #8B24DF;
    color: #FFFFF7;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: -1px 7px 25px -2px #8b24df14;
    transition: background-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .submit-button:hover {
    background-color: #7318c4;
    box-shadow: -1px 12px 36px -2px #8b24df1a
}

.contact-us-page .submit-button:focus {
    outline: 2px solid #15E6F1;
    outline-offset: 3px
}

.contact-us-page .submit-button:active {
    background-color: #5e0fa8
}

@keyframes shake-once {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-6px)
    }

    40% {
        transform: translateX(6px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(4px)
    }

    100% {
        transform: translateX(0)
    }
}

.contact-us-page .submit-button:invalid-feedback {
    animation: shake-once .55s ease-in-out
}

.contact-us-page .details-band {
    background: linear-gradient(253deg, #FFFFF7, transparent), linear-gradient(180deg, #ece9f7 0%, #e8f9fa 100%);
    border-top: 1px solid #d4d4c4
}

.contact-us-page .details-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

.contact-us-page .details-intro {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .details-intro-heading {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #1a1208;
    margin: 0;
    text-transform: uppercase
}

.contact-us-page .details-intro-text {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3830;
    margin: 0
}

.contact-us-page .detail-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background-color: #FFFFF7;
    border-radius: 3px;
    box-shadow: -1px 1px 3px -2px #15e6f10f -1px 7px 25px -2px #15e6f114;
    transition: box-shadow .55s ease-in-out, transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .detail-card:hover {
    box-shadow: -1px 12px 36px -2px #15e6f11a;
    transform: translateY(-2px)
}

.contact-us-page .detail-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8f9fa;
    border-radius: 3px;
    flex-shrink: 0
}

.contact-us-page .detail-card-icon .pe-7s-mail,
.contact-us-page .detail-card-icon .pe-7s-call,
.contact-us-page .detail-card-icon .pe-7s-map-marker {
    font-size: 20px;
    color: #8B24DF
}

.contact-us-page .detail-card-label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8B24DF;
    margin: 0
}

.contact-us-page .detail-card-value {
    font-size: 14px;
    line-height: 1.6;
    color: #1a1208;
    margin: 0;
    word-break: break-word
}

.contact-us-page .detail-card-value a {
    color: #1a1208;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.contact-us-page .detail-card-value a:hover {
    color: #8B24DF
}

.contact-us-page .ranked-block {
    grid-column: 1 / -1;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .ranked-heading {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3a3830;
    margin: 0
}

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

.contact-us-page .ranked-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.contact-us-page .ranked-position {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    color: #8B24DF;
    width: 24px;
    flex-shrink: 0;
    text-align: right
}

.contact-us-page .ranked-name {
    font-size: 14px;
    line-height: 1.4;
    color: #3a3830;
    width: 200px;
    flex-shrink: 0
}

.contact-us-page .ranked-bar-track {
    flex: 1;
    height: 6px;
    background-color: #e0e8e8;
    border-radius: 3px;
    overflow: hidden
}

.contact-us-page .ranked-bar-fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #15E6F1, #8B24DF);
    transform-origin: left center;
    animation: bar-appear .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: scaleX(0)
}

@keyframes bar-appear {
    0% {
        transform: scaleX(0.8);
        opacity: 0
    }

    60% {
        transform: scaleX(1.03);
        opacity: 1
    }

    100% {
        transform: scaleX(1);
        opacity: 1
    }
}

.contact-us-page .ranked-score {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #1a1208;
    width: 40px;
    flex-shrink: 0;
    text-align: right
}

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

    .contact-us-page .reach-anchor {
        display: none
    }

    .contact-us-page .details-inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .contact-us-page .details-intro {
        grid-column: 1 / -1
    }

    .contact-us-page .ranked-block {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .contact-us-page .reach-band {
        padding: 48px 24px
    }

    .contact-us-page .reach-heading {
        font-size: 50px
    }

    .contact-us-page .form-panel {
        padding: 24px;
        border-radius: 3px
    }

    .contact-us-page .details-inner {
        grid-template-columns: 1fr;
        padding: 48px 24px;
        gap: 16px
    }

    .contact-us-page .ranked-item {
        flex-wrap: wrap;
        gap: 8px
    }

    .contact-us-page .ranked-name {
        width: auto
    }

    .contact-us-page .ranked-bar-track {
        width: 100%;
        flex: none;
        order: 3
    }
}

@media (max-width: 480px) {
    .contact-us-page .reach-heading {
        font-size: 26px
    }

    .contact-us-page .reach-band {
        padding: 48px 16px
    }

    .contact-us-page .details-inner {
        padding: 48px 16px
    }

    .contact-us-page .submit-button {
        width: 100%;
        text-align: center
    }
}

.launch-page {
    background: #FFFFF7;
    color: #1a1a2e;
    overflow-x: clip
}

.launch-page .spot {
    position: absolute;
    border-radius: 40px;
    filter: blur(80px);
    opacity: .18;
    pointer-events: none;
    z-index: 0
}

.launch-page .title-block {
    position: relative;
    padding: 96px 24px;
    background: #FFFFF7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.launch-page .title-block .spot-a {
    width: 420px;
    height: 320px;
    background: #15E6F1;
    top: -48px;
    left: -96px
}

.launch-page .title-block .spot-b {
    width: 360px;
    height: 280px;
    background: #8B24DF;
    bottom: -24px;
    right: -48px
}

.launch-page .title-block-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto
}

.launch-page .title-eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8B24DF;
    font-weight: 700;
    margin-bottom: 24px
}

.launch-page .title-heading {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 900;
    color: #0d0d1a;
    margin-bottom: 24px
}

.launch-page .title-heading .accent-word {
    color: #8B24DF
}

.launch-page .title-sub {
    font-size: 26px;
    line-height: 1.6;
    color: #2e2e4a;
    max-width: 680px;
    margin: 0 auto 48px
}

.launch-page .title-image-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px
}

.launch-page .title-img-frame {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: -1px 12px 36px -2px #15e6f11a
}

.launch-page .title-img-frame img {
    width: 340px;
    height: 220px;
    object-fit: cover;
    display: block
}

.launch-page .drop-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(-40px);
    animation: letterDrop .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

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

.launch-page .divider-diamond {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 0
}

.launch-page .divider-diamond .line {
    width: 120px;
    height: 1px;
    background: linear-gradient(253deg, #15E6F1, transparent)
}

.launch-page .divider-diamond .line.right {
    background: linear-gradient(73deg, #15E6F1, transparent)
}

.launch-page .divider-diamond .diamond {
    width: 10px;
    height: 10px;
    background: #8B24DF;
    transform: rotate(45deg);
    border-radius: 3px
}

.launch-page .metrics-block {
    background: linear-gradient(253deg, #f0fdfe, #FFFFF7);
    padding: 96px 24px
}

.launch-page .metrics-inner {
    max-width: 1140px;
    margin: 0 auto
}

.launch-page .metrics-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
    color: #15E6F1;
    filter: brightness(0.65);
    margin-bottom: 16px;
    text-align: center
}

.launch-page .metrics-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #0d0d1a;
    text-align: center;
    margin-bottom: 48px
}

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

.launch-page .metric-card {
    background: #FFFFF7;
    border-radius: 40px;
    padding: 48px 24px;
    text-align: center;
    box-shadow: -1px 7px 25px -2px #8b24df14;
    transition: box-shadow .55s ease-in-out, transform .55s ease-in-out
}

.launch-page .metrics-grid:hover .metric-card {
    opacity: .7;
    transform: scale(0.97)
}

.launch-page .metrics-grid:hover .metric-card:hover {
    opacity: 1;
    transform: scale(1.03);
    box-shadow: -1px 12px 36px -2px #8b24df1a
}

.launch-page .metric-number {
    font-size: 66px;
    line-height: 1.2;
    font-weight: 900;
    color: #8B24DF;
    letter-spacing: -.04em
}

.launch-page .metric-arrow {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 8px 0
}

.launch-page .metric-arrow-from {
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
    text-decoration: line-through
}

.launch-page .arrow-svg {
    width: 28px;
    height: 14px
}

.launch-page .metric-arrow-to {
    font-size: 14px;
    font-weight: 700;
    color: #15E6F1;
    filter: brightness(0.7)
}

.launch-page .metric-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #444460;
    margin-top: 8px
}

.launch-page .investment-block {
    padding: 96px 24px;
    background: #0d0d1a;
    position: relative
}

.launch-page .investment-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: center
}

.launch-page .investment-img-col img {
    width: 380px;
    height: 480px;
    object-fit: cover;
    border-radius: 40px;
    display: block;
    box-shadow: -1px 12px 36px -2px #15e6f11a
}

.launch-page .investment-text-col {
    color: #FFFFF7
}

.launch-page .investment-tag {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
    color: #15E6F1;
    margin-bottom: 24px;
    display: block
}

.launch-page .investment-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #FFFFF7;
    margin-bottom: 24px
}

.launch-page .investment-body {
    font-size: 14px;
    line-height: 1.9;
    color: #c8c8e0;
    margin-bottom: 24px
}

.launch-page .investment-tiers {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.launch-page .tier-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #15e6f10f;
    border-radius: 40px;
    padding: 16px 24px;
    border: 1px solid #15e6f11f;
    transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.launch-page .tier-row:hover {
    background: #15e6f11f;
    border-color: #15e6f147
}

.launch-page .tier-name {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFF7;
    text-transform: uppercase;
    letter-spacing: .08em
}

.launch-page .tier-access {
    font-size: 14px;
    color: #c8c8e0
}

.launch-page .tier-price {
    font-size: 26px;
    font-weight: 800;
    color: #15E6F1
}

.launch-page .current-block {
    padding: 96px 24px;
    background: #FFFFF7
}

.launch-page .current-inner {
    max-width: 1140px;
    margin: 0 auto
}

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

.launch-page .current-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #0d0d1a
}

.launch-page .current-heading .accent-word {
    color: #8B24DF
}

.launch-page .current-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px
}

.launch-page .current-body {
    font-size: 14px;
    line-height: 1.9;
    color: #2e2e4a
}

.launch-page .current-images {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px
}

.launch-page .current-img-main {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: -1px 12px 36px -2px #15e6f11a
}

.launch-page .current-img-main img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block
}

.launch-page .current-img-side {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: -1px 7px 25px -2px #8b24df14
}

.launch-page .current-img-side img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block
}

.launch-page .tools-strip {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px
}

.launch-page .tool-badge {
    background: #f0f0fa;
    border-radius: 40px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #2e2e4a;
    border: 1px solid #e0e0f0;
    transition: background .5s ease-in-out, color .5s ease-in-out
}

.launch-page .tool-badge:hover {
    background: #8B24DF;
    color: #FFFFF7;
    border-color: #8B24DF
}

.launch-page .journey-block {
    padding: 96px 24px;
    background: linear-gradient(253deg, #1a0a2e, #0d0d1a);
    position: relative
}

.launch-page .journey-inner {
    max-width: 1140px;
    margin: 0 auto
}

.launch-page .journey-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
    color: #15E6F1;
    margin-bottom: 16px;
    text-align: center
}

.launch-page .journey-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #FFFFF7;
    text-align: center;
    margin-bottom: 48px
}

.launch-page .timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    max-width: 720px;
    margin: 0 auto
}

.launch-page .timeline::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #15E6F1, #8B24DF, transparent)
}

.launch-page .timeline-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 48px;
    position: relative
}

.launch-page .timeline-dot {
    width: 48px;
    height: 48px;
    border-radius: 40px;
    background: #0d0d1a;
    border: 2px solid #15E6F1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: background .55s ease-in-out, border-color .55s ease-in-out
}

.launch-page .timeline-item:hover .timeline-dot {
    background: #15E6F1;
    border-color: #15E6F1
}

.launch-page .timeline-dot-label {
    font-size: 14px;
    font-weight: 900;
    color: #15E6F1;
    transition: color .55s ease-in-out
}

.launch-page .timeline-item:hover .timeline-dot-label {
    color: #0d0d1a
}

.launch-page .timeline-status {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 40px;
    margin-bottom: 8px
}

.launch-page .status-active {
    background: #15e6f126;
    color: #15E6F1
}

.launch-page .status-deep {
    background: #8b24df2e;
    color: #c084fc
}

.launch-page .status-applied {
    background: #fffff71a;
    color: #FFFFF7
}

.launch-page .timeline-content {
    padding-top: 8px
}

.launch-page .timeline-phase {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFF7;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.launch-page .timeline-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #b0b0cc
}

.launch-page .community-block {
    padding: 96px 24px;
    background: #FFFFF7;
    position: relative
}

.launch-page .community-inner {
    max-width: 1140px;
    margin: 0 auto
}

.launch-page .community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.launch-page .community-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.launch-page .community-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #0d0d1a;
    text-transform: uppercase
}

.launch-page .community-body {
    font-size: 14px;
    line-height: 1.9;
    color: #2e2e4a
}

.launch-page .community-profiles {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.launch-page .profile-card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    background: #f8f8ff;
    border-radius: 40px;
    padding: 24px;
    box-shadow: -1px 1px 3px -2px #8b24df0f;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .profile-card:hover {
    box-shadow: -1px 12px 36px -2px #8b24df1a;
    transform: translateY(-4px)
}

.launch-page .profile-portrait {
    width: 80px;
    height: 112px;
    border-radius: 40px;
    overflow: hidden;
    flex-shrink: 0
}

.launch-page .profile-portrait img {
    width: 80px;
    height: 112px;
    object-fit: cover;
    object-position: center;
    display: block
}

.launch-page .profile-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px
}

.launch-page .profile-name {
    font-size: 14px;
    font-weight: 700;
    color: #0d0d1a;
    text-transform: uppercase;
    letter-spacing: .08em
}

.launch-page .profile-role {
    font-size: 14px;
    color: #8B24DF;
    font-weight: 600
}

.launch-page .profile-quote {
    font-size: 14px;
    line-height: 1.6;
    color: #444460
}

.launch-page .gap-block {
    padding: 96px 24px;
    position: relative;
    overflow: hidden
}

.launch-page .gap-diagonal {
    position: absolute;
    inset: 0;
    background: linear-gradient(253deg, #8B24DF 0%, #15E6F1 100%);
    z-index: 0
}

.launch-page .gap-diagonal::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: #FFFFF7;
    clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%)
}

.launch-page .gap-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto
}

.launch-page .gap-top {
    text-align: center;
    margin-bottom: 48px
}

.launch-page .gap-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #FFFFF7;
    margin-bottom: 24px;
    text-transform: uppercase
}

.launch-page .gap-sub {
    font-size: 26px;
    line-height: 1.6;
    color: #fffff7d9;
    max-width: 600px;
    margin: 0 auto
}

.launch-page .gap-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 96px
}

.launch-page .gap-card {
    background: #FFFFF7;
    border-radius: 40px;
    padding: 48px 24px;
    box-shadow: -1px 12px 36px -2px #8b24df1a;
    text-align: center;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .gap-cards:hover .gap-card {
    transform: scale(0.97)
}

.launch-page .gap-cards:hover .gap-card:hover {
    transform: scale(1.03);
    box-shadow: -1px 12px 36px -2px #8b24df24
}

.launch-page .gap-card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.launch-page .gap-card-heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #0d0d1a;
    margin-bottom: 8px
}

.launch-page .gap-card-body {
    font-size: 14px;
    line-height: 1.9;
    color: #444460
}

.launch-page .gap-cta-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 48px
}

.launch-page .btn-primary {
    background: #8B24DF;
    color: #FFFFF7;
    border: none;
    border-radius: 40px;
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    box-shadow: -1px 7px 25px -2px #8b24df14;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out, transform .45s ease-in-out
}

.launch-page .btn-primary:hover {
    background: #7a1fc8;
    box-shadow: -1px 12px 36px -2px #8b24df1a;
    transform: translateY(-2px)
}

.launch-page .btn-primary:focus {
    outline: 3px solid #15E6F1;
    outline-offset: 3px
}

.launch-page .btn-primary.shake {
    animation: shakeBtn .5s ease-in-out
}

@keyframes shakeBtn {

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

    20% {
        transform: translateX(-6px)
    }

    40% {
        transform: translateX(6px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(4px)
    }
}

@media (max-width: 1280px) {
    .launch-page .metrics-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .launch-page .investment-inner {
        grid-template-columns: 300px 1fr
    }

    .launch-page .investment-img-col img {
        width: 300px;
        height: 380px
    }
}

@media (max-width: 768px) {
    .launch-page .title-heading {
        font-size: 50px
    }

    .launch-page .title-sub {
        font-size: 14px
    }

    .launch-page .title-img-frame img {
        width: 280px;
        height: 180px
    }

    .launch-page .metrics-grid {
        grid-template-columns: 1fr 1fr
    }

    .launch-page .metrics-heading {
        font-size: 26px
    }

    .launch-page .investment-inner {
        grid-template-columns: 1fr
    }

    .launch-page .investment-img-col img {
        width: 100%;
        height: 260px
    }

    .launch-page .current-top {
        grid-template-columns: 1fr
    }

    .launch-page .current-heading {
        font-size: 26px
    }

    .launch-page .current-images {
        grid-template-columns: 1fr
    }

    .launch-page .community-grid {
        grid-template-columns: 1fr
    }

    .launch-page .community-heading {
        font-size: 26px
    }

    .launch-page .gap-cards {
        grid-template-columns: 1fr
    }

    .launch-page .gap-heading {
        font-size: 26px
    }

    .launch-page .gap-sub {
        font-size: 14px
    }

    .launch-page .journey-heading {
        font-size: 26px
    }

    .launch-page .investment-heading {
        font-size: 26px
    }
}

@media (max-width: 480px) {
    .launch-page .title-heading {
        font-size: 26px
    }

    .launch-page .metrics-grid {
        grid-template-columns: 1fr
    }

    .launch-page .metric-number {
        font-size: 50px
    }

    .launch-page .title-img-frame img {
        width: 100%;
        height: 160px
    }

    .launch-page .title-image-row {
        flex-direction: column
    }

    .launch-page .timeline::before {
        left: 19px
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 24px;
    background: linear-gradient(253deg, #FFFFF7, transparent), #f4f4ef
}

.success-page .confirmation-card {
    max-width: 1140px;
    width: 100%;
    max-width: 560px;
    background: #fff;
    border-radius: 40px;
    padding: 48px;
    box-shadow: -1px 7px 25px -2px #15e6f114 -1px 12px 36px -2px #15e6f11a;
    text-align: center
}

.success-page .icon-wrapper {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 40px;
    background: linear-gradient(253deg, #15E6F1, #8B24DF);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 3px -2px #8b24df0f -1px 7px 25px -2px #8b24df14
}

.success-page .icon-wrapper svg {
    width: 32px;
    height: 32px;
    stroke: #FFFFF7;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.success-page .confirmation-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1a1a2e;
    margin: 0 0 16px;
    font-weight: 700;
    color: #2a0a4a
}

.success-page .confirmation-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3a5a;
    margin: 0 0 48px
}

.success-page .back-link {
    display: inline-block;
    padding: 16px 48px;
    background: #8B24DF;
    color: #FFFFF7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    transition: opacity .55s ease-in-out, box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -1px 7px 25px -2px #8b24df14
}

.success-page .back-link:hover {
    opacity: .85;
    box-shadow: -1px 12px 36px -2px #8b24df2e
}

.success-page .back-link:focus {
    outline: 2px solid #15E6F1;
    outline-offset: 4px
}

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

    .success-page .confirmation-card {
        padding: 48px 24px
    }

    .success-page .confirmation-heading {
        font-size: 26px
    }
}

.student-projects {
    background: #FFFFF7;
    overflow-x: clip
}

.student-projects .sp-title-block {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
    position: relative
}

.student-projects .sp-title-strip {
    width: 220px;
    min-width: 180px;
    flex-shrink: 0;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: -1px 7px 25px -2px #15e6f114
}

.student-projects .sp-title-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.student-projects .sp-title-strip:hover img {
    transform: scale(1.03)
}

.student-projects .sp-title-strip-tint {
    position: absolute;
    inset: 0;
    background: #8b24df2e;
    border-radius: 40px;
    pointer-events: none
}

.student-projects .sp-title-strip-border {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 40px;
    transition: border-color .5s ease-in-out;
    pointer-events: none
}

.student-projects .sp-title-strip:hover .sp-title-strip-border {
    border-color: #15E6F1
}

.student-projects .sp-title-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    position: relative
}

.student-projects .sp-title-curved {
    position: absolute;
    top: -32px;
    right: -16px;
    width: 260px;
    height: 180px;
    pointer-events: none;
    opacity: .13
}

.student-projects .sp-label {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8B24DF;
    font-weight: 700
}

.student-projects .sp-main-heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1a1a00;
    font-weight: 800;
    margin: 0
}

.student-projects .sp-main-heading .sp-gradient-word {
    background: linear-gradient(253deg, #15E6F1, #8B24DF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.student-projects .sp-subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a2a;
    max-width: 480px;
    margin: 0
}

.student-projects .sp-arrow-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.student-projects .sp-arrow-svg {
    opacity: .38
}

.student-projects .sp-typing-label {
    font-size: 14px;
    line-height: 1.4;
    color: #8B24DF;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: sp-type-in 2.2s .4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-right: 2px solid #8B24DF;
    animation-fill-mode: forwards
}

@keyframes sp-type-in {
    0% {
        width: 0;
        border-right-color: #8B24DF
    }

    80% {
        width: 26ch;
        border-right-color: #8B24DF
    }

    90% {
        width: 26ch;
        border-right-color: transparent
    }

    95% {
        border-right-color: #8B24DF
    }

    100% {
        width: 26ch;
        border-right-color: transparent
    }
}

.student-projects .sp-divider-wave {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.student-projects .sp-projects-list-area {
    background: linear-gradient(253deg, #f0feff, #FFFFF7 80%);
    clip-path: polygon(0 0, 100% 24px, 100% 100%, 0 calc(100% - 24px));
    padding: 96px 48px;
    position: relative
}

.student-projects .sp-projects-list-inner {
    max-width: 1140px;
    margin: 0 auto
}

.student-projects .sp-section-heading {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #1a1a00;
    text-align: center;
    margin: 0 0 8px
}

.student-projects .sp-section-sub {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a3a;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px
}

.student-projects .sp-project-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    padding: 48px 0;
    border-top: 1px solid #15e6f138
}

.student-projects .sp-project-row:last-child {
    border-bottom: 1px solid #15e6f138
}

.student-projects .sp-project-number {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    color: #15e6f147;
    letter-spacing: -.04em;
    min-width: 72px;
    flex-shrink: 0
}

.student-projects .sp-project-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.student-projects .sp-project-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8B24DF;
    font-weight: 700;
    background: #8b24df12;
    padding: 8px 16px;
    border-radius: 3px;
    align-self: flex-start
}

.student-projects .sp-project-name {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a00;
    margin: 0;
    letter-spacing: -.01em
}

.student-projects .sp-project-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3a2a;
    margin: 0;
    max-width: 600px
}

.student-projects .sp-project-tools {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.student-projects .sp-project-tools li {
    font-size: 14px;
    line-height: 1.4;
    color: #2a2a1a;
    background: #FFFFF7;
    border: 1px solid #15e6f166;
    border-radius: 3px;
    padding: 8px 16px;
    box-shadow: -1px 1px 3px -2px #15e6f10f
}

.student-projects .sp-project-tools li::before {
    content: "— ";
    color: #15E6F1;
    font-weight: 700
}

.student-projects .sp-project-author {
    font-size: 14px;
    line-height: 1.4;
    color: #6a6a5a;
    font-style: italic
}

.student-projects .sp-project-author strong {
    color: #8B24DF;
    font-style: normal
}

.student-projects .sp-contrast-area {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px
}

.student-projects .sp-contrast-heading {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #1a1a00;
    text-align: center;
    margin: 0 0 48px
}

.student-projects .sp-before-after {
    display: flex;
    flex-direction: row;
    gap: 0;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: -1px 12px 36px -2px #8b24df1a
}

.student-projects .sp-before-panel {
    flex: 1;
    background: #f5f5ee;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.student-projects .sp-after-panel {
    flex: 1;
    background: linear-gradient(253deg, #8B24DF, #15E6F1);
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.student-projects .sp-panel-label {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800
}

.student-projects .sp-before-panel .sp-panel-label {
    color: #8B24DF
}

.student-projects .sp-after-panel .sp-panel-label {
    color: #fffff7b3
}

.student-projects .sp-panel-heading {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0
}

.student-projects .sp-before-panel .sp-panel-heading {
    color: #2a2a1a
}

.student-projects .sp-after-panel .sp-panel-heading {
    color: #FFFFF7
}

.student-projects .sp-panel-text {
    font-size: 14px;
    line-height: 1.9;
    margin: 0
}

.student-projects .sp-before-panel .sp-panel-text {
    color: #4a4a3a
}

.student-projects .sp-after-panel .sp-panel-text {
    color: #fffff7e0
}

.student-projects .sp-panel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.student-projects .sp-before-panel .sp-panel-list li {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a3a;
    padding-left: 16px;
    position: relative
}

.student-projects .sp-before-panel .sp-panel-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #aaa
}

.student-projects .sp-after-panel .sp-panel-list li {
    font-size: 14px;
    line-height: 1.6;
    color: #fffff7e6;
    padding-left: 16px;
    position: relative
}

.student-projects .sp-after-panel .sp-panel-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #15E6F1
}

.student-projects .sp-panel-divider {
    width: 2px;
    background: #ffffff4d;
    flex-shrink: 0;
    position: relative
}

.student-projects .sp-panel-divider-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 40px;
    background: #FFFFF7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 7px 25px -2px #15e6f114
}

.student-projects .sp-panel-divider-dot span {
    font-size: 14px;
    font-weight: 800;
    color: #8B24DF
}

.student-projects .sp-metrics-area {
    background: #2a1a3a;
    clip-path: polygon(0 24px, 100% 0, 100% calc(100% - 24px), 0 100%);
    padding: 96px 48px;
    position: relative;
    overflow: hidden
}

.student-projects .sp-flicker-dot {
    position: absolute;
    border-radius: 40px;
    pointer-events: none;
    animation: sp-flicker 3.8s ease-in-out infinite
}

.student-projects .sp-flicker-dot.one {
    width: 120px;
    height: 120px;
    background: #15e6f11f;
    top: 16px;
    left: 8%;
    animation-delay: 0s
}

.student-projects .sp-flicker-dot.two {
    width: 80px;
    height: 80px;
    background: #8b24df26;
    bottom: 24px;
    right: 12%;
    animation-delay: 1.6s
}

.student-projects .sp-flicker-dot.three {
    width: 48px;
    height: 48px;
    background: #15e6f117;
    top: 40%;
    right: 6%;
    animation-delay: 2.8s
}

@keyframes sp-flicker {

    0%,
    100% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .6
    }

    80% {
        opacity: .9
    }
}

.student-projects .sp-metrics-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.student-projects .sp-metrics-heading {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #FFFFF7;
    text-align: center;
    margin: 0 0 8px
}

.student-projects .sp-metrics-sub {
    font-size: 14px;
    line-height: 1.6;
    color: #fffff79e;
    text-align: center;
    max-width: 520px;
    margin: 0 auto 48px
}

.student-projects .sp-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.student-projects .sp-metric-card {
    background: #fffff70d;
    border: 1px solid #15e6f12e;
    border-radius: 40px;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: -1px 1px 3px -2px #15e6f10f
}

.student-projects .sp-metric-card:hover {
    background: #15e6f114;
    box-shadow: -1px 7px 25px -2px #15e6f114
}

.student-projects .sp-metric-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.student-projects .sp-metric-number {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.03em;
    background: linear-gradient(253deg, #15E6F1, #8B24DF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.student-projects .sp-metric-label {
    font-size: 14px;
    line-height: 1.6;
    color: #fffff7b3
}

.student-projects .sp-metric-detail {
    font-size: 14px;
    line-height: 1.4;
    color: #fffff76b;
    font-style: italic
}

.student-projects .sp-image-content-area {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.student-projects .sp-image-wrapper {
    flex-shrink: 0;
    position: relative;
    border-radius: 40px;
    overflow: hidden
}

.student-projects .sp-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -1px 12px 36px -2px #15e6f11a
}

.student-projects .sp-image-wrapper:hover img {
    transform: scale(1.02)
}

.student-projects .sp-image-border {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 40px;
    pointer-events: none;
    transition: border-color .5s ease-in-out
}

.student-projects .sp-image-wrapper:hover .sp-image-border {
    border-color: #15E6F1
}

.student-projects .sp-image-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.student-projects .sp-image-heading {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 800;
    color: #1a1a00;
    margin: 0
}

.student-projects .sp-image-para {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3a2a;
    margin: 0
}

.student-projects .sp-accent-box {
    background: #15e6f114;
    border-radius: 3px;
    padding: 24px;
    border-top: 3px solid #15E6F1
}

.student-projects .sp-accent-box-text {
    font-size: 14px;
    line-height: 1.9;
    color: #2a2a1a;
    margin: 0
}

.student-projects .sp-accent-box-text strong {
    color: #8B24DF;
    font-weight: 700
}

@media (max-width: 1280px) {
    .student-projects .sp-title-block {
        padding: 96px 48px
    }

    .student-projects .sp-metrics-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .student-projects .sp-title-block {
        flex-direction: column;
        padding: 48px 24px;
        gap: 24px
    }

    .student-projects .sp-title-strip {
        width: 100%;
        min-width: unset;
        height: 260px
    }

    .student-projects .sp-main-heading {
        font-size: 26px
    }

    .student-projects .sp-projects-list-area {
        padding: 96px 24px;
        clip-path: none
    }

    .student-projects .sp-project-row {
        flex-direction: column;
        gap: 16px
    }

    .student-projects .sp-project-number {
        font-size: 26px
    }

    .student-projects .sp-before-after {
        flex-direction: column;
        border-radius: 40px
    }

    .student-projects .sp-panel-divider {
        width: 100%;
        height: 2px
    }

    .student-projects .sp-panel-divider-dot {
        top: 50%;
        left: 50%
    }

    .student-projects .sp-metrics-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .student-projects .sp-metrics-area {
        clip-path: none;
        padding: 48px 24px
    }

    .student-projects .sp-contrast-area {
        padding: 48px 24px
    }

    .student-projects .sp-image-content-area {
        flex-direction: column;
        padding: 48px 24px
    }

    .student-projects .sp-before-panel,
    .student-projects .sp-after-panel {
        padding: 24px
    }
}

@media (max-width: 480px) {
    .student-projects .sp-title-block {
        padding: 48px 16px
    }

    .student-projects .sp-projects-list-area {
        padding: 48px 16px
    }

    .student-projects .sp-contrast-area {
        padding: 48px 16px
    }

    .student-projects .sp-metrics-area {
        padding: 48px 16px
    }

    .student-projects .sp-image-content-area {
        padding: 48px 16px
    }

    .student-projects .sp-main-heading {
        font-size: 26px
    }
}