@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/700-italic.css";

html {
    box-sizing: border-box
}

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

body {
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Source Code Pro', monospace
}

:focus-visible {
    outline: 2px solid #5D8D0C;
    outline-offset: 3px
}

.site-head {
    position: relative;
    background: linear-gradient(135deg, #fff 0%, #f5f8ee 55%, #ede8f8 100%);
    border-bottom: 2px solid #FCB4BE;
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    z-index: 100
}

.site-head-plate {
    max-width: 1500px;
    margin: 0 auto;
    padding: 28px 56px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 56px
}

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

.brand-logo-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 44px;
    background: #1a0f3c;
    border-radius: 13px;
    box-shadow: 2px 5px 18px 0 #41198414 inset 0 -2px 4px 0 #4119841f;
    padding: 8px;
    flex-shrink: 0
}

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

.brand-text-pod {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.brand-name {
    font-family: 'Source Code Pro', monospace;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #1e0f4a;
    text-decoration: none;
    display: block
}

.brand-tagline {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #5D8D0C;
    font-style: italic;
    letter-spacing: .01em
}

.head-nav-deck {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    padding-top: 8px
}

.head-contact-strip {
    display: flex;
    align-items: center;
    gap: 28px
}

.head-contact-link {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 400;
    color: #411984;
    text-decoration: none;
    line-height: 1.15;
    transition: color .22s ease-out, transform .18s ease-out;
    display: inline-block
}

.head-contact-link:hover {
    color: #5D8D0C;
    transform: translateY(-2px)
}

.head-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.head-menu-item {
    display: flex
}

.head-menu-link {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #1e0f4a;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid transparent;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, border-color .2s ease-out, transform .18s ease-out;
    background: transparent
}

.head-menu-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #5D8D0C 0%, #411984 100%);
    transition: left .28s ease-out;
    z-index: 0;
    border-radius: 6px
}

.head-menu-link:hover::before {
    left: 0
}

.head-menu-link:hover {
    color: #fff;
    border-color: #5D8D0C;
    transform: translateY(-2px)
}

.head-menu-link span {
    position: relative;
    z-index: 1
}

.head-menu-link-active {
    border-color: #FCB4BE;
    background: linear-gradient(135deg, #5d8d0c14 0%, #4119840f 100%);
    color: #411984
}

.head-accent-bar {
    height: 4px;
    background: linear-gradient(90deg, #5D8D0C 0%, #411984 60%, #FCB4BE 100%);
    width: 100%
}

@media (max-width: 1024px) {
    .site-head-plate {
        padding: 28px;
        gap: 28px
    }
}

@media (max-width: 768px) {
    .site-head-plate {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 16px
    }

    .head-nav-deck {
        align-items: flex-start;
        width: 100%
    }

    .head-menu {
        justify-content: flex-start
    }

    .head-contact-strip {
        gap: 16px;
        flex-wrap: wrap
    }
}

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

    .brand-tagline {
        font-size: 15px
    }

    .head-menu-link {
        padding: 8px;
        font-size: 15px
    }
}

.site-foot {
    position: relative;
    background: linear-gradient(160deg, #1e0f4a 0%, #0f2206 100%);
    overflow: hidden
}

.foot-geo-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0
}

.foot-geo-circle-a {
    position: absolute;
    top: -56px;
    right: 10%;
    width: 220px;
    height: 220px;
    border-radius: 48px;
    border: 2px solid #fcb4be26;
    transform: rotate(18deg)
}

.foot-geo-circle-b {
    position: absolute;
    bottom: -28px;
    left: 5%;
    width: 140px;
    height: 140px;
    border-radius: 22px;
    border: 1.5px solid #5d8d0c33;
    transform: rotate(-12deg)
}

.foot-geo-rect {
    position: absolute;
    top: 28px;
    left: 30%;
    width: 80px;
    height: 80px;
    border-radius: 13px;
    background: #41198440;
    transform: rotate(30deg)
}

.foot-plate {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 56px 28px
}

.foot-top-row {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #fcb4be33;
    margin-bottom: 56px
}

.foot-logo-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 48px;
    background: #ffffff14;
    border-radius: 13px;
    border: 1px solid #fcb4be40;
    box-shadow: 2px 5px 18px 0 #41198414;
    padding: 8px;
    flex-shrink: 0
}

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

.foot-brand-label {
    font-family: 'Source Code Pro', monospace;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -.02em
}

.foot-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 56px;
    margin-bottom: 56px
}

.foot-about-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.foot-cell-label {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .08em;
    color: #FCB4BE;
    text-transform: uppercase
}

.foot-desc-text {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #ffffffb3
}

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

.foot-contact-item {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffb3
}

.foot-contact-item a {
    color: #ffffffd9;
    text-decoration: none;
    transition: color .22s ease-out, transform .18s ease-out;
    display: inline-block
}

.foot-contact-item a:hover {
    color: #FCB4BE;
    transform: translateX(3px)
}

.foot-links-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.foot-links-list a {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #ffffffb3;
    text-decoration: none;
    transition: color .25s ease-out, transform .2s ease-out;
    display: inline-block
}

.foot-links-list a:hover {
    color: #5D8D0C;
    transform: translateX(3px)
}

.foot-bottom-bar {
    border-top: 1px solid #5d8d0c40;
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.foot-copy {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff73
}

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

.foot-legal-links a {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff73;
    text-decoration: none;
    transition: color .2s ease-out
}

.foot-legal-links a:hover {
    color: #FCB4BE
}

@media (max-width: 1024px) {
    .foot-plate {
        padding: 56px 28px 28px
    }

    .foot-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .foot-about-cell {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .foot-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .foot-about-cell {
        grid-column: auto
    }

    .foot-bottom-bar {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .foot-plate {
        padding: 28px 16px 16px
    }

    .foot-top-row {
        flex-direction: column;
        align-items: flex-start
    }

    .foot-legal-links {
        gap: 16px
    }
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    background: linear-gradient(90deg, #1e0f4a 0%, #0f2206 100%);
    border-top: 2px solid #FCB4BE;
    box-shadow: 2px 8px 60px 0 #4119841f;
    transform: translateY(100%);
    transition: transform .22s ease-out;
    display: none
}

.cookie-bar.cookie-bar--visible {
    transform: translateY(0)
}

.cookie-bar-plate {
    max-width: 1500px;
    margin: 0 auto;
    padding: 16px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap
}

.cookie-bar-text {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #ffffffd9;
    flex: 1;
    min-width: 200px
}

.cookie-bar-text a {
    color: #FCB4BE;
    text-decoration: underline;
    transition: color .18s ease-out
}

.cookie-bar-text a:hover {
    color: #5D8D0C
}

.cookie-bar-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.cookie-btn {
    font-family: 'Source Code Pro', monospace;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    padding: 8px 28px;
    border-radius: 8px;
    border: 2px solid #FCB4BE;
    background: transparent;
    color: #FCB4BE;
    cursor: pointer;
    min-height: 44px;
    transition: background .25s ease-out, color .2s ease-out, transform .18s ease-out;
    position: relative;
    overflow: hidden
}

.cookie-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FCB4BE;
    transition: left .28s ease-out;
    z-index: 0
}

.cookie-btn:hover::before {
    left: 0
}

.cookie-btn:hover {
    color: #1e0f4a;
    transform: translateY(-2px)
}

.cookie-btn span {
    position: relative;
    z-index: 1
}

.cookie-btn-decline {
    border-color: #ffffff59;
    color: #ffffffb3
}

.cookie-btn-decline::before {
    background: #ffffff26
}

.cookie-btn-decline:hover {
    color: #fff
}

@media (max-width: 768px) {
    .cookie-bar-plate {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start
    }

    .cookie-bar-btns {
        width: 100%
    }

    .cookie-btn {
        flex: 1;
        text-align: center
    }
}

.yetk-text-policy {
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 96px
}

.yetk-text-policy h1 {
    font-size: 70px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #1b1b2e;
    margin-bottom: 28px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #5D8D0C
}

.yetk-text-policy h2 {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #411984;
    margin-top: 56px;
    margin-bottom: 16px
}

.yetk-text-policy h3 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #2a0f6e;
    margin-top: 28px;
    margin-bottom: 16px
}

.yetk-text-policy h4,
.yetk-text-policy h5,
.yetk-text-policy h6 {
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #5D8D0C;
    margin-top: 28px;
    margin-bottom: 8px
}

.yetk-text-policy p {
    font-size: 15px;
    line-height: 1.65;
    color: #2c2c3a;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.yetk-text-policy ul,
.yetk-text-policy ol {
    font-size: 15px;
    line-height: 1.65;
    color: #2c2c3a;
    margin-top: 8px;
    margin-bottom: 16px;
    padding-left: 28px;
    max-width: 72ch
}

.yetk-text-policy li {
    margin-bottom: 8px
}

.yetk-text-policy ul li::marker {
    color: #5D8D0C
}

.yetk-text-policy ol li::marker {
    color: #411984;
    font-weight: 600
}

.yetk-text-policy em,
.yetk-text-policy i {
    color: #411984;
    font-style: italic
}

.yetk-text-policy a {
    color: #411984;
    text-decoration: underline;
    text-decoration-color: #FCB4BE;
    text-underline-offset: 3px;
    transition: color .22s ease-out, text-decoration-color .18s ease-out
}

.yetk-text-policy a:hover {
    color: #5D8D0C;
    text-decoration-color: #5D8D0C
}

.yetk-text-policy hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #5D8D0C, #FCB4BE, #411984);
    margin-top: 56px;
    margin-bottom: 56px;
    opacity: .35
}

.yetk-text-policy div {
    font-size: 15px;
    line-height: 1.65
}

@media (max-width: 1024px) {
    .yetk-text-policy {
        padding: 56px
    }

    .yetk-text-policy h1 {
        font-size: 41px
    }

    .yetk-text-policy h2 {
        font-size: 24px
    }
}

@media (max-width: 768px) {
    .yetk-text-policy {
        padding: 28px
    }

    .yetk-text-policy h1 {
        font-size: 41px
    }

    .yetk-text-policy h2 {
        font-size: 24px;
        margin-top: 28px
    }

    .yetk-text-policy hr {
        margin-top: 28px;
        margin-bottom: 28px
    }
}

@media (max-width: 480px) {
    .yetk-text-policy {
        padding: 28px 16px
    }

    .yetk-text-policy h1 {
        font-size: 24px
    }

    .yetk-text-policy h2 {
        font-size: 15px;
        letter-spacing: .02em
    }

    .yetk-text-policy h3 {
        font-size: 15px
    }

    .yetk-text-policy p,
    .yetk-text-policy ul,
    .yetk-text-policy ol {
        max-width: 100%
    }
}

.cu-pg {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden
}

.cu-pg .slide-in {
    opacity: 0;
    transform: translateX(60px);
    animation: slideFromRight .45s ease-out forwards
}

.cu-pg .slide-in:nth-child(1) {
    animation-delay: .08s
}

.cu-pg .slide-in:nth-child(2) {
    animation-delay: .18s
}

.cu-pg .slide-in:nth-child(3) {
    animation-delay: .28s
}

.cu-pg .slide-in:nth-child(4) {
    animation-delay: .38s
}

@keyframes slideFromRight {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.cu-pg ::selection {
    background: linear-gradient(90deg, #5D8D0C, #411984);
    color: #fff
}

.cu-pg .overline-label {
    display: block;
    font-size: 15px;
    letter-spacing: .12em;
    color: #5D8D0C;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.15
}

.cu-pg .top-accent {
    border-top: 2px solid #FCB4BE;
    border-bottom: 2px solid #5D8D0C
}

.cu-pg .info-strip {
    background: linear-gradient(160deg, #5d8d0c0a 0%, #ffff 60%, #4119840a 100%);
    padding: 56px
}

.cu-pg .info-strip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px;
    max-width: 1500px;
    margin: 0 auto
}

.cu-pg .info-heading {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.cu-pg .info-lead {
    font-size: 15px;
    line-height: 1.65;
    color: #2e2e3a;
    margin: 0 0 28px
}

.cu-pg .info-card {
    background: #fff;
    border-radius: 13px;
    padding: 28px;
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cu-pg .info-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .info-lbl {
    font-size: 15px;
    color: #5D8D0C;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.15
}

.cu-pg .info-val {
    font-size: 15px;
    line-height: 1.65;
    color: #1b1b2e
}

.cu-pg .info-val a {
    color: #411984;
    text-decoration: none;
    transition: color .25s ease-out
}

.cu-pg .info-val a:hover {
    color: #5D8D0C
}

.cu-pg .badge-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 48px;
    background: linear-gradient(135deg, #5D8D0C, #411984);
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    flex-shrink: 0
}

.cu-pg .geo-block {
    background: linear-gradient(155deg, #4119840d 0%, #fcb4be14 100%);
    border-radius: 13px;
    padding: 28px;
    box-shadow: 2px 2px 2px 0 #4119840d;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cu-pg .geo-visual {
    border-radius: 8px;
    overflow: hidden;
    height: 120px;
    background: linear-gradient(135deg, #5D8D0C 0%, #411984 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.cu-pg .geo-visual::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 48px;
    border: 3px solid #ffffff4d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cu-pg .geo-visual::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 48px;
    background: #FCB4BE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 8px 60px 0 #fcb4be1f
}

.cu-pg .geo-pin {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #FCB4BE
}

.cu-pg .form-wrap {
    padding: 56px;
    background: #fff
}

.cu-pg .form-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 56px;
    align-items: start
}

.cu-pg .form-desc-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: sticky;
    top: 28px
}

.cu-pg .form-heading {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0
}

.cu-pg .form-desc-text {
    font-size: 15px;
    line-height: 1.65;
    color: #2e2e3a;
    margin: 0
}

.cu-pg .priority-legend {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .priority-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.65;
    color: #2e2e3a
}

.cu-pg .dot {
    width: 10px;
    height: 10px;
    border-radius: 48px;
    flex-shrink: 0
}

.cu-pg .dot.standard {
    background: #5D8D0C
}

.cu-pg .dot.elevated {
    background: #411984
}

.cu-pg .dot.urgent {
    background: #FCB4BE;
    border: 1px solid #c87080
}

.cu-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 2px 8px 60px 0 #5d8d0c1f
}

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

.cu-pg .field-lbl {
    font-size: 15px;
    color: #1b1b2e;
    line-height: 1.15;
    letter-spacing: .03em
}

.cu-pg .field-lbl span {
    color: #5D8D0C
}

.cu-pg .f-input {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #d4d4e0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.65;
    color: #1b1b2e;
    background: #fff;
    outline: none;
    transition: border-color .2s ease-out, box-shadow .25s ease-out;
    box-sizing: border-box
}

.cu-pg .f-input::placeholder {
    color: #9090a0;
    transition: opacity .35s ease-out
}

.cu-pg .f-input:focus::placeholder {
    opacity: 0
}

.cu-pg .f-input:focus {
    border-color: #5D8D0C;
    box-shadow: 2px 5px 18px 0 #5d8d0c14
}

.cu-pg .f-select {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #d4d4e0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.65;
    color: #1b1b2e;
    background: #fff;
    outline: none;
    appearance: none;
    cursor: pointer;
    transition: border-color .2s ease-out;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%235D8D0C' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.cu-pg .f-select:focus {
    border-color: #411984
}

.cu-pg .f-textarea {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #d4d4e0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.65;
    color: #1b1b2e;
    background: #fff;
    outline: none;
    resize: vertical;
    min-height: 120px;
    transition: border-color .2s ease-out, box-shadow .25s ease-out;
    box-sizing: border-box
}

.cu-pg .f-textarea::placeholder {
    color: #9090a0;
    transition: opacity .35s ease-out
}

.cu-pg .f-textarea:focus::placeholder {
    opacity: 0
}

.cu-pg .f-textarea:focus {
    border-color: #5D8D0C;
    box-shadow: 2px 5px 18px 0 #5d8d0c14
}

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

.cu-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background: #5d8d0c0a;
    border-radius: 8px
}

.cu-pg .privacy-check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #5D8D0C;
    cursor: pointer
}

.cu-pg .privacy-text {
    font-size: 15px;
    line-height: 1.65;
    color: #2e2e3a
}

.cu-pg .privacy-text a {
    color: #411984;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s ease-out
}

.cu-pg .privacy-text a:hover {
    color: #5D8D0C
}

.cu-pg .submit-btn {
    position: relative;
    overflow: hidden;
    padding: 16px 28px;
    border-radius: 8px;
    background: #5D8D0C;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .04em;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: transform .2s ease-out, box-shadow .25s ease-out;
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    align-self: flex-start
}

.cu-pg .submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #411984;
    transform: translateX(-100%);
    transition: transform .35s ease-out;
    border-radius: 8px
}

.cu-pg .submit-btn:hover::before {
    transform: translateX(0)
}

.cu-pg .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 2px 8px 60px 0 #5d8d0c1f
}

.cu-pg .submit-btn:focus {
    outline: 2px solid #5D8D0C;
    outline-offset: 3px
}

.cu-pg .submit-btn span {
    position: relative;
    z-index: 1
}

.cu-pg .form-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #FCB4BE, transparent);
    margin: 8px 0
}

@media (max-width: 1024px) {
    .cu-pg .info-strip-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .cu-pg .info-strip {
        padding: 56px 28px
    }

    .cu-pg .form-wrap {
        padding: 56px 28px
    }

    .cu-pg .form-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .cu-pg .form-desc-col {
        position: static
    }
}

@media (max-width: 768px) {
    .cu-pg .info-strip-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .cu-pg .info-strip {
        padding: 28px 16px
    }

    .cu-pg .form-wrap {
        padding: 28px 16px
    }

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

    .cu-pg .info-heading,
    .cu-pg .form-heading {
        font-size: 24px
    }

    .cu-pg .contact-form {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .cu-pg .info-strip {
        padding: 28px 8px
    }

    .cu-pg .form-wrap {
        padding: 28px 8px
    }

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

.abt-us {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden
}

.abt-us ::selection {
    background: linear-gradient(90deg, #5D8D0C, #411984);
    color: #fff
}

.abt-us img {
    max-width: 100%;
    display: block
}

.abt-us .overline-label {
    display: block;
    font-size: 15px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5D8D0C;
    margin-bottom: 8px;
    line-height: 1.15
}

.abt-us .accent-colon {
    color: #5D8D0C
}

.abt-us .title-panel {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 56px;
    padding: 96px 56px 56px;
    background: #fff;
    position: relative
}

.abt-us .title-panel .corner-lines {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    pointer-events: none;
    overflow: hidden
}

.abt-us .title-panel .corner-lines svg {
    width: 100%;
    height: 100%
}

.abt-us .title-panel .corner-lines-bl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    pointer-events: none;
    overflow: hidden
}

.abt-us .title-panel .corner-lines-bl svg {
    width: 100%;
    height: 100%
}

.abt-us .img-col {
    position: relative;
    flex-shrink: 0
}

.abt-us .img-col .portrait-frame {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    position: relative
}

.abt-us .img-col .portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .img-col .scanline-overlay {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 3px, #5d8d0c0f 3px, #5d8d0c0f 4px);
    pointer-events: none
}

.abt-us .img-col .img-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #411984;
    color: #fff;
    padding: 16px;
    border-radius: 13px;
    font-size: 15px;
    line-height: 1.15;
    box-shadow: 2px 5px 18px 0 #41198414;
    min-width: 110px;
    text-align: center
}

.abt-us .img-col .img-badge strong {
    display: block;
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.03em
}

.abt-us .title-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px
}

.abt-us .title-right .h1-row {
    display: flex;
    align-items: flex-start;
    gap: 28px
}

.abt-us .title-right h1 {
    font-size: 70px;
    line-height: 1.15;
    letter-spacing: -.04em;
    color: #1a1a1a;
    color: #1b1b1b;
    color: #222;
    margin: 0;
    flex: 1
}

.abt-us .title-right .live-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #5d8d0c14, #fcb4be26);
    border-radius: 22px;
    padding: 16px;
    min-width: 96px;
    border: 1px solid #5d8d0c2e;
    box-shadow: 2px 2px 2px 0 #5d8d0c0d;
    flex-shrink: 0
}

.abt-us .title-right .live-counter .counter-num {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #5D8D0C;
    font-weight: 700
}

.abt-us .title-right .live-counter .counter-lbl {
    font-size: 15px;
    line-height: 1.15;
    color: #411984;
    text-align: center
}

.abt-us .title-right .subtitle-text {
    font-size: 24px;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0;
    max-width: 640px
}

.abt-us .title-right .meta-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex-wrap: wrap
}

.abt-us .title-right .meta-item {
    font-size: 15px;
    line-height: 1.65;
    color: #555
}

.abt-us .title-right .meta-item strong {
    color: #411984
}

.abt-us .svg-divider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff
}

.abt-us .svg-divider svg {
    display: block;
    width: 100%
}

.abt-us .detail-panel {
    background: linear-gradient(160deg, #4119840a 0%, #fcb4be14 100%);
    padding: 96px 56px;
    position: relative
}

.abt-us .detail-panel .diag-lines {
    position: absolute;
    bottom: 28px;
    right: 28px;
    width: 140px;
    height: 140px;
    pointer-events: none;
    overflow: hidden
}

.abt-us .detail-panel .diag-lines svg {
    width: 100%;
    height: 100%
}

.abt-us .detail-panel .dp-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 56px;
    max-width: 1500px;
    margin: 0 auto
}

.abt-us .detail-panel .dp-left {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .detail-panel .dp-left h2 {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #222;
    margin: 0
}

.abt-us .detail-panel .dp-left .body-text {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0
}

.abt-us .detail-panel .dp-left .img-wide {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 8px 60px 0 #4119841f
}

.abt-us .detail-panel .dp-left .img-wide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .detail-panel .dp-right {
    display: flex;
    flex-direction: column;
    gap: 56px
}

.abt-us .steps-block {
    display: flex;
    flex-direction: column;
    gap: 0
}

.abt-us .steps-block h3 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #222;
    margin: 0 0 28px
}

.abt-us .step-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    position: relative
}

.abt-us .step-item:not(:last-child) .step-line {
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: -28px;
    width: 2px;
    background: linear-gradient(180deg, #5D8D0C 0%, #5d8d0c26 100%)
}

.abt-us .step-num {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #5D8D0C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    position: relative;
    z-index: 1
}

.abt-us .step-body {
    padding-bottom: 28px
}

.abt-us .step-body h5 {
    font-size: 15px;
    line-height: 1.15;
    color: #411984;
    margin: 0 0 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.abt-us .step-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0
}

.abt-us .team-block {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .team-block h3 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #222;
    margin: 0
}

.abt-us .team-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .team-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: center;
    background: #fff;
    border-radius: 13px;
    padding: 16px;
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    transition: transform .25s ease-out, box-shadow .25s ease-out
}

.abt-us .team-card:hover {
    transform: translateY(-3px);
    box-shadow: 2px 8px 60px 0 #4119841f
}

.abt-us .team-card .tc-portrait {
    width: 80px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0
}

.abt-us .team-card .tc-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .team-card .tc-info h6 {
    font-size: 15px;
    line-height: 1.15;
    color: #222;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.abt-us .team-card .tc-info p {
    font-size: 15px;
    line-height: 1.65;
    color: #555;
    margin: 0
}

.abt-us .metrics-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.abt-us .metric-box {
    background: #fff;
    border-radius: 13px;
    padding: 28px 16px;
    text-align: center;
    box-shadow: 2px 2px 2px 0 #5d8d0c0d;
    border-top: 3px solid #FCB4BE;
    transition: transform .2s ease-out
}

.abt-us .metric-box:hover {
    transform: translateY(-4px)
}

.abt-us .metric-box .m-val {
    display: block;
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #411984;
    font-weight: 700
}

.abt-us .metric-box .m-lbl {
    display: block;
    font-size: 15px;
    line-height: 1.65;
    color: #555;
    margin-top: 8px
}

.abt-us .img-bg-block {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    box-shadow: 2px 8px 60px 0 #4119841f
}

.abt-us .img-bg-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.abt-us .img-bg-block .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #411984b8 0%, #5d8d0c8c 100%)
}

.abt-us .img-bg-block .overlay-text {
    position: relative;
    z-index: 2;
    padding: 28px;
    color: #fff
}

.abt-us .img-bg-block .overlay-text h4 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0 0 8px
}

.abt-us .img-bg-block .overlay-text p {
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    opacity: .9
}

.abt-us .check-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .check-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a
}

.abt-us .check-item .ci-icon {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt-us .check-item.ok .ci-icon {
    background: #5d8d0c1f
}

.abt-us .check-item.ok .ci-icon svg path {
    stroke: #5D8D0C
}

@keyframes row-reveal {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

.abt-us .title-panel .img-col {
    animation: row-reveal .35s ease-out both
}

.abt-us .title-panel .title-right {
    animation: row-reveal .45s ease-out .1s both
}

.abt-us .detail-panel .dp-left {
    animation: row-reveal .4s ease-out .15s both
}

.abt-us .detail-panel .steps-block {
    animation: row-reveal .45s ease-out .2s both
}

.abt-us .detail-panel .team-block {
    animation: row-reveal .4s ease-out .25s both
}

.abt-us .metrics-strip {
    animation: row-reveal .35s ease-out .3s both
}

@media (max-width: 1024px) {
    .abt-us .title-panel {
        grid-template-columns: 220px 1fr;
        gap: 28px;
        padding: 56px 28px
    }

    .abt-us .title-right h1 {
        font-size: 41px
    }

    .abt-us .detail-panel .dp-grid {
        grid-template-columns: 1fr
    }

    .abt-us .detail-panel {
        padding: 56px 28px
    }
}

@media (max-width: 768px) {
    .abt-us .title-panel {
        grid-template-columns: 1fr;
        padding: 56px 16px
    }

    .abt-us .img-col .img-badge {
        right: 0;
        bottom: -8px
    }

    .abt-us .title-right h1 {
        font-size: 41px
    }

    .abt-us .title-right .h1-row {
        flex-direction: column;
        gap: 16px
    }

    .abt-us .detail-panel {
        padding: 56px 16px
    }

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

    .abt-us .detail-panel .dp-right {
        gap: 28px
    }
}

@media (max-width: 480px) {
    .abt-us .title-right h1 {
        font-size: 41px
    }

    .abt-us .title-panel {
        padding: 28px 16px
    }

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

    .abt-us .team-card .tc-portrait {
        width: 80px;
        height: 100px
    }
}

.exp-op {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden
}

.exp-op .load-reveal {
    animation: blurReveal .45s ease-out both
}

@keyframes blurReveal {
    from {
        opacity: 0;
        filter: blur(6px)
    }

    to {
        opacity: 1;
        filter: blur(0)
    }
}

.exp-op ::selection {
    background: linear-gradient(90deg, #5D8D0C, #411984);
    color: #fff
}

.exp-op .overline-label {
    display: block;
    font-size: 15px;
    letter-spacing: .12em;
    color: #5D8D0C;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.15
}

.exp-op .dash-divider {
    border: none;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, #5D8D0C 0px, #5D8D0C 6px, transparent 6px, transparent 10px, #411984 10px, #411984 14px, transparent 14px, transparent 20px);
    margin: 56px 0;
    opacity: .35
}

.exp-op .tb {
    padding: 56px 28px;
    position: relative;
    background: #fff
}

.exp-op .tb-dot-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #5D8D0C 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .06;
    pointer-events: none
}

.exp-op .tb-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    max-width: 1500px;
    margin: 0 auto
}

.exp-op .tb-img-wrap {
    flex: 0 0 220px;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 2px 5px 18px 0 #5d8d0c14
}

.exp-op .tb-img-wrap img {
    width: 220px;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 13px
}

.exp-op .tb-img-vignette {
    position: absolute;
    inset: 0;
    border-radius: 13px;
    background: linear-gradient(to bottom right, #41198459 0%, transparent 45%), linear-gradient(to top left, #41198459 0%, transparent 45%);
    pointer-events: none
}

.exp-op .tb-text {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1
}

.exp-op .tb-text h1 {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.exp-op .tb-text p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a;
    max-width: 560px;
    margin: 0 auto 28px
}

.exp-op .tb-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.exp-op .btn-prim {
    display: inline-block;
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1.15;
    color: #fff;
    background: #411984;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 5px 18px 0 #41198414;
    transition: color .25s ease-out, transform .2s ease-out
}

.exp-op .btn-prim::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #5D8D0C;
    transform: translateX(-100%);
    transition: transform .35s ease-out;
    border-radius: 8px;
    z-index: 0
}

.exp-op .btn-prim:hover::before {
    transform: translateX(0)
}

.exp-op .btn-prim:hover {
    transform: translateY(-2px)
}

.exp-op .btn-prim span {
    position: relative;
    z-index: 1
}

.exp-op .btn-sec {
    display: inline-block;
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1.15;
    color: #411984;
    background: transparent;
    border: 2px solid #411984;
    border-radius: 8px;
    text-decoration: none;
    transition: color .2s ease-out, background .28s ease-out, transform .2s ease-out
}

.exp-op .btn-sec:hover {
    background: #411984;
    color: #fff;
    transform: translateY(-2px)
}

.exp-op .btn-prim:focus-visible,
.exp-op .btn-sec:focus-visible {
    outline: 3px solid #5D8D0C !important;
    outline-offset: 3px !important
}

.exp-op .experts-grid-sec {
    padding: 56px 28px;
    background: linear-gradient(160deg, #5d8d0c0a 0%, #fcb4be12 100%), linear-gradient(200deg, #41198408 0%, #fff0 60%);
    position: relative
}

.exp-op .experts-grid-sec .corner-rects {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    pointer-events: none
}

.exp-op .experts-grid-sec .corner-rects span {
    position: absolute;
    border: 1px solid #5D8D0C;
    border-radius: 8px;
    opacity: .18
}

.exp-op .experts-grid-sec .corner-rects span:nth-child(1) {
    inset: 8px
}

.exp-op .experts-grid-sec .corner-rects span:nth-child(2) {
    inset: 20px
}

.exp-op .experts-grid-sec .corner-rects span:nth-child(3) {
    inset: 32px
}

.exp-op .experts-grid-sec .corner-rects span:nth-child(4) {
    inset: 44px
}

.exp-op .eg-head {
    text-align: center;
    margin-bottom: 56px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.exp-op .eg-head h2 {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.exp-op .eg-head p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a
}

.exp-op .eg-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    max-width: 1500px;
    margin: 0 auto
}

.exp-op .eg-card {
    background: #fff;
    border-radius: 13px;
    padding: 28px;
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    position: relative;
    transition: transform .22s ease-out, box-shadow .22s ease-out
}

.exp-op .eg-card:hover {
    transform: translateY(-3px);
    box-shadow: 2px 8px 60px 0 #5d8d0c1f
}

.exp-op .eg-card .num-badge {
    position: absolute;
    top: -12px;
    left: 28px;
    width: 36px;
    height: 36px;
    background: #411984;
    color: #fff;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    box-shadow: 2px 2px 2px 0 #4119840d
}

.exp-op .eg-card h3 {
    font-size: 24px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 8px 0 16px;
    letter-spacing: -.01em
}

.exp-op .eg-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0
}

.exp-op .eg-card .tag-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px
}

.exp-op .eg-card .tag {
    display: inline-block;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.15;
    border-radius: 22px;
    background: #5d8d0c17;
    color: #3a5c0a;
    border: 1px solid #5d8d0c33
}

.exp-op .eg-card .tag.purple {
    background: #41198414;
    color: #2d1060;
    border-color: #4119842e
}

.exp-op .eg-card .tag.pink {
    background: #fcb4be40;
    color: #7a3040;
    border-color: #fcb4be80
}

.exp-op .eg-side {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.exp-op .eg-mini {
    background: #fff;
    border-radius: 13px;
    padding: 28px;
    box-shadow: 2px 2px 2px 0 #5d8d0c0d;
    border-top: 3px solid #5D8D0C;
    transition: transform .28s ease-out
}

.exp-op .eg-mini:hover {
    transform: translateX(3px)
}

.exp-op .eg-mini h4 {
    font-size: 15px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 8px;
    font-weight: 700;
    letter-spacing: .03em
}

.exp-op .eg-mini p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0
}

.exp-op .opinions-sec {
    padding: 96px 28px;
    position: relative;
    background: #f4f1fb
}

.exp-op .opinions-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: .5
}

.exp-op .op-inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.exp-op .op-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 28px;
    flex-wrap: wrap
}

.exp-op .op-head h2 {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0
}

.exp-op .op-head p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a;
    max-width: 420px;
    margin: 0
}

.exp-op .op-list {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.exp-op .op-item {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 2px 5px 18px 0 #41198414;
    transition: transform .18s ease-out, box-shadow .3s ease-out
}

.exp-op .op-item:hover {
    transform: translateY(-2px);
    box-shadow: 2px 8px 60px 0 #4119841f
}

.exp-op .op-item.alt {
    flex-direction: row-reverse;
    background: linear-gradient(110deg, #fcb4be1a 0%, #fff 60%)
}

.exp-op .op-img-box {
    flex: 0 0 180px;
    position: relative;
    border-radius: 13px;
    overflow: hidden
}

.exp-op .op-img-box img {
    width: 180px;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 13px;
    transition: transform .35s ease-out
}

.exp-op .op-img-box:hover img {
    transform: scale(1.04)
}

.exp-op .op-img-overlay {
    position: absolute;
    inset: 0;
    background: #1b1b2eb8;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .28s ease-out
}

.exp-op .op-img-box:hover .op-img-overlay {
    opacity: 1
}

.exp-op .op-img-overlay span {
    font-size: 15px;
    line-height: 1.65;
    color: #fff;
    text-align: center;
    padding: 8px
}

.exp-op .op-body {
    flex: 1
}

.exp-op .op-body h3 {
    font-size: 24px;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.exp-op .op-body .op-meta {
    font-size: 15px;
    line-height: 1.15;
    color: #5D8D0C;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap
}

.exp-op .op-body .op-meta .sep {
    color: #FCB4BE
}

.exp-op .op-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0 0 16px
}

.exp-op .op-body .inline-badges {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.exp-op .op-body .ibadge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 22px;
    font-size: 15px;
    line-height: 1.15;
    background: #41198412;
    color: #2d1060;
    border: 1px solid #41198426
}

.exp-op .op-body .ibadge .dot {
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #5D8D0C;
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .exp-op .eg-grid {
        grid-template-columns: 1fr
    }

    .exp-op .eg-side {
        flex-direction: row
    }

    .exp-op .eg-mini {
        flex: 1
    }
}

@media (max-width: 768px) {
    .exp-op .tb-grid {
        flex-direction: column
    }

    .exp-op .tb-img-wrap {
        display: none
    }

    .exp-op .op-item,
    .exp-op .op-item.alt {
        flex-direction: column
    }

    .exp-op .op-img-box {
        flex: none;
        width: 100%
    }

    .exp-op .op-img-box img {
        width: 100%;
        height: 180px
    }

    .exp-op .op-head {
        flex-direction: column;
        align-items: flex-start
    }

    .exp-op .eg-side {
        flex-direction: column
    }
}

@media (max-width: 480px) {
    .exp-op .tb-text h1 {
        font-size: 24px
    }

    .exp-op .eg-head h2,
    .exp-op .op-head h2 {
        font-size: 24px
    }

    .exp-op .tb-actions {
        flex-direction: column;
        align-items: center
    }

    .exp-op .opinions-sec {
        padding: 56px 16px
    }

    .exp-op .op-item {
        padding: 16px
    }

    .exp-op .eg-card {
        padding: 16px
    }
}

.prm {
    max-width: 100%;
    overflow-x: hidden
}

.prm ::selection {
    background: linear-gradient(90deg, #5D8D0C, #411984);
    color: #fff
}

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

img {
    max-width: 100%
}

.prm-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 28px
}

@keyframes glowBuild {
    from {
        box-shadow: 0 0 0 0 #5d8d0c00
    }

    to {
        box-shadow: 2px 8px 60px 0 #5d8d0c1f
    }
}

@keyframes borderGrow {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.prm-title {
    padding: 96px 28px 56px;
    background: #fff;
    position: relative
}

.prm-title-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: end
}

.prm-title-text {
    padding-top: 56px
}

.prm-title-overline {
    display: block;
    font-size: 15px;
    letter-spacing: .12em;
    color: #5D8D0C;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.15
}

.prm-title-overline::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #5D8D0C;
    vertical-align: middle;
    margin-right: 8px
}

.prm-h1 {
    font-size: 70px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #1b1b2e;
    margin: 0 0 28px
}

.prm-h1 em {
    font-style: normal;
    color: #411984
}

.prm-title-desc {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0 0 28px;
    max-width: 480px
}

.prm-title-faded {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    line-height: 1.15;
    color: #4119840a;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 0
}

.prm-title-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    position: relative;
    z-index: 1
}

.prm-img-clip1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3
}

.prm-img-clip1 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
    display: block
}

.prm-img-clip2 img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    display: block
}

.prm-img-clip3 img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px
}

.prm-title-text {
    position: relative;
    z-index: 1
}

.prm-approach {
    padding: 96px 28px;
    background: linear-gradient(160deg, #5d8d0c0a 0%, #fff0 60%), linear-gradient(340deg, #4119840a 0%, #fff0 70%)
}

.prm-approach-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: start
}

.prm-approach-img {
    position: relative
}

.prm-approach-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 13px;
    display: block;
    filter: saturate(0.85) brightness(0.95);
    box-shadow: 2px 8px 60px 0 #4119841f;
    animation: glowBuild .45s ease-out forwards
}

.prm-approach-img::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 13px;
    background: linear-gradient(180deg, #5d8d0c2e 0%, #4119841f 100%);
    pointer-events: none
}

.prm-circles-deco {
    position: absolute;
    bottom: -28px;
    right: -28px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 0
}

.prm-circles-deco span {
    position: absolute;
    border-radius: 48px;
    border: 2px solid #5d8d0c26
}

.prm-circles-deco span:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px
}

.prm-circles-deco span:nth-child(2) {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
    opacity: .6
}

.prm-circles-deco span:nth-child(3) {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    opacity: .3
}

.prm-overline {
    display: block;
    font-size: 15px;
    letter-spacing: .1em;
    color: #5D8D0C;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.15
}

.prm-overline::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #5D8D0C;
    vertical-align: middle;
    margin-right: 8px
}

.prm-h2 {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 28px
}

.prm-body {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0 0 16px
}

.prm-pillars {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.prm-pillar {
    padding: 16px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    transition: transform .25s ease-out, box-shadow .35s ease-out
}

.prm-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 2px 8px 60px 0 #5d8d0c1f
}

.prm-pillar-label {
    font-size: 15px;
    font-weight: 700;
    color: #411984;
    margin-bottom: 8px;
    line-height: 1.15
}

.prm-pillar-label::after {
    content: ':';
    color: #5D8D0C
}

.prm-pillar p {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0
}

.prm-ltv {
    padding: 56px 28px;
    background: #1b1b2e;
    position: relative;
    overflow: hidden
}

.prm-ltv-noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px
}

.prm-ltv-wrap {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prm-ltv-top {
    text-align: center;
    margin-bottom: 56px
}

.prm-overline-inv {
    display: block;
    font-size: 15px;
    letter-spacing: .1em;
    color: #FCB4BE;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.15
}

.prm-overline-inv::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #FCB4BE;
    vertical-align: middle;
    margin-right: 8px
}

.prm-h2-inv {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 16px
}

.prm-body-inv {
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffbf;
    margin: 0 auto;
    max-width: 640px
}

.prm-ltv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.prm-ltv-card {
    padding: 28px;
    border-radius: 22px;
    background: #ffffff0d;
    border: 1px solid #ffffff14;
    box-shadow: 2px 5px 18px 0 #41198414;
    transition: background .25s ease-out, transform .2s ease-out;
    animation: borderGrow .45s ease-out forwards
}

.prm-ltv-card:hover {
    background: #ffffff17;
    transform: translateY(-3px)
}

.prm-ltv-num {
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    color: #5D8D0C;
    margin-bottom: 8px
}

.prm-ltv-card-label {
    font-size: 15px;
    font-weight: 700;
    color: #FCB4BE;
    margin-bottom: 8px;
    line-height: 1.15
}

.prm-ltv-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #ffffffb3;
    margin: 0
}

.prm-after {
    padding: 96px 28px;
    background: #fff
}

.prm-after-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 56px;
    align-items: center
}

.prm-after-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm-after-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 13px;
    background: linear-gradient(135deg, #5d8d0c0a 0%, #41198408 100%);
    transition: box-shadow .2s ease-out, transform .18s ease-out
}

.prm-after-item:hover {
    box-shadow: 2px 5px 18px 0 #5d8d0c14;
    transform: translateX(4px)
}

.prm-after-dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #5D8D0C;
    margin-top: 8px
}

.prm-after-item-text {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0
}

.prm-after-item-text strong {
    color: #1b1b2e
}

.prm-after-visual {
    position: relative
}

.prm-after-visual img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    display: block;
    filter: saturate(0.9);
    box-shadow: 2px 8px 60px 0 #4119841f
}

.prm-after-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(200deg, #41198426 0%, #5d8d0c1a 100%);
    pointer-events: none;
    z-index: 1
}

.prm-reviews {
    padding: 96px 28px;
    background: linear-gradient(170deg, #fcb4be14 0%, #fff0 50%), linear-gradient(350deg, #5d8d0c0d 0%, #fff0 60%)
}

.prm-reviews-wrap {
    max-width: 1500px;
    margin: 0 auto
}

.prm-reviews-top {
    text-align: center;
    margin-bottom: 56px
}

.prm-reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.prm-review-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 2px 5px 18px 0 #41198414;
    transition: transform .22s ease-out, box-shadow .3s ease-out
}

.prm-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 2px 8px 60px 0 #4119841f
}

.prm-review-card.wide {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr
}

.prm-portrait {
    width: 88px;
    height: 132px;
    overflow: hidden;
    flex-shrink: 0
}

.prm-portrait img {
    width: 88px;
    height: 132px;
    object-fit: cover;
    object-position: center;
    display: block
}

.prm-review-name {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b2e;
    margin-bottom: 8px;
    line-height: 1.15
}

.prm-review-name::after {
    content: ':';
    color: #5D8D0C
}

.prm-review-role {
    font-size: 15px;
    color: #411984;
    margin-bottom: 8px;
    line-height: 1.15
}

.prm-review-text {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0
}

.prm-review-noport {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.prm-review-noport .prm-review-name-np {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b2e;
    margin-bottom: 8px;
    line-height: 1.15
}

.prm-review-noport .prm-review-name-np::after {
    content: ':';
    color: #5D8D0C
}

.prm-grad {
    padding: 96px 28px;
    background: #fff;
    border-top: 1px solid #5d8d0c1f
}

.prm-grad-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.prm-grad-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.prm-grad-img-main {
    grid-column: 1 / -1
}

.prm-grad-img-main img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 13px;
    display: block;
    filter: saturate(0.88);
    box-shadow: 2px 5px 18px 0 #41198414
}

.prm-grad-img-sub img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
    filter: saturate(0.88);
    box-shadow: 2px 2px 2px 0 #5d8d0c0d
}

.prm-grad-body {
    padding-top: 16px
}

.prm-grad-steps {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm-step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 13px;
    border: 1px solid #5d8d0c1f;
    transition: border-color .2s ease-out, box-shadow .28s ease-out
}

.prm-step:hover {
    border-color: #5d8d0c59;
    box-shadow: 2px 5px 18px 0 #5d8d0c14
}

.prm-step-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #5D8D0C;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15
}

.prm-step-text {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0
}

.prm-step-text strong {
    color: #1b1b2e;
    display: block;
    margin-bottom: 4px
}

@media (max-width: 1024px) {
    .prm-h1 {
        font-size: 41px
    }

    .prm-title-wrap {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .prm-title-faded {
        font-size: 120px
    }

    .prm-approach-wrap {
        grid-template-columns: 1fr
    }

    .prm-approach-img img {
        height: 300px
    }

    .prm-ltv-grid {
        grid-template-columns: 1fr 1fr
    }

    .prm-after-wrap {
        grid-template-columns: 1fr
    }

    .prm-after-visual img {
        height: 300px
    }

    .prm-grad-wrap {
        grid-template-columns: 1fr
    }

    .prm-reviews-grid {
        grid-template-columns: 1fr
    }

    .prm-review-card.wide {
        grid-column: 1
    }
}

@media (max-width: 768px) {
    .prm-title {
        padding: 56px 16px 28px
    }

    .prm-h1 {
        font-size: 41px
    }

    .prm-h2,
    .prm-h2-inv {
        font-size: 24px
    }

    .prm-pillars {
        grid-template-columns: 1fr
    }

    .prm-ltv-grid {
        grid-template-columns: 1fr
    }

    .prm-ltv {
        padding: 56px 16px
    }

    .prm-approach {
        padding: 56px 16px
    }

    .prm-after {
        padding: 56px 16px
    }

    .prm-reviews {
        padding: 56px 16px
    }

    .prm-grad {
        padding: 56px 16px
    }

    .prm-review-card {
        grid-template-columns: 1fr
    }

    .prm-review-card.wide {
        grid-template-columns: 1fr
    }

    .prm-portrait {
        width: 64px;
        height: 96px
    }

    .prm-portrait img {
        width: 64px;
        height: 96px
    }

    .prm-grad-imgs {
        grid-template-columns: 1fr
    }

    .prm-grad-img-sub {
        display: none
    }

    .prm-title-imgs {
        grid-template-columns: 1fr
    }

    .prm-img-clip1 {
        grid-column: 1;
        grid-row: 1
    }

    .prm-img-clip1 img {
        height: 260px
    }

    .prm-img-clip2 {
        display: none
    }

    .prm-img-clip3 {
        display: none
    }
}

@media (max-width: 480px) {
    .prm-h1 {
        font-size: 24px
    }

    .prm-title-faded {
        display: none
    }

    .prm-after-list {
        gap: 8px
    }

    .prm-step {
        flex-direction: column
    }
}

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

.succ-page .succ-wrap {
    max-width: 620px;
    width: 100%;
    text-align: center
}

.succ-page .succ-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    display: block
}

.succ-page .succ-overline {
    display: block;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .08em;
    color: #5D8D0C;
    text-transform: uppercase;
    margin-bottom: 16px
}

.succ-page .succ-heading {
    font-size: 41px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.succ-page .succ-text {
    font-size: 15px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0 0 56px
}

.succ-page .succ-divider {
    width: 56px;
    height: 3px;
    background: linear-gradient(90deg, #5D8D0C 0%, #411984 100%);
    border-radius: 8px;
    margin: 0 auto 56px
}

.succ-page .succ-back {
    display: inline-block;
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1.15;
    color: #fff;
    background: #411984;
    border-radius: 13px;
    text-decoration: none;
    box-shadow: 2px 5px 18px 0 #41198414;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, box-shadow .2s ease-out, transform .18s ease-out
}

.succ-page .succ-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5D8D0C;
    transform: translateX(-100%);
    transition: transform .35s ease-out;
    border-radius: 13px;
    z-index: 0
}

.succ-page .succ-back:hover::before {
    transform: translateX(0)
}

.succ-page .succ-back:hover {
    box-shadow: 2px 8px 60px 0 #5d8d0c1f;
    transform: translateY(-2px)
}

.succ-page .succ-back:focus-visible {
    outline: 2px solid #5D8D0C;
    outline-offset: 4px
}

.succ-page .succ-back span {
    position: relative;
    z-index: 1
}

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

    .succ-page .succ-heading {
        font-size: 24px
    }
}