@import "https://cdn.jsdelivr.net/npm/@fontsource/ibm-plex-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ibm-plex-sans@latest/700.css";

html {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: 'IBM Plex Sans', sans-serif;
    background: #fff;
    color: #171828;
    font-size: 14px;
    line-height: 1.5
}

.top-bar {
    background: linear-gradient(135deg, #F5F9FC 0%, #fff 100%);
    border-bottom: 1px solid #17182814;
    padding: 16px 0
}

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

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

.logo-box {
    background: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #f453a90d 0 5px 28px 0 #f453a914;
    display: inline-flex;
    align-items: center;
    border: 1px solid #f453a91f
}

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

.company-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #171828;
    margin: 0;
    letter-spacing: -.02em
}

.tagline-text {
    font-size: 14px;
    line-height: 1.5;
    color: #171828ad;
    margin: 0
}

.quick-reach {
    display: flex;
    align-items: center;
    gap: 32px
}

.reach-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #171828;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 36px;
    background: #f5f9fc99;
    border: 1px solid #1718281a;
    transition: background .15s ease, border-color .12s ease-out, box-shadow .18s ease;
    position: relative
}

.reach-item:hover {
    background: #F5F9FC;
    border-color: #f453a94d;
    box-shadow: 0 2px 6px 0 #f453a90d
}

.reach-item:focus {
    outline: none;
    box-shadow: 0 0 0 3px #f453a933
}

.reach-item:focus::before {
    content: 'Kontakt';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #F453A9;
    font-weight: 700;
    white-space: nowrap;
    background: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #1718280d
}

.reach-item i {
    font-size: 18px;
    color: #F453A9
}

.nav-wrapper {
    background: #fff;
    border-bottom: 1px solid #1718280f;
    box-shadow: 0 2px 6px 0 #1718280d
}

.nav-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.prime-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px 0
}

.nav-link {
    text-decoration: none;
    color: #171828;
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 32px;
    border-radius: 48px;
    background: transparent;
    border: 1px solid transparent;
    transition: background .14s ease-out, border-color .16s ease, color .12s ease;
    position: relative;
    font-weight: 400;
    white-space: nowrap
}

.nav-link:hover {
    background: linear-gradient(135deg, #f5f9fccc 0%, #f453a914 100%);
    border-color: #f453a933;
    color: #171828
}

.nav-link:focus {
    outline: none;
    border-color: #F453A9;
    box-shadow: 0 0 0 3px #f453a926
}

.nav-link:focus::before {
    content: 'Navigace';
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #F453A9;
    font-weight: 700;
    white-space: nowrap;
    background: #fff;
    padding: 3px 8px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #1718280d
}

.base-ground {
    background: #fff;
    border-top: 2px solid #f453a926;
    padding: 64px 0 32px;
    position: relative
}

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

.base-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.top-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 64px;
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #17182814
}

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

.col-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #171828;
    margin: 0;
    letter-spacing: -.01em
}

.link-stack {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.base-link {
    text-decoration: none;
    color: #171828bf;
    font-size: 14px;
    line-height: 1.8;
    padding: 8px 0;
    transition: color .13s ease, padding-left .15s ease-out;
    position: relative;
    display: inline-block;
    width: fit-content
}

.base-link:hover {
    color: #F453A9;
    padding-left: 8px
}

.base-link:focus {
    outline: none;
    color: #F453A9
}

.base-link:focus::before {
    content: 'Odkaz';
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 11px;
    color: #F453A9;
    font-weight: 700;
    white-space: nowrap;
    background: #fff;
    padding: 2px 6px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #1718280d
}

.about-block {
    max-width: 480px
}

.about-text {
    font-size: 14px;
    line-height: 1.8;
    color: #171828b3;
    margin: 0
}

.lower-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-top: 32px
}

.logo-final {
    background: #fff;
    padding: 16px 32px;
    border-radius: 13px;
    box-shadow: 0 2px 6px 0 #1718280d 0 5px 28px 0 #17182814;
    border: 1px solid #f453a91a
}

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

.legal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    justify-content: center
}

.legal-link {
    text-decoration: none;
    color: #17182899;
    font-size: 14px;
    line-height: 1.5;
    transition: color .12s ease;
    position: relative
}

.legal-link:hover {
    color: #F453A9
}

.legal-link:focus {
    outline: none;
    color: #F453A9
}

.legal-link:focus::before {
    content: 'Právní';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #F453A9;
    font-weight: 700;
    white-space: nowrap;
    background: #fff;
    padding: 2px 6px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #1718280d
}

.copy-text {
    font-size: 14px;
    line-height: 1.5;
    color: #17182880;
    text-align: center;
    margin: 0
}

.consent-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #fff 0%, #F5F9FC 100%);
    border-bottom: 2px solid #f453a933;
    box-shadow: 0 5px 28px 0 #17182814 0 10px 48px 0 #17182821;
    z-index: 4000;
    padding: 16px 32px;
    display: none;
    opacity: 0;
    transition: opacity .18s ease-out
}

.consent-bar[data-visible="true"] {
    display: block
}

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

.consent-msg {
    flex: 1;
    min-width: 280px
}

.consent-text {
    font-size: 14px;
    line-height: 1.5;
    color: #171828d9;
    margin: 0
}

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

.consent-btn {
    padding: 16px 32px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 36px;
    border: 2px solid #F453A9;
    background: transparent;
    color: #F453A9;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    transition: background .14s ease, color .12s ease-out, box-shadow .16s ease;
    min-width: 140px;
    text-align: center
}

.consent-btn:hover {
    background: #F453A9;
    color: #fff;
    box-shadow: 0 2px 6px 0 #f453a90d 0 5px 28px 0 #f453a914
}

.consent-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px #f453a940
}

.consent-link {
    font-size: 14px;
    line-height: 1.5;
    color: #171828b3;
    text-decoration: underline;
    cursor: pointer;
    transition: color .11s ease;
    background: none;
    border: none;
    padding: 16px 8px;
    font-family: 'IBM Plex Sans', sans-serif
}

.consent-link:hover {
    color: #F453A9
}

.consent-link:focus {
    outline: none;
    color: #F453A9;
    text-decoration-thickness: 2px
}

.privacy-panel {
    display: none;
    margin-top: 16px;
    padding: 16px;
    background: #f5f9fc99;
    border-radius: 8px;
    border: 1px solid #17182814
}

.privacy-panel[data-open="true"] {
    display: block
}

.opt-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.opt-check {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #F453A9
}

.opt-label {
    font-size: 14px;
    line-height: 1.5;
    color: #171828cc;
    cursor: pointer
}

@media (max-width: 768px) {
    .top-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .quick-reach {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%
    }

    .reach-item {
        width: 100%;
        justify-content: flex-start
    }

    .prime-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
    }

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

    .top-row {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .consent-inner {
        flex-direction: column;
        align-items: stretch
    }

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

    .consent-btn {
        width: 100%
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .top-bar-inner {
        padding: 0 32px
    }

    .nav-inner {
        padding: 0 32px
    }

    .base-inner {
        padding: 0 32px
    }

    .top-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1281px) {
    .prime-nav {
        justify-content: center
    }

    .top-row {
        grid-template-columns: repeat(3, 1fr)
    }
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
    transition: opacity .15s ease
}

input::placeholder,
textarea::placeholder {
    transition: opacity .15s ease
}

.doc-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 64px 16px;
    background: #F5F9FC
}

@media (min-width: 768px) {
    .doc-wrapper {
        padding: 96px 32px
    }
}

.doc-wrapper h1 {
    font-size: 70px;
    line-height: 1.1;
    color: #171828;
    margin: 0 0 64px;
    letter-spacing: -.02em
}

@media (max-width: 767px) {
    .doc-wrapper h1 {
        font-size: 55px
    }
}

.doc-wrapper h2 {
    font-size: 55px;
    line-height: 1.1;
    color: #171828;
    margin: 96px 0 32px
}

@media (max-width: 767px) {
    .doc-wrapper h2 {
        font-size: 22px;
        margin: 64px 0 32px
    }
}

.doc-wrapper h3 {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    margin: 64px 0 16px
}

.doc-wrapper h4,
.doc-wrapper h5,
.doc-wrapper h6 {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    margin: 32px 0 16px
}

.doc-wrapper p {
    font-size: 14px;
    line-height: 1.8;
    color: #171828;
    margin: 0 0 16px
}

.doc-wrapper ul,
.doc-wrapper ol {
    font-size: 14px;
    line-height: 1.8;
    color: #171828;
    margin: 0 0 16px;
    padding: 0 0 0 32px
}

.doc-wrapper li {
    margin: 0 0 8px
}

.doc-wrapper li:last-child {
    margin-bottom: 0
}

.doc-wrapper strong,
.doc-wrapper b {
    font-weight: 600;
    color: #171828
}

.doc-wrapper em,
.doc-wrapper i {
    font-style: italic
}

.doc-wrapper a {
    color: #F453A9;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .15s ease-out
}

.doc-wrapper a:hover {
    border-bottom-color: #F453A9
}

.doc-wrapper hr {
    border: none;
    height: 1px;
    background: #1718281a;
    margin: 64px 0
}

@media (max-width: 767px) {
    .doc-wrapper hr {
        margin: 32px 0
    }
}

.doc-wrapper div {
    margin: 0 0 16px
}

.doc-wrapper h1:first-child,
.doc-wrapper h2:first-child,
.doc-wrapper h3:first-child,
.doc-wrapper h4:first-child,
.doc-wrapper h5:first-child,
.doc-wrapper h6:first-child {
    margin-top: 0
}

.doc-wrapper> :last-child {
    margin-bottom: 0
}

.pdc-dtl {
    background: #fff;
    color: #171828;
    max-width: 1500px;
    margin: 0 auto;
    position: relative
}

.pdc-dtl .tp-wrp {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding: 64px 16px;
    position: relative;
    overflow: hidden
}

.pdc-dtl .tp-wrp::before {
    content: '';
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    background-image: radial-gradient(circle, #171828 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: .08;
    pointer-events: none;
    z-index: 1
}

.pdc-dtl .img-strip {
    width: 220px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    z-index: 2
}

.pdc-dtl .img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: fadeImgIn 1.2s ease-out forwards;
    opacity: 0
}

@keyframes fadeImgIn {
    to {
        opacity: 1
    }
}

.pdc-dtl .txt-zone {
    flex: 1;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 2
}

.pdc-dtl .tp-meta {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 14px;
    color: #171828;
    opacity: .6;
    line-height: 1.5
}

.pdc-dtl .tp-meta span {
    display: flex;
    align-items: center;
    gap: 8px
}

.pdc-dtl .tp-meta i {
    font-size: 18px
}

.pdc-dtl .tp-hl {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0;
    animation: colorShift 1.4s ease-out forwards
}

@keyframes colorShift {
    0% {
        color: #F453A9
    }

    100% {
        color: #171828
    }
}

.pdc-dtl .tp-sub {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    opacity: .75;
    margin: 0
}

.pdc-dtl .cnt-area {
    padding: 96px 16px;
    background: linear-gradient(127deg, #F5F9FC 0%, transparent 48%, #F5F9FC 100%);
    position: relative
}

.pdc-dtl .cnt-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 64px);
    height: 1px;
    background: repeating-linear-gradient(to right, #171828 0px, #171828 8px, transparent 8px, transparent 16px, #171828 16px, #171828 32px, transparent 32px, transparent 40px);
    opacity: .15
}

.pdc-dtl .cnt-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 64px;
    align-items: start
}

.pdc-dtl .main-txt {
    background: #fff;
    padding: 64px;
    border-radius: 8px;
    box-shadow: 0 5px 28px 0 #17182814;
    position: relative
}

.pdc-dtl .main-txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    box-shadow: inset 0 2px 6px 0 #1718280d;
    pointer-events: none
}

.pdc-dtl .main-txt h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0 0 32px;
    letter-spacing: .02em;
    text-transform: uppercase
}

.pdc-dtl .main-txt h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #171828;
    margin: 64px 0 16px
}

.pdc-dtl .main-txt p {
    font-size: 14px;
    line-height: 1.8;
    color: #171828;
    margin: 0 0 16px
}

.pdc-dtl .main-txt p:last-child {
    margin-bottom: 0
}

.pdc-dtl .main-txt small {
    font-size: 14px;
    line-height: 1.8;
    color: #171828;
    opacity: .6;
    display: block;
    margin: 8px 0
}

.pdc-dtl .main-txt ul,
.pdc-dtl .main-txt ol {
    margin: 16px 0;
    padding-left: 32px
}

.pdc-dtl .main-txt li {
    font-size: 14px;
    line-height: 1.8;
    color: #171828;
    margin-bottom: 8px
}

.pdc-dtl .side-note {
    background: #F5F9FC;
    padding: 32px;
    border-radius: 36px;
    position: sticky;
    top: 32px;
    border: 2px solid #171828;
    border-style: dashed
}

.pdc-dtl .side-note h4 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0 0 16px;
    letter-spacing: .03em;
    text-transform: uppercase
}

.pdc-dtl .side-note p {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    margin: 0 0 16px
}

.pdc-dtl .side-note p:last-child {
    margin-bottom: 0
}

.pdc-dtl .act-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: transparent;
    border: 2px solid #171828;
    border-radius: 48px;
    color: #171828;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease-out, color .15s ease-out, clip-path .18s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    text-decoration: none;
    margin-top: 16px
}

.pdc-dtl .act-btn:hover {
    background: #171828;
    color: #fff;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%)
}

.pdc-dtl .act-btn:focus {
    outline: 2px solid #F453A9;
    outline-offset: 2px
}

.pdc-dtl .act-btn i {
    font-size: 18px
}

.pdc-dtl .svg-outline-box {
    position: relative;
    display: inline-block;
    padding: 16px 32px;
    margin-top: 16px
}

.pdc-dtl .svg-outline-box svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.pdc-dtl .svg-outline-box svg path {
    fill: none;
    stroke: #F453A9;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawOutline 2s ease-out .5s forwards
}

@keyframes drawOutline {
    to {
        stroke-dashoffset: 0
    }
}

.pdc-dtl .svg-outline-box span {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #171828;
    display: block
}

@media (max-width: 1280px) {
    .pdc-dtl .cnt-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .pdc-dtl .side-note {
        position: relative;
        top: 0
    }

    .pdc-dtl .main-txt {
        padding: 32px
    }
}

@media (max-width: 768px) {
    .pdc-dtl .tp-wrp {
        flex-direction: column;
        padding: 32px 16px
    }

    .pdc-dtl .tp-wrp::before {
        width: 180px;
        height: 180px;
        right: 16px
    }

    .pdc-dtl .img-strip {
        width: 100%;
        height: 240px
    }

    .pdc-dtl .txt-zone {
        padding: 32px 0 0
    }

    .pdc-dtl .tp-hl {
        font-size: 55px
    }

    .pdc-dtl .tp-sub {
        font-size: 22px
    }

    .pdc-dtl .tp-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .pdc-dtl .cnt-area {
        padding: 64px 16px
    }

    .pdc-dtl .main-txt {
        padding: 32px 16px
    }

    .pdc-dtl .main-txt h2 {
        font-size: 55px;
        margin-bottom: 16px
    }

    .pdc-dtl .main-txt h3 {
        font-size: 22px;
        margin-top: 32px
    }

    .pdc-dtl .side-note {
        padding: 16px
    }

    .pdc-dtl .act-btn {
        width: 100%;
        justify-content: center
    }
}

@media print {
    .pdc-dtl {
        max-width: none
    }

    .pdc-dtl .tp-wrp {
        padding: 16px 0;
        page-break-after: avoid
    }

    .pdc-dtl .tp-wrp::before {
        display: none
    }

    .pdc-dtl .img-strip {
        width: 180px
    }

    .pdc-dtl .txt-zone {
        padding: 0 32px
    }

    .pdc-dtl .tp-hl {
        font-size: 70px;
        color: #171828
    }

    .pdc-dtl .tp-sub {
        font-size: 22px
    }

    .pdc-dtl .tp-meta {
        font-size: 14px
    }

    .pdc-dtl .cnt-area {
        padding: 32px 0;
        background: #fff
    }

    .pdc-dtl .cnt-area::before {
        display: none
    }

    .pdc-dtl .cnt-grid {
        display: block
    }

    .pdc-dtl .main-txt {
        box-shadow: none;
        padding: 0;
        margin-bottom: 32px;
        page-break-inside: avoid
    }

    .pdc-dtl .main-txt::before {
        display: none
    }

    .pdc-dtl .main-txt h2 {
        font-size: 55px;
        page-break-after: avoid
    }

    .pdc-dtl .main-txt h3 {
        font-size: 22px;
        page-break-after: avoid
    }

    .pdc-dtl .main-txt p,
    .pdc-dtl .main-txt li {
        font-size: 14px;
        line-height: 1.8
    }

    .pdc-dtl .side-note {
        position: relative;
        top: 0;
        border: 1px solid #171828;
        page-break-inside: avoid
    }

    .pdc-dtl .act-btn {
        display: none
    }

    .pdc-dtl .svg-outline-box {
        border: 1px solid #F453A9;
        padding: 8px 16px
    }

    .pdc-dtl .svg-outline-box svg {
        display: none
    }
}

.pcast {
    background: #fff;
    color: #171828;
    overflow-x: clip
}

.pcast * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.pcast a {
    text-decoration: none !important;
    color: inherit
}

.pcast img {
    display: block;
    max-width: 100%;
    height: auto
}

.pcast button {
    border: none;
    background: none;
    cursor: pointer;
    font: inherit
}

.pcast-hero {
    position: relative;
    background: linear-gradient(127deg, #F453A9 0%, #f453a900 48%, #171828 100%);
    padding: 32px 16px;
    overflow: hidden
}

.pcast-hero-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 2
}

.pcast-hero-txt {
    flex: 1;
    min-width: 0
}

.pcast-hero h1 {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 16px;
    font-weight: 700
}

.pcast-hero h1 span {
    background: #fffffff2;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 8px
}

.pcast-hero-img {
    width: 420px;
    height: 280px;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.pcast-hero-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, transparent 0%, #17182899 100%);
    z-index: 1;
    pointer-events: none
}

.pcast-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.pcast-hero-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #f5f9fc4d;
    z-index: 1
}

.pcast-circles {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    pointer-events: none;
    z-index: 0
}

.pcast-circles-item {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #f5f9fc26
}

.pcast-circles-item:nth-child(1) {
    width: 280px;
    height: 280px;
    top: 60px;
    left: 60px
}

.pcast-circles-item:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 100px;
    left: 120px;
    opacity: .6
}

.pcast-circles-item:nth-child(3) {
    width: 140px;
    height: 140px;
    top: 140px;
    left: 160px;
    opacity: .3
}

.pcast-metrics {
    background: #F5F9FC;
    padding: 64px 16px;
    position: relative
}

.pcast-metrics-inner {
    max-width: 1500px;
    margin: 0 auto;
    animation: pcast-clip-reveal .7s ease-out
}

@keyframes pcast-clip-reveal {
    from {
        clip-path: inset(0 0 100% 0)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

.pcast-metrics h2 {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 32px;
    font-weight: 700;
    text-align: center
}

.pcast-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto
}

.pcast-metric-box {
    background: #fff;
    padding: 32px;
    border-radius: 13px;
    box-shadow: 0 2px 6px 0 #1718280d 0 5px 28px 0 #17182814;
    position: relative;
    overflow: hidden;
    transition: transform .15s ease-out
}

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

.pcast-metric-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f453a914 0%, transparent 70%);
    border-radius: 0 0 0 100%
}

.pcast-metric-num {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    color: #F453A9;
    margin-bottom: 8px
}

.pcast-metric-label {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    font-weight: 600
}

.pcast-list {
    background: #fff;
    padding: 96px 16px;
    position: relative
}

.pcast-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/graphics_directory/help-ftr-2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .03;
    pointer-events: none
}

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

.pcast-list h2 {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 64px;
    font-weight: 700;
    text-align: center
}

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

.pcast-card {
    background: #fff;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 2px 6px 0 #f453a90d 0 5px 28px 0 #f453a914;
    transition: box-shadow .12s ease, clip-path .18s ease-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column
}

.pcast-card:hover {
    box-shadow: 0 10px 48px 0 #f453a921;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%)
}

.pcast-card-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative
}

.pcast-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .15s ease-out
}

.pcast-card:hover .pcast-card-img img {
    transform: scale(1.04)
}

.pcast-card-body {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: inset 0 2px 6px 0 #17182805
}

.pcast-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #17182899
}

.pcast-card-date {
    display: flex;
    align-items: center;
    gap: 8px
}

.pcast-card-date::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #F453A9;
    border-radius: 50%;
    flex-shrink: 0
}

.pcast-card-time {
    display: flex;
    align-items: center;
    gap: 8px
}

.pcast-card-time::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #F453A9;
    border-radius: 50%;
    flex-shrink: 0
}

.pcast-card h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #171828
}

.pcast-card-sub {
    font-size: 14px;
    line-height: 1.5;
    color: #F453A9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em
}

.pcast-card-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #171828cc;
    flex: 1
}

.pcast-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #171828;
    padding: 8px 16px;
    border: 2px solid #171828;
    border-radius: 8px;
    align-self: flex-start;
    transition: background .14s ease, color .14s ease
}

.pcast-card-link::after {
    content: '';
    width: 16px;
    height: 16px;
    background: currentColor;
    clip-path: polygon(40% 0%, 40% 40%, 100% 40%, 100% 60%, 40% 60%, 40% 100%, 20% 100%, 20% 60%, 0% 60%, 0% 40%, 20% 40%, 20% 0%);
    transition: transform .14s ease
}

.pcast-card-link:hover {
    background: #171828;
    color: #fff
}

.pcast-card-link:hover::after {
    transform: translateX(4px)
}

.pcast-engage {
    background: #171828;
    padding: 64px 16px;
    position: relative;
    overflow: hidden
}

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

.pcast-engage-txt h2 {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 32px;
    font-weight: 700;
    color: #fff
}

.pcast-engage-txt p {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffffd9;
    margin-bottom: 16px
}

.pcast-engage-txt aside {
    margin-top: 32px;
    padding: 16px;
    background: #f453a91a;
    border-left: 4px solid #F453A9;
    border-radius: 8px
}

.pcast-engage-txt aside p {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffffb3;
    font-style: italic;
    margin: 0
}

.pcast-engage-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.pcast-feat-item {
    background: #f5f9fc0d;
    padding: 32px;
    border-radius: 13px;
    border: 1px solid #f5f9fc1a;
    transition: background .16s ease, border-color .16s ease;
    position: relative;
    overflow: hidden
}

.pcast-feat-item::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #f453a926 0%, transparent 70%);
    opacity: 0;
    transition: opacity .16s ease
}

.pcast-feat-item:hover {
    background: #f5f9fc14;
    border-color: #f453a94d
}

.pcast-feat-item:hover::before {
    opacity: 1
}

.pcast-feat-icon {
    width: 48px;
    height: 48px;
    background: #F453A9;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.pcast-feat-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

.pcast-feat-item h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    z-index: 1
}

.pcast-feat-item p {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffffb3;
    margin: 0;
    position: relative;
    z-index: 1
}

.pcast-cta {
    background: linear-gradient(180deg, #F5F9FC 0%, #f5f9fc4d 60%, #fff 100%);
    padding: 96px 16px;
    position: relative
}

.pcast-cta-inner {
    max-width: 1500px;
    margin: 0 auto;
    text-align: center
}

.pcast-cta h2 {
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 32px;
    font-weight: 700;
    color: #171828
}

.pcast-cta p {
    font-size: 22px;
    line-height: 1.5;
    color: #171828cc;
    max-width: 800px;
    margin: 0 auto 32px
}

.pcast-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #171828;
    padding: 16px 32px;
    border: 3px solid #171828;
    border-radius: 48px;
    transition: background .12s ease, color .12s ease, transform .12s ease;
    position: relative
}

.pcast-cta-btn::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 48px;
    padding: 3px;
    background: linear-gradient(135deg, #F453A9, #171828);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .12s ease
}

.pcast-cta-btn:hover {
    background: #171828;
    color: #fff;
    transform: translateY(-2px)
}

.pcast-cta-btn:hover::before {
    opacity: 1
}

.pcast-cta-badge {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    background: #F453A9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 5px 28px 0 #f453a94d
}

@media (max-width: 1280px) {
    .pcast-hero-wrap {
        flex-direction: column
    }

    .pcast-hero-img {
        width: 100%;
        max-width: 600px
    }

    .pcast-metrics-grid {
        grid-template-columns: 1fr
    }

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

    .pcast-engage-inner {
        grid-template-columns: 1fr
    }

    .pcast-engage-features {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .pcast-hero h1 {
        font-size: 55px
    }

    .pcast-metrics h2,
    .pcast-list h2,
    .pcast-engage-txt h2 {
        font-size: 55px
    }

    .pcast-cta h2 {
        font-size: 55px
    }

    .pcast-metric-num {
        font-size: 55px
    }

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

    .pcast-hero {
        padding: 32px 16px
    }

    .pcast-metrics {
        padding: 32px 16px
    }

    .pcast-list {
        padding: 64px 16px
    }

    .pcast-engage {
        padding: 32px 16px
    }

    .pcast-cta {
        padding: 64px 16px
    }

    .pcast-cta-badge {
        top: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
        font-size: 14px
    }
}

.ld {
    background: #fff;
    color: #171828;
    overflow-x: clip
}

.ld * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.ld img {
    display: block;
    max-width: 100%;
    height: auto
}

.ld button {
    cursor: pointer;
    border: none;
    background: none;
    font: inherit
}

.ld-hero {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 32px 64px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    overflow: visible
}

.ld-hero-txt {
    padding-top: 96px;
    position: relative;
    z-index: 2
}

.ld-hero-txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    width: 280px;
    height: 280px;
    background-image: radial-gradient(circle, #17182808 1px, transparent 1px);
    background-size: 16px 16px;
    z-index: -1;
    pointer-events: none
}

.ld-hero h1 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin-bottom: 32px;
    letter-spacing: -.02em
}

.ld-hero-desc {
    font-size: 22px;
    line-height: 1.5;
    color: #171828bf;
    max-width: 480px
}

.ld-hero-vis {
    position: relative;
    height: 620px
}

.ld-hero-img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    overflow: hidden;
    position: relative
}

.ld-hero-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    background: linear-gradient(to left, #f453a926, transparent);
    pointer-events: none
}

.ld-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width: 768px) {
    .ld-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 64px 16px 32px
    }

    .ld-hero-txt {
        padding-top: 32px
    }

    .ld-hero h1 {
        font-size: 55px
    }

    .ld-hero-vis {
        height: 420px
    }
}

.ld-story {
    background: #F5F9FC;
    padding: 96px 32px;
    position: relative;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    margin-top: -64px;
    padding-top: 160px
}

.ld-story-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 96px;
    align-items: start
}

.ld-story-prof {
    position: sticky;
    top: 96px
}

.ld-story-pic {
    width: 180px;
    height: 252px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #17182814;
    margin-bottom: 16px
}

.ld-story-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.ld-story-name {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #171828;
    margin-bottom: 8px
}

.ld-story-role {
    font-size: 14px;
    line-height: 1.5;
    color: #17182899
}

.ld-story-cont {
    background: #fff;
    border-radius: 13px;
    padding: 64px;
    box-shadow: inset 0 2px 6px 0 #1718280d;
    position: relative
}

.ld-story-cont::before {
    content: '"';
    position: absolute;
    top: -32px;
    left: 32px;
    font-size: 180px;
    line-height: 1;
    font-weight: 700;
    color: #f453a91f;
    pointer-events: none
}

.ld-story-cont h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin-bottom: 32px
}

.ld-story-cont p {
    font-size: 22px;
    line-height: 1.8;
    color: #171828cc;
    margin-bottom: 32px
}

.ld-story-cont p:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .ld-story {
        padding: 64px 16px;
        padding-top: 96px;
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%)
    }

    .ld-story-wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ld-story-prof {
        position: static;
        display: flex;
        align-items: center;
        gap: 16px
    }

    .ld-story-pic {
        width: 120px;
        height: 168px;
        margin-bottom: 0
    }

    .ld-story-cont {
        padding: 32px
    }

    .ld-story-cont h2 {
        font-size: 55px
    }
}

.ld-support {
    background: #fff;
    padding: 96px 32px;
    position: relative
}

.ld-support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1718281a 20%, #f453a94d 50%, #1718281a 80%, transparent);
    animation: ld-line-pulse 4s ease-in-out infinite
}

@keyframes ld-line-pulse {

    0%,
    100% {
        opacity: .4
    }

    50% {
        opacity: 1
    }
}

.ld-support-wrap {
    max-width: 1500px;
    margin: 0 auto
}

.ld-support-head {
    text-align: right;
    margin-bottom: 64px;
    padding-right: 96px
}

.ld-support-head h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin-bottom: 16px
}

.ld-support-head p {
    font-size: 22px;
    line-height: 1.5;
    color: #171828b3
}

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

.ld-support-card {
    background: #F5F9FC;
    border-radius: 36px;
    padding: 64px;
    position: relative;
    overflow: hidden;
    transition: clip-path .15s ease-out, box-shadow .15s ease-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 2px 6px 0 #f453a90d
}

.ld-support-card:hover {
    clip-path: polygon(0 2%, 100% 0, 98% 100%, 0 100%);
    box-shadow: 0 10px 48px 0 #f453a921
}

.ld-support-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 80% 20%, #f453a914, transparent 60%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
}

.ld-support-card:hover::before {
    opacity: 1
}

.ld-support-card h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #171828;
    margin-bottom: 16px
}

.ld-support-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #171828bf
}

.ld-support-aside {
    grid-column: 2;
    grid-row: 1 / 3;
    background: transparent;
    border: 2px solid #1718281a;
    border-radius: 13px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: border-color .12s ease, backdrop-filter .12s ease
}

.ld-support-aside:hover {
    border-color: #f453a94d;
    backdrop-filter: blur(8px)
}

.ld-support-aside h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #17182880;
    margin-bottom: 16px
}

.ld-support-aside p {
    font-size: 14px;
    line-height: 1.8;
    color: #171828b3
}

@media (max-width: 768px) {
    .ld-support {
        padding: 64px 16px
    }

    .ld-support-head {
        text-align: left;
        padding-right: 0;
        margin-bottom: 32px
    }

    .ld-support-head h2 {
        font-size: 55px
    }

    .ld-support-grid {
        grid-template-columns: 1fr
    }

    .ld-support-aside {
        grid-column: 1;
        grid-row: auto
    }

    .ld-support-card {
        padding: 32px
    }
}

.ld-invest {
    background: linear-gradient(127deg, #17182808, transparent 45%, #f453a90d);
    padding: 96px 32px;
    position: relative
}

.ld-invest-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    align-items: start
}

.ld-invest-txt {
    flex: 1;
    max-width: 620px
}

.ld-invest-txt h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin-bottom: 32px
}

.ld-invest-txt p {
    font-size: 22px;
    line-height: 1.8;
    color: #171828bf;
    margin-bottom: 32px
}

.ld-invest-txt p:last-of-type {
    margin-bottom: 0
}

.ld-invest-vis {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.ld-invest-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #17182814;
    height: 240px
}

.ld-invest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.ld-invest-img:nth-child(2) {
    transform: translateY(32px)
}

.ld-invest-metrics {
    grid-column: 1 / -1;
    background: #fffc;
    backdrop-filter: blur(12px);
    border-radius: 48px;
    padding: 32px;
    display: flex;
    justify-content: space-around;
    box-shadow: inset 0 2px 6px 0 #1718280d;
    margin-top: 16px
}

.ld-invest-metric {
    text-align: center
}

.ld-invest-num {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #F453A9;
    display: block;
    margin-bottom: 8px
}

.ld-invest-label {
    font-size: 14px;
    line-height: 1.5;
    color: #17182899;
    text-transform: uppercase;
    letter-spacing: .06em
}

@media (max-width: 768px) {
    .ld-invest {
        padding: 64px 16px
    }

    .ld-invest-wrap {
        flex-direction: column;
        gap: 32px
    }

    .ld-invest-txt h2 {
        font-size: 55px
    }

    .ld-invest-vis {
        width: 100%
    }

    .ld-invest-img {
        height: 180px
    }

    .ld-invest-metrics {
        flex-direction: column;
        gap: 16px;
        padding: 16px
    }
}

.ld-hesit {
    background: #171828;
    padding: 96px 32px;
    position: relative;
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%);
    margin-top: -48px;
    padding-top: 144px
}

.ld-hesit-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 96px;
    align-items: center
}

.ld-hesit-cont h2 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px
}

.ld-hesit-cont p {
    font-size: 22px;
    line-height: 1.8;
    color: #ffffffd9;
    margin-bottom: 32px
}

.ld-hesit-cont p:last-child {
    margin-bottom: 0
}

.ld-hesit-action {
    margin-top: 64px
}

.ld-hesit-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 16px 64px;
    background: transparent;
    border: 2px solid #ffffff4d;
    border-radius: 48px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: background .15s ease-out, border-color .15s ease-out, transform .12s ease;
    position: relative;
    overflow: hidden
}

.ld-hesit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f453a933, transparent);
    opacity: 0;
    transition: opacity .15s ease
}

.ld-hesit-btn:hover {
    background: #f453a926;
    border-color: #f453a999;
    transform: translateY(-2px)
}

.ld-hesit-btn:hover::before {
    opacity: 1
}

.ld-hesit-btn:active {
    transform: translateY(0)
}

.ld-hesit-img {
    width: 100%;
    height: 420px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 10px 48px 0 #f453a921;
    position: relative
}

.ld-hesit-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, #17182866);
    pointer-events: none
}

.ld-hesit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width: 768px) {
    .ld-hesit {
        padding: 64px 16px;
        padding-top: 96px;
        clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%)
    }

    .ld-hesit-wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ld-hesit-cont h2 {
        font-size: 55px
    }

    .ld-hesit-action {
        margin-top: 32px
    }

    .ld-hesit-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 32px
    }

    .ld-hesit-img {
        height: 320px
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .ld-hero {
        padding: 64px 32px
    }

    .ld-hero h1 {
        font-size: 55px
    }

    .ld-story-wrap {
        gap: 64px
    }

    .ld-support-head {
        padding-right: 32px
    }

    .ld-invest-wrap {
        gap: 32px
    }

    .ld-hesit-wrap {
        gap: 64px
    }

    .ld-hesit-cont h2 {
        font-size: 55px
    }
}

.reach {
    background: #fff;
    color: #171828;
    overflow-x: clip;
    max-width: 100%
}

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

.reach .intro-zone {
    position: relative;
    background: linear-gradient(127deg, #F453A9 0%, #f453a900 48%, #171828 100%);
    padding: 64px 16px;
    overflow: hidden
}

.reach .intro-zone::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #ffffff14;
    top: -120px;
    right: -80px;
    pointer-events: none
}

.reach .intro-zone::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #ffffff0d;
    bottom: -60px;
    left: 8%;
    pointer-events: none
}

.reach .intro-content {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: intro-expand .8s ease-out forwards
}

@keyframes intro-expand {
    from {
        letter-spacing: -.02em;
        opacity: .7
    }

    to {
        letter-spacing: .08em;
        opacity: 1
    }
}

.reach .intro-headline {
    font-size: 70px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 32px;
    text-transform: uppercase;
    font-weight: 700
}

.reach .intro-desc {
    font-size: 22px;
    line-height: 1.5;
    color: #ffffffeb;
    margin: 0 0 32px;
    max-width: 720px
}

.reach .intro-link {
    display: inline-block;
    padding: 16px 32px;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: background .15s ease, color .15s ease, clip-path .18s ease-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.reach .intro-link:hover {
    background: #fff;
    color: #F453A9;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%)
}

.reach .contact-split {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1500px;
    margin: 0 auto;
    gap: 0
}

.reach .sidebar-info {
    background: #F5F9FC;
    padding: 64px 32px;
    position: relative
}

.reach .sidebar-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: repeating-linear-gradient(90deg, #F453A9 0px, #F453A9 12px, transparent 12px, transparent 24px)
}

.reach .info-title {
    font-size: 55px;
    line-height: 1.1;
    color: #171828;
    margin: 0 0 32px;
    font-weight: 700
}

.reach .info-detail {
    margin: 0 0 32px
}

.reach .info-label {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    opacity: .6;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600
}

.reach .info-value {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    margin: 0
}

.reach .info-value a {
    color: #171828;
    text-decoration: none;
    transition: color .12s ease
}

.reach .info-value a:hover {
    color: #F453A9
}

.reach .form-container {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.reach .form-container::before {
    content: '"';
    position: absolute;
    font-size: 320px;
    line-height: 1;
    color: #F5F9FC;
    top: -80px;
    right: 64px;
    font-weight: 700;
    pointer-events: none;
    z-index: 0
}

.reach .form-wrapper {
    position: relative;
    z-index: 1;
    max-width: 680px
}

.reach .form-heading {
    font-size: 55px;
    line-height: 1.1;
    color: #171828;
    margin: 0 0 16px;
    font-weight: 700
}

.reach .form-subtext {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    opacity: .7;
    margin: 0 0 64px
}

.reach .contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.reach .form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px
}

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

.reach .field-label {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em
}

.reach .field-input {
    padding: 16px;
    border: 2px solid #17182826;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    background: #fff;
    transition: border-color .14s ease, box-shadow .14s ease;
    outline: none
}

.reach .field-input::placeholder {
    color: #17182866;
    transition: opacity .18s ease
}

.reach .field-input:focus::placeholder {
    opacity: 0
}

.reach .field-input:focus {
    border-color: #F453A9;
    box-shadow: 0 5px 28px 0 #f453a914
}

.reach .field-select {
    padding: 16px;
    border: 2px solid #17182826;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    background: #fff;
    transition: border-color .14s ease, box-shadow .14s ease;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23171828' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px
}

.reach .field-select:focus {
    border-color: #F453A9;
    box-shadow: 0 5px 28px 0 #f453a914
}

.reach .consent-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #F5F9FC;
    border-radius: 8px
}

.reach .consent-check {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #1718284d;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    position: relative;
    transition: border-color .12s ease, background .12s ease;
    margin-top: 2px
}

.reach .consent-check:checked {
    background: #F453A9;
    border-color: #F453A9
}

.reach .consent-check:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.reach .consent-text {
    font-size: 14px;
    line-height: 1.5;
    color: #171828
}

.reach .consent-text a {
    color: #F453A9;
    text-decoration: none;
    transition: opacity .12s ease
}

.reach .consent-text a:hover {
    opacity: .7
}

.reach .submit-btn {
    padding: 16px 32px;
    background: transparent;
    border: 2px solid #171828;
    border-radius: 8px;
    color: #171828;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    cursor: pointer;
    transition: background .16s ease, color .16s ease, transform .12s ease;
    align-self: flex-start
}

.reach .submit-btn:hover {
    background: #171828;
    color: #fff;
    transform: translateY(-2px)
}

.reach .submit-btn:active {
    transform: translateY(0)
}

.reach .metric-panel {
    background: radial-gradient(ellipse at 30% 40%, #f453a914 0%, #f5f9fc66 45%, #1718280f 100%);
    padding: 96px 32px;
    position: relative;
    overflow: hidden
}

.reach .metric-panel::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #1718281a 0px, #1718281a 8px, transparent 8px, transparent 16px);
    top: 0;
    left: 0
}

.reach .metric-content {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px
}

.reach .metric-intro {
    max-width: 520px
}

.reach .metric-heading {
    font-size: 55px;
    line-height: 1.1;
    color: #171828;
    margin: 0 0 32px;
    font-weight: 700
}

.reach .metric-text {
    font-size: 22px;
    line-height: 1.8;
    color: #171828;
    margin: 0 0 16px
}

.reach .metric-note {
    font-size: 14px;
    line-height: 1.8;
    color: #171828;
    opacity: .6;
    margin: 0;
    max-width: 380px;
    padding: 16px;
    background: #fff9;
    border-radius: 8px;
    border-left: 4px solid #F453A9;
    box-shadow: inset 0 2px 6px 0 #1718280d
}

.reach .stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px
}

.reach .stat-card {
    background: #fff;
    padding: 32px;
    border-radius: 13px;
    position: relative;
    box-shadow: 0 2px 6px 0 #1718280d;
    transition: transform .18s ease, box-shadow .18s ease
}

.reach .stat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 13px;
    box-shadow: 0 10px 48px 0 #f453a921;
    opacity: 0;
    transition: opacity .18s ease;
    pointer-events: none;
    z-index: -1
}

.reach .stat-card:hover {
    transform: translateY(-4px)
}

.reach .stat-card:hover::after {
    opacity: 1
}

.reach .stat-number {
    font-size: 70px;
    line-height: 1;
    color: #F453A9;
    font-weight: 700;
    margin: 0 0 16px
}

.reach .stat-label {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600
}

@media (min-width: 768px) {
    .reach .intro-zone {
        padding: 96px 32px
    }

    .reach .intro-headline {
        max-width: 880px
    }

    .reach .contact-split {
        grid-template-columns: 2fr 3fr
    }

    .reach .sidebar-info {
        padding: 96px 64px
    }

    .reach .form-container {
        padding: 96px 64px
    }

    .reach .form-row {
        grid-template-columns: 1fr 1fr
    }

    .reach .metric-content {
        grid-template-columns: 1fr 1.4fr;
        gap: 96px
    }
}

@media (min-width: 1280px) {
    .reach .intro-zone {
        padding: 96px 64px
    }

    .reach .form-container::before {
        font-size: 480px;
        top: -120px;
        right: 96px
    }

    .reach .metric-panel {
        padding: 96px 64px
    }

    .reach .stat-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

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

.abt-us .intro-zone {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 32px 64px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px
}

.abt-us .intro-zone .txt-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 2
}

.abt-us .intro-zone .head-primary {
    font-size: 55px;
    line-height: 1.1;
    color: #171828;
    font-weight: 700;
    margin: 0
}

.abt-us .intro-zone .desc-text {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    margin: 0;
    opacity: .85
}

.abt-us .intro-zone .img-holder {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #17182814
}

.abt-us .intro-zone .img-holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, #171828b3 0%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.abt-us .intro-zone .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.abt-us .intro-zone .dot-path {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 8px;
    z-index: 1;
    opacity: .3
}

.abt-us .intro-zone .dot-path span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #F453A9;
    display: block;
    animation: dot-appear .15s ease-out forwards;
    opacity: 0;
    transform: rotate(-15deg)
}

.abt-us .intro-zone .dot-path span:nth-child(1) {
    animation-delay: .05s
}

.abt-us .intro-zone .dot-path span:nth-child(2) {
    animation-delay: .1s
}

.abt-us .intro-zone .dot-path span:nth-child(3) {
    animation-delay: .15s
}

.abt-us .intro-zone .dot-path span:nth-child(4) {
    animation-delay: .2s
}

.abt-us .intro-zone .dot-path span:nth-child(5) {
    animation-delay: .25s
}

@keyframes dot-appear {
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

.abt-us .intro-zone .curve-line {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 64px;
    pointer-events: none;
    z-index: 1
}

.abt-us .intro-zone .curve-line svg {
    width: 100%;
    height: 100%;
    stroke: #F453A9;
    fill: none;
    stroke-width: 2;
    opacity: .4
}

@media (min-width: 768px) {
    .abt-us .intro-zone {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        padding: 96px 64px
    }

    .abt-us .intro-zone .img-holder {
        height: 520px
    }

    .abt-us .intro-zone .head-primary {
        font-size: 70px
    }
}

.abt-us .split-dual {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 0;
    display: grid;
    grid-template-columns: 1fr
}

.abt-us .split-dual .zone-colored {
    background: linear-gradient(147deg, #171828 0%, #171828d9 45%, #F453A9 100%);
    padding: 64px 32px;
    position: relative;
    overflow: hidden;
    animation: temp-shift 12s ease-in-out infinite
}

@keyframes temp-shift {

    0%,
    100% {
        filter: brightness(1) saturate(1)
    }

    50% {
        filter: brightness(1.08) saturate(0.92)
    }
}

.abt-us .split-dual .zone-colored::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(180deg, #f5f9fc26 0%, transparent 100%);
    pointer-events: none
}

.abt-us .split-dual .zone-neutral {
    background: #F5F9FC;
    padding: 64px 32px;
    position: relative
}

.abt-us .split-dual .zone-neutral::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(180deg, #f453a914 0%, transparent 100%);
    pointer-events: none
}

.abt-us .split-dual .dual-head {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 32px
}

.abt-us .split-dual .zone-colored .dual-head {
    color: #fff
}

.abt-us .split-dual .zone-neutral .dual-head {
    color: #171828
}

.abt-us .split-dual .txt-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 64px
}

.abt-us .split-dual .txt-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}

.abt-us .split-dual .zone-colored .txt-content p {
    color: #ffffffe6
}

.abt-us .split-dual .zone-neutral .txt-content p {
    color: #171828;
    opacity: .85
}

.abt-us .split-dual .side-note {
    font-size: 14px;
    line-height: 1.5;
    padding: 16px;
    border-radius: 8px;
    background: #ffffff1a;
    margin-top: 32px
}

.abt-us .split-dual .zone-colored .side-note {
    color: #ffffffd9;
    border: 1px solid #fff3
}

.abt-us .split-dual .zone-neutral .side-note {
    color: #171828;
    background: #1718280d;
    border: 1px solid #1718281a
}

.abt-us .split-dual .stat-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

.abt-us .split-dual .stat-card {
    padding: 32px;
    border-radius: 13px;
    position: relative;
    box-shadow: inset 0 2px 6px 0 #1718280d;
    transition: transform .15s ease-out
}

.abt-us .split-dual .zone-colored .stat-card {
    background: #ffffff1f;
    border: 1px solid #ffffff26
}

.abt-us .split-dual .zone-neutral .stat-card {
    background: #fffc;
    border: 1px solid #17182814
}

.abt-us .split-dual .stat-card:hover {
    transform: translateY(-4px);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%)
}

.abt-us .split-dual .stat-num {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 8px;
    display: block
}

.abt-us .split-dual .zone-colored .stat-num {
    color: #fff
}

.abt-us .split-dual .zone-neutral .stat-num {
    color: #F453A9
}

.abt-us .split-dual .stat-label {
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}

.abt-us .split-dual .zone-colored .stat-label {
    color: #ffffffd9
}

.abt-us .split-dual .zone-neutral .stat-label {
    color: #171828;
    opacity: .8
}

.abt-us .split-dual .vis-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

.abt-us .split-dual .vis-item {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    height: 280px;
    box-shadow: 0 5px 28px 0 #17182814
}

.abt-us .split-dual .vis-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .2s ease
}

.abt-us .split-dual .vis-item:hover img {
    transform: scale(1.05)
}

@media (min-width: 768px) {
    .abt-us .split-dual {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .split-dual .zone-colored,
    .abt-us .split-dual .zone-neutral {
        padding: 96px 64px
    }

    .abt-us .split-dual .stat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .abt-us .split-dual .vis-showcase {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .abt-us .split-dual .vis-item {
        height: 320px
    }

    .abt-us .split-dual .txt-content {
        max-width: 520px
    }
}

@media (min-width: 1280px) {
    .abt-us .split-dual .txt-content {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 32px;
        align-items: start
    }

    .abt-us .split-dual .side-note {
        margin-top: 0
    }
}

.abt-us .divider-scallop {
    position: relative;
    height: 32px;
    background: #F5F9FC
}

.abt-us .divider-scallop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    background-image: radial-gradient(circle at 16px 0, transparent 16px, #fff 16px);
    background-size: 32px 32px;
    background-repeat: repeat-x
}

.abt-us .team-showcase {
    background: #fff;
    padding: 96px 32px;
    max-width: 1500px;
    margin: 0 auto
}

.abt-us .team-showcase .team-head {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0 0 64px;
    text-align: center
}

.abt-us .team-showcase .profile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
    max-width: 900px;
    margin: 0 auto
}

.abt-us .team-showcase .profile-unit {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start
}

.abt-us .team-showcase .portrait-box {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 3/4;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 10px 48px 0 #f453a921;
    margin: 0 auto
}

.abt-us .team-showcase .portrait-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

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

.abt-us .team-showcase .profile-name {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0
}

.abt-us .team-showcase .profile-role {
    font-size: 14px;
    line-height: 1.5;
    color: #F453A9;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em
}

.abt-us .team-showcase .profile-bio {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    margin: 0;
    opacity: .85
}

@media (min-width: 768px) {
    .abt-us .team-showcase {
        padding: 96px 64px
    }

    .abt-us .team-showcase .profile-unit {
        grid-template-columns: 280px 1fr;
        gap: 64px
    }

    .abt-us .team-showcase .portrait-box {
        margin: 0
    }
}

.abt-us .journey-timeline {
    background: #F5F9FC;
    padding: 96px 32px;
    max-width: 1500px;
    margin: 0 auto;
    position: relative
}

.abt-us .journey-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
    background: linear-gradient(180deg, #1718280a 0%, transparent 100%);
    pointer-events: none
}

.abt-us .journey-timeline .journey-head {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0 0 64px;
    position: relative;
    z-index: 1
}

.abt-us .journey-timeline .milestone-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1
}

.abt-us .journey-timeline .milestone-item {
    padding: 32px;
    background: #ffffffe6;
    border-radius: 13px;
    border: 2px solid #17182814;
    box-shadow: inset 0 2px 6px 0 #1718280d;
    transition: all .15s ease-out;
    position: relative
}

.abt-us .journey-timeline .milestone-item:hover {
    transform: translateX(8px);
    border-color: #f453a94d;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%)
}

.abt-us .journey-timeline .milestone-year {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #F453A9;
    margin: 0 0 8px
}

.abt-us .journey-timeline .milestone-title {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0 0 16px
}

.abt-us .journey-timeline .milestone-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    margin: 0;
    opacity: .85
}

@media (min-width: 768px) {
    .abt-us .journey-timeline {
        padding: 96px 64px
    }

    .abt-us .journey-timeline .milestone-list {
        max-width: 800px
    }
}

.abt-us .approach-panel {
    background: #fff;
    padding: 96px 32px;
    max-width: 1500px;
    margin: 0 auto
}

.abt-us .approach-panel .approach-head {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0 0 64px
}

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

.abt-us .approach-panel .principle-card {
    padding: 32px;
    background: #F5F9FC;
    border-radius: 13px;
    border: 1px solid #17182814;
    transition: all .15s ease;
    position: relative
}

.abt-us .approach-panel .principle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 48px 0 #17182821;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%)
}

.abt-us .approach-panel .principle-num {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #F453A9;
    margin: 0 0 16px;
    opacity: .3
}

.abt-us .approach-panel .principle-title {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #171828;
    margin: 0 0 16px
}

.abt-us .approach-panel .principle-text {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    margin: 0;
    opacity: .85
}

@media (min-width: 768px) {
    .abt-us .approach-panel {
        padding: 96px 64px
    }

    .abt-us .approach-panel .principle-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px
    }
}

@media (min-width: 1280px) {
    .abt-us .approach-panel .principle-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.abt-us .contact-strip {
    background: linear-gradient(147deg, #171828 0%, #171828eb 50%, #F453A9 100%);
    padding: 64px 32px;
    text-align: center
}

.abt-us .contact-strip .contact-head {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin: 0 0 32px
}

.abt-us .contact-strip .contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.abt-us .contact-strip .contact-item {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffffe6;
    margin: 0
}

.abt-us .contact-strip .contact-item a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff4d;
    transition: border-color .12s ease
}

.abt-us .contact-strip .contact-item a:hover {
    border-bottom-color: #fff
}

@media (min-width: 768px) {
    .abt-us .contact-strip {
        padding: 64px
    }

    .abt-us .contact-strip .contact-list {
        flex-direction: row;
        gap: 64px;
        justify-content: center
    }
}

.success-pg {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 16px;
    background: #F5F9FC
}

.success-pg .conf-wrap {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 64px 32px;
    border-radius: 13px;
    box-shadow: 0 5px 28px 0 #17182814
}

.success-pg .icon-check {
    width: 92px;
    height: 92px;
    margin: 0 auto 32px;
    background: linear-gradient(127deg, #F453A9 0%, #f453a900 48%, #171828 100%);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.success-pg .icon-check::before {
    content: '';
    position: absolute;
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 48px
}

.success-pg .icon-check::after {
    content: '';
    width: 38px;
    height: 22px;
    border-left: 5px solid #F453A9;
    border-bottom: 5px solid #F453A9;
    transform: rotate(-45deg);
    position: relative;
    z-index: 1;
    margin-top: -8px
}

.success-pg .conf-ttl {
    font-size: 55px;
    line-height: 1.1;
    color: #171828;
    margin: 0 0 16px
}

.success-pg .conf-txt {
    font-size: 22px;
    line-height: 1.5;
    color: #171828;
    margin: 0 0 32px;
    opacity: .82
}

.success-pg .info-box {
    background: #F5F9FC;
    padding: 32px;
    border-radius: 8px;
    margin: 0 0 32px;
    text-align: left
}

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

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

.success-pg .info-icon {
    width: 24px;
    height: 24px;
    background: #F453A9;
    border-radius: 36px;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative
}

.success-pg .info-icon::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 10px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px
}

.success-pg .info-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    margin: 0
}

.success-pg .btn-home {
    display: inline-block;
    padding: 16px 64px;
    background: transparent;
    border: 2px solid #171828;
    border-radius: 8px;
    color: #171828;
    font-size: 14px;
    text-decoration: none;
    transition: background .15s ease-out, color .15s ease-out, clip-path .18s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    letter-spacing: .05em;
    text-transform: uppercase
}

.success-pg .btn-home:hover {
    background: #171828;
    color: #fff;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%)
}

.success-pg .ref-id {
    margin: 32px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #171828;
    opacity: .48
}

@media (max-width: 767px) {
    .success-pg {
        padding: 64px 16px
    }

    .success-pg .conf-wrap {
        padding: 32px 16px
    }

    .success-pg .conf-ttl {
        font-size: 22px
    }

    .success-pg .conf-txt {
        font-size: 14px
    }

    .success-pg .info-box {
        padding: 16px
    }

    .success-pg .btn-home {
        padding: 16px 32px
    }
}