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

html {
    font-size: 100%
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: 'Rubik', sans-serif
}

:focus-visible {
    outline: 3px solid #55ECF0;
    outline-offset: 2px
}

.top-strip {
    background: #51101E;
    border-bottom: 1px solid #55ecf02e
}

.top-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.top-strip-contact {
    display: flex;
    align-items: center;
    gap: 32px
}

.top-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffffd1;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .03em;
    text-decoration: none;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.top-contact-item:hover {
    color: #55ECF0
}

.top-contact-item .icon {
    color: #55ECF0;
    font-size: 13px
}

.top-tagline {
    font-size: 13px;
    color: #ffffff80;
    letter-spacing: .06em;
    line-height: 1.5
}

.brand-row {
    background: #0e0608;
    border-bottom: 2px solid #55ecf038;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.brand-row-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 32px
}

.logo-holder {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border: 1px solid #55ecf047;
    border-radius: 11px;
    padding: 8px;
    box-shadow: -1px 1px 3px 0 #55ecf00f -1px 4px 20px 0 #55ecf01a
}

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

.brand-text-group {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.brand-name {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    color: #FFF;
    letter-spacing: .02em
}

.brand-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #55ecf0d9;
    letter-spacing: .05em
}

.brand-proof {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.proof-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    border: 1px solid #55ecf033;
    border-radius: 11px;
    background: #55ecf00d;
    box-shadow: inset 0 1px 0 #55ecf01f inset 0 -1px 0 #51101e2e
}

.proof-num {
    font-size: 21px;
    font-weight: 700;
    color: #55ECF0;
    line-height: 1.1
}

.proof-label {
    font-size: 13px;
    color: #fff9;
    letter-spacing: .04em;
    line-height: 1.5
}

.main-nav-bar {
    background: linear-gradient(90deg, #160508 0%, #1a0810 60%, #51101E 100%);
    border-bottom: 1px solid #55ecf01a
}

.main-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffffc7;
    text-decoration: none;
    letter-spacing: .03em;
    line-height: 1.5;
    border-bottom: 2px solid transparent;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.nav-link .icon {
    font-size: 13px;
    color: #55ecf099;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.nav-link:hover {
    color: #55ECF0;
    border-bottom-color: #55ECF0
}

.nav-link:hover .icon {
    color: #55ECF0
}

.nav-link.active {
    color: #55ECF0;
    border-bottom-color: #55ECF0
}

.site-footer {
    background: #0e0608;
    border-top: 2px solid #55ecf02e;
    box-shadow: -1px 12px 36px 0 #55ecf01c
}

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

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

.footer-logo-wrap {
    border: 1px solid #55ecf040;
    border-radius: 11px;
    padding: 8px;
    box-shadow: -1px 1px 3px 0 #55ecf00f;
    display: inline-flex
}

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

.footer-brand-name {
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1
}

.footer-copy {
    font-size: 13px;
    color: #ffffff73;
    line-height: 1.9
}

.footer-col-head {
    font-size: 13px;
    font-weight: 700;
    color: #55ECF0;
    letter-spacing: .08em;
    line-height: 1.5;
    margin-bottom: 12px;
    text-transform: uppercase
}

.footer-col-desc {
    font-size: 13px;
    color: #ffffff80;
    line-height: 1.9;
    margin-bottom: 16px
}

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

.footer-link-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #ffffffb8;
    text-decoration: none;
    line-height: 1.5;
    transition: color .13s cubic-bezier(0.4, 0, 1, 1)
}

.footer-link-list li a .icon {
    font-size: 13px;
    color: #55ecf080;
    transition: color .13s cubic-bezier(0.4, 0, 1, 1)
}

.footer-link-list li a:hover {
    color: #55ECF0
}

.footer-link-list li a:hover .icon {
    color: #55ECF0
}

.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: flex-start;
    gap: 8px
}

.footer-contact-list li .icon {
    font-size: 13px;
    color: #55ECF0;
    margin-top: 4px;
    flex-shrink: 0
}

.footer-contact-list li a,
.footer-contact-list li span {
    font-size: 13px;
    color: #ffffffa6;
    line-height: 1.9;
    text-decoration: none;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.footer-contact-list li a:hover {
    color: #55ECF0
}

.footer-divider {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    border: none;
    border-top: 1px solid #55ecf01a
}

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer-legal-links a {
    font-size: 13px;
    color: #ffffff73;
    text-decoration: none;
    letter-spacing: .03em;
    line-height: 1.5;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.footer-legal-links a:hover {
    color: #55ECF0
}

.footer-legal-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #55ecf04d;
    display: inline-block
}

.footer-bottom-copy {
    font-size: 13px;
    color: #ffffff59;
    line-height: 1.5
}

.consent-float-btn {
    position: fixed;
    bottom: 32px;
    left: 32px;
    width: 44px;
    height: 44px;
    border-radius: 20px;
    background: #51101E;
    border: 1px solid #55ecf059;
    box-shadow: -1px 4px 20px 0 #55ecf01a;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 7900;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.consent-float-btn:hover {
    background: #6b1528;
    border-color: #55ECF0
}

.consent-float-btn svg {
    display: block
}

.ck-popup {
    position: fixed;
    bottom: 32px;
    left: 32px;
    z-index: 8000;
    width: 320px;
    max-width: calc(100vw - 64px);
    background: #160508;
    border: 1px solid #55ecf047;
    border-radius: 20px;
    padding: 24px;
    box-shadow: -1px 12px 36px 0 #55ecf01c;
    display: none
}

.ck-desc {
    font-size: 13px;
    color: #ffffffb8;
    line-height: 1.9;
    margin-bottom: 8px
}

.ck-uses {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ck-uses li {
    font-size: 13px;
    color: #ffffff8c;
    line-height: 1.5;
    padding-left: 12px;
    position: relative
}

.ck-uses li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #55ECF0
}

.ck-headline {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.5;
    margin-bottom: 12px
}

.ck-btns {
    display: flex;
    gap: 8px
}

.ck-btn {
    flex: 1;
    padding: 12px 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    border-radius: 11px;
    border: 1px solid #55ecf059;
    background: transparent;
    color: #55ECF0;
    cursor: pointer;
    line-height: 1.5;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1);
    min-height: 44px
}

.ck-btn:hover {
    background: #55ECF0;
    color: #0e0608
}

.ck-btn:focus-visible {
    outline: 3px solid #55ECF0;
    outline-offset: 2px
}

@media (max-width: 900px) {
    .footer-main {
        grid-template-columns: 1fr 1fr
    }

    .brand-proof {
        display: none
    }
}

@media (max-width: 600px) {
    .footer-main {
        grid-template-columns: 1fr
    }

    .top-strip-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }

    .top-tagline {
        display: none
    }

    .brand-row-inner {
        padding: 16px
    }

    .main-nav-inner {
        padding: 0 16px
    }

    .nav-link {
        padding: 12px;
        font-size: 13px
    }

    .footer-main {
        padding: 32px 16px 16px
    }

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

.terms-text {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px;
    color: #FFF;
    background: #0e1217;
    line-height: 1.9;
    font-size: 17px
}

.terms-text strong,
.terms-text b {
    color: #55ECF0;
    font-weight: 700;
    letter-spacing: .01em
}

.terms-text em,
.terms-text i {
    color: #c8f8fa;
    font-style: italic
}

.terms-text a {
    color: #55ECF0;
    text-decoration: none;
    border-bottom: 1px solid #55ecf059;
    padding-bottom: 1px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .16s cubic-bezier(0.4, 0, 1, 1)
}

.terms-text a:hover {
    color: #FFF;
    border-bottom-color: #55ECF0
}

.terms-text hr {
    border: none;
    border-top: 1px solid #55ecf02e;
    margin: 48px 0;
    box-shadow: -1px 1px 3px 0 #55ecf00f
}

.terms-text div {
    margin-bottom: 16px
}

.terms-text table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
    margin: 32px 0;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.terms-text thead {
    background: #51101E
}

.terms-text thead th {
    color: #55ECF0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    border-bottom: 2px solid #55ecf04d
}

.terms-text tbody tr {
    background: #ffffff08;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1)
}

.terms-text tbody tr:nth-child(even) {
    background: #55ecf00a
}

.terms-text tbody tr:hover {
    background: #55ecf017
}

.terms-text td {
    padding: 12px 16px;
    color: #FFF;
    border-bottom: 1px solid #ffffff0f;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.5
}

.terms-text th {
    padding: 16px
}

@media (max-width: 700px) {
    .terms-text {
        padding: 32px 16px;
        font-size: 15px
    }

    .terms-text table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 13px
    }

    .terms-text td,
    .terms-text th {
        padding: 8px 12px;
        min-width: 120px
    }
}

.srvdet {
    background: #0e1214;
    color: #FFF;
    overflow-x: clip
}

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

.srvdet .title-band {
    padding: 48px 0 32px;
    position: relative
}

.srvdet .title-band .pg-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px
}

.srvdet .title-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px
}

.srvdet .title-right {
    flex: 0 0 480px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    min-height: 340px
}

.srvdet .title-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.3) sepia(0.6) brightness(0.7)
}

.srvdet .duotone-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #55ecf038 0%, #51101e8c 100%);
    pointer-events: none
}

.srvdet .geo-shape {
    position: absolute;
    opacity: .13;
    pointer-events: none
}

.srvdet .geo-shape.sq {
    width: 64px;
    height: 64px;
    border: 2px solid #55ECF0;
    border-radius: 5px;
    top: 24px;
    right: 24px;
    transform: rotate(18deg)
}

.srvdet .geo-shape.tri {
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 48px solid #51101E;
    bottom: 32px;
    right: 60px
}

.srvdet .tag-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.srvdet .cat-tag {
    font-size: 13px;
    letter-spacing: .08em;
    color: #55ECF0;
    background: #55ecf01a;
    border: 1px solid #55ecf047;
    border-radius: 5px;
    padding: 4px 12px;
    line-height: 1.5
}

.srvdet .user-tag {
    font-size: 13px;
    letter-spacing: .06em;
    color: #FFF;
    background: #51101e8c;
    border: 1px solid #51101eb3;
    border-radius: 5px;
    padding: 4px 12px;
    line-height: 1.5
}

.srvdet .readtime-tag {
    font-size: 13px;
    color: #ffffff80;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvdet .readtime-tag .rt-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #55ecf080;
    display: inline-block
}

.srvdet .title-h1 {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF;
    margin: 0
}

.srvdet .title-desc {
    font-size: 17px;
    line-height: 1.9;
    color: #ffffffb8;
    margin: 0
}

.srvdet .title-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.srvdet .btn-ghost {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #55ECF0;
    background: transparent;
    border: 1px solid #55ecf066;
    border-radius: 5px;
    padding: 12px 32px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.5;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden
}

.srvdet .btn-ghost .btn-icon {
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .12s cubic-bezier(0.4, 0, 1, 1), transform .15s cubic-bezier(0.4, 0, 1, 1);
    display: flex;
    align-items: center
}

.srvdet .btn-ghost .btn-label {
    transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvdet .btn-ghost:hover {
    background: #55ecf01f;
    border-color: #55ECF0;
    color: #55ECF0
}

.srvdet .btn-ghost:hover .btn-icon {
    opacity: 1;
    transform: translateX(0)
}

.srvdet .btn-ghost:hover .btn-label {
    transform: translateX(6px)
}

.srvdet .btn-ghost:focus {
    outline: 2px solid #55ECF0;
    outline-offset: 2px
}

.srvdet .btn-ghost.dark {
    color: #FFF;
    border-color: #ffffff40
}

.srvdet .btn-ghost.dark:hover {
    background: #ffffff14;
    border-color: #ffffff80;
    color: #FFF
}

.srvdet .divider-double {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0
}

.srvdet .divider-double .dl1 {
    height: 1px;
    background: #55ecf04d
}

.srvdet .divider-double .dl2 {
    height: 1px;
    background: #51101e99
}

.srvdet .body-grid {
    padding: 48px 0
}

.srvdet .body-grid .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start
}

.srvdet .body-main {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.srvdet .desc-block {
    font-size: 17px;
    line-height: 1.9;
    color: #ffffffd1
}

.srvdet .desc-block mark {
    background: #55ecf026;
    color: #55ECF0;
    border-radius: 1px;
    padding: 0 4px
}

.srvdet .desc-block h2 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    color: #FFF;
    margin: 16px 0 8px
}

.srvdet .desc-block ul,
.srvdet .desc-block ol {
    padding-left: 16px;
    margin: 8px 0
}

.srvdet .desc-block li {
    margin-bottom: 8px;
    line-height: 1.9
}

.srvdet .desc-block blockquote {
    border-top: 2px solid #55ECF0;
    border-bottom: 2px solid #51101eb3;
    background: #55ecf00d;
    margin: 16px 0;
    padding: 16px 32px;
    border-radius: 5px;
    font-size: 17px;
    color: #ffffffd9;
    line-height: 1.9
}

.srvdet .desc-block dl dt {
    font-weight: 600;
    color: #55ECF0;
    font-size: 15px
}

.srvdet .desc-block dl dd {
    margin: 4px 0 12px 16px;
    color: #ffffffbf;
    font-size: 15px;
    line-height: 1.9
}

.srvdet .prog-block {
    background: #131a1e;
    border-radius: 11px;
    padding: 32px;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.srvdet .prog-block-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.srvdet .prog-block-head .shape-anchor {
    width: 12px;
    height: 12px;
    background: #55ECF0;
    border-radius: 1px;
    transform: rotate(45deg);
    flex-shrink: 0
}

.srvdet .prog-block-head h2 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    color: #FFF;
    margin: 0
}

.srvdet .prog-content {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffc7
}

.srvdet .prog-content h2 {
    font-size: 17px;
    font-weight: 600;
    color: #55ECF0;
    margin: 16px 0 8px;
    line-height: 1.5
}

.srvdet .prog-content p {
    margin: 0 0 8px
}

.srvdet .prog-content ul,
.srvdet .prog-content ol {
    padding-left: 16px;
    margin: 8px 0
}

.srvdet .prog-content li {
    margin-bottom: 8px
}

.srvdet .prog-content blockquote {
    border-top: 1px solid #55ecf04d;
    border-bottom: 1px solid #55ecf026;
    padding: 12px 16px;
    margin: 12px 0;
    color: #ffffffb3;
    font-style: italic
}

.srvdet .prog-content abbr {
    text-decoration: underline dotted #55ecf099;
    color: #55ECF0
}

.srvdet .prog-content figure {
    margin: 12px 0
}

.srvdet .prog-content figcaption {
    font-size: 13px;
    color: #ffffff80;
    margin-top: 4px
}

.srvdet .sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.srvdet .price-card {
    background: linear-gradient(247deg, #131a1e 60%, #51101e59 100%);
    border: 1px solid #55ecf02e;
    border-radius: 11px;
    padding: 32px;
    box-shadow: -1px 12px 36px 0 #55ecf01c
}

.srvdet .price-card .dur-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.srvdet .price-card .dur-label {
    font-size: 13px;
    letter-spacing: .07em;
    color: #ffffff80;
    line-height: 1.5
}

.srvdet .price-card .dur-val {
    font-size: 13px;
    color: #55ECF0;
    line-height: 1.5
}

.srvdet .price-main {
    font-size: 38px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 8px
}

.srvdet .price-terms {
    font-size: 13px;
    color: #ffffff8c;
    line-height: 1.9;
    margin-bottom: 16px
}

.srvdet .price-note {
    font-size: 13px;
    color: #55ecf0cc;
    background: #55ecf012;
    border-radius: 5px;
    padding: 8px 12px;
    line-height: 1.9;
    margin-bottom: 16px
}

.srvdet .price-card .enroll-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    font-size: 15px;
    color: #55ECF0;
    background: transparent;
    border: 1px solid #55ecf066;
    border-radius: 5px;
    padding: 12px 32px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.5;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1);
    box-sizing: border-box
}

.srvdet .price-card .enroll-btn:hover {
    background: #55ecf01f;
    border-color: #55ECF0
}

.srvdet .price-card .enroll-btn:focus {
    outline: 2px solid #55ECF0;
    outline-offset: 2px
}

.srvdet .poll-card {
    background: #131a1e;
    border-radius: 11px;
    padding: 32px;
    box-shadow: -1px 1px 3px 0 #55ecf00f
}

.srvdet .poll-card .poll-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.srvdet .poll-card .poll-shape {
    width: 10px;
    height: 10px;
    border: 2px solid #55ECF0;
    border-radius: 1px;
    flex-shrink: 0
}

.srvdet .poll-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    line-height: 1.5
}

.srvdet .poll-q {
    font-size: 15px;
    color: #fffc;
    line-height: 1.9;
    margin-bottom: 16px
}

.srvdet .poll-options {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvdet .poll-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ffffff1a;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvdet .poll-option:hover {
    border-color: #55ecf04d;
    background: #55ecf00a
}

.srvdet .poll-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #55ecf066;
    background: transparent;
    flex-shrink: 0;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1);
    cursor: pointer
}

.srvdet .poll-option input[type="radio"]:checked {
    border-color: #55ECF0;
    background: #55ECF0;
    box-shadow: inset 0 0 0 3px #131a1e
}

.srvdet .poll-option input[type="radio"]:checked+.poll-opt-label {
    color: #55ECF0
}

.srvdet .poll-opt-label {
    font-size: 15px;
    color: #ffffffb8;
    line-height: 1.5;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1);
    cursor: pointer
}

.srvdet .zigzag-divider {
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 0
}

.srvdet .zigzag-divider svg {
    display: block;
    width: 100%;
    height: 20px
}

.srvdet .img-bg-section {
    position: relative;
    padding: 48px 0;
    overflow: hidden
}

.srvdet .img-bg-section .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.18) saturate(0.4);
    z-index: 0
}

.srvdet .img-bg-section .bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #0e1214d1 0%, #51101e61 100%);
    z-index: 1;
    pointer-events: none
}

.srvdet .glow-anim {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    animation: innerGlow 4s ease-in-out infinite alternate
}

@keyframes innerGlow {
    0% {
        background: radial-gradient(ellipse 60% 40% at 50% 50%, #55ecf00a 0%, transparent 70%)
    }

    100% {
        background: radial-gradient(ellipse 60% 40% at 50% 50%, #55ecf01a 0%, transparent 70%)
    }
}

.srvdet .img-bg-section .rel-content {
    position: relative;
    z-index: 3
}

.srvdet .four-col {
    display: grid;
    grid-template-columns: 1fr 1.6fr 1.6fr 1fr;
    gap: 16px;
    align-items: start
}

.srvdet .stat-item {
    background: #ffffff0a;
    border: 1px solid #55ecf021;
    border-radius: 11px;
    padding: 32px 16px;
    text-align: center;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.srvdet .stat-item.wide {
    background: #55ecf00f;
    border-color: #55ecf040
}

.srvdet .stat-num {
    font-size: 28px;
    font-weight: 700;
    color: #55ECF0;
    line-height: 1.1;
    margin-bottom: 8px
}

.srvdet .stat-label {
    font-size: 13px;
    color: #fff9;
    line-height: 1.5;
    letter-spacing: .05em
}

.srvdet .stat-item.wide .stat-desc {
    font-size: 15px;
    color: #fffc;
    line-height: 1.9;
    margin-top: 8px
}

.srvdet .contact-strip {
    padding: 48px 0 32px
}

.srvdet .contact-strip .pg-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.srvdet .contact-left {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvdet .contact-left h3 {
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    line-height: 1.5
}

.srvdet .contact-left p {
    font-size: 15px;
    color: #fff9;
    margin: 0;
    line-height: 1.9
}

.srvdet .contact-right {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.srvdet .contact-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #55ECF0;
    text-decoration: none;
    border-bottom: 1px solid #55ecf04d;
    padding-bottom: 4px;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1);
    line-height: 1.5
}

.srvdet .contact-link:hover {
    border-color: #55ECF0;
    color: #FFF
}

.srvdet .contact-link .icon-c {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.srvdet .print-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #ffffff8c;
    background: transparent;
    border: 1px solid #ffffff26;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
    line-height: 1.5;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.srvdet .print-btn:hover {
    color: #FFF;
    border-color: #ffffff59
}

.srvdet .print-btn:focus {
    outline: 2px solid #55ECF0;
    outline-offset: 2px
}

@media (max-width: 900px) {
    .srvdet .title-band .pg-wrap {
        flex-direction: column
    }

    .srvdet .title-right {
        flex: 0 0 auto;
        min-height: 220px;
        width: 100%
    }

    .srvdet .body-grid .pg-wrap {
        grid-template-columns: 1fr
    }

    .srvdet .sidebar {
        position: static
    }

    .srvdet .four-col {
        grid-template-columns: 1fr 1fr
    }

    .srvdet .contact-strip .pg-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 560px) {
    .srvdet .title-h1 {
        font-size: 28px
    }

    .srvdet .four-col {
        grid-template-columns: 1fr
    }

    .srvdet .pg-wrap {
        padding: 0 16px
    }

    .srvdet .title-actions {
        flex-direction: column
    }
}

.ctus-pg {
    background: #0d1117;
    overflow-x: clip;
    position: relative
}

.ctus-pg .geo-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    overflow: hidden
}

.ctus-pg .geo-divider span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #55ECF0;
    border-radius: 1px;
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: .4
}

.ctus-pg .geo-divider span:nth-child(3n) {
    opacity: .15
}

.ctus-pg .geo-divider span:nth-child(5n+2) {
    border-color: #51101E;
    opacity: .6
}

.ctus-pg .split-reach {
    display: grid;
    grid-template-columns: 1fr 380px;
    min-height: 520px;
    position: relative
}

.ctus-pg .reach-left {
    background: #51101E;
    padding: 48px 48px 48px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.ctus-pg .reach-left::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border: 1px solid #55ecf01f;
    border-radius: 20px;
    transform: rotate(25deg);
    pointer-events: none
}

.ctus-pg .reach-left::before {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 16px;
    width: 90px;
    height: 90px;
    border: 1px solid #55ecf014;
    border-radius: 11px;
    transform: rotate(12deg);
    pointer-events: none
}

.ctus-pg .reach-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #55ecf0b3;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.ctus-pg .reach-label svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.ctus-pg .reach-heading {
    font-size: 38px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 32px
}

.ctus-pg .reach-heading em {
    color: #55ECF0;
    font-style: normal
}

.ctus-pg .reach-img-wrap {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: -1px 12px 36px 0 #51101e1c
}

.ctus-pg .reach-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: .55;
    display: block
}

.ctus-pg .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(247deg, #51101e00 0%, #51101ed9 80%);
    font-size: 13px;
    color: #ffffffbf;
    line-height: 1.5
}

.ctus-pg .reach-right {
    background: #0d1117;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-left: 1px solid #55ecf01a
}

.ctus-pg .contact-card {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus-pg .contact-card .cc-label {
    font-size: 13px;
    color: #55ecf099;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ctus-pg .contact-card .cc-val {
    font-size: 17px;
    color: #FFF;
    line-height: 1.5;
    text-decoration: none;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .contact-card .cc-val:hover {
    color: #55ECF0
}

.ctus-pg .contact-card .cc-sub {
    font-size: 13px;
    color: #ffffff73;
    line-height: 1.5
}

.ctus-pg .accent-bar {
    width: 32px;
    height: 3px;
    background: #55ECF0;
    border-radius: 1px;
    margin-bottom: 8px
}

.ctus-pg .hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px
}

.ctus-pg .hours-row {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus-pg .hours-day {
    font-size: 13px;
    color: #ffffff80
}

.ctus-pg .hours-time {
    font-size: 15px;
    color: #FFF;
    line-height: 1.5
}

.ctus-pg .form-belt {
    background: #111820;
    padding: 48px 32px;
    position: relative
}

.ctus-pg .form-belt-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start
}

.ctus-pg .form-side-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.ctus-pg .form-side-text .fs-tag {
    font-size: 13px;
    letter-spacing: .1em;
    color: #55ecf0a6;
    text-transform: uppercase
}

.ctus-pg .form-side-text .fs-h {
    font-size: 28px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 700
}

.ctus-pg .form-side-text .fs-p {
    font-size: 15px;
    line-height: 1.9;
    color: #fff9
}

.ctus-pg .channel-note {
    margin-top: 8px;
    padding: 12px 16px;
    border: 1px solid #55ecf026;
    border-radius: 5px;
    font-size: 13px;
    color: #ffffff80;
    line-height: 1.5
}

.ctus-pg .form-area {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus-pg .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ctus-pg .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus-pg .field-group label {
    font-size: 13px;
    color: #ffffff8c;
    letter-spacing: .05em
}

.ctus-pg .field-group input,
.ctus-pg .field-group select,
.ctus-pg .field-group textarea {
    background: #0d1117;
    border: 1px solid #55ecf02e;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
    padding: 12px 16px;
    outline: none;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

.ctus-pg .field-group input::placeholder,
.ctus-pg .field-group textarea::placeholder {
    color: #ffffff40;
    transition: color .18s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .field-group input:focus::placeholder,
.ctus-pg .field-group textarea:focus::placeholder {
    color: #ffffff14
}

.ctus-pg .field-group input:focus,
.ctus-pg .field-group select:focus,
.ctus-pg .field-group textarea:focus {
    border-color: #55ECF0;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.ctus-pg .field-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2355ECF0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.ctus-pg .field-group select option {
    background: #111820;
    color: #FFF
}

.ctus-pg .field-group textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5
}

.ctus-pg .channel-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus-pg .channel-group label.ch-label {
    font-size: 13px;
    color: #ffffff8c;
    letter-spacing: .05em
}

.ctus-pg .channel-opts {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.ctus-pg .channel-opts input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.ctus-pg .ch-opt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #55ecf02e;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    color: #fff9;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
    user-select: none;
    position: relative
}

.ctus-pg .ch-opt:hover {
    border-color: #55ECF0;
    color: #55ECF0
}

.ctus-pg .channel-opts input[type="radio"]:checked+.ch-opt {
    border-color: #55ECF0;
    color: #55ECF0;
    background: #55ecf012
}

.ctus-pg .ch-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid currentColor;
    flex-shrink: 0;
    position: relative
}

.ctus-pg .channel-opts input[type="radio"]:checked+.ch-opt .ch-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #55ECF0
}

.ctus-pg .privacy-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: #55ecf00a;
    border-radius: 5px;
    border: 1px solid #55ecf01a
}

.ctus-pg .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #55ECF0;
    cursor: pointer;
    margin-top: 2px
}

.ctus-pg .privacy-row .priv-text {
    font-size: 13px;
    color: #ffffff8c;
    line-height: 1.5
}

.ctus-pg .privacy-row .priv-text a {
    color: #55ECF0;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus-pg .privacy-row .priv-text a:hover {
    color: #FFF
}

.ctus-pg .submit-row {
    display: flex;
    align-items: center;
    gap: 16px
}

.ctus-pg .btn-send {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border: 1px solid #55ECF0;
    border-radius: 5px;
    background: transparent;
    color: #55ECF0;
    font-size: 15px;
    cursor: pointer;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden
}

.ctus-pg .btn-send:hover {
    background: #55ECF0;
    color: #0d1117;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

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

.ctus-pg .btn-send:active {
    background: #55ecf0d9
}

.ctus-pg .btn-send svg {
    width: 16px;
    height: 16px;
    transition: transform .12s cubic-bezier(0.4, 0, 1, 1);
    flex-shrink: 0
}

.ctus-pg .btn-send:hover svg {
    transform: translateX(4px)
}

.ctus-pg .addr-strip {
    background: #51101E;
    padding: 32px;
    position: relative;
    overflow: hidden
}

.ctus-pg .addr-strip::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: linear-gradient(247deg, #55ecf00f 0%, #55ecf000 70%);
    pointer-events: none
}

.ctus-pg .addr-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.ctus-pg .addr-piece {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus-pg .addr-piece .ap-l {
    font-size: 13px;
    color: #55ecf0a6;
    text-transform: uppercase;
    letter-spacing: .1em
}

.ctus-pg .addr-piece .ap-v {
    font-size: 17px;
    color: #FFF;
    line-height: 1.5
}

.ctus-pg .addr-sep {
    width: 1px;
    height: 40px;
    background: #55ecf033;
    flex-shrink: 0
}

.ctus-pg .since-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    border: 1px solid #55ecf033;
    border-radius: 11px
}

.ctus-pg .since-badge .sb-num {
    font-size: 28px;
    color: #55ECF0;
    font-weight: 700;
    line-height: 1.1
}

.ctus-pg .since-badge .sb-txt {
    font-size: 13px;
    color: #ffffff8c
}

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

.ctus-pg .split-reach .pg-wrap {
    padding: 0;
    max-width: none
}

.ctus-pg .outer-split {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px
}

.ctus-pg .item-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px
}

.ctus-pg .item-check .ic-mark {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    flex-shrink: 0
}

.ctus-pg .item-check .ic-txt {
    font-size: 15px;
    color: #ffffffb3;
    line-height: 1.5
}

@keyframes ctus-fadein {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.ctus-pg .ani-1 {
    animation: ctus-fadein .5s cubic-bezier(0.4, 0, 1, 1) both
}

.ctus-pg .ani-2 {
    animation: ctus-fadein .5s cubic-bezier(0.4, 0, 1, 1) .08s both
}

.ctus-pg .ani-3 {
    animation: ctus-fadein .5s cubic-bezier(0.4, 0, 1, 1) .16s both
}

.ctus-pg .ani-4 {
    animation: ctus-fadein .5s cubic-bezier(0.4, 0, 1, 1) .24s both
}

.ctus-pg .shadow-hover-group .shg-item {
    padding: 8px 0;
    transition: text-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    cursor: default
}

.ctus-pg .shadow-hover-group .shg-item:hover {
    text-shadow: -1px 4px 20px #55ecf04d
}

@media (max-width: 900px) {
    .ctus-pg .split-reach {
        grid-template-columns: 1fr
    }

    .ctus-pg .reach-right {
        border-left: none;
        border-top: 1px solid #55ecf01a;
        padding: 32px
    }

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

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

    .ctus-pg .addr-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .ctus-pg .addr-sep {
        width: 40px;
        height: 1px
    }

    .ctus-pg .outer-split {
        padding: 0 16px
    }

    .ctus-pg .form-belt {
        padding: 32px 16px
    }
}

@media (max-width: 600px) {
    .ctus-pg .reach-left {
        padding: 32px 16px
    }

    .ctus-pg .reach-heading {
        font-size: 28px
    }

    .ctus-pg .channel-opts {
        flex-direction: column
    }
}

.abt-us {
    background: #0d1214;
    overflow-x: clip;
    position: relative
}

.abt-us .ed-col {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px
}

.abt-us .tri-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #51101E transparent transparent;
    opacity: .38;
    pointer-events: none;
    z-index: 0
}

.abt-us .tri-br {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #51101E;
    opacity: .38;
    pointer-events: none;
    z-index: 0
}

.abt-us .geo-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    overflow: hidden
}

.abt-us .geo-div .gshape {
    width: 8px;
    height: 8px;
    background: #55ECF0;
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: .5
}

.abt-us .geo-div .gshape.dim {
    opacity: .18;
    background: #55ECF0
}

.abt-us .geo-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(247deg, #55ECF0 0%, #51101E 60%, #0d1214 100%);
    opacity: .3
}

.abt-us .blk1 {
    position: relative;
    padding-top: 48px;
    padding-bottom: 80px;
    background: #0d1214;
    background-image: linear-gradient(#55ecf006 1px, transparent 1px), linear-gradient(90deg, #55ecf006 1px, transparent 1px);
    background-size: 48px 48px;
    background-animation: bg-breathe 10s ease-in-out infinite
}

@keyframes bg-breathe {

    0%,
    100% {
        background-size: 48px 48px
    }

    50% {
        background-size: 50px 50px
    }
}

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

.abt-us .blk1-text {
    flex: 1 1 420px;
    padding-top: 32px
}

.abt-us .shape-anchor {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #51101E;
    border-radius: 1px;
    margin-bottom: 16px;
    position: relative
}

.abt-us .shape-anchor::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #55ECF0;
    border-radius: 1px;
    position: absolute;
    top: 4px;
    left: 4px
}

.abt-us .lbl-tag {
    font-size: 13px;
    letter-spacing: .12em;
    color: #55ECF0;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.abt-us .h-main {
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 32px;
    max-width: 480px
}

.abt-us .h-main em {
    color: #55ECF0;
    font-style: normal
}

.abt-us .pt-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .pt-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.9;
    color: #fffc
}

.abt-us .pt-list li .pt-dot {
    width: 6px;
    height: 6px;
    background: #55ECF0;
    border-radius: 1px;
    flex-shrink: 0;
    margin-top: 10px;
    transform: rotate(45deg)
}

.abt-us .blk1-img {
    flex: 0 0 420px;
    position: relative;
    align-self: flex-start
}

.abt-us .img-frame {
    width: 420px;
    height: 520px;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 12px 36px 0 #55ecf01c
}

.abt-us .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: filter .18s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #55ecf02e 0%, transparent 45%);
    border-radius: 11px;
    pointer-events: none;
    opacity: 1;
    transition: opacity .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .img-frame:hover img {
    filter: brightness(0.78)
}

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

.abt-us .img-vignette {
    position: absolute;
    inset: 0;
    border-radius: 11px;
    box-shadow: inset 0 0 0 0 #0d121400;
    pointer-events: none;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .img-frame:hover .img-vignette {
    box-shadow: inset 0 0 48px 16px #0d1214b8
}

.abt-us .blk2 {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
    background: linear-gradient(247deg, #0d1214 0%, #1a0a0f 55%, #0d1214 100%)
}

.abt-us .blk2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, #51101e38 0%, transparent 70%);
    pointer-events: none
}

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

.abt-us .blk2-left {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .blk2-right {
    flex: 1 1 480px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .h-sub {
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px
}

.abt-us .body-p {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffc7;
    margin-bottom: 0
}

.abt-us .accent-sent {
    display: inline;
    background: #55ecf01a;
    border-radius: 5px;
    padding: 2px 8px;
    color: #55ECF0;
    font-size: 15px;
    line-height: 1.9
}

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

.abt-us .ring-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.abt-us .ring-wrap {
    position: relative;
    width: 80px;
    height: 80px
}

.abt-us .ring-svg {
    width: 80px;
    height: 80px;
    transform: rotate(-90deg)
}

.abt-us .ring-track {
    fill: none;
    stroke: #55ecf01f;
    stroke-width: 5
}

.abt-us .ring-fill {
    fill: none;
    stroke: #55ECF0;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 201;
    stroke-dashoffset: 201;
    transition: stroke-dashoffset .18s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .ring-item:hover .ring-fill {
    stroke-dashoffset: var(--ring-offset)
}

.abt-us .ring-num {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1
}

.abt-us .ring-label {
    font-size: 13px;
    line-height: 1.5;
    color: #fff9;
    letter-spacing: .06em
}

.abt-us .team-strip {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.abt-us .team-card {
    flex: 1 1 180px;
    background: #ffffff08;
    border: 1px solid #55ecf01a;
    border-radius: 11px;
    padding: 16px;
    box-shadow: -1px 4px 20px 0 #55ecf01a;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .team-card:hover {
    border-color: #55ecf059;
    box-shadow: -1px 12px 36px 0 #55ecf01c
}

.abt-us .team-img-wrap {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: -1px 1px 3px 0 #55ecf00f
}

.abt-us .team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: filter .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .team-card:hover .team-img-wrap img {
    filter: brightness(0.8)
}

.abt-us .team-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 4px
}

.abt-us .team-role {
    font-size: 13px;
    color: #55ecf0cc;
    line-height: 1.5;
    letter-spacing: .06em
}

.abt-us .founded-note {
    font-size: 13px;
    color: #ffffff61;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 8px
}

.abt-us .btn-ghost {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border: 1px solid #55ECF0;
    border-radius: 5px;
    background: transparent;
    color: #55ECF0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    cursor: pointer;
    text-decoration: none;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1), padding-left .12s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden
}

.abt-us .btn-ghost .btn-icon {
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .12s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1);
    flex-shrink: 0
}

.abt-us .btn-ghost:hover {
    background: #55ECF0;
    color: #0d1214;
    padding-left: 40px
}

.abt-us .btn-ghost:hover .btn-icon {
    opacity: 1;
    transform: translateX(0)
}

.abt-us .btn-ghost:focus {
    outline: 2px solid #55ECF0;
    outline-offset: 2px
}

@media (max-width: 900px) {
    .abt-us .blk1-inner {
        flex-direction: column-reverse
    }

    .abt-us .blk1-img {
        flex: none;
        width: 100%
    }

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

    .abt-us .blk2-inner {
        flex-direction: column
    }

    .abt-us .blk2-left {
        flex: none;
        width: 100%
    }

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

    .abt-us .ed-col {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 600px) {
    .abt-us .ring-grid {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .h-main {
        font-size: 28px
    }

    .abt-us .h-sub {
        font-size: 21px
    }

    .abt-us .team-strip {
        flex-direction: column
    }
}

.dbt-pg {
    background: #0d1214;
    color: #FFF;
    overflow-x: hidden;
    position: relative
}

.dbt-pg .max-w {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px
}

.dbt-pg .grad-band {
    height: 4px;
    background: linear-gradient(247deg, #51101E 0%, #51101E 30%, #55ECF0 100%)
}

.dbt-pg .t-blk {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #0d1214
}

.dbt-pg .t-blk .t-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.dbt-pg .t-blk .img-frame {
    position: relative;
    flex: 0 0 40%
}

.dbt-pg .t-blk .img-frame img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: grayscale(100%);
    border-radius: 5px;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.dbt-pg .t-blk .bracket-tl,
.dbt-pg .t-blk .bracket-tr,
.dbt-pg .t-blk .bracket-bl,
.dbt-pg .t-blk .bracket-br {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none
}

.dbt-pg .t-blk .bracket-tl {
    top: -6px;
    left: -6px;
    border-top: 2px solid #55ECF0;
    border-left: 2px solid #55ECF0
}

.dbt-pg .t-blk .bracket-tr {
    top: -6px;
    right: -6px;
    border-top: 2px solid #55ECF0;
    border-right: 2px solid #55ECF0
}

.dbt-pg .t-blk .bracket-bl {
    bottom: -6px;
    left: -6px;
    border-bottom: 2px solid #55ECF0;
    border-left: 2px solid #55ECF0
}

.dbt-pg .t-blk .bracket-br {
    bottom: -6px;
    right: -6px;
    border-bottom: 2px solid #55ECF0;
    border-right: 2px solid #55ECF0
}

.dbt-pg .t-blk .txt-side {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt-pg .t-blk .label-dot {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.dbt-pg .t-blk .dot-swatch {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #55ECF0;
    flex-shrink: 0
}

.dbt-pg .t-blk .cat-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #55ECF0;
    line-height: 1.5;
    text-transform: uppercase
}

.dbt-pg .t-blk .pg-h1 {
    font-size: 38px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 700;
    margin: 0
}

.dbt-pg .t-blk .pg-desc {
    font-size: 17px;
    line-height: 1.9;
    color: #b8c8cc;
    margin: 0;
    max-width: 520px
}

.dbt-pg .t-blk .accent-sent {
    display: inline;
    background: #51101e8c;
    padding: 2px 8px;
    border-radius: 1px
}

.dbt-pg .grad-band-b {
    height: 3px;
    background: linear-gradient(247deg, #55ECF0 0%, #51101E 60%, #0d1214 100%)
}

.dbt-pg .ready-sec {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #111a1c;
    position: relative;
    overflow: hidden
}

.dbt-pg .ready-sec .bg-tex {
    position: absolute;
    inset: 0;
    background-image: url(./picture_gallery/20260505-resource8a.jpg);
    background-size: cover;
    background-position: center;
    opacity: .04;
    pointer-events: none;
    border-radius: 0
}

.dbt-pg .ready-sec .bleed-anim {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 260px;
    background: radial-gradient(ellipse at 0% 100%, #55ecf021 0%, transparent 70%);
    animation: bleed-corner 7s cubic-bezier(0.4, 0, 1, 1) infinite alternate;
    pointer-events: none
}

@keyframes bleed-corner {
    0% {
        opacity: .3;
        transform: scale(0.7)
    }

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

.dbt-pg .ready-sec .rs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.dbt-pg .ready-sec .rs-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt-pg .ready-sec .shape-anch {
    width: 16px;
    height: 16px;
    border: 2px solid #55ECF0;
    border-radius: 1px;
    transform: rotate(45deg);
    flex-shrink: 0
}

.dbt-pg .ready-sec .sh-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.dbt-pg .ready-sec .sec-h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 700;
    margin: 0
}

.dbt-pg .ready-sec .sec-body {
    font-size: 17px;
    line-height: 1.9;
    color: #b8c8cc;
    margin: 0
}

.dbt-pg .ready-sec .step-list {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.dbt-pg .ready-sec .step-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.dbt-pg .ready-sec .step-num {
    font-size: 21px;
    font-weight: 700;
    color: #55ECF0;
    line-height: 1.1;
    flex-shrink: 0;
    width: 32px
}

.dbt-pg .ready-sec .step-txt {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.dbt-pg .ready-sec .step-name {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.5
}

.dbt-pg .ready-sec .step-desc {
    font-size: 13px;
    line-height: 1.9;
    color: #8fa8ad;
    margin: 0
}

.dbt-pg .ready-sec .rs-right {
    position: relative
}

.dbt-pg .ready-sec .rs-right img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 11px;
    box-shadow: -1px 12px 36px 0 #55ecf01c;
    animation: pan-img 18s linear infinite alternate
}

@keyframes pan-img {
    0% {
        object-position: 0 center
    }

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

.dbt-pg .diff-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0d1214
}

.dbt-pg .diff-sec .ds-layout {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.dbt-pg .diff-sec .ds-img-col {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column
}

.dbt-pg .diff-sec .ds-img-col img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 11px;
    box-shadow: -1px 4px 20px 0 #51101e1a
}

.dbt-pg .diff-sec .ds-txt-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.dbt-pg .diff-sec .sh-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.dbt-pg .diff-sec .tri-shape {
    width: 0;
    height: 0;
    border-left: 9px solid #55ECF0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    flex-shrink: 0
}

.dbt-pg .diff-sec .sec-h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 700;
    margin: 0
}

.dbt-pg .diff-sec .diff-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt-pg .diff-sec .d-card {
    background: #141e21;
    border-radius: 11px;
    padding: 32px;
    box-shadow: -1px 1px 3px 0 #55ecf00f;
    border-top: 2px solid #51101E;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1)
}

.dbt-pg .diff-sec .d-card:hover {
    border-top-color: #55ECF0;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.dbt-pg .diff-sec .d-card-h {
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.5;
    margin: 0 0 8px
}

.dbt-pg .diff-sec .d-card-p {
    font-size: 15px;
    line-height: 1.9;
    color: #8fa8ad;
    margin: 0
}

.dbt-pg .diff-sec .tbl-block {
    background: #0a1416;
    border-radius: 11px;
    padding: 32px;
    border: 1px solid #1e2e31
}

.dbt-pg .diff-sec .tbl-head {
    font-size: 13px;
    letter-spacing: .1em;
    color: #55ECF0;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.5
}

.dbt-pg .diff-sec .cmp-table {
    width: 100%;
    border-collapse: collapse
}

.dbt-pg .diff-sec .cmp-table th {
    font-size: 13px;
    color: #55ECF0;
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #1e2e31;
    font-weight: 700;
    line-height: 1.5
}

.dbt-pg .diff-sec .cmp-table td {
    font-size: 13px;
    color: #b8c8cc;
    padding: 8px 12px;
    border-bottom: 1px solid #141e21;
    line-height: 1.5;
    vertical-align: top
}

.dbt-pg .diff-sec .cmp-table tr:last-child td {
    border-bottom: none
}

.dbt-pg .diff-sec .cmp-table .yes-val {
    color: #55ECF0;
    font-weight: 700
}

.dbt-pg .diff-sec .cmp-table .no-val {
    color: #51101E
}

.dbt-pg .diff-sec .narr-p {
    font-size: 15px;
    line-height: 1.9;
    color: #8fa8ad;
    margin: 12px 0 0
}

.dbt-pg .cred-sec {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #51101E;
    position: relative;
    overflow: hidden
}

.dbt-pg .cred-sec .bg-tex2 {
    position: absolute;
    inset: 0;
    background-image: url(./picture_gallery/20251227-right10.jpg);
    background-size: cover;
    background-position: center;
    opacity: .06;
    pointer-events: none
}

.dbt-pg .cred-sec .cs-inner {
    position: relative;
    z-index: 1
}

.dbt-pg .cred-sec .cs-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 48px
}

.dbt-pg .cred-sec .hex-shape {
    width: 14px;
    height: 14px;
    background: #55ECF0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    flex-shrink: 0
}

.dbt-pg .cred-sec .sec-h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 700;
    margin: 0
}

.dbt-pg .cred-sec .cs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px
}

.dbt-pg .cred-sec .cred-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    background: #0d12148c;
    border-radius: 11px;
    border-bottom: 2px solid #55ecf040;
    box-shadow: -1px 1px 3px 0 #55ecf00f;
    transition: background .18s cubic-bezier(0.4, 0, 1, 1)
}

.dbt-pg .cred-sec .cred-item:hover {
    background: #0d1214bf
}

.dbt-pg .cred-sec .cred-val {
    font-size: 38px;
    font-weight: 700;
    color: #55ECF0;
    line-height: 1.1
}

.dbt-pg .cred-sec .cred-lbl {
    font-size: 13px;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: .08em
}

.dbt-pg .cred-sec .cred-note {
    font-size: 13px;
    color: #ffffff8c;
    line-height: 1.9
}

.dbt-pg .cred-sec .assoc-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap
}

.dbt-pg .cred-sec .assoc-pill {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #55ecf04d;
    background: #0d121466
}

.dbt-pg .cred-sec .assoc-dot {
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #55ECF0;
    flex-shrink: 0
}

.dbt-pg .cred-sec .assoc-name {
    font-size: 13px;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: .06em
}

.dbt-pg .cred-sec .voice-block {
    margin-top: 48px;
    padding: 32px;
    background: #0d121499;
    border-radius: 11px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.dbt-pg .cred-sec .vb-img img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: -1px 12px 36px 0 #55ecf01c
}

.dbt-pg .cred-sec .vb-txt {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt-pg .cred-sec .vb-quote {
    font-size: 17px;
    line-height: 1.9;
    color: #FFF;
    margin: 0
}

.dbt-pg .cred-sec .vb-attr {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.dbt-pg .cred-sec .attr-line {
    width: 24px;
    height: 2px;
    background: #55ECF0
}

.dbt-pg .cred-sec .attr-name {
    font-size: 13px;
    color: #55ECF0;
    letter-spacing: .1em;
    line-height: 1.5
}

.dbt-pg .cred-sec .rating-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.dbt-pg .cred-sec .star-row {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.dbt-pg .cred-sec .star-svg {
    width: 15px;
    height: 15px
}

.dbt-pg .cred-sec .rating-txt {
    font-size: 13px;
    color: #ffffffb3;
    line-height: 1.5
}

@media (max-width: 900px) {
    .dbt-pg .max-w {
        padding-left: 32px;
        padding-right: 32px
    }

    .dbt-pg .t-blk .t-inner {
        flex-direction: column;
        gap: 32px
    }

    .dbt-pg .t-blk .img-frame {
        flex: none;
        width: 100%
    }

    .dbt-pg .t-blk .txt-side {
        flex: none;
        width: 100%
    }

    .dbt-pg .ready-sec .rs-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .dbt-pg .diff-sec .ds-layout {
        flex-direction: column
    }

    .dbt-pg .diff-sec .ds-img-col {
        flex: none;
        width: 100%
    }

    .dbt-pg .diff-sec .ds-img-col img {
        height: 240px
    }

    .dbt-pg .cred-sec .cs-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .dbt-pg .cred-sec .voice-block {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media (max-width: 600px) {
    .dbt-pg .max-w {
        padding-left: 16px;
        padding-right: 16px
    }

    .dbt-pg .t-blk .pg-h1 {
        font-size: 28px
    }

    .dbt-pg .cred-sec .cs-grid {
        grid-template-columns: 1fr
    }

    .dbt-pg .cred-sec .assoc-row {
        gap: 16px
    }

    .dbt-pg .diff-sec .tbl-block {
        padding: 16px
    }
}

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

.lrn-prog .pg-split {
    display: flex;
    flex-direction: row;
    min-height: 540px;
    position: relative
}

.lrn-prog .pg-split .img-half {
    flex: 0 0 52%;
    position: relative;
    overflow: hidden
}

.lrn-prog .pg-split .img-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(0.97);
    animation: imgload .7s cubic-bezier(0.4, 0, 1, 1) forwards
}

@keyframes imgload {
    to {
        transform: scale(1)
    }
}

.lrn-prog .pg-split .img-half .img-grad {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(247deg, #51101eb8 0%, #0e12142e 60%, transparent 100%);
    pointer-events: none
}

.lrn-prog .pg-split .img-half .edge-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #55ECF0;
    z-index: 2
}

.lrn-prog .pg-split .txt-half {
    flex: 0 0 48%;
    background: #51101E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    position: relative
}

.lrn-prog .pg-split .txt-half .geo-anchor {
    width: 18px;
    height: 18px;
    border: 2px solid #55ECF0;
    border-radius: 1px;
    margin-bottom: 16px;
    display: block
}

.lrn-prog .pg-split .txt-half h1 {
    font-size: 38px;
    line-height: 1.1;
    color: #FFF;
    margin: 0 0 16px;
    letter-spacing: -.5px
}

.lrn-prog .pg-split .txt-half h1 span {
    color: #55ECF0
}

.lrn-prog .pg-split .txt-half .desc {
    font-size: 17px;
    line-height: 1.5;
    color: #ffffffd1;
    margin: 0 0 32px;
    max-width: 360px
}

.lrn-prog .pg-split .txt-half .tag-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.lrn-prog .pg-split .txt-half .tag {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .08em;
    color: #55ECF0;
    border: 1px solid #55ecf059;
    border-radius: 5px;
    padding: 4px 12px;
    background: #55ecf00f
}

.lrn-prog .tri-div {
    width: 100%;
    line-height: 0;
    display: block
}

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

.lrn-prog .prog-structure {
    background: #111619;
    padding: 48px 0;
    position: relative
}

.lrn-prog .prog-structure .radial-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 60% 55% at 50% 48%, #55ecf00f 0%, transparent 70%);
    pointer-events: none
}

.lrn-prog .prog-structure .inner-w {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px
}

.lrn-prog .prog-structure .sec-label {
    font-size: 13px;
    letter-spacing: .14em;
    color: #55ECF0;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.lrn-prog .prog-structure h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #FFF;
    margin: 0 0 32px
}

.lrn-prog .prog-structure .four-col {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 16px;
    align-items: start
}

.lrn-prog .prog-structure .feat-card {
    background: #51101E;
    border-radius: 11px;
    padding: 32px;
    position: relative;
    box-shadow: -1px 4px 20px 0 #55ecf01a;
    overflow: hidden
}

.lrn-prog .prog-structure .feat-card .dbl-border {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #55ecf02e;
    border-radius: 5px;
    pointer-events: none
}

.lrn-prog .prog-structure .feat-card h3 {
    font-size: 21px;
    line-height: 1.1;
    color: #55ECF0;
    margin: 0 0 12px;
    position: relative;
    z-index: 1
}

.lrn-prog .prog-structure .feat-card .card-body {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffffc7;
    margin: 0 0 16px;
    position: relative;
    z-index: 1
}

.lrn-prog .prog-structure .feat-card .hl-sentence {
    background: #55ecf01f;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #55ECF0;
    display: block;
    position: relative;
    z-index: 1
}

.lrn-prog .prog-structure .small-card {
    background: #161c20;
    border-radius: 11px;
    padding: 24px 16px;
    border: 1px solid #55ecf01f;
    box-shadow: -1px 1px 3px 0 #55ecf00f;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .prog-structure .small-card:hover {
    border-color: #55ecf061
}

.lrn-prog .prog-structure .small-card .sc-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lrn-prog .prog-structure .small-card h4 {
    font-size: 15px;
    line-height: 1.1;
    color: #FFF;
    margin: 0
}

.lrn-prog .prog-structure .small-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #fff9;
    margin: 0
}

.lrn-prog .tri-div2 {
    width: 100%;
    line-height: 0;
    display: block
}

.lrn-prog .tri-div2 svg {
    display: block;
    width: 100%
}

.lrn-prog .format-sec {
    background: #0e1214;
    padding: 48px 0
}

.lrn-prog .format-sec .inner-w {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px
}

.lrn-prog .format-sec .split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.lrn-prog .format-sec .img-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 12px 36px 0 #51101e1c
}

.lrn-prog .format-sec .img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transform: scale(0.97);
    animation: imgload .9s .2s cubic-bezier(0.4, 0, 1, 1) forwards
}

.lrn-prog .format-sec .img-frame .frame-deco {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 80px;
    height: 80px;
    border: 2px solid #55ECF0;
    border-radius: 11px;
    pointer-events: none
}

.lrn-prog .format-sec .txt-col .geo-anchor {
    width: 18px;
    height: 18px;
    border: 2px solid #55ECF0;
    border-radius: 1px;
    margin-bottom: 16px;
    display: block
}

.lrn-prog .format-sec h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #FFF;
    margin: 0 0 16px
}

.lrn-prog .format-sec .intro-p {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffffb8;
    margin: 0 0 32px
}

.lrn-prog .format-sec .status-bar-wrap {
    margin-bottom: 32px
}

.lrn-prog .format-sec .status-bar-wrap .bar-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px
}

.lrn-prog .format-sec .status-bar-wrap .bar-label span {
    font-size: 13px;
    line-height: 1.5;
    color: #fff9
}

.lrn-prog .format-sec .status-bar-wrap .bar-label strong {
    font-size: 13px;
    line-height: 1.5;
    color: #55ECF0
}

.lrn-prog .format-sec .status-bar {
    height: 8px;
    background: #ffffff14;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px
}

.lrn-prog .format-sec .status-bar .bar-fill {
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(247deg, #55ECF0 0%, #55ecf066 100%);
    transition: width .18s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .format-sec .detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.lrn-prog .format-sec .detail-item {
    background: #161c20;
    border-radius: 11px;
    padding: 16px;
    border: 1px solid #55ecf01a;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .format-sec .detail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #55ecf012;
    border-radius: 50%;
    transition: width .16s cubic-bezier(0.4, 0, 1, 1), height .16s cubic-bezier(0.4, 0, 1, 1), top .16s cubic-bezier(0.4, 0, 1, 1), left .16s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .format-sec .detail-item:hover::before {
    width: 200px;
    height: 200px;
    top: -60px;
    left: -60px
}

.lrn-prog .format-sec .detail-item:hover {
    border-color: #55ecf04d
}

.lrn-prog .format-sec .detail-item h5 {
    font-size: 13px;
    line-height: 1.5;
    color: #55ECF0;
    margin: 0 0 4px;
    letter-spacing: .06em;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.lrn-prog .format-sec .detail-item p {
    font-size: 13px;
    line-height: 1.5;
    color: #ffffffa6;
    margin: 0;
    position: relative;
    z-index: 1
}

.lrn-prog .format-sec .cta-row {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.lrn-prog .format-sec .btn-ghost {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #55ECF0;
    background: transparent;
    border: 1px solid #55ECF0;
    border-radius: 11px;
    padding: 12px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
    overflow: hidden
}

.lrn-prog .format-sec .btn-ghost .btn-icon {
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .12s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1);
    display: flex;
    align-items: center
}

.lrn-prog .format-sec .btn-ghost .btn-txt {
    transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .format-sec .btn-ghost:hover {
    background: #55ECF0;
    color: #0e1214
}

.lrn-prog .format-sec .btn-ghost:hover .btn-icon {
    opacity: 1;
    transform: translateX(0)
}

.lrn-prog .format-sec .btn-ghost:hover .btn-txt {
    transform: translateX(4px)
}

.lrn-prog .format-sec .btn-ghost:focus {
    outline: 2px solid #55ECF0;
    outline-offset: 2px
}

@media (max-width: 900px) {
    .lrn-prog .pg-split {
        flex-direction: column
    }

    .lrn-prog .pg-split .img-half {
        flex: 0 0 280px;
        height: 280px
    }

    .lrn-prog .pg-split .txt-half {
        flex: none;
        padding: 32px 24px
    }

    .lrn-prog .prog-structure .four-col {
        grid-template-columns: 1fr 1fr
    }

    .lrn-prog .format-sec .split-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lrn-prog .format-sec .img-frame img {
        height: 280px
    }
}

@media (max-width: 600px) {
    .lrn-prog .pg-split .txt-half h1 {
        font-size: 28px
    }

    .lrn-prog .prog-structure .four-col {
        grid-template-columns: 1fr
    }

    .lrn-prog .format-sec .detail-grid {
        grid-template-columns: 1fr
    }
}

.srvs-pg {
    background: #0d1214;
    color: #FFF;
    overflow-x: hidden
}

.srvs-pg .top-strip {
    background: linear-gradient(247deg, #0d1214 60%, #51101E 100%);
    padding: 48px 0 32px;
    position: relative
}

.srvs-pg .top-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.srvs-pg .top-img-zone {
    flex: 0 0 42%;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    min-height: 340px
}

.srvs-pg .top-img-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 11px;
    filter: contrast(1.08) brightness(0.88)
}

.srvs-pg .top-img-vignette {
    position: absolute;
    inset: 0;
    border-radius: 11px;
    background: radial-gradient(ellipse at 30% 40%, transparent 38%, #0d1214b8 100%);
    pointer-events: none
}

.srvs-pg .top-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 11px
}

.srvs-pg .top-circles span {
    position: absolute;
    border-radius: 34px;
    border: 1px solid #55ecf01a
}

.srvs-pg .top-circles span:nth-child(1) {
    width: 180px;
    height: 180px;
    top: -40px;
    right: -40px
}

.srvs-pg .top-circles span:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 20px;
    right: 20px
}

.srvs-pg .top-circles span:nth-child(3) {
    width: 260px;
    height: 260px;
    bottom: -80px;
    left: -60px;
    border-color: #51101e2e
}

.srvs-pg .top-text-zone {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0
}

.srvs-pg .pg-eyebrow {
    font-size: 13px;
    letter-spacing: .13em;
    color: #55ECF0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvs-pg .pg-eyebrow-shape {
    width: 8px;
    height: 8px;
    background: #55ECF0;
    border-radius: 1px;
    display: inline-block;
    flex-shrink: 0
}

.srvs-pg .pg-h1 {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 16px
}

.srvs-pg .pg-accent-phrase {
    display: inline;
    background: #55ecf021;
    border-radius: 5px;
    padding: 2px 8px;
    color: #55ECF0
}

.srvs-pg .pg-lead {
    font-size: 17px;
    line-height: 1.9;
    color: #ffffffc7;
    max-width: 480px;
    margin-bottom: 32px
}

.srvs-pg .pg-stat-row {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.srvs-pg .pg-stat {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.srvs-pg .pg-stat-num {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #55ECF0
}

.srvs-pg .pg-stat-label {
    font-size: 13px;
    color: #ffffff8c;
    letter-spacing: .08em
}

.srvs-pg .wave-div {
    line-height: 0;
    overflow: hidden
}

.srvs-pg .wave-div svg {
    display: block;
    width: 100%
}

.srvs-pg .cards-belt {
    background: #111719;
    padding: 48px 0
}

.srvs-pg .cards-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px
}

.srvs-pg .belt-label {
    font-size: 13px;
    letter-spacing: .13em;
    color: #ffffff73;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvs-pg .belt-label-line {
    flex: 1;
    height: 1px;
    background: #55ecf024
}

.srvs-pg .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.srvs-pg .svc-card {
    background: #161c1f;
    border-radius: 11px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: -1px 4px 20px 0 #55ecf01a;
    transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .cards-grid:has(.svc-card:hover) .svc-card:not(:hover) {
    opacity: .55;
    transition: opacity .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .svc-card:hover {
    box-shadow: -1px 12px 36px 0 #55ecf01c;
    transform: translateY(-3px)
}

.srvs-pg .card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.srvs-pg .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .svc-card:hover .card-img-wrap img {
    transform: scale(1.04)
}

.srvs-pg .card-img-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 30%, transparent 40%, #0d1214a6 100%);
    pointer-events: none
}

.srvs-pg .card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #51101E;
    color: #FFF;
    font-size: 13px;
    border-radius: 5px;
    padding: 4px 8px;
    font-weight: 600;
    box-shadow: -1px 1px 3px 0 #51101e0f;
    z-index: 2
}

.srvs-pg .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px
}

.srvs-pg .card-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.srvs-pg .card-tag {
    font-size: 13px;
    color: #55ECF0;
    background: #55ecf017;
    border-radius: 5px;
    padding: 2px 8px;
    letter-spacing: .06em
}

.srvs-pg .card-user-fmt {
    font-size: 13px;
    color: #ffffff73;
    background: #ffffff0d;
    border-radius: 5px;
    padding: 2px 8px
}

.srvs-pg .card-title {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF
}

.srvs-pg .card-desc {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffad
}

.srvs-pg .card-meta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.srvs-pg .card-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #ffffff80
}

.srvs-pg .card-meta-item .icon {
    font-size: 13px;
    color: #55ecf0b3
}

.srvs-pg .card-price-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
    margin-top: 4px
}

.srvs-pg .card-price {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #55ECF0
}

.srvs-pg .card-price-terms {
    font-size: 13px;
    color: #ffffff73;
    padding-bottom: 4px
}

.srvs-pg .card-price-note {
    font-size: 13px;
    color: #ffffff61;
    margin-top: 4px
}

.srvs-pg .card-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 12px 24px;
    border-radius: 20px;
    border: 1px solid #55ECF0;
    background: transparent;
    color: #55ECF0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1);
    align-self: flex-start
}

.srvs-pg .card-cta .icon {
    font-size: 13px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .12s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .card-cta:hover {
    background: #55ECF0;
    color: #0d1214
}

.srvs-pg .card-cta:hover .icon {
    opacity: 1;
    transform: translateX(0)
}

.srvs-pg .card-cta-text {
    transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .card-cta:hover .card-cta-text {
    transform: translateX(4px)
}

.srvs-pg .wave-div2 {
    line-height: 0;
    overflow: hidden;
    background: #111719
}

.srvs-pg .wave-div2 svg {
    display: block;
    width: 100%
}

.srvs-pg .process-belt {
    background: #0d1214;
    padding: 48px 0
}

.srvs-pg .process-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.srvs-pg .process-left {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvs-pg .process-eyebrow {
    font-size: 13px;
    letter-spacing: .13em;
    color: #55ECF0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvs-pg .proc-shape {
    width: 10px;
    height: 10px;
    border-radius: 34px;
    border: 2px solid #55ECF0;
    display: inline-block;
    flex-shrink: 0
}

.srvs-pg .process-h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF
}

.srvs-pg .process-desc {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffa6
}

.srvs-pg .process-img-wrap {
    margin-top: 32px;
    border-radius: 11px;
    overflow: hidden;
    position: relative
}

.srvs-pg .process-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 11px;
    filter: brightness(0.82) contrast(1.06)
}

.srvs-pg .process-img-vignette {
    position: absolute;
    inset: 0;
    border-radius: 11px;
    background: radial-gradient(ellipse at 60% 50%, transparent 35%, #0d1214ad 100%);
    pointer-events: none
}

.srvs-pg .process-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.srvs-pg .proc-step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 11px;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.srvs-pg .proc-step:hover {
    background: #55ecf00f
}

.srvs-pg .proc-num {
    font-size: 13px;
    font-weight: 700;
    color: #0d1214;
    background: #55ECF0;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px
}

.srvs-pg .proc-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.srvs-pg .proc-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1
}

.srvs-pg .proc-step-body {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffff9e
}

.srvs-pg .wave-div3 {
    line-height: 0;
    overflow: hidden;
    background: #0d1214
}

.srvs-pg .wave-div3 svg {
    display: block;
    width: 100%
}

.srvs-pg .img-bg-belt {
    position: relative;
    padding: 48px 0;
    overflow: hidden
}

.srvs-pg .img-bg-actual {
    position: absolute;
    inset: 0;
    background: url(./picture_gallery/right14-new-20250329.jpg) center/cover no-repeat;
    filter: brightness(0.28) saturate(0.6);
    z-index: 0
}

.srvs-pg .img-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #51101e8c 0%, #0d1214d9 70%);
    z-index: 1;
    pointer-events: none
}

.srvs-pg .img-bg-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.srvs-pg .imgbg-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvs-pg .imgbg-eyebrow {
    font-size: 13px;
    letter-spacing: .13em;
    color: #55ECF0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvs-pg .imgbg-shape {
    width: 6px;
    height: 6px;
    background: #55ECF0;
    border-radius: 1px;
    display: inline-block
}

.srvs-pg .imgbg-h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF
}

.srvs-pg .imgbg-body {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffc7;
    max-width: 520px
}

.srvs-pg .imgbg-aside {
    flex: 0 0 36%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvs-pg .imgbg-feat {
    background: #ffffff0f;
    border-radius: 11px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    backdrop-filter: blur(2px);
    box-shadow: -1px 1px 3px 0 #55ecf00f;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .imgbg-feat:hover {
    background: #55ecf01a
}

.srvs-pg .imgbg-feat-icon {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #55ecf026;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.srvs-pg .imgbg-feat-icon .icon {
    font-size: 15px;
    color: #55ECF0
}

.srvs-pg .imgbg-feat-title {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 4px
}

.srvs-pg .imgbg-feat-body {
    font-size: 13px;
    line-height: 1.9;
    color: #ffffff9e
}

.srvs-pg .wave-div4 {
    line-height: 0;
    overflow: hidden;
    background: #111719
}

.srvs-pg .wave-div4 svg {
    display: block;
    width: 100%
}

.srvs-pg .faq-belt {
    background: #111719;
    padding: 48px 0
}

.srvs-pg .faq-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.srvs-pg .faq-left {
    flex: 0 0 32%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 32px
}

.srvs-pg .faq-eyebrow {
    font-size: 13px;
    letter-spacing: .13em;
    color: #55ECF0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvs-pg .faq-shape {
    width: 10px;
    height: 2px;
    background: #55ECF0;
    display: inline-block
}

.srvs-pg .faq-h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF
}

.srvs-pg .faq-sub {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffff94
}

.srvs-pg .faq-contact-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #55ECF0;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 0;
    transition: color .13s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .faq-contact-link:hover {
    color: #FFF
}

.srvs-pg .faq-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.srvs-pg .faq-item {
    border-radius: 11px;
    overflow: hidden
}

.srvs-pg .faq-item input[type="checkbox"] {
    display: none
}

.srvs-pg .faq-q {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    cursor: pointer;
    background: #ffffff0a;
    border-radius: 11px;
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1);
    user-select: none
}

.srvs-pg .faq-q:hover {
    background: #55ecf014
}

.srvs-pg .faq-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.srvs-pg .faq-arrow svg {
    transition: transform .15s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .faq-item input:checked~.faq-q .faq-arrow svg {
    transform: rotate(180deg)
}

.srvs-pg .faq-a {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffad;
    padding: 0 16px;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .16s cubic-bezier(0.4, 0, 1, 1), padding .16s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .faq-item input:checked~.faq-a {
    grid-template-rows: 1fr;
    padding: 12px 16px 16px
}

.srvs-pg .faq-a-inner {
    overflow: hidden
}

.srvs-pg .contact-belt {
    background: #0d1214;
    padding: 48px 0
}

.srvs-pg .contact-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.srvs-pg .contact-form-side {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvs-pg .contact-eyebrow {
    font-size: 13px;
    letter-spacing: .13em;
    color: #55ECF0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvs-pg .contact-shape {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border: 2px solid #55ECF0;
    display: inline-block
}

.srvs-pg .contact-h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF
}

.srvs-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.srvs-pg .form-row {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.srvs-pg .form-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 0
}

.srvs-pg .form-label {
    font-size: 13px;
    color: #ffffff8c;
    letter-spacing: .06em
}

.srvs-pg .form-input {
    background: #ffffff0d;
    border: 1px solid #55ecf02e;
    border-radius: 5px;
    padding: 12px 16px;
    color: #FFF;
    font-size: 15px;
    outline: none !important;
    transition: border-color .13s cubic-bezier(0.4, 0, 1, 1), background .13s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .form-input::placeholder {
    color: #ffffff38;
    transition: color .15s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .form-input:focus::placeholder {
    color: #ffffff14
}

.srvs-pg .form-input:focus {
    border-color: #55ECF0 !important;
    background: #55ecf00d
}

.srvs-pg .form-textarea {
    resize: vertical;
    min-height: 100px
}

.srvs-pg .form-submit {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 20px;
    border: 1px solid #55ECF0;
    background: transparent;
    color: #55ECF0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    align-self: flex-start;
    transition: background .15s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .form-submit .icon {
    font-size: 13px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .12s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .form-submit:hover {
    background: #55ECF0;
    color: #0d1214
}

.srvs-pg .form-submit:hover .icon {
    opacity: 1;
    transform: translateX(0)
}

.srvs-pg .form-submit-text {
    transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .form-submit:hover .form-submit-text {
    transform: translateX(4px)
}

.srvs-pg .contact-info-side {
    flex: 0 0 32%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.srvs-pg .contact-info-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    background: #ffffff0a;
    border-radius: 11px;
    transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.srvs-pg .contact-info-item:hover {
    background: #55ecf012
}

.srvs-pg .ci-icon {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #55ecf01f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.srvs-pg .ci-icon .icon {
    font-size: 15px;
    color: #55ECF0
}

.srvs-pg .ci-label {
    font-size: 13px;
    color: #ffffff6b;
    margin-bottom: 4px;
    letter-spacing: .06em
}

.srvs-pg .ci-val {
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    word-break: break-word
}

@keyframes bg-breathe {

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

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

.srvs-pg .top-strip {
    background-size: 200% 200%;
    animation: bg-breathe 8s ease-in-out infinite
}

@media (max-width: 900px) {

    .srvs-pg .top-strip-inner,
    .srvs-pg .process-inner,
    .srvs-pg .img-bg-inner,
    .srvs-pg .faq-inner,
    .srvs-pg .contact-inner {
        flex-direction: column;
        gap: 32px
    }

    .srvs-pg .top-img-zone {
        flex: 0 0 auto;
        min-height: 220px
    }

    .srvs-pg .process-left {
        flex: 0 0 auto
    }

    .srvs-pg .imgbg-aside {
        flex: 0 0 auto
    }

    .srvs-pg .faq-left {
        position: static;
        flex: 0 0 auto
    }

    .srvs-pg .contact-info-side {
        flex: 0 0 auto
    }

    .srvs-pg .cards-grid {
        grid-template-columns: 1fr
    }

    .srvs-pg .pg-h1 {
        font-size: 28px
    }

    .srvs-pg .form-row {
        flex-direction: column
    }
}

@media (max-width: 600px) {

    .srvs-pg .cards-inner,
    .srvs-pg .process-inner,
    .srvs-pg .faq-inner,
    .srvs-pg .contact-inner,
    .srvs-pg .img-bg-inner,
    .srvs-pg .top-strip-inner {
        padding: 0 16px
    }

    .srvs-pg .pg-stat-row {
        gap: 16px
    }
}

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

.success-pg .inner-wrap {
    max-width: 560px;
    width: 100%;
    text-align: left
}

.success-pg .icon-mark {
    width: 48px;
    height: 48px;
    margin-bottom: 32px
}

.success-pg .icon-mark circle {
    fill: none;
    stroke: #55ECF0;
    stroke-width: 2
}

.success-pg .icon-mark polyline {
    fill: none;
    stroke: #55ECF0;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.success-pg .label-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .12em;
    color: #55ECF0;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.5
}

.success-pg .main-heading {
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px;
    font-weight: 700
}

.success-pg .sub-text {
    font-size: 17px;
    line-height: 1.9;
    color: #b8c4c6;
    margin: 0 0 32px
}

.success-pg .divider-line {
    width: 48px;
    height: 2px;
    background: #51101E;
    margin-bottom: 32px;
    border-radius: 1px
}

.success-pg .detail-block {
    background: #131a1c;
    border: 1px solid #1e2c2e;
    border-radius: 11px;
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: -1px 4px 20px 0 #55ecf01a
}

.success-pg .detail-block .detail-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px
}

.success-pg .detail-block .detail-row:last-child {
    margin-bottom: 0
}

.success-pg .detail-block .dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: #55ECF0;
    border-radius: 1px;
    margin-top: 8px
}

.success-pg .detail-block .row-text {
    font-size: 15px;
    line-height: 1.9;
    color: #c8d4d6;
    margin: 0
}

.success-pg .back-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #55ECF0;
    text-decoration: none;
    border: 1px solid #55ECF0;
    border-radius: 5px;
    padding: 12px 32px;
    background: transparent;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1), color .14s cubic-bezier(0.4, 0, 1, 1)
}

.success-pg .back-link:hover,
.success-pg .back-link:focus {
    background: #55ECF0;
    color: #0e1214;
    outline: none
}

.success-pg .back-link .arrow-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .1s cubic-bezier(0.4, 0, 1, 1)
}

.success-pg .back-link:hover .arrow-icon,
.success-pg .back-link:focus .arrow-icon {
    transform: translateX(-3px)
}