* {
    box-sizing: border-box
}

body {
    margin: 0
}

.top-strip {
    background: #3835B9;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top-strip-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.top-strip-menu li a {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #E2D2D4;
    text-decoration: none;
    letter-spacing: .04em;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 0;
    transition: color .25s ease-out, background-color .4s ease-out
}

.top-strip-menu li a:hover {
    color: #fff;
    background-color: #e2d2d41f
}

.top-strip-menu li a:focus {
    outline: 2px dashed #E2D2D4;
    outline-offset: 2px
}

.top-strip-menu li.active a {
    color: #fff;
    font-weight: 700
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #cee5cb26;
    border: 1px solid #cee5cb59;
    border-radius: 0;
    padding: 4px 16px
}

.trust-badge-text {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #CEE5CB;
    letter-spacing: .06em
}

.trust-badge i {
    font-size: 14px;
    color: #CEE5CB
}

.brand-block {
    background: #fff;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #E2D2D4;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    max-width: 100%;
    overflow: hidden
}

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

.brand-name {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    color: #3835B9;
    letter-spacing: -.01em;
    margin: 0;
    padding: 0
}

.brand-tagline {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a6a;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.logo-card {
    width: 72px;
    height: 72px;
    background: #1e1b4b;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 18px -1px #3835b921 inset 0 1px 0 #ffffff14;
    border: 2px solid #3835b94d;
    flex-shrink: 0
}

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

.site-header {
    position: relative;
    z-index: 100
}

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

    .top-strip-menu li a {
        padding: 8px
    }

    .brand-block {
        padding: 16px
    }

    .brand-name {
        font-size: 40px
    }

    .logo-card {
        width: 60px;
        height: 60px
    }

    .logo-card img {
        width: 44px;
        height: 44px
    }
}

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

    .top-strip-menu {
        gap: 0
    }

    .trust-badge {
        padding: 4px 8px
    }
}

.foot-shell {
    background: #1e1b4b;
    font-family: 'Source Serif Pro', Georgia, serif
}

.foot-utility {
    background: #13114a;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid #e2d2d426
}

.foot-util-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.foot-util-links li a {
    font-size: 14px;
    line-height: 1.5;
    color: #e2d2d4a6;
    text-decoration: none;
    letter-spacing: .04em;
    padding: 4px 8px;
    display: inline-block;
    transition: color .35s ease-out
}

.foot-util-links li a:hover {
    color: #E2D2D4
}

.foot-util-links li a:focus {
    outline: 2px dashed #e2d2d499;
    outline-offset: 2px
}

.foot-util-contact {
    font-size: 14px;
    line-height: 1.5;
    color: #cee5cbb3;
    letter-spacing: .03em;
    display: flex;
    align-items: center;
    gap: 8px
}

.foot-util-contact a {
    color: #cee5cbd9;
    text-decoration: none;
    transition: color .25s ease-out
}

.foot-util-contact a:hover {
    color: #CEE5CB
}

.foot-util-contact a:focus {
    outline: 2px dashed #cee5cb99;
    outline-offset: 2px
}

.foot-body {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
    align-items: start
}

.foot-logo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.foot-logo-card {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 18px -1px #3835b921;
    border: 2px solid #e2d2d44d
}

.foot-logo-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block
}

.foot-copy {
    font-size: 14px;
    line-height: 1.5;
    color: #e2d2d48c;
    text-align: center;
    letter-spacing: .03em
}

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

.foot-about-heading {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #CEE5CB;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #cee5cb33
}

.foot-about-text {
    font-size: 14px;
    line-height: 1.8;
    color: #e2d2d4bf;
    margin: 0;
    padding: 0
}

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

.foot-quick-heading {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #CEE5CB;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #cee5cb33
}

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

.foot-quick-list li a {
    font-size: 14px;
    line-height: 1.8;
    color: #e2d2d4b3;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    transition: color .4s ease-out;
    border-left: 3px solid transparent;
    padding-left: 8px;
    border-radius: 0
}

.foot-quick-list li a:hover {
    color: #E2D2D4;
    border-left-color: #3835B9
}

.foot-quick-list li a:focus {
    outline: 2px dashed #e2d2d499;
    outline-offset: 2px
}

.foot-quick-list li a i {
    font-size: 14px;
    color: #cee5cb99;
    flex-shrink: 0
}

.foot-bottom-bar {
    background: #0d0c3a;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.foot-bottom-text {
    font-size: 14px;
    line-height: 1.5;
    color: #e2d2d466;
    letter-spacing: .04em;
    text-align: center;
    margin: 0;
    padding: 0
}

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

    .foot-logo-col {
        align-items: flex-start
    }

    .foot-copy {
        text-align: left
    }

    .foot-utility {
        padding: 8px 16px;
        flex-direction: column;
        align-items: flex-start
    }

    .foot-bottom-bar {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .foot-util-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }
}

.ck-popup {
    display: none;
    position: fixed;
    top: 32px;
    right: 32px;
    width: 380px;
    max-width: calc(100vw - 64px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 8px 36px -1px #3835b921;
    border: 1px solid #E2D2D4;
    border-top: 4px solid #3835B9;
    z-index: 1000;
    padding: 32px;
    font-family: 'Source Serif Pro', Georgia, serif
}

.ck-popup-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #3835B9;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 0
}

.ck-popup-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2860;
    margin: 0 0 16px;
    padding: 0
}

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

.ck-accept-btn {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    background: #3835B9;
    border: none;
    border-radius: 0;
    padding: 8px 32px;
    cursor: pointer;
    letter-spacing: .04em;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: background-color .45s ease-out, text-decoration-color .25s ease-out;
    min-height: 44px
}

.ck-accept-btn:hover {
    background: #2927a0;
    text-decoration-color: #fff6
}

.ck-accept-btn:focus {
    outline: 2px dashed #3835B9;
    outline-offset: 3px
}

.ck-decline-link {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a6a;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #4a4a6a66;
    padding: 8px 0;
    min-height: 44px;
    transition: color .35s ease-out, text-decoration-color .35s ease-out
}

.ck-decline-link:hover {
    color: #3835B9;
    text-decoration-color: #3835b980
}

.ck-decline-link:focus {
    outline: 2px dashed #3835B9;
    outline-offset: 2px
}

.terms-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 32px
}

.terms-content h1 {
    font-size: 55px;
    line-height: 1.1;
    color: #3835B9;
    margin-bottom: 32px;
    margin-top: 0;
    letter-spacing: -.5px;
    background: linear-gradient(135deg, #3835B9 60%, #6b68d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.terms-content h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1e1c7a;
    margin-top: 64px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E2D2D4
}

.terms-content h3 {
    font-size: 29px;
    line-height: 1.5;
    color: #2a2880;
    margin-top: 32px;
    margin-bottom: 16px
}

.terms-content h4 {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2880;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 8px
}

.terms-content h5 {
    font-size: 14px;
    line-height: 1.8;
    color: #3835B9;
    letter-spacing: .08em;
    margin-top: 16px;
    margin-bottom: 8px
}

.terms-content h6 {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    letter-spacing: .06em;
    margin-top: 16px;
    margin-bottom: 8px
}

.terms-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #2c2c3a;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 74ch
}

.terms-content ul,
.terms-content ol {
    font-size: 14px;
    line-height: 1.8;
    color: #2c2c3a;
    padding-left: 32px;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 74ch
}

.terms-content ul {
    list-style: none;
    padding-left: 16px
}

.terms-content ul li {
    position: relative;
    padding-left: 16px
}

.terms-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #3835B9;
    transform: rotate(45deg)
}

.terms-content ol {
    list-style: decimal
}

.terms-content li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.8
}

.terms-content li::marker {
    color: #3835B9
}

.terms-content em,
.terms-content i {
    font-style: italic;
    color: #3835B9
}

.terms-content a {
    color: #3835B9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .45s ease-out, text-decoration-color .25s ease-out
}

.terms-content a:hover {
    color: #1e1c7a;
    text-decoration-color: #CEE5CB
}

.terms-content a:visited {
    color: #5c5ab8
}

.terms-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    border-radius: 10px;
    overflow: hidden
}

.terms-content thead {
    background: linear-gradient(135deg, #3835B9 0%, #5553cc 100%)
}

.terms-content thead th {
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    font-weight: 700
}

.terms-content tbody tr {
    border-bottom: 1px solid #E2D2D4;
    transition: background-color .4s ease-out
}

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

.terms-content tbody tr:nth-child(even) {
    background-color: #f5f0f1
}

.terms-content tbody tr:hover {
    background-color: #CEE5CB
}

.terms-content td {
    padding: 16px;
    color: #2c2c3a;
    vertical-align: top
}

.terms-content th {
    padding: 16px;
    vertical-align: top
}

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

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

    .terms-content h1 {
        font-size: 40px
    }

    .terms-content h2 {
        font-size: 29px;
        margin-top: 32px
    }

    .terms-content h3 {
        font-size: 29px
    }

    .terms-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 480px) {
    .terms-content {
        padding: 32px 16px
    }

    .terms-content h1 {
        font-size: 29px
    }

    .terms-content h2 {
        font-size: 29px
    }

    .terms-content h3 {
        font-size: 14px
    }

    .terms-content p,
    .terms-content ul,
    .terms-content ol,
    .terms-content li {
        font-size: 14px
    }
}

.lp-det {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.lp-det .pg-band {
    width: 100%;
    background: #fff
}

.lp-det .ttl-blk {
    position: relative;
    padding: 64px 32px;
    background: linear-gradient(128deg, #3835B9 0%, #3835B9 42%, #E2D2D4 100%);
    overflow: hidden
}

.lp-det .ttl-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(128deg, transparent, transparent 18px, #ffffff0a 18px, #ffffff0a 20px);
    pointer-events: none
}

.lp-det .ttl-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-end;
    position: relative;
    z-index: 1
}

.lp-det .ttl-text {
    flex: 1 1 0;
    padding-top: 64px
}

.lp-det .ttl-eyebrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #CEE5CB;
    margin-bottom: 16px;
    line-height: 1.5
}

.lp-det .ttl-h {
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.lp-det .ttl-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffffd1;
    max-width: 520px;
    margin: 0
}

.lp-det .ttl-img-wrap {
    flex: 0 0 420px;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: scale(0.97);
    animation: img-grow .55s ease-out .1s forwards
}

@keyframes img-grow {
    to {
        transform: scale(1)
    }
}

.lp-det .ttl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block
}

.lp-det .ttl-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #3835b98c 0%, transparent 60%);
    pointer-events: none
}

.lp-det .meta-strip {
    background: #3835B9;
    padding: 0 32px
}

.lp-det .meta-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
    flex-wrap: wrap
}

.lp-det .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5
}

.lp-det .meta-item i {
    font-size: 18px;
    color: #CEE5CB
}

.lp-det .meta-sep {
    width: 1px;
    height: 20px;
    background: #fff3
}

.lp-det .meta-price {
    margin-left: auto;
    font-size: 29px;
    line-height: 1.1;
    color: #CEE5CB;
    font-weight: 700
}

.lp-det .prog-blk {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.lp-det .prog-blk::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #E2D2D4 30%, #E2D2D4 70%, transparent)
}

.lp-det .prog-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.lp-det .prog-aside {
    flex: 0 0 280px;
    position: sticky;
    top: 32px
}

.lp-det .prog-label {
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #3835B9;
    margin-bottom: 8px;
    line-height: 1.5
}

.lp-det .prog-heading {
    font-size: 40px;
    line-height: 1.1;
    color: #1a1060;
    margin: 0 0 32px;
    position: relative;
    display: inline-block
}

.lp-det .prog-heading::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3835B9;
    transform: scaleX(0);
    transform-origin: left;
    animation: underline-draw .45s ease-out .3s forwards
}

@keyframes underline-draw {
    to {
        transform: scaleX(1)
    }
}

.lp-det .float-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    padding: 32px;
    margin-top: 32px
}

.lp-det .float-card-status {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.lp-det .status-dot {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #CEE5CB;
    box-shadow: inset 0 0 0 2px #3a9e6e;
    flex-shrink: 0;
    transform: rotate(45deg)
}

.lp-det .status-label {
    font-size: 14px;
    color: #3a9e6e;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.5
}

.lp-det .float-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #E2D2D4;
    font-size: 14px;
    line-height: 1.5
}

.lp-det .float-row:last-child {
    border-bottom: none !important
}

.lp-det .float-row-lbl {
    color: #555
}

.lp-det .float-row-val {
    color: #1a1060;
    font-weight: 600
}

.lp-det .prog-body {
    flex: 1 1 0;
    min-width: 0
}

.lp-det .prog-body h2 {
    font-size: 29px;
    line-height: 1.1;
    color: #1a1060;
    margin: 32px 0 8px
}

.lp-det .prog-body h3 {
    font-size: 29px;
    line-height: 1.1;
    color: #1a1060;
    margin: 24px 0 8px
}

.lp-det .prog-body p {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2640;
    margin: 0 0 16px
}

.lp-det .prog-body mark {
    background: #3835b91a;
    color: #3835B9;
    padding: 2px 6px;
    border-radius: 0
}

.lp-det .prog-body ul,
.lp-det .prog-body ol {
    padding-left: 0;
    list-style: none;
    margin: 0 0 16px
}

.lp-det .prog-body li {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2640;
    padding: 4px 0 4px 24px;
    position: relative
}

.lp-det .prog-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #3835B9;
    border-bottom: 2px solid #3835B9;
    transform: rotate(-45deg)
}

.lp-det .desc-blk {
    padding: 64px 32px;
    background: #CEE5CB;
    position: relative
}

.lp-det .desc-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#3835b90f 1px, transparent 1px), linear-gradient(90deg, #3835b90f 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none
}

.lp-det .desc-inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.lp-det .desc-label {
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #3835B9;
    margin-bottom: 8px;
    line-height: 1.5
}

.lp-det .desc-heading {
    font-size: 40px;
    line-height: 1.1;
    color: #1a1060;
    margin: 0 0 32px;
    text-align: center;
    position: relative;
    display: inline-block
}

.lp-det .desc-heading::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3835B9;
    transform: scaleX(0);
    transform-origin: left;
    animation: underline-draw .45s ease-out .5s forwards
}

.lp-det .desc-head-wrap {
    text-align: center;
    margin-bottom: 32px
}

.lp-det .desc-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.lp-det .desc-pull {
    font-size: 29px;
    line-height: 1.5;
    color: #3835B9;
    font-weight: 600;
    background: #3835b912;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 2px 1px 4px -1px #3835b90f
}

.lp-det .desc-text h2 {
    font-size: 29px;
    line-height: 1.1;
    color: #1a1060;
    margin: 0 0 16px
}

.lp-det .desc-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #1a1060;
    margin: 0 0 16px
}

.lp-det .desc-text em {
    color: #3835B9;
    font-style: italic
}

.lp-det .desc-text mark {
    background: #3835b91f;
    color: #1a1060;
    padding: 2px 6px;
    border-radius: 0
}

.lp-det .desc-text ul {
    padding-left: 0;
    list-style: none;
    margin: 0 0 16px
}

.lp-det .desc-text li {
    font-size: 14px;
    line-height: 1.8;
    color: #1a1060;
    padding: 4px 0 4px 24px;
    position: relative
}

.lp-det .desc-text li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #3835B9;
    border-bottom: 2px solid #3835B9;
    transform: rotate(-45deg)
}

.lp-det .desc-text details {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 2px 1px 4px -1px #3835b90f;
    overflow: hidden
}

.lp-det .desc-text summary {
    font-size: 14px;
    line-height: 1.8;
    color: #3835B9;
    padding: 16px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: background .42s ease-out
}

.lp-det .desc-text summary:hover {
    background: #3835b90d
}

.lp-det .desc-text details>p,
.lp-det .desc-text details>ul {
    padding: 0 16px 16px
}

.lp-det .enroll-blk {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.lp-det .geo-circle {
    position: absolute;
    border-radius: 0;
    border: 1px solid #3835b912;
    pointer-events: none;
    transform: rotate(45deg)
}

.lp-det .geo-c1 {
    width: 260px;
    height: 260px;
    top: -80px;
    right: 120px
}

.lp-det .geo-c2 {
    width: 160px;
    height: 160px;
    bottom: 40px;
    left: 60px;
    border-color: #e2d2d44d
}

.lp-det .enroll-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center
}

.lp-det .enroll-text {
    flex: 1 1 0
}

.lp-det .enroll-label {
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #3835B9;
    margin-bottom: 8px;
    line-height: 1.5
}

.lp-det .enroll-heading {
    font-size: 40px;
    line-height: 1.1;
    color: #1a1060;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.lp-det .enroll-heading::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3835B9;
    transform: scaleX(0);
    transform-origin: left;
    animation: underline-draw .45s ease-out .6s forwards
}

.lp-det .enroll-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2640;
    margin: 16px 0 0;
    max-width: 440px
}

.lp-det .enroll-form-wrap {
    flex: 0 0 480px
}

.lp-det .enroll-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 8px 36px -1px #3835b921;
    padding: 32px
}

.lp-det .form-row {
    margin-bottom: 16px
}

.lp-det .form-lbl {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1060;
    margin-bottom: 4px;
    font-weight: 600
}

.lp-det .form-field {
    width: 100%;
    padding: 12px 16px 12px 40px;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1060;
    background: #f5f4ff;
    border: 1px solid #E2D2D4;
    border-radius: 10px;
    outline: none !important;
    transition: border-color .42s ease-out, box-shadow .42s ease-out;
    box-sizing: border-box
}

.lp-det .form-field:focus {
    border-color: #3835B9;
    box-shadow: 2px 1px 4px -1px #3835b90f
}

.lp-det .field-wrap {
    position: relative
}

.lp-det .field-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #3835B9;
    font-size: 16px;
    pointer-events: none
}

.lp-det .form-field::placeholder {
    color: #9995c4
}

.lp-det .form-field::-webkit-input-placeholder {
    color: #9995c4
}

.lp-det select.form-field {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.lp-det .likes-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #555;
    line-height: 1.5
}

.lp-det .likes-row i {
    color: #E2D2D4;
    font-size: 18px;
    transition: color .25s ease-out
}

.lp-det .likes-row:hover i {
    color: #c0425a
}

.lp-det .submit-btn {
    width: 100%;
    padding: 16px 32px;
    background: #3835B9;
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: none !important;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .42s ease-out, box-shadow .35s ease-out, transform .18s ease-out;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    position: relative;
    overflow: hidden
}

.lp-det .submit-btn:hover {
    background: #2a28a0;
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-2px)
}

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

.lp-det .submit-btn:focus-visible {
    outline: 2px solid #3835B9;
    outline-offset: 3px
}

.lp-det .submit-btn .btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff4d;
    border-top-color: #fff;
    border-radius: 0;
    animation: spin .6s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.lp-det .submit-btn.loading .btn-text {
    display: none
}

.lp-det .submit-btn.loading .btn-spinner {
    display: block
}

.lp-det .submit-btn:focus-visible::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1060;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 10px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    z-index: 10
}

@media (max-width: 1280px) {
    .lp-det .ttl-inner {
        gap: 32px
    }

    .lp-det .ttl-img-wrap {
        flex: 0 0 340px;
        height: 280px
    }

    .lp-det .prog-inner {
        gap: 32px
    }

    .lp-det .prog-aside {
        flex: 0 0 220px
    }

    .lp-det .enroll-inner {
        gap: 32px
    }

    .lp-det .enroll-form-wrap {
        flex: 0 0 400px
    }
}

@media (max-width: 768px) {
    .lp-det .ttl-inner {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start
    }

    .lp-det .ttl-img-wrap {
        flex: none;
        width: 100%;
        height: 240px
    }

    .lp-det .ttl-h {
        font-size: 40px
    }

    .lp-det .meta-inner {
        gap: 16px
    }

    .lp-det .meta-price {
        margin-left: 0
    }

    .lp-det .prog-inner {
        flex-direction: column;
        gap: 32px
    }

    .lp-det .prog-aside {
        position: static;
        flex: none;
        width: 100%
    }

    .lp-det .desc-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lp-det .enroll-inner {
        flex-direction: column;
        gap: 32px
    }

    .lp-det .enroll-form-wrap {
        flex: none;
        width: 100%
    }

    .lp-det .prog-heading {
        font-size: 29px
    }

    .lp-det .desc-heading {
        font-size: 29px
    }

    .lp-det .enroll-heading {
        font-size: 29px
    }
}

@media (max-width: 480px) {
    .lp-det .ttl-blk {
        padding: 32px 16px
    }

    .lp-det .prog-blk {
        padding: 32px 16px
    }

    .lp-det .desc-blk {
        padding: 32px 16px
    }

    .lp-det .enroll-blk {
        padding: 32px 16px
    }

    .lp-det .meta-strip {
        padding: 0 16px
    }

    .lp-det .ttl-h {
        font-size: 29px
    }

    .lp-det .meta-sep {
        display: none
    }

    .lp-det .meta-inner {
        gap: 8px
    }
}

.tech-pg {
    background: #fff;
    overflow-x: clip
}

.tech-pg *,
.tech-pg ::before,
.tech-pg ::after {
    box-sizing: border-box
}

.tech-pg ::selection {
    background: #3835B9;
    color: #fff
}

.tech-pg .title-area {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 64px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.tech-pg .title-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 32px;
    border-top: 2px solid #3835B9;
    padding-top: 32px
}

.tech-pg .title-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #3835B9;
    text-transform: uppercase;
    line-height: 1.5
}

.tech-pg .title-h1 {
    font-size: 55px;
    line-height: 1.1;
    color: #1a1832;
    margin: 0;
    font-weight: 800
}

.tech-pg .title-h1 .accent-word {
    background: linear-gradient(135deg, #3835B9 0%, transparent 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.tech-pg .title-sub {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2850;
    margin: 0
}

.tech-pg .title-problem {
    font-size: 29px;
    line-height: 1.5;
    color: #1a1832;
    margin: 0;
    font-weight: 700;
    padding: 16px;
    background: #CEE5CB;
    border-radius: 10px
}

.tech-pg .title-solution {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2850;
    margin: 0;
    padding: 16px;
    background: #E2D2D4;
    border-radius: 10px
}

.tech-pg .title-mosaic-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
    position: relative
}

.tech-pg .mosaic-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 2px 4px 18px -1px #3835b91c
}

.tech-pg .mosaic-img-wrap.tall {
    grid-row: span 2
}

.tech-pg .mosaic-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease-out
}

.tech-pg .mosaic-img-wrap:hover img {
    transform: scale(1.04)
}

.tech-pg .mosaic-img-wrap .scanline-overlay {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, #3835b90a 0px, #3835b90a 1px, transparent 1px, transparent 4px);
    pointer-events: none
}

.tech-pg .mosaic-img-wrap .img-caption {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: #3835b9d9;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 0;
    line-height: 1.5;
    pointer-events: none
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

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

.tech-pg .title-text-col {
    animation: scaleIn .5s ease-out both;
    animation-delay: .15s
}

.tech-pg .mosaic-img-wrap:nth-child(1) {
    animation: scaleIn .45s ease-out both;
    animation-delay: .2s
}

.tech-pg .mosaic-img-wrap:nth-child(2) {
    animation: scaleIn .45s ease-out both;
    animation-delay: .3s
}

.tech-pg .mosaic-img-wrap:nth-child(3) {
    animation: scaleIn .45s ease-out both;
    animation-delay: .4s
}

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

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

.tech-pg .dual-col-area {
    background: #f4f3fd;
    position: relative;
    overflow: hidden
}

.tech-pg .dual-col-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233835B9' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.tech-pg .dual-col-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    align-items: start;
    position: relative
}

.tech-pg .dual-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    animation: scaleIn .5s ease-out both;
    animation-delay: .1s
}

.tech-pg .dual-left-head {
    font-size: 40px;
    line-height: 1.1;
    color: #1a1832;
    margin: 0;
    font-weight: 800;
    position: relative;
    display: inline-block
}

.tech-pg .dual-left-head::after {
    content: '';
    display: block;
    height: 3px;
    background: #3835B9;
    width: 0;
    transition: width .55s ease-out;
    margin-top: 8px;
    border-radius: 0
}

.tech-pg .dual-left:hover .dual-left-head::after {
    width: 100%
}

.tech-pg .pull-quote-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start
}

.tech-pg .pull-q-text {
    font-size: 29px;
    line-height: 1.5;
    color: #3835B9;
    margin: 0;
    font-weight: 700;
    border-radius: 0
}

.tech-pg .pull-q-body {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2850;
    margin: 0
}

.tech-pg .skill-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tech-pg .skill-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2850;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.tech-pg .skill-list li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3835B9;
    border-bottom: 2px solid #3835B9;
    transform: rotate(-45deg);
    margin-top: 6px;
    flex-shrink: 0
}

.tech-pg .dual-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: scaleIn .5s ease-out both;
    animation-delay: .25s
}

.tech-pg .metric-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    transition: box-shadow .45s ease-out, transform .35s ease-out
}

.tech-pg .metric-card:hover {
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-2px)
}

.tech-pg .metric-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #CEE5CB;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    color: #1a1832
}

.tech-pg .metric-icon.alt {
    background: #E2D2D4
}

.tech-pg .metric-icon.prim {
    background: #3835B9;
    color: #fff
}

.tech-pg .metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #5553a0;
    margin: 0
}

.tech-pg .metric-val {
    font-size: 29px;
    line-height: 1.1;
    color: #1a1832;
    font-weight: 800;
    margin: 0
}

.tech-pg .wave-div-2 {
    line-height: 0;
    overflow: hidden;
    background: #f4f3fd
}

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

.tech-pg .featured-area {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px
}

.tech-pg .featured-head-row {
    text-align: center;
    margin-bottom: 64px;
    animation: scaleIn .5s ease-out both;
    animation-delay: .1s
}

.tech-pg .featured-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1a1832;
    margin: 0 0 16px;
    font-weight: 800
}

.tech-pg .featured-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2850;
    max-width: 640px;
    margin: 0 auto
}

.tech-pg .feat-block {
    display: flex;
    flex-direction: column;
    gap: 64px
}

.tech-pg .feat-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    animation: scaleIn .5s ease-out both
}

.tech-pg .feat-item:nth-child(1) {
    animation-delay: .15s
}

.tech-pg .feat-item:nth-child(2) {
    animation-delay: .25s
}

.tech-pg .feat-item:nth-child(3) {
    animation-delay: .35s
}

.tech-pg .feat-item-inner {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 2px 1px 4px -1px #3835b90f;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: start;
    transition: box-shadow .5s ease-out;
    border-top: 3px solid #3835B9
}

.tech-pg .feat-item-inner:hover {
    box-shadow: 2px 8px 36px -1px #3835b921
}

.tech-pg .feat-item-inner.alt-bg {
    background: #CEE5CB;
    border-top-color: #1a1832
}

.tech-pg .feat-item-inner.sec-bg {
    background: #E2D2D4;
    border-top-color: #3835B9
}

.tech-pg .feat-num {
    font-size: 55px;
    line-height: 1.1;
    color: #3835B9;
    font-weight: 800;
    opacity: .25;
    margin: 0
}

.tech-pg .feat-item-inner.alt-bg .feat-num {
    color: #1a1832
}

.tech-pg .feat-content {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tech-pg .feat-h4 {
    font-size: 29px;
    line-height: 1.5;
    color: #1a1832;
    margin: 0;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.tech-pg .feat-h4::after {
    content: '';
    display: block;
    height: 2px;
    background: #3835B9;
    width: 0;
    transition: width .5s ease-out;
    margin-top: 4px
}

.tech-pg .feat-item-inner:hover .feat-h4::after {
    width: 100%
}

.tech-pg .feat-p {
    font-size: 14px;
    line-height: 1.8;
    color: #2a2850;
    margin: 0
}

.tech-pg .feat-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.tech-pg .feat-tag {
    font-size: 14px;
    line-height: 1.5;
    color: #3835B9;
    background: #f4f3fd;
    padding: 4px 8px;
    border-radius: 0;
    letter-spacing: .06em
}

.tech-pg .feat-cta-row {
    text-align: center;
    margin-top: 64px
}

.tech-pg .btn-primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #3835B9;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 32px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    letter-spacing: .08em;
    font-weight: 700;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    transition: background .4s ease-out, box-shadow .45s ease-out, transform .25s ease-out;
    text-decoration: none
}

.tech-pg .btn-primary:hover {
    background: #2a28a0;
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-2px)
}

.tech-pg .btn-primary:focus {
    outline: 3px solid #3835B9;
    outline-offset: 3px
}

.tech-pg .btn-primary:active {
    transform: translateY(0)
}

@media (max-width: 1280px) {
    .tech-pg .title-area {
        padding: 64px 32px 32px;
        gap: 32px
    }

    .tech-pg .dual-col-inner {
        padding: 64px 32px
    }

    .tech-pg .featured-area {
        padding: 64px 32px
    }
}

@media (max-width: 768px) {
    .tech-pg .title-area {
        grid-template-columns: 1fr;
        padding: 32px 16px 16px
    }

    .tech-pg .title-text-col {
        padding-right: 0
    }

    .tech-pg .title-h1 {
        font-size: 40px
    }

    .tech-pg .dual-col-inner {
        grid-template-columns: 1fr;
        padding: 32px 16px
    }

    .tech-pg .featured-area {
        padding: 32px 16px
    }

    .tech-pg .featured-h2 {
        font-size: 29px
    }

    .tech-pg .feat-item-inner {
        grid-template-columns: 1fr
    }

    .tech-pg .feat-num {
        font-size: 40px
    }

    .tech-pg .pull-quote-wrap {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .tech-pg .title-h1 {
        font-size: 29px
    }

    .tech-pg .title-area {
        padding: 16px
    }

    .tech-pg .dual-col-inner {
        padding: 32px 16px
    }

    .tech-pg .mosaic-img-wrap .img-caption {
        font-size: 14px
    }

    .tech-pg .title-problem {
        font-size: 14px
    }

    .tech-pg .dual-left-head {
        font-size: 29px
    }
}

.lrn-prog {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-x: hidden
}

.lrn-prog ::selection {
    background: #3835B9;
    color: #fff
}

.lrn-prog .prog-title-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 64px 32px;
    gap: 64px;
    position: relative
}

.lrn-prog .prog-title-img-col {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 420px
}

.lrn-prog .prog-title-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .55s ease-out
}

.lrn-prog .prog-title-img-col:hover img {
    transform: scale(1.04)
}

.lrn-prog .prog-img-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, #3835B9, transparent);
    pointer-events: none;
    border-radius: 0 0 10px 10px
}

.lrn-prog .prog-img-shape {
    position: absolute;
    top: -32px;
    left: -32px;
    width: 120px;
    height: 120px;
    background: #CEE5CB;
    clip-path: polygon(0 30%, 30% 0, 100% 10%, 90% 80%, 60% 100%, 0 90%);
    pointer-events: none;
    z-index: 0
}

.lrn-prog .prog-img-shape-2 {
    position: absolute;
    bottom: 32px;
    right: -16px;
    width: 72px;
    height: 72px;
    background: #E2D2D4;
    clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    pointer-events: none;
    z-index: 0
}

.lrn-prog .prog-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrn-prog .prog-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .08em;
    color: #3835B9;
    font-weight: 600;
    text-transform: uppercase
}

.lrn-prog .prog-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #3835B9;
    display: inline-block;
    transform: rotate(45deg)
}

.lrn-prog .prog-h1 {
    font-size: 55px;
    line-height: 1.1;
    color: #1b1832;
    font-weight: 800;
    margin: 0
}

.lrn-prog .prog-h1 .accent-punct {
    color: #3835B9
}

.lrn-prog .prog-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #3a3660;
    margin: 0
}

.lrn-prog .prog-title-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3835B9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .45s ease-out, box-shadow .45s ease-out;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    align-self: flex-start
}

.lrn-prog .prog-title-cta:hover {
    background: #2927a0;
    box-shadow: 2px 8px 36px -1px #3835b921
}

.lrn-prog .cards-band {
    background: #f5f4fe;
    padding: 64px 0
}

.lrn-prog .cards-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px
}

.lrn-prog .cards-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    text-align: center
}

.lrn-prog .cards-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1b1832;
    font-weight: 800;
    margin: 0;
    position: relative;
    display: inline-block
}

.lrn-prog .cards-h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #3835B9;
    border-radius: 0;
    margin: 8px auto 0;
    transition: width .55s ease-out
}

.lrn-prog .cards-band:hover .cards-h2::after {
    width: 80px
}

.lrn-prog .cards-sub {
    font-size: 14px;
    line-height: 1.8;
    color: #3a3660;
    margin: 0
}

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

.lrn-prog .prog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    display: flex;
    flex-direction: column;
    transition: box-shadow .45s ease-out, transform .4s ease-out;
    position: relative
}

.lrn-prog .prog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #3835B9;
    border-radius: 10px 10px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s ease-out
}

.lrn-prog .prog-card:hover::before {
    transform: scaleX(1)
}

.lrn-prog .prog-card:hover {
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-4px)
}

.lrn-prog .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px
}

.lrn-prog .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s ease-out
}

.lrn-prog .card-img-overlay {
    position: absolute;
    inset: 0;
    background: #3835b900;
    transition: background .45s ease-out;
    pointer-events: none
}

.lrn-prog .prog-card:hover .card-img-overlay {
    background: #3835b947
}

.lrn-prog .prog-card:hover .card-img-wrap img {
    transform: scale(1.06)
}

.lrn-prog .card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

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

.lrn-prog .card-duration {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #3a3660;
    background: #f5f4fe;
    padding: 4px 8px;
    border-radius: 0
}

.lrn-prog .card-likes {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #c0392b
}

.lrn-prog .card-h3 {
    font-size: 29px;
    line-height: 1.1;
    color: #1b1832;
    font-weight: 700;
    margin: 0
}

.lrn-prog .card-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #3a3660;
    margin: 0;
    flex: 1
}

.lrn-prog .card-footer-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.lrn-prog .card-price {
    font-size: 29px;
    font-weight: 800;
    color: #3835B9;
    line-height: 1.1
}

.lrn-prog .card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3835B9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 0;
    text-decoration: none;
    transition: background .45s ease-out, box-shadow .4s ease-out;
    box-shadow: 2px 1px 4px -1px #3835b90f
}

.lrn-prog .card-link:hover {
    background: #2927a0;
    box-shadow: 2px 8px 36px -1px #3835b921
}

.lrn-prog .card-img-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #CEE5CB, #E2D2D4);
    display: flex;
    align-items: center;
    justify-content: center
}

.lrn-prog .card-img-placeholder svg {
    opacity: .4
}

.lrn-prog .inv-band {
    background: #1b1832;
    padding: 64px 0;
    position: relative;
    overflow: hidden
}

@keyframes brightPulse {

    0%,
    100% {
        opacity: .06
    }

    50% {
        opacity: .13
    }
}

.lrn-prog .inv-bg-pulse {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 40%, #3835B9 0%, transparent 65%);
    animation: brightPulse 5s ease-in-out infinite;
    pointer-events: none
}

.lrn-prog .inv-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.lrn-prog .inv-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrn-prog .inv-eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #CEE5CB;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.lrn-prog .inv-dot {
    width: 8px;
    height: 8px;
    background: #CEE5CB;
    border-radius: 0;
    display: inline-block
}

.lrn-prog .inv-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    margin: 0
}

.lrn-prog .inv-h2 span {
    color: #CEE5CB
}

.lrn-prog .inv-stat-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.lrn-prog .inv-stat {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lrn-prog .inv-stat-num {
    font-size: 40px;
    font-weight: 800;
    color: #E2D2D4;
    line-height: 1.1
}

.lrn-prog .inv-stat-label {
    font-size: 14px;
    color: #a09ec2;
    line-height: 1.5
}

.lrn-prog .inv-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.lrn-prog .inv-pull {
    font-size: 29px;
    line-height: 1.5;
    color: #E2D2D4;
    font-weight: 700;
    margin: 0;
    border-top: 2px solid #3835B9;
    padding-top: 16px
}

.lrn-prog .inv-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.lrn-prog .inv-p {
    font-size: 14px;
    line-height: 1.8;
    color: #c5c3de;
    margin: 0
}

.lrn-prog .inv-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.lrn-prog .inv-tag {
    font-size: 14px;
    color: #1b1832;
    background: #CEE5CB;
    padding: 4px 16px;
    border-radius: 0;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.lrn-prog .steps-band {
    padding: 64px 0;
    background: #fff
}

.lrn-prog .steps-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px
}

.lrn-prog .steps-top {
    text-align: center;
    margin-bottom: 64px
}

.lrn-prog .steps-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1b1832;
    font-weight: 800;
    margin: 0 0 16px
}

.lrn-prog .steps-h2 .accent-punct {
    color: #3835B9
}

.lrn-prog .steps-intro {
    font-size: 14px;
    line-height: 1.8;
    color: #3a3660;
    margin: 0 auto;
    max-width: 640px
}

.lrn-prog .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative
}

.lrn-prog .steps-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: calc(16.6% + 16px);
    right: calc(16.6% + 16px);
    height: 2px;
    background: linear-gradient(90deg, #3835B9, #CEE5CB);
    pointer-events: none;
    z-index: 0
}

.lrn-prog .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    position: relative;
    z-index: 1
}

.lrn-prog .step-num {
    width: 80px;
    height: 80px;
    background: #3835B9;
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    transition: background .4s ease-out, transform .35s ease-out
}

.lrn-prog .step-item:hover .step-num {
    background: #2927a0;
    transform: translateY(-4px)
}

.lrn-prog .step-h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1b1832;
    margin: 0;
    letter-spacing: .04em;
    text-transform: uppercase
}

.lrn-prog .step-p {
    font-size: 14px;
    line-height: 1.8;
    color: #3a3660;
    margin: 0
}

.lrn-prog .contact-strip {
    background: linear-gradient(135deg, #CEE5CB, #E2D2D4);
    padding: 64px 0
}

.lrn-prog .contact-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.lrn-prog .contact-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .contact-h3 {
    font-size: 29px;
    font-weight: 800;
    color: #1b1832;
    margin: 0;
    line-height: 1.1
}

.lrn-prog .contact-p {
    font-size: 14px;
    line-height: 1.8;
    color: #3a3660;
    margin: 0
}

.lrn-prog .contact-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center
}

.lrn-prog .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #3835B9;
    padding: 16px 32px;
    border-radius: 0;
    text-decoration: none;
    transition: background .45s ease-out, box-shadow .45s ease-out;
    box-shadow: 2px 4px 18px -1px #3835b91c
}

.lrn-prog .contact-link:hover {
    background: #2927a0;
    box-shadow: 2px 8px 36px -1px #3835b921
}

.lrn-prog .contact-link.secondary {
    background: #fff;
    color: #3835B9
}

.lrn-prog .contact-link.secondary:hover {
    background: #f5f4fe
}

@media (max-width: 1280px) {
    .lrn-prog .prog-title-wrap {
        padding: 64px 32px 32px;
        gap: 32px
    }

    .lrn-prog .cards-inner,
    .lrn-prog .inv-inner,
    .lrn-prog .steps-inner,
    .lrn-prog .contact-inner {
        padding: 0 32px
    }

    .lrn-prog .inv-inner {
        grid-template-columns: 1fr
    }

    .lrn-prog .inv-body {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

@media (max-width: 768px) {
    .lrn-prog .prog-title-wrap {
        grid-template-columns: 1fr;
        padding: 32px 16px;
        gap: 32px
    }

    .lrn-prog .prog-title-img-col {
        height: 280px
    }

    .lrn-prog .prog-h1 {
        font-size: 40px
    }

    .lrn-prog .cards-inner,
    .lrn-prog .inv-inner,
    .lrn-prog .steps-inner,
    .lrn-prog .contact-inner {
        padding: 0 16px
    }

    .lrn-prog .cards-band,
    .lrn-prog .inv-band,
    .lrn-prog .steps-band,
    .lrn-prog .contact-strip {
        padding: 32px 0
    }

    .lrn-prog .card-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .steps-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .steps-grid::before {
        display: none
    }

    .lrn-prog .contact-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .lrn-prog .inv-inner {
        gap: 32px
    }

    .lrn-prog .cards-h2,
    .lrn-prog .inv-h2,
    .lrn-prog .steps-h2 {
        font-size: 29px
    }
}

@media (max-width: 480px) {
    .lrn-prog .prog-h1 {
        font-size: 29px
    }

    .lrn-prog .card-body {
        padding: 16px
    }

    .lrn-prog .card-footer-row {
        flex-direction: column;
        align-items: flex-start
    }

    .lrn-prog .contact-actions {
        flex-direction: column;
        width: 100%
    }

    .lrn-prog .contact-link {
        width: 100%;
        justify-content: center
    }

    .lrn-prog .inv-stat-num {
        font-size: 29px
    }
}

.rt {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.rt .pg-title {
    display: grid;
    grid-template-columns: 1fr 280px;
    padding: 64px;
    gap: 64px;
    align-items: center;
    background: #fff;
    position: relative
}

.rt .pg-title-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.rt .pg-title-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .12em;
    color: #3835B9;
    font-weight: 600;
    text-transform: uppercase
}

.rt .pg-title-label svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.rt .pg-h1 {
    font-size: 70px;
    line-height: 1.1;
    color: #1a1535;
    font-weight: 800;
    max-width: 720px
}

.rt .pg-h1 span {
    background: linear-gradient(135deg, #3835B9, #6b68d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.rt .pg-slogan {
    font-size: 29px;
    line-height: 1.5;
    color: #3d3a5c;
    max-width: 560px;
    font-style: italic;
    border-top: 2px solid #CEE5CB;
    padding-top: 16px
}

.rt .pg-img-strip {
    width: 280px;
    height: 480px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 8px 36px -1px #3835b921;
    opacity: 0;
    animation: strip-fade .55s ease-out .2s forwards
}

.rt .pg-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block
}

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

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

.rt .hesitation {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 0;
    background: #f5f4ff;
    position: relative
}

.rt .hesitation-accent {
    background: #3835B9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    position: relative;
    overflow: hidden
}

.rt .hesitation-accent::before {
    content: '"';
    position: absolute;
    font-size: 320px;
    line-height: 1;
    color: #ffffff0f;
    top: -40px;
    left: -20px;
    pointer-events: none
}

.rt .hesitation-quote {
    font-size: 29px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1
}

.rt .hesitation-body {
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.rt .hesitation-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1a1535;
    font-weight: 800;
    position: relative;
    display: inline-block
}

.rt .hesitation-h2::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3835B9;
    animation: underline-draw .45s ease-out .6s forwards
}

@keyframes underline-draw {
    to {
        width: 100%
    }
}

.rt .hesitation-pull {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 32px;
    align-items: start
}

.rt .hesitation-pull-phrase {
    font-size: 29px;
    line-height: 1.5;
    color: #3835B9;
    font-weight: 700
}

.rt .hesitation-paras {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .hesitation-p {
    font-size: 14px;
    line-height: 1.8;
    color: #3d3a5c
}

.rt .divider-radial {
    height: 2px;
    background: radial-gradient(ellipse at center, #3835B9 0%, transparent 70%);
    margin: 0
}

.rt .makers {
    padding: 64px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.rt .makers-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.rt .makers-h2 {
    font-size: 55px;
    line-height: 1.1;
    color: #1a1535;
    font-weight: 800;
    text-align: center
}

.rt .makers-h2 span {
    display: block;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3835B9;
    font-weight: 600;
    margin-bottom: 8px
}

.rt .makers-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    height: 360px
}

.rt .makers-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s ease-out
}

.rt .makers-img-wrap:hover img {
    transform: scale(1.04) translateY(-8px)
}

.rt .makers-profiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.rt .maker-card {
    border-radius: 10px;
    padding: 32px;
    background: #f5f4ff;
    box-shadow: 2px 1px 4px -1px #3835b90f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .42s ease-out, transform .42s ease-out
}

.rt .maker-card:hover {
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-4px)
}

.rt .maker-name {
    font-size: 29px;
    line-height: 1.1;
    color: #1a1535;
    font-weight: 700
}

.rt .maker-role {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #3835B9;
    font-weight: 600
}

.rt .maker-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #3d3a5c
}

.rt .maker-detail {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.rt .maker-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #3d3a5c
}

.rt .maker-item svg {
    width: 16px;
    height: 16px;
    color: #3835B9;
    flex-shrink: 0
}

.rt .divider-thick {
    height: 4px;
    background: linear-gradient(90deg, #CEE5CB, #E2D2D4, #3835B9, #E2D2D4, #CEE5CB);
    opacity: .5
}

.rt .conditions {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 0;
    background: #f0f8ee;
    position: relative
}

.rt .conditions-img-col {
    position: relative;
    overflow: hidden;
    min-height: 520px
}

.rt .conditions-img-col::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #cee5cbb3 0%, transparent 60%);
    pointer-events: none
}

.rt .conditions-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(100%);
    transition: transform .5s ease-out
}

.rt .conditions-img-col:hover img {
    transform: scale(1.03) translateX(6px)
}

.rt .conditions-body {
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center
}

.rt .conditions-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1a1535;
    font-weight: 800;
    position: relative;
    display: inline-block;
    align-self: center
}

.rt .conditions-h2::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #3835B9;
    animation: underline-center .45s ease-out .8s forwards
}

@keyframes underline-center {
    to {
        width: 80%
    }
}

.rt .conditions-intro {
    font-size: 14px;
    line-height: 1.8;
    color: #3d3a5c;
    max-width: 560px;
    align-self: center
}

.rt .conditions-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}

.rt .conditions-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 14px;
    line-height: 1.8;
    color: #3d3a5c;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 1px 4px -1px #3835b90f
}

.rt .conditions-list li svg {
    width: 20px;
    height: 20px;
    color: #3835B9;
    flex-shrink: 0;
    margin-top: 2px
}

.rt .conditions-note {
    font-size: 14px;
    line-height: 1.5;
    color: #3835B9;
    font-weight: 600;
    font-style: italic;
    align-self: center;
    background: #CEE5CB;
    padding: 16px 32px;
    border-radius: 10px
}

.rt .divider-space {
    height: 2px;
    background: radial-gradient(ellipse at center, #E2D2D4 0%, transparent 75%)
}

.rt .approach {
    padding: 64px;
    background: #1a1535;
    display: flex;
    flex-direction: column;
    gap: 64px;
    position: relative;
    overflow: hidden
}

.rt .approach-bg-anim {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a1535 0%, #3835B9 50%, #1a1535 100%);
    background-size: 400% 400%;
    animation: grad-shift 8s linear infinite;
    opacity: .18;
    pointer-events: none
}

@keyframes grad-shift {
    0% {
        background-position: 0 50%
    }

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

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

.rt .approach-hdr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1
}

.rt .approach-icon-pair {
    display: flex;
    align-items: center;
    gap: 32px
}

.rt .approach-icon-pair svg {
    width: 28px;
    height: 28px;
    color: #CEE5CB;
    opacity: .7
}

.rt .approach-h2 {
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800
}

.rt .approach-sub {
    font-size: 14px;
    line-height: 1.8;
    color: #c8c6e8;
    max-width: 560px;
    text-align: center
}

.rt .approach-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 1
}

.rt .compare-col {
    border-radius: 10px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .compare-col.familiar {
    background: #ffffff0d;
    border: 1px solid #ffffff1a
}

.rt .compare-col.ours {
    background: #3835b959;
    border: 1px solid #3835b999;
    box-shadow: 2px 4px 18px -1px #3835b91c inset 0 1px 0 #ffffff1a
}

.rt .compare-tag {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600
}

.rt .compare-col.familiar .compare-tag {
    color: #c8c6e8
}

.rt .compare-col.ours .compare-tag {
    color: #CEE5CB
}

.rt .compare-h3 {
    font-size: 29px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff
}

.rt .compare-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.rt .compare-items li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.8
}

.rt .compare-col.familiar .compare-items li {
    color: #9d9bbf
}

.rt .compare-col.ours .compare-items li {
    color: #e0dff8
}

.rt .compare-items li svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px
}

.rt .compare-col.familiar .compare-items li svg {
    color: #9d9bbf
}

.rt .compare-col.ours .compare-items li svg {
    color: #CEE5CB
}

.rt .approach-img-row {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 32px;
    align-items: center;
    position: relative;
    z-index: 1
}

.rt .approach-final-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .approach-final-h3 {
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700
}

.rt .approach-final-p {
    font-size: 14px;
    line-height: 1.8;
    color: #c8c6e8
}

.rt .approach-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    height: 320px;
    box-shadow: 2px 8px 36px -1px #3835b921
}

.rt .approach-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(80%);
    transition: transform .5s ease-out, filter .5s ease-out
}

.rt .approach-img-wrap:hover img {
    transform: translateX(-8px) scale(1.03);
    filter: grayscale(20%)
}

.rt .approach-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #CEE5CB;
    text-decoration: none;
    letter-spacing: .06em;
    transition: color .42s ease-out, gap .28s ease-out;
    align-self: flex-start
}

.rt .approach-link:hover {
    color: #E2D2D4;
    gap: 16px
}

.rt .approach-link svg {
    width: 18px;
    height: 18px
}

@media (max-width: 1280px) {
    .rt .pg-title {
        padding: 64px 32px;
        gap: 32px
    }

    .rt .pg-h1 {
        font-size: 55px
    }

    .rt .hesitation-body {
        padding: 32px
    }

    .rt .makers {
        padding: 32px
    }

    .rt .makers-top {
        gap: 32px
    }

    .rt .conditions-body {
        padding: 32px
    }

    .rt .approach {
        padding: 32px
    }

    .rt .approach-h2 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .rt .pg-title {
        grid-template-columns: 1fr;
        padding: 32px 16px;
        gap: 32px
    }

    .rt .pg-img-strip {
        width: 100%;
        height: 260px
    }

    .rt .pg-h1 {
        font-size: 40px
    }

    .rt .pg-slogan {
        font-size: 14px
    }

    .rt .hesitation {
        grid-template-columns: 1fr
    }

    .rt .hesitation-accent {
        padding: 32px
    }

    .rt .hesitation-body {
        padding: 32px 16px
    }

    .rt .hesitation-pull {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .rt .hesitation-h2 {
        font-size: 29px
    }

    .rt .makers {
        padding: 32px 16px;
        gap: 32px
    }

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

    .rt .makers-h2 {
        font-size: 40px
    }

    .rt .makers-profiles {
        grid-template-columns: 1fr
    }

    .rt .conditions {
        grid-template-columns: 1fr
    }

    .rt .conditions-img-col {
        min-height: 240px
    }

    .rt .conditions-body {
        padding: 32px 16px
    }

    .rt .conditions-h2 {
        font-size: 29px
    }

    .rt .approach {
        padding: 32px 16px;
        gap: 32px
    }

    .rt .approach-compare {
        grid-template-columns: 1fr
    }

    .rt .approach-img-row {
        grid-template-columns: 1fr
    }

    .rt .approach-h2 {
        font-size: 29px
    }

    .rt .approach-final-h3 {
        font-size: 29px
    }
}

@media (max-width: 480px) {
    .rt .pg-h1 {
        font-size: 29px
    }

    .rt .hesitation-h2 {
        font-size: 29px
    }

    .rt .makers-h2 {
        font-size: 29px
    }

    .rt .maker-name {
        font-size: 14px
    }

    .rt .approach-h2 {
        font-size: 29px
    }

    .rt .compare-h3 {
        font-size: 14px
    }
}

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

.abt-us .pg-strip {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px
}

.abt-us .title-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    position: relative
}

.abt-us .title-split::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3835B9, transparent);
    pointer-events: none
}

.abt-us .title-left {
    background: #3835B9;
    padding: 64px 64px 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.abt-us .title-left::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #CEE5CB, transparent);
    pointer-events: none
}

.abt-us .wavy-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none
}

.abt-us .manifesto-label {
    font-size: 14px;
    letter-spacing: .18em;
    color: #CEE5CB;
    line-height: 1.5;
    margin-bottom: 16px;
    text-transform: uppercase
}

.abt-us .manifesto-h1 {
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 32px;
    position: relative
}

.abt-us .manifesto-h1 .accent-word {
    color: #CEE5CB;
    position: relative;
    display: inline-block
}

.abt-us .manifesto-h1 .accent-word::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #CEE5CB;
    animation: line-draw .55s ease-out .4s forwards
}

@keyframes line-draw {
    to {
        width: 100%
    }
}

.abt-us .manifesto-text {
    font-size: 14px;
    line-height: 1.8;
    color: #E2D2D4;
    max-width: 440px
}

.abt-us .manifesto-text .pull-phrase {
    font-size: 29px;
    line-height: 1.5;
    color: #fff;
    display: block;
    margin-bottom: 16px
}

.abt-us .title-right {
    position: relative;
    overflow: hidden
}

.abt-us .title-right .img-wrap {
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: relative
}

.abt-us .title-right .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block
}

.abt-us .title-right .img-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ffffff2e 0%, transparent 60%);
    pointer-events: none
}

.abt-us .curve-div {
    line-height: 0;
    overflow: hidden;
    background: #fff
}

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

.abt-us .story-band {
    background: linear-gradient(0deg, #fff 0%, #f4f2fb 100%);
    padding: 64px 0
}

.abt-us .story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px
}

.abt-us .story-col-a {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .story-eyebrow {
    font-size: 14px;
    letter-spacing: .14em;
    color: #3835B9;
    text-transform: uppercase;
    line-height: 1.5
}

.abt-us .story-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1e1b4b;
    margin: 0;
    position: relative;
    display: inline-block
}

.abt-us .story-h2 .accent-word {
    color: #3835B9;
    position: relative
}

.abt-us .story-h2 .accent-word::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3835B9;
    animation: line-draw .45s ease-out .6s forwards
}

.abt-us .story-body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .story-pull {
    font-size: 29px;
    line-height: 1.5;
    color: #3835B9;
    padding: 16px;
    background: #3835b90f;
    border-radius: 10px;
    box-shadow: inset 2px 1px 4px -1px #3835b90f
}

.abt-us .story-para {
    font-size: 14px;
    line-height: 1.8;
    color: #2d2a4a
}

.abt-us .story-col-b {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .metrics-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.abt-us .metric-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px 16px;
    text-align: center;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    position: relative;
    overflow: hidden;
    transition: box-shadow .42s ease-out, transform .38s ease-out
}

.abt-us .metric-card:hover {
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-4px)
}

.abt-us .metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 10px 10px 0 0
}

.abt-us .metric-card.c-primary::before {
    background: #3835B9
}

.abt-us .metric-card.c-secondary::before {
    background: #E2D2D4
}

.abt-us .metric-card.c-tertiary::before {
    background: #CEE5CB
}

.abt-us .metric-card.c-mix::before {
    background: linear-gradient(90deg, #3835B9, #CEE5CB)
}

.abt-us .metric-num {
    font-size: 55px;
    line-height: 1.1;
    color: #3835B9;
    display: block;
    font-weight: 700
}

.abt-us .metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4770;
    margin-top: 8px;
    display: block
}

.abt-us .story-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    position: relative
}

.abt-us .story-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center center;
    display: block
}

.abt-us .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(0deg, #3835b9d1 0%, transparent 100%);
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

.abt-us .curve-div-2 {
    line-height: 0;
    overflow: hidden;
    background: #f4f2fb
}

.abt-us .curve-div-2 svg {
    display: block;
    width: 100%
}

.abt-us .team-band {
    background: #fff;
    padding: 64px 0;
    position: relative
}

.abt-us .team-band .wavy-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none
}

.abt-us .team-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px
}

.abt-us .team-header {
    text-align: center;
    margin-bottom: 64px
}

.abt-us .team-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #1e1b4b;
    margin: 0 0 16px;
    display: inline-block;
    position: relative
}

.abt-us .team-h2 .accent-word {
    color: #3835B9;
    position: relative
}

.abt-us .team-h2 .accent-word::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3835B9;
    animation: line-draw .45s ease-out .8s forwards
}

.abt-us .team-sub {
    font-size: 14px;
    line-height: 1.8;
    color: #4a4770;
    max-width: 560px;
    margin: 0 auto
}

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

.abt-us .col-divider {
    background: linear-gradient(to bottom, transparent, #3835B9, #CEE5CB, transparent);
    border-radius: 0;
    align-self: stretch
}

.abt-us .people-stack {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .person-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 1px 4px -1px #3835b90f;
    transition: box-shadow .44s ease-out
}

.abt-us .person-card:hover {
    box-shadow: 2px 4px 18px -1px #3835b91c
}

.abt-us .person-img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center top;
    display: block
}

.abt-us .person-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .person-name {
    font-size: 29px;
    line-height: 1.1;
    color: #1e1b4b;
    margin: 0
}

.abt-us .person-role {
    font-size: 14px;
    line-height: 1.5;
    color: #3835B9;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt-us .person-bio {
    font-size: 14px;
    line-height: 1.8;
    color: #4a4770
}

.abt-us .values-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .values-h3 {
    font-size: 29px;
    line-height: 1.1;
    color: #1e1b4b;
    margin: 0 0 16px
}

.abt-us .value-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 1px 4px -1px #3835b90f;
    transition: box-shadow .38s ease-out, background .42s ease-out
}

.abt-us .value-item:hover {
    box-shadow: 2px 4px 18px -1px #3835b91c;
    background: #f7f6fe
}

.abt-us .value-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #3835b914;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .5s ease-out
}

.abt-us .value-item:hover .value-icon {
    transform: rotate(360deg)
}

.abt-us .value-icon i {
    font-size: 20px;
    color: #3835B9
}

.abt-us .value-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt-us .value-name {
    font-size: 14px;
    line-height: 1.5;
    color: #1e1b4b;
    font-weight: 700;
    letter-spacing: .06em
}

.abt-us .value-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #4a4770
}

.abt-us .values-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px
}

.abt-us .val-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 1px 4px -1px #3835b90f
}

.abt-us .val-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center center;
    display: block
}

.abt-us .typewriter-wrap {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #CEE5CB;
    animation: typing 2.4s steps(28, end) .2s both, blink-caret .75s step-end infinite;
    max-width: 100%
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #CEE5CB
    }
}

@media (max-width: 1280px) {
    .abt-us .title-left {
        padding: 64px 32px
    }

    .abt-us .manifesto-h1 {
        font-size: 40px
    }

    .abt-us .team-cols {
        grid-template-columns: 1fr 3px 1fr;
        gap: 16px
    }
}

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

    .abt-us .title-right .img-wrap {
        min-height: 300px
    }

    .abt-us .title-left {
        padding: 64px 32px
    }

    .abt-us .manifesto-h1 {
        font-size: 40px
    }

    .abt-us .story-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0 16px
    }

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

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

    .abt-us .col-divider {
        display: none
    }

    .abt-us .team-inner {
        padding: 0 16px
    }

    .abt-us .values-img-row {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .pg-strip {
        padding: 0 16px
    }

    .abt-us .story-band {
        padding: 64px 0
    }

    .abt-us .team-band {
        padding: 64px 0
    }
}

@media (max-width: 480px) {
    .abt-us .manifesto-h1 {
        font-size: 29px
    }

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

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

    .abt-us .person-img {
        width: 80px;
        height: 80px
    }

    .abt-us .story-h2 {
        font-size: 29px
    }

    .abt-us .team-h2 {
        font-size: 29px
    }

    .abt-us .values-img-row {
        grid-template-columns: 1fr
    }

    .abt-us .typewriter-wrap {
        white-space: normal;
        border-right: none;
        animation: none;
        width: auto
    }
}

.ct-us {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-x: clip
}

.ct-us .reach-band {
    padding: 64px 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.ct-us .reach-inner {
    width: 100%;
    max-width: 1600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.ct-us .reach-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ct-us .reach-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .12em;
    color: #3835B9;
    font-weight: 600;
    text-transform: uppercase
}

.ct-us .reach-eyebrow svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.ct-us .reach-h1 {
    font-size: 55px;
    line-height: 1.1;
    color: #18183a;
    font-weight: 800;
    margin: 0
}

.ct-us .reach-h1 span {
    background: linear-gradient(135deg, #3835B9, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ct-us .reach-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #2d2d4e;
    margin: 0;
    max-width: 480px
}

.ct-us .reach-img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 8px 36px -1px #3835b921
}

.ct-us .reach-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: saturate(0.85) brightness(0.97)
}

.ct-us .reach-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, #3835b92e 100%);
    pointer-events: none
}

.ct-us .info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .info-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    transition: box-shadow .42s ease-out, transform .38s ease-out
}

.ct-us .info-card:hover {
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-2px)
}

.ct-us .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #CEE5CB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #18183a;
    font-size: 20px
}

.ct-us .info-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ct-us .info-label {
    font-size: 14px;
    font-weight: 700;
    color: #3835B9;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ct-us .info-val {
    font-size: 14px;
    line-height: 1.5;
    color: #2d2d4e;
    margin: 0
}

.ct-us .info-val a {
    color: #2d2d4e;
    text-decoration: none;
    transition: color .28s ease-out
}

.ct-us .info-val a:hover {
    color: #E2D2D4
}

.ct-us .abbr-anchor {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #3835b90f;
    letter-spacing: -.04em;
    user-select: none;
    pointer-events: none;
    display: block;
    text-align: right
}

.ct-us .form-band {
    background: #f4f3fc;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.ct-us .form-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #3835B9, #CEE5CB, transparent);
    pointer-events: none
}

.ct-us .form-inner {
    width: 100%;
    max-width: 1600px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 64px;
    align-items: start
}

.ct-us .form-aside {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px
}

.ct-us .form-aside-h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #18183a;
    font-weight: 800;
    margin: 0
}

.ct-us .form-aside-p {
    font-size: 14px;
    line-height: 1.8;
    color: #2d2d4e;
    margin: 0
}

.ct-us .pull-quote {
    font-size: 29px;
    line-height: 1.5;
    color: #3835B9;
    font-weight: 700;
    border-radius: 10px;
    background: #CEE5CB;
    padding: 16px;
    margin: 0
}

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

.ct-us .steps-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #2d2d4e
}

.ct-us .steps-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #3835B9
}

.ct-us .form-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 2px 8px 36px -1px #3835b921
}

.ct-us .cform {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.ct-us .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .field-grp.full {
    grid-column: 1 / -1
}

.ct-us .flabel {
    font-size: 14px;
    font-weight: 600;
    color: #18183a;
    letter-spacing: .04em
}

.ct-us .flabel span {
    color: #3835B9;
    margin-left: 2px
}

.ct-us .finput-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.ct-us .finput-wrap .fi-icon {
    position: absolute;
    left: 12px;
    color: #3835B9;
    font-size: 18px;
    pointer-events: none;
    display: flex;
    align-items: center
}

.ct-us .finput {
    width: 100%;
    padding: 12px 16px 12px 40px;
    border-radius: 10px;
    border: 2px solid #E2D2D4;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    color: #18183a;
    outline: none;
    box-sizing: border-box;
    transition: border-color .35s ease-out, box-shadow .45s ease-out
}

.ct-us .finput::placeholder {
    color: #9a8fa0
}

.ct-us .finput:focus {
    border-color: #3835B9;
    box-shadow: 2px 4px 18px -1px #3835b91c
}

.ct-us .fselect-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.ct-us .fselect-wrap .fi-icon {
    position: absolute;
    left: 12px;
    color: #3835B9;
    font-size: 18px;
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 1
}

.ct-us .fselect {
    width: 100%;
    padding: 12px 16px 12px 40px;
    border-radius: 10px;
    border: 2px solid #E2D2D4;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    color: #18183a;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color .35s ease-out, box-shadow .45s ease-out
}

.ct-us .fselect:focus {
    border-color: #3835B9;
    box-shadow: 2px 4px 18px -1px #3835b91c
}

.ct-us .fselect-arrow {
    position: absolute;
    right: 12px;
    pointer-events: none;
    color: #3835B9;
    font-size: 18px;
    display: flex;
    align-items: center
}

.ct-us .ftextarea {
    width: 100%;
    padding: 12px 16px 12px 40px;
    border-radius: 10px;
    border: 2px solid #E2D2D4;
    background: #fff;
    font-size: 14px;
    line-height: 1.8;
    color: #18183a;
    outline: none;
    resize: vertical;
    min-height: 120px;
    box-sizing: border-box;
    transition: border-color .35s ease-out, box-shadow .45s ease-out
}

.ct-us .ftextarea::placeholder {
    color: #9a8fa0
}

.ct-us .ftextarea:focus {
    border-color: #3835B9;
    box-shadow: 2px 4px 18px -1px #3835b91c
}

.ct-us .ftextarea-wrap {
    position: relative;
    display: flex;
    align-items: flex-start
}

.ct-us .ftextarea-wrap .fi-icon {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #3835B9;
    font-size: 18px;
    pointer-events: none;
    display: flex;
    align-items: center
}

.ct-us .checkbox-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.ct-us .fcheck {
    width: 18px;
    height: 18px;
    accent-color: #3835B9;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer
}

.ct-us .check-label {
    font-size: 14px;
    line-height: 1.5;
    color: #2d2d4e
}

.ct-us .check-label a {
    color: #3835B9;
    text-decoration: underline;
    transition: color .28s ease-out
}

.ct-us .check-label a:hover {
    color: #E2D2D4
}

.ct-us .divider-soft {
    height: 2px;
    background: linear-gradient(90deg, #CEE5CB, #E2D2D4, transparent);
    border-radius: 0;
    margin: 8px 0
}

.ct-us .submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    background: #3835B9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 2px 4px 18px -1px #3835b91c;
    transition: background .42s ease-out, box-shadow .38s ease-out, transform .28s ease-out;
    align-self: flex-start
}

.ct-us .submit-btn:hover {
    background: #2a28a0;
    box-shadow: 2px 8px 36px -1px #3835b921;
    transform: translateY(-2px)
}

.ct-us .submit-btn:active {
    transform: translateY(0);
    box-shadow: 2px 1px 4px -1px #3835b90f
}

.ct-us .submit-btn:focus-visible {
    outline: 3px solid #CEE5CB;
    outline-offset: 3px
}

.ct-us .option-checks {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .opt-label {
    font-size: 14px;
    font-weight: 600;
    color: #18183a;
    letter-spacing: .04em;
    margin-bottom: 4px;
    display: block
}

.ct-us .opt-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.ct-us .opt-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 2px solid #E2D2D4;
    background: #fff;
    cursor: pointer;
    transition: border-color .35s ease-out, background .35s ease-out;
    font-size: 14px;
    color: #2d2d4e
}

.ct-us .opt-item input[type="checkbox"] {
    accent-color: #3835B9;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.ct-us .opt-item:has(input:checked) {
    border-color: #3835B9;
    background: #3835b90a
}

.ct-us .opt-item:hover {
    border-color: #3835B9
}

.ct-us .reveal-load {
    animation: ctReveal .55s ease-out both
}

.ct-us .reveal-load.d1 {
    animation-delay: .08s
}

.ct-us .reveal-load.d2 {
    animation-delay: .18s
}

.ct-us .reveal-load.d3 {
    animation-delay: .28s
}

.ct-us .reveal-load.d4 {
    animation-delay: .38s
}

@keyframes ctReveal {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ct-us .slide-left {
    animation: ctSlideL .5s ease-out both
}

.ct-us .slide-right {
    animation: ctSlideR .5s ease-out both
}

.ct-us .slide-left.d1 {
    animation-delay: .1s
}

.ct-us .slide-left.d2 {
    animation-delay: .22s
}

.ct-us .slide-right.d1 {
    animation-delay: .14s
}

.ct-us .slide-right.d2 {
    animation-delay: .3s
}

@keyframes ctSlideL {
    from {
        opacity: 0;
        transform: translateX(-28px)
    }

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

@keyframes ctSlideR {
    from {
        opacity: 0;
        transform: translateX(28px)
    }

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

.ct-us .noise-band {
    position: relative
}

.ct-us .noise-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    border-radius: inherit;
    opacity: .5
}

@media (max-width: 1280px) {
    .ct-us .reach-inner {
        gap: 32px
    }

    .ct-us .form-inner {
        gap: 32px
    }

    .ct-us .reach-h1 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .ct-us .reach-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ct-us .form-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ct-us .field-row {
        grid-template-columns: 1fr
    }

    .ct-us .reach-h1 {
        font-size: 40px
    }

    .ct-us .form-aside-h2 {
        font-size: 29px
    }

    .ct-us .reach-band {
        padding: 32px 16px
    }

    .ct-us .form-band {
        padding: 32px 16px
    }

    .ct-us .form-card {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .ct-us .reach-h1 {
        font-size: 29px
    }

    .ct-us .abbr-anchor {
        font-size: 55px
    }

    .ct-us .pull-quote {
        font-size: 14px
    }

    .ct-us .opt-row {
        flex-direction: column
    }
}

.success-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    background: #fff
}

.success-pg .success-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 8px 36px -1px #3835b921;
    padding: 64px 32px;
    text-align: center
}

.success-pg .icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: #CEE5CB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px
}

.success-pg .icon-wrap svg {
    display: block
}

.success-pg .success-heading {
    font-size: 40px;
    line-height: 1.1;
    color: #3835B9;
    margin: 0 0 16px;
    letter-spacing: -.5px
}

.success-pg .success-body {
    font-size: 14px;
    line-height: 1.8;
    color: #2e2c3c;
    margin: 0 0 32px
}

.success-pg .success-divider {
    width: 48px;
    height: 3px;
    background: #E2D2D4;
    border-radius: 0;
    margin: 0 auto 32px
}

.success-pg .back-link {
    display: inline-block;
    padding: 16px 32px;
    background: #3835B9;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .06em;
    border-radius: 10px;
    text-decoration: none;
    transition: background .45s ease-out, box-shadow .4s ease-out;
    box-shadow: 2px 4px 18px -1px #3835b91c
}

.success-pg .back-link:hover {
    background: #2a28a0;
    box-shadow: 2px 8px 36px -1px #3835b921
}

.success-pg .back-link:focus {
    outline: 2px solid #3835B9;
    outline-offset: 4px
}

.success-pg .contact-note {
    font-size: 14px;
    line-height: 1.8;
    color: #2e2c3c;
    margin: 32px 0 0
}

.success-pg .contact-note a {
    color: #3835B9;
    text-decoration: underline;
    transition: color .15s ease-out
}

.success-pg .contact-note a:hover {
    color: #E2D2D4
}

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

    .success-pg .success-card {
        padding: 32px 16px
    }

    .success-pg .success-heading {
        font-size: 29px
    }
}