@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/700.css";

html {
    font-size: 100%
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Noto Sans', system-ui, -apple-system, sans-serif;
    background: #FFF;
    color: #1d1d1d;
    line-height: 1.7;
    font-size: 15px;
    letter-spacing: .015em
}

.top_band {
    position: relative;
    background: linear-gradient(135deg, #FFF 0%, #EFE8ED 100%);
    border-bottom: 1px solid #b05a831f;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    z-index: 100
}

.top_band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffd9;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    z-index: -1
}

.top_band_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 64px;
    align-items: center
}

.brand_zone {
    display: flex;
    align-items: center;
    gap: 16px
}

.logo_container {
    width: 72px;
    height: 72px;
    padding: 8px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    border: 1px solid #b05a8326;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.logo_container:hover {
    transform: translateY(-2px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.logo_container img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.brand_text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.brand_name {
    font-size: 22px;
    font-weight: 700;
    color: #B05A83;
    line-height: 1.2;
    letter-spacing: .02em
}

.brand_tagline {
    font-size: 14px;
    font-weight: 400;
    color: #6d5866;
    line-height: 1.2;
    letter-spacing: .01em
}

.primary_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.nav_link {
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 500;
    color: #4a3a44;
    text-decoration: none;
    border-radius: 34px;
    background: #fff9;
    border: 1px solid #b05a8314;
    transition: background-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), color .24s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1), transform .24s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: .015em;
    white-space: nowrap
}

.nav_link:hover {
    background: #B05A83;
    color: #FFF;
    border-color: #B05A83;
    transform: translateY(-1px)
}

.nav_link:focus {
    outline: 3px solid #B05A83;
    outline-offset: 2px
}

.contact_display {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    padding: 16px 24px;
    background: linear-gradient(135deg, #b05a830d 0%, #dabcce14 100%);
    border-radius: 11px;
    border-left: 4px solid #B05A83;
    box-shadow: -1px 3px 6px 0 #b05a830d
}

.contact_phone {
    font-size: 15px;
    font-weight: 600;
    color: #B05A83;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact_phone:hover {
    color: #8d4666
}

.contact_phone:focus {
    outline: 3px solid #B05A83;
    outline-offset: 2px
}

.contact_label {
    font-size: 14px;
    font-weight: 400;
    color: #6d5866;
    letter-spacing: .01em
}

.bottom_zone {
    background: linear-gradient(180deg, #2d2430 0%, #1d1820 100%);
    color: #e8e0e6;
    position: relative;
    overflow: hidden
}

.bottom_zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #b05a834d 50%, transparent 100%)
}

.bottom_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 32px 32px
}

.bottom_columns {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px
}

.column_about {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.column_heading {
    font-size: 22px;
    font-weight: 700;
    color: #DABCCE;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 8px
}

.column_text {
    font-size: 15px;
    font-weight: 400;
    color: #c4b0bd;
    line-height: 1.7;
    letter-spacing: .015em
}

.column_links {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.bottom_link {
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #d4c2cf;
    text-decoration: none;
    border-radius: 5px;
    border-left: 3px solid transparent;
    transition: background-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), border-left-color .26s cubic-bezier(0.34, 1.56, 0.64, 1), padding-left .26s cubic-bezier(0.34, 1.56, 0.64, 1), color .26s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: .015em
}

.bottom_link:hover {
    background: #b05a8326;
    border-left-color: #DABCCE;
    padding-left: 20px;
    color: #FFF
}

.bottom_link:focus {
    outline: 3px solid #DABCCE;
    outline-offset: 2px
}

.contact_info_block {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact_item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact_item_label {
    font-size: 14px;
    font-weight: 600;
    color: #DABCCE;
    letter-spacing: .01em;
    text-transform: uppercase
}

.contact_item_value {
    font-size: 15px;
    font-weight: 400;
    color: #c4b0bd;
    text-decoration: none;
    letter-spacing: .015em;
    transition: color .23s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact_item_value:hover {
    color: #FFF
}

.contact_item_value:focus {
    outline: 3px solid #DABCCE;
    outline-offset: 2px
}

.bottom_bar {
    border-top: 1px solid #dabcce26;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px
}

.copyright_text {
    font-size: 14px;
    font-weight: 400;
    color: #a89099;
    letter-spacing: .01em
}

.service_links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap
}

.service_link {
    font-size: 14px;
    font-weight: 500;
    color: #b8a3b0;
    text-decoration: none;
    transition: color .21s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: .015em
}

.service_link:hover {
    color: #DABCCE
}

.service_link:focus {
    outline: 3px solid #DABCCE;
    outline-offset: 2px
}

.logo_footer_container {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #dabcce26;
    display: flex;
    justify-content: center
}

.logo_footer_box {
    width: 68px;
    height: 68px;
    padding: 8px;
    background: #ffffff0d;
    border-radius: 11px;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    border: 1px solid #dabcce33;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo_footer_box img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.consent_overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #FFF 0%, #EFE8ED 100%);
    border-top: 2px solid #B05A83;
    box-shadow: -1px 10px 40px 0 #b05a831a;
    z-index: 1000;
    padding: 32px;
    transform: translateY(100%);
    transition: transform .42s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: none
}

.consent_overlay.visible {
    transform: translateY(0)
}

.consent_inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.consent_text_block {
    flex: 1;
    min-width: 300px
}

.consent_headline {
    font-size: 22px;
    font-weight: 700;
    color: #B05A83;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 8px
}

.consent_description {
    font-size: 15px;
    font-weight: 400;
    color: #4a3a44;
    line-height: 1.5;
    letter-spacing: .015em;
    margin-bottom: 8px
}

.consent_controls {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.consent_button {
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 34px;
    cursor: pointer;
    letter-spacing: .015em;
    transition: background-color .27s cubic-bezier(0.34, 1.56, 0.64, 1), color .27s cubic-bezier(0.34, 1.56, 0.64, 1), transform .27s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .27s cubic-bezier(0.34, 1.56, 0.64, 1);
    min-width: 140px
}

.consent_button:focus {
    outline: 3px solid #B05A83;
    outline-offset: 2px
}

.accept_all {
    background: #B05A83;
    color: #FFF;
    box-shadow: -1px 3px 6px 0 #b05a830d
}

.accept_all:hover {
    background: #8d4666;
    transform: translateY(-2px);
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.decline_all {
    background: #FFF;
    color: #B05A83;
    border: 2px solid #B05A83;
    box-shadow: -1px 3px 6px 0 #b05a830d
}

.decline_all:hover {
    background: #EFE8ED;
    transform: translateY(-2px);
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.settings_toggle {
    background: transparent;
    color: #B05A83;
    border: 1px solid #DABCCE;
    padding: 16px 24px;
    font-size: 14px;
    min-width: auto
}

.settings_toggle:hover {
    background: #b05a8314;
    border-color: #B05A83
}

.consent_settings {
    display: none;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #b05a8326
}

.consent_settings.active {
    display: block
}

.settings_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px
}

.setting_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #FFF;
    border-radius: 11px;
    border-left: 3px solid #DABCCE;
    box-shadow: -1px 3px 6px 0 #b05a830d
}

.setting_checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #B05A83
}

.setting_label {
    font-size: 15px;
    font-weight: 500;
    color: #4a3a44;
    letter-spacing: .015em;
    cursor: pointer
}

@media (max-width: 1024px) {
    .top_band_inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .brand_zone {
        justify-content: center
    }

    .primary_nav {
        justify-content: center
    }

    .contact_display {
        align-items: center
    }

    .bottom_columns {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .bottom_bar {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .service_links {
        justify-content: center
    }
}

@media (max-width: 640px) {
    .top_band_inner {
        padding: 24px 16px
    }

    .bottom_inner {
        padding: 48px 16px 24px
    }

    .primary_nav {
        flex-direction: column;
        width: 100%
    }

    .nav_link {
        width: 100%;
        text-align: center
    }

    .consent_overlay {
        padding: 24px 16px
    }

    .consent_inner {
        flex-direction: column;
        gap: 24px
    }

    .consent_controls {
        width: 100%;
        flex-direction: column
    }

    .consent_button {
        width: 100%
    }

    .settings_grid {
        grid-template-columns: 1fr
    }
}

.policy_content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 32px;
    background: #fff
}

.policy_content p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a2a2a;
    margin-bottom: 16px
}

.policy_content p:last-child {
    margin-bottom: 0
}

.policy_content ul,
.policy_content ol {
    margin: 16px 0;
    padding-left: 32px
}

.policy_content ul {
    list-style-type: disc
}

.policy_content ol {
    list-style-type: decimal
}

.policy_content li {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a2a2a;
    margin-bottom: 8px
}

.policy_content li:last-child {
    margin-bottom: 0
}

.policy_content strong,
.policy_content b {
    font-weight: 700;
    color: #1a1a1a
}

.policy_content em,
.policy_content i {
    font-style: italic
}

.policy_content hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #EFE8ED, #DABCCE, #EFE8ED);
    margin: 32px 0
}

.policy_content h1 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1a1a1a;
    margin-bottom: 32px
}

.policy_content h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1a1a1a;
    margin-top: 32px;
    margin-bottom: 16px
}

.policy_content h3 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #2a2a2a;
    margin-top: 32px;
    margin-bottom: 16px
}

.policy_content h4 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #2a2a2a;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 8px
}

.policy_content a {
    color: #B05A83;
    text-decoration: underline;
    transition: color .24s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy_content a:hover {
    color: #8d4768
}

@media (max-width: 768px) {
    .policy_content {
        padding: 32px 16px
    }

    .policy_content h1 {
        font-size: 30px;
        margin-bottom: 16px
    }

    .policy_content h2 {
        font-size: 22px;
        margin-top: 16px
    }

    .policy_content h3 {
        font-size: 15px;
        margin-top: 16px
    }

    .policy_content ul,
    .policy_content ol {
        padding-left: 16px
    }
}

.svc_hub {
    background: #fff;
    min-height: 100vh
}

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

.svc_hub .top_intro {
    position: relative;
    background: linear-gradient(127deg, #B05A83 0%, #DABCCE 52%, #B05A83 100%);
    background-size: 200% 200%;
    animation: grad_shift 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
    padding: 64px 32px;
    overflow: hidden
}

@keyframes grad_shift {
    0% {
        background-position: 0 50%
    }

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

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

.svc_hub .top_intro::before,
.svc_hub .top_intro::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff14;
    pointer-events: none
}

.svc_hub .top_intro::before {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -80px
}

.svc_hub .top_intro::after {
    width: 340px;
    height: 340px;
    bottom: -90px;
    right: -60px
}

.svc_hub .top_wrap {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.svc_hub .top_intro h1 {
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 32px;
    text-align: center;
    letter-spacing: .01em;
    text-shadow: -1px 3px 6px #b05a834d
}

.svc_hub .top_intro .intro_desc {
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .015em
}

.svc_hub .service_grid {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 32px;
    position: relative
}

.svc_hub .service_grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(217deg, #EFE8ED 0%, #fff 45%, #EFE8ED 100%);
    z-index: -1
}

.svc_hub .service_grid h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 16px;
    letter-spacing: .015em;
    text-align: center;
    text-shadow: -1px 3px 6px #b05a831f
}

.svc_hub .service_grid .grid_subtitle {
    font-size: 22px;
    line-height: 1.5;
    color: #4a4a4a;
    margin: 0 0 64px;
    text-align: center;
    letter-spacing: .02em
}

.svc_hub .srv_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px
}

.svc_hub .srv_card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    position: relative;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: card_appear .32s cubic-bezier(0.34, 1.56, 0.64, 1) backwards
}

.svc_hub .srv_card:nth-child(1) {
    animation-delay: .08s
}

.svc_hub .srv_card:nth-child(2) {
    animation-delay: .16s
}

.svc_hub .srv_card:nth-child(3) {
    animation-delay: .24s
}

.svc_hub .srv_card:nth-child(4) {
    animation-delay: .32s
}

@keyframes card_appear {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.svc_hub .srv_card:hover {
    transform: translateY(-8px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.svc_hub .card_num {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #B05A83 0%, #DABCCE 100%);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: .01em
}

.svc_hub .srv_card h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 16px;
    letter-spacing: .015em;
    text-shadow: -1px 3px 6px #b05a8314
}

.svc_hub .srv_card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
    letter-spacing: .015em
}

.svc_hub .approach_split {
    position: relative;
    overflow: hidden
}

.svc_hub .approach_split::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(142deg, #fff 0%, #fff 48%, #EFE8ED 48%, #EFE8ED 100%);
    z-index: -1
}

.svc_hub .approach_content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 32px;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center
}

.svc_hub .approach_txt {
    flex: 1;
    min-width: 0
}

.svc_hub .approach_txt h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 32px;
    letter-spacing: .02em;
    text-align: left;
    text-shadow: -1px 3px 6px #b05a831f
}

.svc_hub .approach_txt p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 16px;
    letter-spacing: .015em
}

.svc_hub .approach_txt p:last-child {
    margin-bottom: 0
}

.svc_hub .approach_visual {
    flex: 0 0 480px;
    position: relative
}

.svc_hub .approach_img {
    width: 100%;
    height: 420px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 10px 40px 0 #b05a831a;
    position: relative
}

.svc_hub .approach_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, transparent 30%, #00000059 100%);
    z-index: 1;
    pointer-events: none
}

.svc_hub .approach_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.svc_hub .testimonial_wave {
    position: relative;
    background: #fff
}

.svc_hub .wave_divider {
    width: 100%;
    height: 80px;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg)
}

.svc_hub .wave_divider svg {
    position: relative;
    display: block;
    width: calc(100% + 2px);
    height: 80px
}

.svc_hub .wave_divider .shape_fill {
    fill: #EFE8ED
}

.svc_hub .testimonial_content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 32px
}

.svc_hub .testimonial_content h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 64px;
    letter-spacing: .015em;
    text-align: center;
    text-shadow: -1px 3px 6px #b05a831f
}

.svc_hub .quote_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 32px
}

.svc_hub .quote_block {
    background: #fefefe;
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    position: relative;
    transition: transform .25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    animation: quote_reveal .3s cubic-bezier(0.34, 1.56, 0.64, 1) backwards
}

.svc_hub .quote_block:nth-child(1) {
    animation-delay: .1s
}

.svc_hub .quote_block:nth-child(2) {
    animation-delay: .2s
}

@keyframes quote_reveal {
    0% {
        opacity: 0;
        transform: scale(0.92)
    }

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

.svc_hub .quote_block:hover {
    transform: scale(1.02)
}

.svc_hub .quote_mark {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 120px;
    line-height: 1;
    color: #DABCCE;
    opacity: .3;
    font-family: Georgia, serif;
    pointer-events: none
}

.svc_hub .quote_txt {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 32px;
    letter-spacing: .015em;
    position: relative;
    z-index: 1
}

.svc_hub .quote_author {
    display: flex;
    align-items: center;
    gap: 16px
}

.svc_hub .author_avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B05A83 0%, #DABCCE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: .01em;
    flex-shrink: 0
}

.svc_hub .author_info {
    flex: 1;
    min-width: 0
}

.svc_hub .author_name {
    font-size: 15px;
    line-height: 1.5;
    color: #2a2a2a;
    margin: 0 0 4px;
    font-weight: 700;
    letter-spacing: .015em
}

.svc_hub .author_role {
    font-size: 14px;
    line-height: 1.5;
    color: #6a6a6a;
    margin: 0;
    letter-spacing: .015em
}

.svc_hub .faq_zone {
    background: linear-gradient(178deg, #EFE8ED 0%, #fff 100%);
    padding: 64px 32px
}

.svc_hub .faq_container {
    max-width: 1500px;
    margin: 0 auto
}

.svc_hub .faq_container h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 16px;
    letter-spacing: .015em;
    text-align: center;
    text-shadow: -1px 3px 6px #b05a831f
}

.svc_hub .faq_intro {
    font-size: 22px;
    line-height: 1.5;
    color: #4a4a4a;
    margin: 0 0 64px;
    text-align: center;
    letter-spacing: .02em
}

.svc_hub .faq_list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.svc_hub .faq_item {
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: -1px 3px 6px 0 #b05a830d;
    transition: box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc_hub .faq_item:hover {
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.svc_hub .faq_toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 32px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc_hub .faq_toggle:hover {
    background: #fafafa
}

.svc_hub .faq_toggle:focus {
    outline: 2px solid #B05A83;
    outline-offset: -2px
}

.svc_hub .faq_icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(135deg, #B05A83 0%, #DABCCE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .27s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.svc_hub .faq_item.active .faq_icon {
    transform: rotate(180deg)
}

.svc_hub .faq_icon svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.svc_hub .faq_question {
    flex: 1;
    min-width: 0;
    font-size: 22px;
    line-height: 1.5;
    color: #2a2a2a;
    margin: 0;
    letter-spacing: .015em;
    font-weight: 700
}

.svc_hub .faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(0.34, 1.56, 0.64, 1), padding .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.svc_hub .faq_item.active .faq_answer {
    max-height: 500px;
    padding: 0 32px 32px 80px
}

.svc_hub .faq_answer p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
    letter-spacing: .015em
}

@media (max-width: 1024px) {
    .svc_hub .approach_content {
        flex-direction: column;
        gap: 32px
    }

    .svc_hub .approach_visual {
        flex: 0 0 auto;
        width: 100%
    }

    .svc_hub .approach_img {
        height: 360px
    }

    .svc_hub .srv_cards {
        grid-template-columns: 1fr
    }

    .svc_hub .quote_grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .svc_hub .top_intro h1 {
        font-size: 42px
    }

    .svc_hub .top_intro .intro_desc {
        font-size: 15px
    }

    .svc_hub .service_grid h2,
    .svc_hub .approach_txt h2,
    .svc_hub .testimonial_content h2,
    .svc_hub .faq_container h2 {
        font-size: 30px
    }

    .svc_hub .service_grid .grid_subtitle,
    .svc_hub .faq_intro {
        font-size: 15px
    }

    .svc_hub .srv_card h3 {
        font-size: 22px
    }

    .svc_hub .faq_question {
        font-size: 15px
    }

    .svc_hub .faq_item.active .faq_answer {
        padding: 0 16px 16px 64px
    }

    .svc_hub .approach_img {
        height: 280px
    }
}

.apie_mus {
    max-width: 1500px;
    margin: 0 auto;
    background: #fff
}

.apie_mus .vedlys {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    padding: 32px 32px 64px;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
    position: relative;
    overflow: visible
}

.apie_mus .vedlys::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 180px;
    border: 4px solid #B05A83;
    border-right: none;
    border-radius: 11px 0 0 11px;
    opacity: .15;
    pointer-events: none;
    z-index: 0
}

.apie_mus .vedlys::after {
    content: '';
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 180px;
    border: 4px solid #DABCCE;
    border-left: none;
    border-radius: 0 11px 11px 0;
    opacity: .15;
    pointer-events: none;
    z-index: 0
}

.apie_mus .vedlys_txt {
    flex: 1;
    z-index: 1;
    animation: clip_reveal .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

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

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

.apie_mus .vedlys h1 {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1a1625;
    margin: 0 0 16px;
    text-shadow: 1px 2px 4px #b05a831f
}

.apie_mus .vedlys_citat {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .015em;
    color: #4a4555;
    margin: 0;
    font-style: italic;
    position: relative;
    padding: 8px 0 8px 16px
}

.apie_mus .vedlys_citat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #B05A83 0%, #DABCCE 100%);
    border-radius: 1px
}

.apie_mus .vedlys_vaizdas {
    width: 420px;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.apie_mus .vedlys_vaizdas img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.apie_mus .vedlys_vaizdas::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #b05a8340 0%, transparent 60%);
    border-radius: 20px;
    pointer-events: none;
    z-index: 1
}

.apie_mus .vedlys_forma {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: #EFE8ED;
    border-radius: 34px;
    transform: rotate(25deg);
    z-index: 0
}

.apie_mus .vedlys_forma_du {
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #B05A83 0%, #DABCCE 100%);
    border-radius: 5px;
    transform: rotate(-15deg);
    opacity: .3;
    z-index: 0
}

.apie_mus .padalinys {
    width: 20px;
    height: 3px;
    background: #B05A83;
    margin: 64px auto 64px 32px;
    border-radius: 1px
}

.apie_mus .padalinys_dex {
    width: 20px;
    height: 3px;
    background: #DABCCE;
    margin: 0 32px 0 auto;
    border-radius: 1px
}

.apie_mus .istorija {
    padding: 64px 32px;
    background: linear-gradient(0deg, #fafbfc 0%, #fff 100%);
    animation: clip_reveal .32s cubic-bezier(0.68, -0.55, 0.27, 1.55) .15s backwards
}

.apie_mus .istorija_turinys {
    max-width: 900px;
    margin: 0 auto
}

.apie_mus .istorija h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .012em;
    color: #1a1625;
    margin: 0 0 32px;
    text-align: center;
    text-shadow: 0 1px 3px #dabcce4d
}

.apie_mus .istorija_blk {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin: 0 0 32px
}

.apie_mus .istorija_tekstas {
    flex: 1
}

.apie_mus .istorija_tekstas p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #3a3645;
    margin: 0 0 16px
}

.apie_mus .istorija_tekstas p:last-child {
    margin: 0
}

.apie_mus .istorija_img {
    width: 320px;
    flex-shrink: 0
}

.apie_mus .istorija_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 11px;
    display: block;
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.apie_mus .istorija_zyme {
    display: inline;
    background: linear-gradient(180deg, transparent 60%, #DABCCE 60%, #DABCCE 85%, transparent 85%);
    padding: 0 4px;
    font-weight: 600
}

.apie_mus .metrikos {
    padding: 64px 32px;
    background: #fff
}

.apie_mus .metrikos_turinys {
    max-width: 1100px;
    margin: 0 auto
}

.apie_mus .metrikos h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .015em;
    color: #1a1625;
    margin: 0 0 32px;
    text-align: center;
    text-shadow: 1px 1px 2px #b05a8314
}

.apie_mus .metrikos_tinklas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.apie_mus .metrikos_korta {
    background: #fafbfc;
    padding: 32px;
    border-radius: 20px;
    box-shadow: -1px 3px 6px 0 #b05a830d;
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: drop_settle .3s cubic-bezier(0.68, -0.55, 0.27, 1.55) backwards
}

.apie_mus .metrikos_korta:nth-child(1) {
    animation-delay: .05s
}

.apie_mus .metrikos_korta:nth-child(2) {
    animation-delay: .1s
}

.apie_mus .metrikos_korta:nth-child(3) {
    animation-delay: .15s
}

.apie_mus .metrikos_korta:nth-child(4) {
    animation-delay: .2s
}

@keyframes drop_settle {
    from {
        transform: translateY(-40px);
        opacity: 0
    }

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

.apie_mus .metrikos_korta:hover {
    transform: translateY(-4px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.apie_mus .metrikos_skaicius {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #B05A83;
    margin: 0 0 8px;
    font-weight: 700
}

.apie_mus .metrikos_aprasymas {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #4a4555;
    margin: 0
}

.apie_mus .komanda {
    padding: 64px 32px;
    background: linear-gradient(0deg, #EFE8ED 0%, #fff 100%);
    animation: clip_reveal .27s cubic-bezier(0.34, 1.56, 0.64, 1) .25s backwards
}

.apie_mus .komanda h4 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .012em;
    color: #1a1625;
    margin: 0 0 64px;
    text-align: center;
    text-shadow: 0 2px 4px #dabcce40
}

.apie_mus .komanda_tinklas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto
}

.apie_mus .komanda_korta {
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: drop_settle .32s cubic-bezier(0.68, -0.55, 0.27, 1.55) backwards
}

.apie_mus .komanda_korta:nth-child(1) {
    animation-delay: .08s
}

.apie_mus .komanda_korta:nth-child(2) {
    animation-delay: .16s
}

.apie_mus .komanda_korta:nth-child(3) {
    animation-delay: .24s
}

.apie_mus .komanda_korta:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.apie_mus .komanda_nuotrauka {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative
}

.apie_mus .komanda_nuotrauka img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.apie_mus .komanda_korta:hover .komanda_nuotrauka img {
    transform: scale(1.08)
}

.apie_mus .komanda_info {
    padding: 32px
}

.apie_mus .komanda_vardas {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .015em;
    color: #1a1625;
    margin: 0 0 8px;
    font-weight: 600
}

.apie_mus .komanda_pareigos {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #B05A83;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 500
}

.apie_mus .komanda_aprasymas {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #4a4555;
    margin: 0
}

@media (max-width: 1024px) {
    .apie_mus .vedlys {
        flex-direction: column;
        gap: 32px;
        padding: 32px
    }

    .apie_mus .vedlys_vaizdas {
        width: 100%;
        max-width: 500px
    }

    .apie_mus .vedlys h1 {
        font-size: 42px
    }

    .apie_mus .istorija_blk {
        flex-direction: column
    }

    .apie_mus .istorija_img {
        width: 100%
    }

    .apie_mus .komanda_tinklas {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .apie_mus .vedlys h1 {
        font-size: 30px
    }

    .apie_mus .vedlys_citat {
        font-size: 15px
    }

    .apie_mus .istorija h2,
    .apie_mus .komanda h4 {
        font-size: 30px
    }

    .apie_mus .metrikos h3 {
        font-size: 22px
    }

    .apie_mus .metrikos_tinklas {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .apie_mus .komanda_tinklas {
        grid-template-columns: 1fr
    }

    .apie_mus .metrikos_skaicius {
        font-size: 42px
    }

    .apie_ums .padalinys,
    .apie_mus .padalinys_dex {
        margin-left: 16px;
        margin-right: 16px
    }
}

@media (max-width: 480px) {
    .apie_mus .vedlys {
        padding: 16px
    }

    .apie_mus .istorija,
    .apie_mus .metrikos,
    .apie_mus .komanda {
        padding: 32px 16px
    }

    .apie_mus .metrikos_korta {
        padding: 16px
    }

    .apie_mus .komanda_info {
        padding: 16px
    }
}

.entry_ctrl {
    max-width: 1500px;
    margin: 0 auto;
    background: #fff
}

.entry_ctrl .split_intro {
    display: flex;
    min-height: 580px;
    position: relative;
    overflow: hidden
}

.entry_ctrl .split_intro .half_left {
    flex: 1;
    background: linear-gradient(127deg, #B05A83 0%, #DABCCE 52%, #EFE8ED 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    position: relative
}

.entry_ctrl .split_intro .half_right {
    flex: 1;
    background: #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    position: relative
}

.entry_ctrl .split_intro .circle_deco {
    position: absolute;
    border-radius: 50%;
    opacity: .08;
    pointer-events: none
}

.entry_ctrl .split_intro .half_left .circle_deco:nth-child(1) {
    width: 340px;
    height: 340px;
    background: #fff;
    top: -120px;
    right: -80px
}

.entry_ctrl .split_intro .half_left .circle_deco:nth-child(2) {
    width: 220px;
    height: 220px;
    background: #fff;
    bottom: 60px;
    left: -60px
}

.entry_ctrl .split_intro .half_right .circle_deco:nth-child(1) {
    width: 280px;
    height: 280px;
    background: #B05A83;
    top: 40px;
    left: -100px
}

.entry_ctrl .split_intro .half_right .circle_deco:nth-child(2) {
    width: 180px;
    height: 180px;
    background: #DABCCE;
    bottom: -40px;
    right: 80px
}

.entry_ctrl .split_intro .txt_wrap {
    max-width: 520px;
    z-index: 2;
    position: relative
}

.entry_ctrl .split_intro .half_left .txt_wrap {
    color: #fff
}

.entry_ctrl .split_intro .half_right .txt_wrap {
    color: #1a1a1a
}

.entry_ctrl .split_intro h1 {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin: 0 0 32px;
    text-shadow: 1px 2px 4px #b05a8326
}

.entry_ctrl .split_intro .desc_txt {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .015em;
    margin: 0 0 32px
}

.entry_ctrl .split_intro .link_row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.entry_ctrl .split_intro .link_item {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: inherit;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid currentColor;
    border-radius: 34px;
    transition: background .27s cubic-bezier(0.34, 1.56, 0.64, 1), color .27s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entry_ctrl .split_intro .half_left .link_item:hover {
    background: #fff;
    color: #B05A83
}

.entry_ctrl .split_intro .half_right .link_item:hover {
    background: #B05A83;
    color: #fff
}

.entry_ctrl .testimony_grid {
    padding: 64px 32px;
    background: #fefefe
}

.entry_ctrl .testimony_grid .head_box {
    text-align: center;
    margin: 0 0 64px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.entry_ctrl .testimony_grid h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #2d2d2d;
    text-shadow: 1px 1px 3px #b05a831f
}

.entry_ctrl .testimony_grid .intro_p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #4a4a4a;
    margin: 0
}

.entry_ctrl .testimony_grid .card_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1500px;
    margin: 0 auto
}

.entry_ctrl .testimony_grid .card_single {
    background: #fff;
    padding: 32px;
    border-radius: 11px;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    transition: transform .24s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .24s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: drop_bounce .32s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    opacity: 0
}

.entry_ctrl .testimony_grid .card_single:nth-child(1) {
    animation-delay: .1s
}

.entry_ctrl .testimony_grid .card_single:nth-child(2) {
    animation-delay: .2s
}

.entry_ctrl .testimony_grid .card_single:nth-child(3) {
    animation-delay: .3s
}

@keyframes drop_bounce {
    0% {
        transform: translateY(-40px);
        opacity: 0
    }

    70% {
        transform: translateY(4px);
        opacity: 1
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.entry_ctrl .testimony_grid .card_single:hover {
    transform: translateY(-8px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.entry_ctrl .testimony_grid .card_single h3 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .015em;
    margin: 0 0 16px;
    color: #B05A83
}

.entry_ctrl .testimony_grid .card_single .before_txt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #5a5a5a;
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #EFE8ED
}

.entry_ctrl .testimony_grid .card_single .after_txt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #2d2d2d;
    margin: 0
}

.entry_ctrl .proof_live {
    padding: 64px 32px;
    background: linear-gradient(217deg, #fff 0%, #EFE8ED 48%, #DABCCE 100%);
    position: relative
}

.entry_ctrl .proof_live .img_backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/visual_resources/tmp-edited8.jpg);
    background-size: cover;
    background-position: center;
    opacity: .15;
    pointer-events: none;
    z-index: 1
}

.entry_ctrl .proof_live .img_backdrop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(217deg, #b05a83b3 0%, #dabcce80 100%)
}

.entry_ctrl .proof_live .inner_box {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.entry_ctrl .proof_live h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin: 0 0 32px;
    color: #2d2d2d;
    text-align: center;
    text-shadow: 2px 2px 5px #b05a8333
}

.entry_ctrl .proof_live .content_row {
    display: flex;
    gap: 64px;
    align-items: center
}

.entry_ctrl .proof_live .txt_col {
    flex: 1
}

.entry_ctrl .proof_live .txt_col p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #2d2d2d;
    margin: 0 0 16px
}

.entry_ctrl .proof_live .txt_col p:last-child {
    margin-bottom: 0
}

.entry_ctrl .proof_live .stat_col {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.entry_ctrl .proof_live .stat_box {
    background: #ffffffe6;
    padding: 32px;
    border-radius: 20px;
    text-align: center;
    box-shadow: -1px 3px 6px 0 #b05a830d;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entry_ctrl .proof_live .stat_box:hover {
    transform: scale(1.08)
}

.entry_ctrl .proof_live .stat_box .num_big {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #B05A83;
    margin: 0 0 8px;
    font-weight: 700
}

.entry_ctrl .proof_live .stat_box .label_small {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #4a4a4a;
    margin: 0
}

.entry_ctrl .belong_check {
    padding: 64px 32px;
    background: #fff
}

.entry_ctrl .belong_check .inner_box {
    max-width: 1500px;
    margin: 0 auto
}

.entry_ctrl .belong_check h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin: 0 0 64px;
    color: #2d2d2d;
    text-align: center;
    text-shadow: 1px 1px 3px #b05a831f
}

.entry_ctrl .belong_check .compare_wrap {
    display: flex;
    gap: 64px;
    align-items: stretch
}

.entry_ctrl .belong_check .side_left {
    flex: 1;
    background: linear-gradient(134deg, #EFE8ED 0%, #DABCCE 100%);
    padding: 32px;
    border-radius: 11px;
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.entry_ctrl .belong_check .side_right {
    flex: 1;
    background: #fefefe;
    padding: 32px;
    border-radius: 11px;
    border: 2px solid #EFE8ED
}

.entry_ctrl .belong_check .side_left h3,
.entry_ctrl .belong_check .side_right h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .015em;
    margin: 0 0 32px;
    color: #B05A83
}

.entry_ctrl .belong_check .side_left ul,
.entry_ctrl .belong_check .side_right ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.entry_ctrl .belong_check .side_left li,
.entry_ctrl .belong_check .side_right li {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #2d2d2d;
    margin: 0 0 16px;
    padding-left: 32px;
    position: relative
}

.entry_ctrl .belong_check .side_left li:last-child,
.entry_ctrl .belong_check .side_right li:last-child {
    margin-bottom: 0
}

.entry_ctrl .belong_check .side_left li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #B05A83;
    border-radius: 50%
}

.entry_ctrl .belong_check .side_right li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%
}

.entry_ctrl .outcome_real {
    padding: 64px 32px;
    background: #fefefe;
    position: relative
}

.entry_ctrl .outcome_real .inner_box {
    max-width: 1500px;
    margin: 0 auto
}

.entry_ctrl .outcome_real h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin: 0 0 16px;
    color: #2d2d2d;
    text-align: center;
    text-shadow: 1px 1px 3px #b05a831f
}

.entry_ctrl .outcome_real .sub_head {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .015em;
    color: #4a4a4a;
    text-align: center;
    margin: 0 0 64px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.entry_ctrl .outcome_real .visual_row {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 64px
}

.entry_ctrl .outcome_real .img_box {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    position: relative
}

.entry_ctrl .outcome_real .img_box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 2.5s ease-out
}

.entry_ctrl .outcome_real .img_box:hover img {
    transform: scale(1.12)
}

.entry_ctrl .outcome_real .img_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #b05a8308 10px, #b05a8308 20px);
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none
}

.entry_ctrl .outcome_real .img_box:hover::after {
    opacity: 1
}

.entry_ctrl .outcome_real .txt_box {
    flex: 1
}

.entry_ctrl .outcome_real .txt_box h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .015em;
    margin: 0 0 16px;
    color: #B05A83
}

.entry_ctrl .outcome_real .txt_box p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #2d2d2d;
    margin: 0 0 16px
}

.entry_ctrl .outcome_real .txt_box p:last-child {
    margin-bottom: 0
}

.entry_ctrl .outcome_real .list_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.entry_ctrl .outcome_real .list_item {
    background: #fff;
    padding: 32px;
    border-radius: 11px;
    box-shadow: -1px 3px 6px 0 #b05a830d;
    transition: box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.entry_ctrl .outcome_real .list_item:hover {
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.entry_ctrl .outcome_real .list_item h4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .015em;
    margin: 0 0 16px;
    color: #B05A83
}

.entry_ctrl .outcome_real .list_item p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #4a4a4a;
    margin: 0
}

.entry_ctrl .offer_select {
    padding: 64px 32px;
    background: linear-gradient(143deg, #fff 0%, #EFE8ED 100%)
}

.entry_ctrl .offer_select .inner_box {
    max-width: 1500px;
    margin: 0 auto
}

.entry_ctrl .offer_select h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin: 0 0 64px;
    color: #2d2d2d;
    text-align: center;
    text-shadow: 1px 1px 3px #b05a831f
}

.entry_ctrl .offer_select .grid_four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
}

.entry_ctrl .offer_select .option_card {
    background: #fff;
    padding: 32px;
    border-radius: 20px;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column
}

.entry_ctrl .offer_select .option_card:last-child {
    background: linear-gradient(134deg, #B05A83 0%, #DABCCE 100%);
    color: #fff
}

.entry_ctrl .offer_select .option_card:hover {
    transform: translateY(-12px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.entry_ctrl .offer_select .option_card .icon_holder {
    width: 60px;
    height: 60px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.entry_ctrl .offer_select .option_card .icon_shape {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EFE8ED;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.entry_ctrl .offer_select .option_card:hover .icon_shape {
    transform: rotate(360deg)
}

.entry_ctrl .offer_select .option_card:last-child .icon_shape {
    background: #ffffff4d
}

.entry_ctrl .offer_select .option_card .icon_inner {
    width: 24px;
    height: 24px;
    background: #B05A83;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.entry_ctrl .offer_select .option_card:last-child .icon_inner {
    background: #fff
}

.entry_ctrl .offer_select .option_card h3 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .015em;
    margin: 0 0 16px;
    color: #B05A83
}

.entry_ctrl .offer_select .option_card:last-child h3 {
    color: #fff
}

.entry_ctrl .offer_select .option_card p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .015em;
    color: #4a4a4a;
    margin: 0 0 16px;
    flex-grow: 1
}

.entry_ctrl .offer_select .option_card:last-child p {
    color: #ffffffe6
}

.entry_ctrl .offer_select .option_card .link_btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #B05A83;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #B05A83;
    border-radius: 5px;
    text-align: center;
    transition: background .26s cubic-bezier(0.34, 1.56, 0.64, 1), color .26s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-self: flex-start
}

.entry_ctrl .offer_select .option_card .link_btn:hover {
    background: #B05A83;
    color: #fff
}

.entry_ctrl .offer_select .option_card:last-child .link_btn {
    color: #fff;
    border-color: #fff
}

.entry_ctrl .offer_select .option_card:last-child .link_btn:hover {
    background: #fff;
    color: #B05A83
}

.entry_ctrl .divider_band {
    height: 6px;
    background: linear-gradient(90deg, #B05A83 0%, #DABCCE 50%, #EFE8ED 100%);
    max-width: 400px;
    margin: 64px auto;
    border-radius: 34px
}

.entry_ctrl .corner_strokes {
    position: absolute;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.entry_ctrl .corner_strokes.top_left {
    top: 32px;
    left: 32px
}

.entry_ctrl .corner_strokes.bottom_right {
    bottom: 32px;
    right: 32px;
    transform: rotate(180deg)
}

.entry_ctrl .corner_strokes .stroke_line {
    position: absolute;
    background: #B05A83;
    opacity: .2
}

.entry_ctrl .corner_strokes .stroke_line:nth-child(1) {
    width: 40px;
    height: 2px;
    top: 0;
    left: 0
}

.entry_ctrl .corner_strokes .stroke_line:nth-child(2) {
    width: 30px;
    height: 2px;
    top: 8px;
    left: 0
}

.entry_ctrl .corner_strokes .stroke_line:nth-child(3) {
    width: 20px;
    height: 2px;
    top: 16px;
    left: 0
}

.entry_ctrl .corner_strokes .stroke_line:nth-child(4) {
    width: 2px;
    height: 40px;
    top: 0;
    left: 0
}

.entry_ctrl .corner_strokes .stroke_line:nth-child(5) {
    width: 2px;
    height: 30px;
    top: 0;
    left: 8px
}

.entry_ctrl .corner_strokes .stroke_line:nth-child(6) {
    width: 2px;
    height: 20px;
    top: 0;
    left: 16px
}

@media (max-width: 1024px) {
    .entry_ctrl .split_intro {
        flex-direction: column;
        min-height: auto
    }

    .entry_ctrl .split_intro .half_left,
    .entry_ctrl .split_intro .half_right {
        padding: 64px 32px
    }

    .entry_ctrl .split_intro h1 {
        font-size: 42px
    }

    .entry_ctrl .proof_live .content_row {
        flex-direction: column
    }

    .entry_ctrl .belong_check .compare_wrap {
        flex-direction: column
    }

    .entry_ctrl .outcome_real .visual_row {
        flex-direction: column
    }

    .entry_ctrl .offer_select .grid_four {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .entry_ctrl .split_intro h1 {
        font-size: 30px
    }

    .entry_ctrl .split_intro .desc_txt {
        font-size: 15px
    }

    .entry_ctrl .testimony_grid h2,
    .entry_ctrl .proof_live h2,
    .entry_ctrl .belong_check h2,
    .entry_ctrl .outcome_real h2,
    .entry_ctrl .offer_select h2 {
        font-size: 30px
    }

    .entry_ctrl .testimony_grid .card_holder {
        grid-template-columns: 1fr
    }

    .entry_ctrl .proof_live .stat_col {
        grid-template-columns: 1fr
    }

    .entry_ctrl .outcome_real .list_wrap {
        grid-template-columns: 1fr
    }

    .entry_ctrl .offer_select .grid_four {
        grid-template-columns: 1fr
    }
}

.susisiekimas {
    background: #fff;
    max-width: 1500px;
    margin: 0 auto
}

.susisiekimas .top_zone {
    padding: 64px 32px 128px;
    background: linear-gradient(167deg, #B05A83 0%, #DABCCE 48%, #EFE8ED 100%);
    position: relative;
    overflow: hidden
}

.susisiekimas .top_zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #b05a8308 25%, transparent 25%), linear-gradient(-45deg, #b05a8308 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #b05a8308 75%), linear-gradient(-45deg, transparent 75%, #b05a8308 75%);
    background-size: 64px 64px;
    background-position: 0 0, 0 32px, 32px -32px, -32px 0;
    pointer-events: none
}

.susisiekimas .top_inner {
    display: flex;
    align-items: center;
    gap: 64px;
    position: relative;
    z-index: 1
}

.susisiekimas .text_dominates {
    flex: 1;
    max-width: 720px
}

.susisiekimas .text_dominates h1 {
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: .01em;
    text-shadow: -1px 3px 6px #b05a8326
}

.susisiekimas .text_dominates h1 .accent_word {
    background: linear-gradient(128deg, #EFE8ED 0%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.susisiekimas .text_dominates p {
    font-size: 22px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    letter-spacing: .015em
}

.susisiekimas .compact_card_right {
    width: 340px;
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 10px 40px 0 #b05a831a;
    background: linear-gradient(217deg, #EFE8ED 0%, #DABCCE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.susisiekimas .compact_card_right svg {
    width: 180px;
    height: 180px;
    filter: drop-shadow(-1px 4px 20px #b05a831a)
}

.susisiekimas .decorative_behind_text {
    position: absolute;
    top: 32px;
    left: -80px;
    width: 240px;
    height: 240px;
    border-radius: 34px;
    background: #ffffff14;
    pointer-events: none;
    transform: rotate(-12deg)
}

.susisiekimas .form_dense_zone {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.susisiekimas .divider_triangles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 0 0 64px
}

.susisiekimas .divider_triangles svg {
    width: 16px;
    height: 16px
}

.susisiekimas .form_wrapper {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    padding: 64px;
    border-radius: 11px;
    border: 1px solid #EFE8ED;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    position: relative
}

.susisiekimas .form_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #B05A83 0%, #DABCCE 50%, #EFE8ED 100%);
    border-radius: 0 11px 11px 0
}

.susisiekimas .form_header {
    margin: 0 0 32px;
    text-align: center
}

.susisiekimas .form_header h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 16px;
    letter-spacing: .015em;
    text-shadow: -1px 3px 6px #b05a830d
}

.susisiekimas .form_header h2 .bracketed {
    color: #B05A83
}

.susisiekimas .form_header p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a5e;
    margin: 0;
    letter-spacing: .02em
}

.susisiekimas .form_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0 0 16px
}

.susisiekimas .field_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.susisiekimas .field_wrapper.full_width {
    grid-column: 1 / -1
}

.susisiekimas .field_wrapper label {
    font-size: 14px;
    line-height: 1.5;
    color: #2a2a3e;
    letter-spacing: .02em;
    font-weight: 600
}

.susisiekimas .field_wrapper input[type="text"],
.susisiekimas .field_wrapper input[type="email"] {
    padding: 16px;
    border: 1px solid #DABCCE;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.5;
    color: #1a1a2e;
    background: #fff;
    letter-spacing: .015em;
    transition: border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.susisiekimas .field_wrapper input[type="text"]:focus,
.susisiekimas .field_wrapper input[type="email"]:focus {
    outline: none;
    border-color: #B05A83;
    box-shadow: -1px 3px 6px 0 #b05a830d
}

.susisiekimas .field_wrapper input[type="text"]::placeholder,
.susisiekimas .field_wrapper input[type="email"]::placeholder {
    color: #a0a0b8;
    text-overflow: ellipsis
}

.susisiekimas .interest_section {
    margin: 32px 0 0
}

.susisiekimas .interest_section h3 {
    font-size: 22px;
    line-height: 1.5;
    color: #1a1a2e;
    margin: 0 0 16px;
    letter-spacing: .015em
}

.susisiekimas .checkbox_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 0 32px
}

.susisiekimas .checkbox_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background: #fafbfc;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background .24s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .24s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer
}

.susisiekimas .checkbox_item:hover {
    background: #EFE8ED;
    border-color: #DABCCE
}

.susisiekimas .checkbox_item input[type="checkbox"] {
    margin: 4px 0 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #B05A83
}

.susisiekimas .checkbox_item label {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a3e;
    letter-spacing: .015em;
    cursor: pointer;
    flex: 1;
    font-weight: 400
}

.susisiekimas .privacy_consent {
    margin: 32px 0 0;
    padding: 16px;
    background: #fafbfc;
    border-radius: 5px;
    display: flex;
    gap: 8px;
    align-items: flex-start
}

.susisiekimas .privacy_consent input[type="checkbox"] {
    margin: 4px 0 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #B05A83
}

.susisiekimas .privacy_consent label {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a5e;
    letter-spacing: .015em;
    cursor: pointer;
    flex: 1
}

.susisiekimas .privacy_consent label a {
    color: #B05A83;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.susisiekimas .privacy_consent label a:hover {
    border-bottom-color: #B05A83
}

.susisiekimas .submit_zone {
    margin: 32px 0 0;
    text-align: center
}

.susisiekimas .submit_zone button {
    padding: 16px 64px;
    background: linear-gradient(167deg, #B05A83 0%, #DABCCE 100%);
    color: #fff;
    border: none;
    border-radius: 34px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    font-weight: 600;
    cursor: pointer;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    transition: transform .26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .26s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.susisiekimas .submit_zone button:hover {
    transform: translateY(-2px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.susisiekimas .submit_zone button:active {
    transform: translateY(0)
}

.susisiekimas .contact_info_cards {
    margin: 64px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.susisiekimas .info_card {
    background: #fff;
    padding: 32px;
    border-radius: 11px;
    border: 1px solid #EFE8ED;
    box-shadow: -1px 3px 6px 0 #b05a830d;
    position: relative;
    transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.susisiekimas .info_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #B05A83;
    border-radius: 11px 0 0 11px
}

.susisiekimas .info_card:nth-child(2)::before {
    background: #DABCCE
}

.susisiekimas .info_card:nth-child(3)::before {
    background: #EFE8ED
}

.susisiekimas .info_card:hover {
    transform: translateY(-4px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.susisiekimas .info_card h4 {
    font-size: 22px;
    line-height: 1.5;
    color: #1a1a2e;
    margin: 0 0 16px;
    letter-spacing: .015em
}

.susisiekimas .info_card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a5e;
    margin: 0;
    letter-spacing: .015em
}

.susisiekimas .info_card a {
    color: #B05A83;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.susisiekimas .info_card a:hover {
    color: #8a4563
}

.susisiekimas .stat_highlight {
    background: linear-gradient(167deg, #B05A83 0%, #DABCCE 100%);
    padding: 64px 32px;
    margin: 64px 0 0;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.susisiekimas .stat_highlight::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background: #ffffff0d;
    border-radius: 34px;
    transform: translate(-50%, -50%) rotate(25deg);
    pointer-events: none
}

.susisiekimas .stat_highlight .stat_number {
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: .01em;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.susisiekimas .stat_highlight .stat_text {
    font-size: 22px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    letter-spacing: .015em;
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .susisiekimas .top_inner {
        flex-direction: column;
        gap: 32px
    }

    .susisiekimas .text_dominates {
        max-width: 100%
    }

    .susisiekimas .compact_card_right {
        width: 280px;
        height: 280px
    }

    .susisiekimas .compact_card_right svg {
        width: 140px;
        height: 140px
    }

    .susisiekimas .form_wrapper {
        padding: 32px
    }

    .susisiekimas .form_grid {
        grid-template-columns: 1fr
    }

    .susisiekimas .checkbox_grid {
        grid-template-columns: 1fr
    }

    .susisiekimas .contact_info_cards {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .susisiekimas .top_zone {
        padding: 32px 16px 64px
    }

    .susisiekimas .text_dominates h1 {
        font-size: 42px
    }

    .susisiekimas .text_dominates p {
        font-size: 15px
    }

    .susisiekimas .form_dense_zone {
        padding: 32px 16px
    }

    .susisiekimas .form_wrapper {
        padding: 32px 16px
    }

    .susisiekimas .form_header h2 {
        font-size: 30px
    }

    .susisiekimas .submit_zone button {
        padding: 16px 32px;
        width: 100%
    }

    .susisiekimas .stat_highlight {
        padding: 32px 16px
    }

    .susisiekimas .stat_highlight .stat_number {
        font-size: 42px
    }
}

@keyframes scale_in {
    from {
        transform: scale(0.97);
        opacity: .8
    }

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

.susisiekimas .compact_card_right {
    animation: scale_in .32s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.learn_prog {
    max-width: 1500px;
    margin: 0 auto;
    background: #fff
}

.learn_prog .intro_zone {
    padding: 64px 32px 32px;
    text-align: center;
    position: relative;
    overflow: visible;
    background: linear-gradient(127deg, #fff 0%, #EFE8ED 45%, #DABCCE 78%, #B05A83 100%)
}

.learn_prog .intro_zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, #b05a8308 49%, #b05a8308 51%, transparent 52%), linear-gradient(-45deg, transparent 48%, #dabcce0a 49%, #dabcce0a 51%, transparent 52%);
    background-size: 80px 80px;
    animation: drift_pattern 45s linear infinite;
    pointer-events: none;
    z-index: 1
}

@keyframes drift_pattern {
    0% {
        background-position: 0 0, 0 0
    }

    100% {
        background-position: 80px 80px, -80px -80px
    }
}

.learn_prog .intro_zone::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 10%;
    width: 200px;
    height: 200px;
    border: 2px solid #b05a8326;
    border-radius: 50% 50% 20px 50%;
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 1
}

.learn_prog .curve_deco {
    position: absolute;
    bottom: 15%;
    right: 8%;
    width: 180px;
    height: 180px;
    border: 3px solid #dabcce33;
    border-radius: 50% 20px 50% 50%;
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 1
}

.learn_prog .intro_content {
    position: relative;
    z-index: 2
}

.learn_prog .intro_head {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: .015em;
    margin: 0 0 32px;
    color: #1a1a2e;
    text-shadow: 1px 2px 4px #b05a831f
}

.learn_prog .intro_head .mark_accent {
    color: #B05A83
}

.learn_prog .intro_visual {
    margin: 64px auto 0;
    max-width: 900px;
    opacity: 0;
    animation: fade_in_img 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) .3s forwards
}

@keyframes fade_in_img {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.learn_prog .intro_visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.learn_prog .wide_narrow_layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    padding: 64px 32px;
    background: #fff
}

.learn_prog .left_wide {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.learn_prog .shape_prefix_head {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .02em;
    margin: 0 0 16px;
    color: #2d2d3a;
    display: flex;
    align-items: center;
    gap: 16px;
    text-shadow: 2px 2px 6px #b05a8314
}

.learn_prog .shape_prefix_head::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #B05A83;
    border-radius: 5px;
    transform: rotate(45deg);
    flex-shrink: 0
}

.learn_prog .left_wide p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .012em;
    color: #3a3a4a;
    margin: 0 0 16px
}

.learn_prog .left_wide p:last-child {
    margin-bottom: 0
}

.learn_prog .right_narrow {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learn_prog .accent_card {
    background: linear-gradient(135deg, #EFE8ED 0%, #DABCCE 100%);
    padding: 16px;
    border-radius: 11px;
    box-shadow: -1px 3px 6px 0 #b05a830d;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learn_prog .accent_card:hover {
    transform: translateY(-4px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.learn_prog .accent_card_title {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .015em;
    color: #B05A83;
    margin: 0 0 8px;
    font-weight: 600
}

.learn_prog .accent_card_text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .01em;
    color: #3a3a4a;
    margin: 0
}

.learn_prog .overlay_section {
    position: relative;
    padding: 64px 32px;
    background-image: url(/visual_resources/tmp_faq12.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden
}

.learn_prog .overlay_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2d2d3ad9;
    z-index: 1
}

.learn_prog .overlay_content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    color: #fff
}

.learn_prog .overlay_head {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .018em;
    margin: 0 0 32px;
    text-align: center;
    text-shadow: 3px 3px 8px #0000004d
}

.learn_prog .quote_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px
}

.learn_prog .quote_item {
    position: relative;
    padding: 32px 32px 32px 64px;
    background: #ffffff14;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 11px;
    transition: background .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learn_prog .quote_item::before {
    content: '"';
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 56px;
    line-height: 1;
    color: #DABCCE;
    font-weight: 700;
    opacity: .4
}

.learn_prog .quote_item:hover {
    background: #b05a8326
}

.learn_prog .quote_text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .012em;
    color: #fff;
    margin: 0 0 16px
}

.learn_prog .quote_author {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .01em;
    color: #DABCCE;
    margin: 0;
    font-style: italic
}

.learn_prog .metric_zone {
    padding: 64px 32px;
    background: linear-gradient(215deg, #fff 0%, #EFE8ED 100%)
}

.learn_prog .metric_head {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .015em;
    margin: 0 0 32px;
    text-align: center;
    color: #2d2d3a;
    text-shadow: 1px 1px 3px #b05a831a
}

.learn_prog .metric_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto
}

.learn_prog .metric_box {
    text-align: center;
    padding: 32px 16px;
    background: #fff;
    border-radius: 20px;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    position: relative;
    overflow: hidden;
    transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learn_prog .metric_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #B05A83 0%, #DABCCE 50%, #EFE8ED 100%)
}

.learn_prog .metric_box:hover {
    transform: scale(1.05)
}

.learn_prog .metric_number {
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #B05A83;
    margin: 0 0 8px;
    font-weight: 700;
    animation: pulse_num 2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

@keyframes pulse_num {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }
}

.learn_prog .metric_label {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .012em;
    color: #3a3a4a;
    margin: 0
}

.learn_prog .hover_reveal_section {
    padding: 64px 32px;
    background: #fff
}

.learn_prog .hover_reveal_head {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .02em;
    margin: 0 0 64px;
    text-align: center;
    color: #2d2d3a;
    text-shadow: 2px 2px 5px #b05a8317
}

.learn_prog .hover_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto
}

.learn_prog .hover_card {
    position: relative;
    height: 280px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    cursor: pointer
}

.learn_prog .hover_card_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #B05A83 0%, #DABCCE 100%);
    transition: opacity .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learn_prog .hover_card:hover .hover_card_bg {
    opacity: 0
}

.learn_prog .hover_card_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    z-index: 1
}

.learn_prog .hover_card_title {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .015em;
    color: #2d2d3a;
    margin: 0 0 16px;
    font-weight: 600
}

.learn_prog .hover_card_desc {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a3a4a;
    margin: 0
}

.learn_prog .hover_card_label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #fff;
    font-weight: 700;
    z-index: 2;
    pointer-events: none;
    transition: opacity .3s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learn_prog .hover_card:hover .hover_card_label {
    opacity: 0
}

.learn_prog .content_link {
    color: #B05A83;
    text-decoration: none;
    position: relative;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learn_prog .content_link:hover {
    color: #8d4666
}

.learn_prog .content_link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #B05A83;
    transition: width .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learn_prog .content_link:hover::after {
    width: 100%;
    border: 1px solid #B05A83;
    border-radius: 1px
}

@media (max-width: 968px) {
    .learn_prog .wide_narrow_layout {
        grid-template-columns: 1fr
    }

    .learn_prog .intro_head {
        font-size: 42px
    }

    .learn_prog .shape_prefix_head {
        font-size: 30px
    }

    .learn_prog .overlay_head {
        font-size: 30px
    }

    .learn_prog .hover_reveal_head {
        font-size: 30px
    }

    .learn_prog .metric_head {
        font-size: 22px
    }

    .learn_prog .quote_grid {
        grid-template-columns: 1fr
    }

    .learn_prog .metric_grid {
        grid-template-columns: 1fr
    }

    .learn_prog .hover_grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .learn_prog .intro_zone {
        padding: 32px 16px 16px
    }

    .learn_prog .intro_head {
        font-size: 30px
    }

    .learn_prog .wide_narrow_layout {
        padding: 32px 16px
    }

    .learn_prog .overlay_section {
        padding: 32px 16px
    }

    .learn_prog .metric_zone {
        padding: 32px 16px
    }

    .learn_prog .hover_reveal_section {
        padding: 32px 16px
    }

    .learn_prog .shape_prefix_head {
        font-size: 22px
    }

    .learn_prog .overlay_head {
        font-size: 22px
    }

    .learn_prog .hover_reveal_head {
        font-size: 22px
    }

    .learn_prog .metric_number {
        font-size: 42px
    }

    .learn_prog .quote_item {
        padding: 24px 24px 24px 48px
    }
}

.success_page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 16px;
    background: #fff
}

.success_page .confirmation_card {
    background: linear-gradient(127deg, #B05A83 0%, #DABCCE 52%, #EFE8ED 100%);
    border-radius: 20px;
    padding: 64px 32px;
    text-align: center;
    margin-bottom: 64px;
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.success_page .confirmation_card .icon_wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto 32px;
    background: #fff;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.success_page .confirmation_card .icon_wrap svg {
    width: 42px;
    height: 42px
}

.success_page .confirmation_card h1 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 16px;
    text-shadow: -1px 3px 6px #b05a8326
}

.success_page .confirmation_card .message_text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #fff;
    margin: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto
}

.success_page .info_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-bottom: 64px
}

.success_page .info_grid .detail_box {
    background: #fff;
    border-radius: 11px;
    padding: 32px;
    box-shadow: -1px 3px 6px 0 #b05a830d;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success_page .info_grid .detail_box:hover {
    transform: translateY(-4px);
    box-shadow: -1px 10px 40px 0 #b05a831a
}

.success_page .info_grid .detail_box h4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #B05A83;
    margin: 0 0 8px
}

.success_page .info_grid .detail_box p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #333;
    margin: 0
}

.success_page .next_actions {
    background: #EFE8ED;
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 64px
}

.success_page .next_actions h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #B05A83;
    margin: 0 0 32px;
    text-align: center
}

.success_page .next_actions .action_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 720px;
    margin: 0 auto
}

.success_page .next_actions .action_list .step_item {
    background: #fff;
    border-radius: 1px;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: -1px 3px 6px 0 #b05a830d
}

.success_page .next_actions .action_list .step_item .step_number {
    width: 32px;
    height: 32px;
    background: linear-gradient(67deg, #B05A83 0%, #DABCCE 100%);
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    flex-shrink: 0
}

.success_page .next_actions .action_list .step_item .step_content {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #333;
    margin: 0
}

.success_page .navigation_buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.success_page .navigation_buttons .btn_primary {
    background: linear-gradient(154deg, #B05A83 0%, #DABCCE 100%);
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    padding: 16px 32px;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background .24s cubic-bezier(0.34, 1.56, 0.64, 1), transform .24s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: -1px 4px 20px 0 #b05a831a
}

.success_page .navigation_buttons .btn_primary:hover {
    background: linear-gradient(154deg, #9c4d71 0%, #c9a9bd 100%);
    transform: translateY(-2px)
}

.success_page .navigation_buttons .btn_secondary {
    background: #fff;
    color: #B05A83;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    padding: 16px 32px;
    border: 1px solid #DABCCE;
    border-radius: 11px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background .31s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-color .31s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success_page .navigation_buttons .btn_secondary:hover {
    background: #EFE8ED;
    border-color: #B05A83
}

.success_page .support_section {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    box-shadow: -1px 4px 20px 0 #b05a831a;
    margin-top: 64px
}

.success_page .support_section h5 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #333;
    margin: 0 0 16px
}

.success_page .support_section .contact_row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 16px
}

.success_page .support_section .contact_item {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #B05A83;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success_page .support_section .contact_item:hover {
    color: #9c4d71;
    text-decoration: underline
}

@media (max-width: 768px) {
    .success_page {
        padding: 32px 16px
    }

    .success_page .confirmation_card {
        padding: 32px 16px;
        margin-bottom: 32px
    }

    .success_page .confirmation_card h1 {
        font-size: 30px
    }

    .success_page .info_grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px
    }

    .success_page .next_actions {
        padding: 16px;
        margin-bottom: 32px
    }

    .success_page .next_actions h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .success_page .next_actions .action_list .step_item {
        padding: 16px
    }

    .success_page .navigation_buttons {
        flex-direction: column
    }

    .success_page .navigation_buttons .btn_primary,
    .success_page .navigation_buttons .btn_secondary {
        width: 100%;
        text-align: center
    }

    .success_page .support_section {
        padding: 16px;
        margin-top: 32px
    }

    .success_page .support_section .contact_row {
        flex-direction: column;
        gap: 8px
    }
}

.success_page ::selection {
    background: #b05a8326;
    color: #000
}