@import url('https://cdn.jsdelivr.net/npm/@fontsource/roboto-slab@latest/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/roboto-slab@latest/700.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/figtree@latest/700.css');

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

*:focus-visible {
    outline: 2px solid #A962CC;
    outline-offset: 3px;
}

*:focus:not(:focus-visible) {
    outline: none;
}

.brand-shell {
    position: relative;
    background: linear-gradient(160deg, #2a0d3a 0%, #3d1457 45%, #1e0a2e 100%);
    overflow: hidden;
}

.brand-shell::before {
    content: '';
    position: absolute;
    top: -48px;
    right: -48px;
    width: 320px;
    height: 320px;
    background: rgba(169, 98, 204, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.brand-shell::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 10%;
    width: 180px;
    height: 180px;
    background: rgba(197, 194, 226, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

.brand-row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.brand-ident {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.logo-mount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    background: #ffffff;
    border-radius: 20px 4px 20px 4px;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08), 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    padding: 8px;
}

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

.brand-label {
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-align: center;
}

.brand-tagline {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: #C5C2E2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}

.nav-strip {
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(197, 194, 226, 0.18);
    position: relative;
    z-index: 1;
}

.nav-hold {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #C5C2E2;
    text-decoration: none;
    border-radius: 4px;
    transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 44px;
    white-space: nowrap;
}

.nav-item:hover {
    color: #ffffff;
    background: rgba(169, 98, 204, 0.18);
}

.nav-item.active {
    color: #ffffff;
    background: rgba(169, 98, 204, 0.28);
}

.nav-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
}

.nav-divider {
    width: 1px;
    height: 20px;
    background: rgba(197, 194, 226, 0.2);
    flex-shrink: 0;
}

.foot-shell {
    background: #1a0b26;
    border-top: 4px solid #A962CC;
}

.foot-upper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 48px 24px;
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.foot-brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.foot-logo-mount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 12px 4px 12px 4px;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08), 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    padding: 8px;
}

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

.foot-brand-name {
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.foot-brand-sub {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: #C5C2E2;
    letter-spacing: 0.06em;
}

.foot-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.foot-col-head {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    color: #A962CC;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(169, 98, 204, 0.3);
}

.foot-link {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #C5C2E2;
    text-decoration: none;
    display: inline-block;
    transition: color 0.15s cubic-bezier(0.0, 0, 0.2, 1);
}

.foot-link:hover {
    color: #ffffff;
}

.foot-contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.foot-contact-label {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    color: #A962CC;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.foot-contact-val {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #C5C2E2;
    text-decoration: none;
    transition: color 0.15s cubic-bezier(0.0, 0, 0.2, 1);
}

.foot-contact-val:hover {
    color: #ffffff;
}

.foot-lower {
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 48px;
    border-top: 1px solid rgba(197, 194, 226, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.foot-copy {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(197, 194, 226, 0.6);
    letter-spacing: 0.04em;
}

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

.foot-legal-link {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(197, 194, 226, 0.6);
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.foot-legal-link:hover {
    color: #C5C2E2;
}

.consent-tray {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 360px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 48px 1px rgba(169, 98, 204, 0.14);
    z-index: 2000;
    display: none;
    overflow: hidden;
}

.consent-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.consent-icon-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.consent-shield {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.consent-intro {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: #2a0d3a;
}

.consent-intro a {
    color: #A962CC;
    text-decoration: underline;
    transition: color 0.15s cubic-bezier(0.0, 0, 0.2, 1);
}

.consent-intro a:hover {
    color: #3d1457;
}

.consent-expand-btn {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.75;
    color: #A962CC;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0.04em;
    transition: color 0.15s cubic-bezier(0.0, 0, 0.2, 1);
    min-height: 44px;
    display: flex;
    align-items: center;
}

.consent-expand-btn:hover {
    color: #3d1457;
}

.consent-panel {
    display: none;
    padding: 0 24px 12px;
    flex-direction: column;
    gap: 12px;
}

.consent-panel.open {
    display: flex;
}

.consent-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.consent-toggle-label {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: #2a0d3a;
}

.consent-switch {
    position: relative;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.consent-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.consent-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEECF0;
    border-radius: 36px;
    cursor: pointer;
    transition: background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.consent-slider::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08);
}

.consent-switch input:checked+.consent-slider {
    background: #A962CC;
}

.consent-switch input:checked+.consent-slider::before {
    transform: translateX(20px);
}

.consent-actions {
    padding: 0 24px 24px;
    display: flex;
    gap: 12px;
}

.consent-btn {
    flex: 1;
    padding: 12px 8px;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.06em;
    border-radius: 7px;
    cursor: pointer;
    min-height: 44px;
    transition: background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
}

.consent-btn.primary {
    background: #A962CC;
    color: #ffffff;
    border: 2px solid #A962CC;
}

.consent-btn.primary:hover {
    background: #3d1457;
    border-color: #3d1457;
}

.consent-btn.secondary {
    background: transparent;
    color: #A962CC;
    border: 2px solid #A962CC;
}

.consent-btn.secondary:hover {
    background: #EEECF0;
}

@media (max-width: 1024px) {
    .brand-row {
        padding: 24px;
    }

    .nav-hold {
        padding: 0 24px;
    }

    .foot-upper {
        padding: 48px 24px 24px;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .foot-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .foot-lower {
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .brand-label {
        font-size: 19px;
    }

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

    .nav-divider {
        display: none;
    }

    .foot-upper {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .foot-brand {
        grid-column: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .foot-lower {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }

    .consent-tray {
        width: calc(100vw - 48px);
        right: 24px;
        bottom: 24px;
    }
}

@media (max-width: 360px) {
    .brand-row {
        padding: 12px;
    }

    .nav-hold {
        padding: 0 12px;
    }

    .foot-upper {
        padding: 24px 12px;
    }

    .foot-lower {
        padding: 24px 12px;
    }

    .consent-tray {
        width: calc(100vw - 24px);
        right: 12px;
        bottom: 12px;
    }
}

.doc-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 24px;
}

.doc-content h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #2a1a35;
    margin-bottom: 24px;
    margin-top: 0;
    letter-spacing: -0.5px;
}

.doc-content h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #2a1a35;
    margin-top: 48px;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #EEECF0;
}

.doc-content h3 {
    font-size: 25px;
    line-height: 1.1;
    color: #2a1a35;
    margin-top: 48px;
    margin-bottom: 12px;
}

.doc-content h4 {
    font-size: 19px;
    line-height: 1.75;
    color: #2a1a35;
    margin-top: 24px;
    margin-bottom: 8px;
}

.doc-content h5 {
    font-size: 16px;
    line-height: 1.75;
    color: #2a1a35;
    margin-top: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.doc-content h6 {
    font-size: 13px;
    line-height: 1.75;
    color: #5a4a6a;
    margin-top: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.doc-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #2e2040;
    margin-top: 0;
    margin-bottom: 24px;
}

.doc-content strong,
.doc-content b {
    font-weight: 700;
    color: #1e1030;
}

.doc-content em,
.doc-content i {
    font-style: italic;
    color: #3d2a52;
}

.doc-content a {
    color: #A962CC;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.12s cubic-bezier(0.4, 0, 0.2, 1);
}

.doc-content a:hover {
    color: #7a3fa0;
    text-decoration-color: #C5C2E2;
}

.doc-content a:visited {
    color: #8a4aaa;
}

.doc-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.75;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.doc-content thead {
    background-color: #EEECF0;
}

.doc-content thead tr {
    border-bottom: 2px solid #C5C2E2;
}

.doc-content tbody tr {
    border-bottom: 1px solid #EEECF0;
    transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.doc-content tbody tr:hover {
    background-color: #f7f5fa;
}

.doc-content th {
    padding: 12px 24px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #2a1a35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.doc-content td {
    padding: 12px 24px;
    font-size: 16px;
    color: #2e2040;
    vertical-align: top;
}

@media (max-width: 640px) {
    .doc-content {
        padding: 24px 12px;
    }

    .doc-content h1 {
        font-size: 34px;
    }

    .doc-content h2 {
        font-size: 25px;
        margin-top: 24px;
    }

    .doc-content h3 {
        font-size: 19px;
        margin-top: 24px;
    }

    .doc-content h4 {
        font-size: 16px;
    }

    .doc-content table {
        display: block;
        overflow-x: auto;
        border-radius: 7px;
    }

    .doc-content th,
    .doc-content td {
        padding: 12px;
        white-space: nowrap;
    }
}

@media (max-width: 360px) {
    .doc-content {
        padding: 24px 8px;
    }

    .doc-content h1 {
        font-size: 25px;
    }

    .doc-content h2 {
        font-size: 19px;
    }

    .doc-content p,
    .doc-content td {
        font-size: 13px;
    }
}

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

.srv-pg .pg-bound {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.srv-pg .divider-thick {
    width: 48px;
    height: 4px;
    background: #A962CC;
    border-radius: 4px;
    margin-bottom: 24px;
}

/* ── BLOCK 1: Title ── */
.srv-pg .tb {
    background-color: #EEECF0;
    background-image:
        repeating-linear-gradient(0deg,
            transparent,
            transparent 39px,
            rgba(169, 98, 204, 0.07) 39px,
            rgba(169, 98, 204, 0.07) 40px),
        repeating-linear-gradient(90deg,
            transparent,
            transparent 39px,
            rgba(197, 194, 226, 0.09) 39px,
            rgba(197, 194, 226, 0.09) 40px);
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
    position: relative;
}

.srv-pg .tb-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #A962CC;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid rgba(169, 98, 204, 0.28);
    border-radius: 4px;
    padding: 4px 12px;
}

.srv-pg .tb-h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b1535;
    margin-bottom: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.srv-pg .tb-h1 em {
    font-style: normal;
    color: #A962CC;
    font-weight: 600;
}

.srv-pg .tb-sub {
    font-size: 19px;
    line-height: 1.75;
    color: #3d3558;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.srv-pg .tb-curve {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 48px;
}

.srv-pg .tb-curve svg {
    display: block;
    width: 100%;
}

/* ── BLOCK 2: Services grid ── */
.srv-pg .svc-list {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
    margin-left: 48px;
    position: relative;
}

.srv-pg .svc-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #A962CC 0%, #C5C2E2 100%);
    border-radius: 0 4px 4px 0;
}

.srv-pg .svc-list-head {
    margin-bottom: 48px;
}

.srv-pg .svc-list-head h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #1b1535;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    text-align: center;
}

.srv-pg .svc-list-head p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3558;
    max-width: 560px;
    text-align: left;
}

.srv-pg .svc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.srv-pg .svc-card {
    border: 1px solid rgba(197, 194, 226, 0.45);
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08);
    transition: box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.srv-pg .svc-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 0 0 rgba(169, 98, 204, 0);
    transition: box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.srv-pg .svc-card:hover {
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    border-color: rgba(169, 98, 204, 0.4);
}

.srv-pg .svc-card:hover::after {
    box-shadow: inset 0 0 18px 2px rgba(169, 98, 204, 0.09);
}

.srv-pg .svc-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #EEECF0;
    border-radius: 12px;
}

.srv-pg .svc-icon svg {
    width: 24px;
    height: 24px;
}

.srv-pg .svc-card h4 {
    font-size: 16px;
    line-height: 1.1;
    color: #1b1535;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.srv-pg .svc-card p {
    font-size: 13px;
    line-height: 1.75;
    color: #4a4265;
}

.srv-pg .svc-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.srv-pg .svc-check-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #4a4265;
}

.srv-pg .check-mark {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* ── BLOCK 3: Featured offering ── */
.srv-pg .featured {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #EEECF0;
    margin-right: 48px;
    position: relative;
}

.srv-pg .featured::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #C5C2E2 0%, #A962CC 100%);
    border-radius: 4px 0 0 4px;
}

.srv-pg .featured-inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start;
}

.srv-pg .featured-sidebar {
    background: #1b1535;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 48px 1px rgba(169, 98, 204, 0.14);
}

.srv-pg .featured-sidebar h3 {
    font-size: 25px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.srv-pg .featured-sidebar p {
    font-size: 13px;
    line-height: 1.75;
    color: #C5C2E2;
    margin-bottom: 24px;
}

.srv-pg .sidebar-stat {
    border-top: 1px solid rgba(197, 194, 226, 0.2);
    padding-top: 24px;
    margin-top: 8px;
}

.srv-pg .stat-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.srv-pg .stat-num {
    font-size: 34px;
    line-height: 1.1;
    color: #A962CC;
    font-weight: 600;
}

.srv-pg .stat-desc {
    font-size: 13px;
    color: #C5C2E2;
    text-align: right;
    max-width: 120px;
    line-height: 1.75;
}

.srv-pg .featured-body h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #1b1535;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    text-align: center;
}

.srv-pg .featured-intro {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3558;
    margin-bottom: 24px;
}

.srv-pg .featured-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.srv-pg .featured-col p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3558;
}

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

.srv-pg .path-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.75;
    color: #3d3558;
}

.srv-pg .path-mark {
    flex-shrink: 0;
    margin-top: 4px;
}

/* ── BLOCK 4: Image trio + CTA ── */
.srv-pg .closing {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
    margin-left: 48px;
    position: relative;
}

.srv-pg .closing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #A962CC 0%, #C5C2E2 100%);
    border-radius: 0 4px 4px 0;
}

.srv-pg .closing-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px;
}

.srv-pg .closing-text h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #1b1535;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    text-align: center;
}

.srv-pg .closing-intro {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3558;
    margin-bottom: 24px;
}

.srv-pg .closing-body-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.srv-pg .closing-body-cols p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3558;
}

.srv-pg .img-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    border: 2px solid rgba(197, 194, 226, 0.5);
}

.srv-pg .img-frame img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.28s cubic-bezier(0.0, 0, 0.2, 1);
}

.srv-pg .img-frame:hover img {
    transform: scale(1.03);
}

.srv-pg .img-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.srv-pg .closing-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.srv-pg .closing-img-single .img-frame img {
    height: 220px;
}

.srv-pg .cta-panel {
    background: linear-gradient(135deg, #1b1535 0%, #3d3558 100%);
    border-radius: 20px;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 0 10px 48px 1px rgba(169, 98, 204, 0.14);
    grid-column: span 2;
}

.srv-pg .cta-panel h3 {
    font-size: 25px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.srv-pg .cta-panel p {
    font-size: 16px;
    line-height: 1.75;
    color: #C5C2E2;
    margin-bottom: 24px;
    max-width: 480px;
}

.srv-pg .btn-primary {
    display: inline-block;
    font-size: 16px;
    color: #A962CC;
    border: 2px solid #A962CC;
    border-radius: 7px;
    padding: 12px 24px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.02em;
}

.srv-pg .btn-primary:hover {
    background: #A962CC;
    color: #fff;
}

.srv-pg .btn-primary:focus {
    outline: 2px solid #A962CC;
    outline-offset: 3px;
}

.srv-pg .btn-primary:active {
    background: #8e48b0;
    border-color: #8e48b0;
    color: #fff;
}

.srv-pg .btn-secondary {
    display: inline-block;
    font-size: 16px;
    color: #C5C2E2;
    border: 2px solid rgba(197, 194, 226, 0.5);
    border-radius: 7px;
    padding: 12px 24px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 12px;
    letter-spacing: 0.02em;
}

.srv-pg .btn-secondary:hover {
    border-color: #C5C2E2;
    color: #fff;
}

.srv-pg .btn-secondary:focus {
    outline: 2px solid #C5C2E2;
    outline-offset: 3px;
}

@keyframes srv-zoom-out {
    from {
        transform: scale(1.06);
        opacity: 0.7;
    }

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

.srv-pg .tb {
    animation: srv-zoom-out 0.55s cubic-bezier(0.0, 0, 0.2, 1) both;
}

@media (max-width: 1024px) {

    .srv-pg .svc-list,
    .srv-pg .closing {
        margin-left: 24px;
    }

    .srv-pg .featured {
        margin-right: 24px;
    }

    .srv-pg .svc-grid {
        grid-template-columns: 1fr 1fr;
    }

    .srv-pg .featured-inner {
        grid-template-columns: 1fr;
    }

    .srv-pg .featured-sidebar {
        max-width: 100%;
    }

    .srv-pg .closing-top {
        grid-template-columns: 1fr;
    }

    .srv-pg .closing-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .srv-pg .cta-panel {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .srv-pg .tb-h1 {
        font-size: 34px;
    }

    .srv-pg .svc-list,
    .srv-pg .closing {
        margin-left: 8px;
    }

    .srv-pg .featured {
        margin-right: 8px;
    }

    .srv-pg .svc-grid {
        grid-template-columns: 1fr;
    }

    .srv-pg .featured-cols {
        grid-template-columns: 1fr;
    }

    .srv-pg .closing-body-cols {
        grid-template-columns: 1fr;
    }

    .srv-pg .img-duo {
        grid-template-columns: 1fr;
    }

    .srv-pg .closing-bottom {
        grid-template-columns: 1fr;
    }

    .srv-pg .cta-panel {
        grid-column: span 1;
    }

    .srv-pg .btn-secondary {
        margin-left: 0;
        margin-top: 8px;
    }

    .srv-pg .stat-row {
        flex-direction: column;
        gap: 4px;
    }

    .srv-pg .stat-desc {
        text-align: left;
    }
}

@media (max-width: 360px) {
    .srv-pg .tb {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .srv-pg .tb-h1 {
        font-size: 25px;
    }

    .srv-pg .tb-sub {
        font-size: 16px;
    }
}

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

.abt-pg .pg-bound {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.abt-pg .scan-wrap {
    position: relative;
    overflow: hidden;
}

.abt-pg .scan-wrap::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    height: 200%;
    background: repeating-linear-gradient(to bottom,
            transparent 0px,
            transparent 6px,
            rgba(169, 98, 204, 0.03) 6px,
            rgba(169, 98, 204, 0.03) 7px);
    animation: scanline-drift 18s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes scanline-drift {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50%);
    }
}

.abt-pg .block-one {
    position: relative;
    background: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
}

.abt-pg .title-img-area {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/7;
    margin-bottom: 48px;
}

.abt-pg .title-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: blur(0px);
    display: block;
}

.abt-pg .title-img-area .img-blur-layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(169, 98, 204, 0.18) 0%,
            rgba(197, 194, 226, 0.08) 50%,
            rgba(238, 236, 240, 0.55) 100%);
    z-index: 1;
}

.abt-pg .geo-shape {
    position: absolute;
    opacity: 0.09;
    z-index: 2;
    pointer-events: none;
}

.abt-pg .geo-shape.sq {
    width: 80px;
    height: 80px;
    border: 3px solid #A962CC;
    border-radius: 12px;
    top: 24px;
    right: 48px;
    transform: rotate(18deg);
}

.abt-pg .geo-shape.circ {
    width: 52px;
    height: 52px;
    border: 2px solid #C5C2E2;
    border-radius: 50%;
    bottom: 32px;
    left: 48px;
}

.abt-pg .geo-shape.tri {
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 48px solid #A962CC;
    opacity: 0.07;
    top: 40px;
    left: 120px;
    z-index: 2;
    pointer-events: none;
    position: absolute;
}

.abt-pg .title-text-zone {
    position: relative;
    z-index: 1;
}

.abt-pg .title-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #A962CC;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
}

.abt-pg .title-h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #1e1432;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}

.abt-pg .title-h1 em {
    font-style: normal;
    color: #A962CC;
}

.abt-pg .title-sub {
    font-size: 19px;
    line-height: 1.75;
    color: #3a3250;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 48px;
}

.abt-pg .dots-border {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 48px;
}

.abt-pg .dot-item {
    border-radius: 50%;
    background: #A962CC;
    opacity: 0.18;
    flex-shrink: 0;
}

.abt-pg .dot-item.sm {
    width: 5px;
    height: 5px;
}

.abt-pg .dot-item.md {
    width: 9px;
    height: 9px;
    opacity: 0.12;
}

.abt-pg .dot-item.lg {
    width: 14px;
    height: 14px;
    opacity: 0.08;
}

.abt-pg .metrics-dash {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.abt-pg .metric-cell {
    background: #EEECF0;
    border-radius: 12px;
    padding: 24px 12px;
    text-align: center;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08);
    transition: box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .metric-cell:hover {
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    transform: translateY(-2px);
}

.abt-pg .metric-num {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #A962CC;
    display: block;
}

.abt-pg .metric-label {
    font-size: 13px;
    line-height: 1.75;
    color: #3a3250;
    margin-top: 4px;
    letter-spacing: 0.06em;
}

.abt-pg .divider-stacked {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 48px 0;
}

.abt-pg .divider-stacked .dl-thin {
    height: 1px;
    background: #C5C2E2;
    opacity: 0.5;
}

.abt-pg .divider-stacked .dl-thick {
    height: 3px;
    background: linear-gradient(90deg, #A962CC 0%, #C5C2E2 100%);
    border-radius: 4px;
    opacity: 0.35;
}

.abt-pg .block-two {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(135deg,
            #EEECF0 0%,
            #fff 35%,
            #C5C2E2 68%,
            #EEECF0 100%);
}

.abt-pg .block-two .mesh-layer {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(169, 98, 204, 0.09) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(197, 194, 226, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 55% 55%, rgba(238, 236, 240, 0.22) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.abt-pg .block-two .pg-bound {
    position: relative;
    z-index: 1;
}

.abt-pg .two-col-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.abt-pg .col-narrow {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.abt-pg .col-wide {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.abt-pg .section-label {
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #A962CC;
    font-weight: 600;
}

.abt-pg .sec-h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #1e1432;
    font-weight: 700;
    text-align: center;
}

.abt-pg .accent-bar-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
}

.abt-pg .accent-bar {
    width: 3px;
    min-height: 100%;
    background: #A962CC;
    border-radius: 4px;
    flex-shrink: 0;
    align-self: stretch;
    opacity: 0.7;
}

.abt-pg .accent-bar-text {
    font-size: 16px;
    line-height: 1.75;
    color: #3a3250;
}

.abt-pg .persons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.abt-pg .person-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow 0.22s cubic-bezier(0.0, 0, 0.2, 1);
}

.abt-pg .person-card:hover {
    box-shadow: 0 10px 48px 1px rgba(169, 98, 204, 0.14);
}

.abt-pg .person-img-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.abt-pg .person-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-pg .person-name {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #1e1432;
    margin-top: 4px;
}

.abt-pg .person-role {
    font-size: 13px;
    line-height: 1.75;
    color: #A962CC;
    letter-spacing: 0.07em;
}

.abt-pg .person-bio {
    font-size: 13px;
    line-height: 1.75;
    color: #3a3250;
}

.abt-pg .diagram-block {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.abt-pg .diagram-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    background: #EEECF0;
}

.abt-pg .diagram-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.abt-pg .diagram-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.abt-pg .legend-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.abt-pg .legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.abt-pg .legend-dot.c1 {
    background: #A962CC;
}

.abt-pg .legend-dot.c2 {
    background: #C5C2E2;
}

.abt-pg .legend-dot.c3 {
    background: #7b4fa0;
}

.abt-pg .legend-dot.c4 {
    background: #EEECF0;
    border: 1px solid #C5C2E2;
}

.abt-pg .legend-label {
    font-size: 13px;
    line-height: 1.75;
    color: #3a3250;
}

.abt-pg .legend-value {
    font-size: 13px;
    font-weight: 700;
    color: #1e1432;
    margin-left: auto;
}

.abt-pg .inline-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.abt-pg .inline-list li {
    font-size: 16px;
    line-height: 1.75;
    color: #3a3250;
}

.abt-pg .inline-list li::after {
    content: " · ";
    color: #A962CC;
    font-weight: 700;
    padding: 0 8px;
}

.abt-pg .inline-list li:last-child::after {
    display: none;
}

.abt-pg .full-intro-text {
    font-size: 19px;
    line-height: 1.75;
    color: #3a3250;
    margin-bottom: 24px;
}

.abt-pg .body-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.abt-pg .body-col-text {
    font-size: 16px;
    line-height: 1.75;
    color: #3a3250;
}

.abt-pg .cta-strip {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.abt-pg .btn-primary {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #A962CC;
    border: 2px solid #A962CC;
    border-radius: 7px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.17s cubic-bezier(0.4, 0, 0.2, 1), color 0.17s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .btn-primary:hover,
.abt-pg .btn-primary:focus {
    background: #A962CC;
    color: #fff;
    outline: none;
}

.abt-pg .btn-primary:focus-visible {
    outline: 2px solid #A962CC;
    outline-offset: 3px;
}

.abt-pg .btn-primary.shake {
    animation: btn-shake 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes btn-shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(0);
    }
}

.abt-pg .btn-secondary {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #3a3250;
    border: 2px solid #C5C2E2;
    border-radius: 7px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.22s cubic-bezier(0.0, 0, 0.2, 1), color 0.22s cubic-bezier(0.0, 0, 0.2, 1), border-color 0.22s cubic-bezier(0.0, 0, 0.2, 1);
}

.abt-pg .btn-secondary:hover,
.abt-pg .btn-secondary:focus {
    background: #3a3250;
    color: #fff;
    border-color: #3a3250;
    outline: none;
}

.abt-pg .btn-secondary:focus-visible {
    outline: 2px solid #3a3250;
    outline-offset: 3px;
}

.abt-pg .img-showcase {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 48px 1px rgba(169, 98, 204, 0.14);
}

.abt-pg .img-showcase img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-pg .img-showcase:hover img {
    transform: scale(1.03);
}

@media (max-width: 1024px) {
    .abt-pg .metrics-dash {
        grid-template-columns: repeat(2, 1fr);
    }

    .abt-pg .two-col-layout {
        grid-template-columns: 1fr;
    }

    .abt-pg .persons-grid {
        grid-template-columns: 1fr 1fr;
    }

    .abt-pg .body-cols {
        grid-template-columns: 1fr;
    }

    .abt-pg .title-h1 {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .abt-pg .metrics-dash {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .abt-pg .persons-grid {
        grid-template-columns: 1fr;
    }

    .abt-pg .title-h1 {
        font-size: 25px;
    }

    .abt-pg .sec-h2 {
        font-size: 25px;
    }

    .abt-pg .cta-strip {
        flex-direction: column;
    }

    .abt-pg .block-two {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .abt-pg .title-img-area {
        aspect-ratio: 4/3;
    }
}

@media (max-width: 360px) {
    .abt-pg .metrics-dash {
        grid-template-columns: 1fr;
    }

    .abt-pg .title-h1 {
        font-size: 19px;
    }
}

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

.lnch-pg .lnch-bound {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ── SECTION 1: TITLE BLOCK ── */
.lnch-pg .tb-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 560px;
    background: #fff;
}

.lnch-pg .tb-text-zone {
    flex: 1 1 58%;
    padding: 96px 48px 96px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.lnch-pg .tb-img-zone {
    flex: 0 0 38%;
    position: relative;
    overflow: hidden;
}

.lnch-pg .tb-img-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.lnch-pg .tb-img-vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(169, 98, 204, 0.18) 0%, transparent 60%, rgba(30, 10, 40, 0.55) 100%);
    pointer-events: none;
}

.lnch-pg .tb-eyebrow {
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #A962CC;
    text-transform: uppercase;
    font-weight: 600;
}

.lnch-pg .tb-h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #1b0a2a;
    font-weight: 700;
    margin: 0;
}

.lnch-pg .tb-h1 em {
    font-style: normal;
    color: #A962CC;
}

.lnch-pg .tb-counter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.lnch-pg .tb-counter-num {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 800;
    color: #A962CC;
    letter-spacing: -0.02em;
}

.lnch-pg .tb-counter-label {
    font-size: 16px;
    line-height: 1.75;
    color: #3a2050;
    max-width: 220px;
}

.lnch-pg .tb-desc {
    font-size: 19px;
    line-height: 1.75;
    color: #3a2050;
    max-width: 520px;
    margin: 0;
}

.lnch-pg .tb-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}

.lnch-pg .btn-prim {
    font-size: 16px;
    padding: 12px 24px;
    border: 2px solid #A962CC;
    border-radius: 7px;
    background: transparent;
    color: #A962CC;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
}

.lnch-pg .btn-prim:hover,
.lnch-pg .btn-prim:focus {
    background: #A962CC;
    color: #fff;
    outline: none;
}

.lnch-pg .btn-prim:active {
    background: #8a45b0;
    border-color: #8a45b0;
    color: #fff;
}

.lnch-pg .btn-prim.shake {
    animation: btn-shake 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes btn-shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ── SECTION 2: NUMBERS / SCALE ── */
.lnch-pg .scale-sec {
    background: #1b0a2a;
    padding: 96px 0;
    position: relative;
    animation: desat-cycle 8s ease-in-out infinite;
}

@keyframes desat-cycle {
    0% {
        filter: saturate(1);
    }

    50% {
        filter: saturate(0.72);
    }

    100% {
        filter: saturate(1);
    }
}

.lnch-pg .scale-sec::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #A962CC 0%, #C5C2E2 100%);
    border-radius: 0 4px 4px 0;
}

.lnch-pg .scale-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.lnch-pg .scale-divider-line {
    flex: 1;
    height: 1px;
    background: rgba(197, 194, 226, 0.25);
    max-width: 160px;
}

.lnch-pg .scale-divider-shape {
    width: 10px;
    height: 10px;
    border: 2px solid #A962CC;
    border-radius: 4px;
    transform: rotate(45deg);
}

.lnch-pg .scale-heading {
    font-size: 34px;
    line-height: 1.1;
    color: #EEECF0;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 8px 0;
}

.lnch-pg .scale-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #C5C2E2;
    text-align: left;
    max-width: 580px;
    margin: 0 auto 48px auto;
}

.lnch-pg .scale-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.lnch-pg .scale-card {
    border: 1px solid rgba(197, 194, 226, 0.18);
    border-radius: 12px;
    padding: 24px;
    background: rgba(169, 98, 204, 0.07);
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lnch-pg .sc-num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    color: #A962CC;
    letter-spacing: -0.02em;
}

.lnch-pg .sc-bar-track {
    width: 100%;
    height: 3px;
    background: rgba(197, 194, 226, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.lnch-pg .sc-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #A962CC 0%, #C5C2E2 100%);
    border-radius: 4px;
    transition: width 0.28s cubic-bezier(0.0, 0, 0.2, 1);
}

.lnch-pg .sc-label {
    font-size: 13px;
    line-height: 1.75;
    color: #C5C2E2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lnch-pg .sc-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #EEECF0;
}

.lnch-pg .milestone-track {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    position: relative;
    padding: 24px 0 8px 0;
}

.lnch-pg .milestone-track::before {
    content: "";
    display: block;
    position: absolute;
    top: 38px;
    left: 5%;
    right: 5%;
    height: 2px;
    background: linear-gradient(90deg, #A962CC 0%, rgba(197, 194, 226, 0.3) 100%);
}

.lnch-pg .ms-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.lnch-pg .ms-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 3px solid #A962CC;
    background: #1b0a2a;
    transition: background 0.16s cubic-bezier(0.4, 0, 0.2, 1);
}

.lnch-pg .ms-item:hover .ms-dot {
    background: #A962CC;
}

.lnch-pg .ms-date {
    font-size: 13px;
    color: #A962CC;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.lnch-pg .ms-text {
    font-size: 13px;
    line-height: 1.75;
    color: #C5C2E2;
    text-align: center;
    max-width: 120px;
}

/* ── SECTION 3: HESITATION ── */
.lnch-pg .hesit-sec {
    background: #EEECF0;
    padding: 96px 0 48px 0;
    position: relative;
}

.lnch-pg .hesit-sec::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #C5C2E2 0%, #A962CC 100%);
    border-radius: 4px 0 0 4px;
}

.lnch-pg .hesit-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.lnch-pg .hesit-divider-line {
    flex: 1;
    height: 1px;
    background: rgba(169, 98, 204, 0.18);
    max-width: 160px;
}

.lnch-pg .hesit-divider-diamond {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #A962CC;
    position: relative;
}

.lnch-pg .hesit-divider-diamond::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #A962CC;
}

.lnch-pg .hesit-cols {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
}

.lnch-pg .hesit-left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lnch-pg .hesit-right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lnch-pg .hesit-h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #1b0a2a;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0;
    text-align: center;
}

.lnch-pg .hesit-intro {
    font-size: 19px;
    line-height: 1.75;
    color: #3a2050;
    margin: 0;
}

.lnch-pg .hesit-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 48px 1px rgba(169, 98, 204, 0.14);
}

.lnch-pg .hesit-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.lnch-pg .hesit-img-wrap:hover img {
    transform: scale(1.03);
}

.lnch-pg .hesit-body {
    font-size: 16px;
    line-height: 1.75;
    color: #3a2050;
    margin: 0;
}

.lnch-pg .hesit-body-b {
    font-size: 16px;
    line-height: 1.75;
    color: #3a2050;
    margin: 0;
}

.lnch-pg .hesit-double-border {
    border: 2px solid #A962CC;
    border-radius: 12px;
    padding: 4px;
    margin-top: 8px;
}

.lnch-pg .hesit-double-inner {
    border: 1px solid #C5C2E2;
    border-radius: 7px;
    padding: 24px;
    background: #fff;
}

.lnch-pg .hesit-quote-label {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #A962CC;
    font-weight: 600;
    margin-bottom: 8px;
}

.lnch-pg .hesit-quote-text {
    font-size: 16px;
    line-height: 1.75;
    color: #1b0a2a;
    margin: 0;
}

.lnch-pg .hesit-quote-name {
    font-size: 13px;
    color: #A962CC;
    margin-top: 8px;
    font-weight: 600;
}

/* ── SECTION 4: CONDITIONS ── */
.lnch-pg .cond-sec {
    background: #fff;
    padding: 48px 0 96px 0;
}

.lnch-pg .cond-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.lnch-pg .cond-divider-line {
    flex: 1;
    height: 1px;
    background: rgba(169, 98, 204, 0.15);
    max-width: 160px;
}

.lnch-pg .cond-divider-rect {
    width: 14px;
    height: 6px;
    background: #A962CC;
    border-radius: 4px;
}

.lnch-pg .cond-heading {
    font-size: 34px;
    line-height: 1.1;
    color: #1b0a2a;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 8px 0;
}

.lnch-pg .cond-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #3a2050;
    text-align: left;
    max-width: 600px;
    margin: 0 auto 48px auto;
}

.lnch-pg .cond-split {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
}

.lnch-pg .cond-img-col {
    flex: 0 0 42%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lnch-pg .cond-img-top {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
}

.lnch-pg .cond-img-top img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.lnch-pg .cond-img-top:hover img {
    transform: scale(1.04);
}

.lnch-pg .cond-img-bot {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08);
}

.lnch-pg .cond-img-bot img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.lnch-pg .cond-img-bot:hover img {
    transform: scale(1.04);
}

.lnch-pg .cond-text-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lnch-pg .cond-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 12px;
    background: #EEECF0;
    box-shadow: 0 2px 5px 1px rgba(197, 194, 226, 0.08);
    transition: box-shadow 0.16s cubic-bezier(0.4, 0, 0.2, 1), background 0.16s cubic-bezier(0.4, 0, 0.2, 1);
}

.lnch-pg .cond-item:hover {
    background: #fff;
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
}

.lnch-pg .cond-num-badge {
    font-size: 25px;
    font-weight: 800;
    color: #A962CC;
    line-height: 1.1;
    min-width: 36px;
    flex-shrink: 0;
}

.lnch-pg .cond-item-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lnch-pg .cond-item-h {
    font-size: 16px;
    font-weight: 700;
    color: #1b0a2a;
    line-height: 1.1;
}

.lnch-pg .cond-item-p {
    font-size: 16px;
    line-height: 1.75;
    color: #3a2050;
    margin: 0;
}

.lnch-pg .cond-link-row {
    margin-top: 8px;
}

.lnch-pg .cond-link {
    font-size: 16px;
    color: #3a2050;
    text-decoration: none;
    border-bottom: 1px solid #A962CC;
    padding-bottom: 2px;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.lnch-pg .cond-link:hover {
    color: #fff;
    background: #A962CC;
    border-radius: 4px;
    padding: 2px 8px;
    border-bottom-color: transparent;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .lnch-pg .tb-h1 {
        font-size: 34px;
    }

    .lnch-pg .tb-counter-num {
        font-size: 46px;
    }

    .lnch-pg .scale-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lnch-pg .hesit-cols {
        flex-direction: column;
        gap: 24px;
    }

    .lnch-pg .hesit-left {
        flex: none;
    }

    .lnch-pg .cond-split {
        flex-direction: column;
        gap: 24px;
    }

    .lnch-pg .cond-img-col {
        flex: none;
    }
}

@media (max-width: 640px) {
    .lnch-pg .tb-row {
        flex-direction: column;
    }

    .lnch-pg .tb-img-zone {
        flex: 0 0 240px;
        height: 240px;
    }

    .lnch-pg .tb-text-zone {
        padding: 48px 24px;
    }

    .lnch-pg .tb-h1 {
        font-size: 25px;
    }

    .lnch-pg .tb-counter-num {
        font-size: 34px;
    }

    .lnch-pg .scale-grid {
        grid-template-columns: 1fr;
    }

    .lnch-pg .milestone-track {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .lnch-pg .milestone-track::before {
        display: none;
    }

    .lnch-pg .ms-item {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .lnch-pg .ms-text {
        text-align: left;
    }

    .lnch-pg .scale-sec {
        padding: 48px 0;
    }

    .lnch-pg .hesit-sec {
        padding: 48px 0 24px 0;
    }

    .lnch-pg .cond-sec {
        padding: 24px 0 48px 0;
    }
}

@media (max-width: 360px) {
    .lnch-pg .tb-h1 {
        font-size: 19px;
    }

    .lnch-pg .scale-heading {
        font-size: 25px;
    }

    .lnch-pg .hesit-h2 {
        font-size: 25px;
    }

    .lnch-pg .cond-heading {
        font-size: 25px;
    }
}

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

.cu-pg .frame {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.cu-pg .load-up {
    opacity: 0;
    transform: translateY(32px);
    animation: slideUp 0.28s cubic-bezier(0.0, 0, 0.2, 1) forwards;
}

.cu-pg .load-up.d1 {
    animation-delay: 0.08s;
}

.cu-pg .load-up.d2 {
    animation-delay: 0.16s;
}

.cu-pg .load-up.d3 {
    animation-delay: 0.22s;
}

.cu-pg .load-up.d4 {
    animation-delay: 0.28s;
}

.cu-pg .load-up.d5 {
    animation-delay: 0.34s;
}

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

.cu-pg .reach-band {
    background: linear-gradient(157deg, #2a1a36 0%, #1e1428 55%, #0f0a18 100%);
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
}

.cu-pg .reach-band::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #A962CC 40%, #C5C2E2 70%, transparent 100%);
}

.cu-pg .reach-band::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, transparent 0%, #A962CC 100%);
}

.cu-pg .reach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: start;
}

.cu-pg .reach-label {
    font-size: 13px;
    letter-spacing: 0.18em;
    color: #A962CC;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
}

.cu-pg .reach-heading {
    font-size: 46px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}

.cu-pg .reach-heading em {
    font-style: normal;
    color: #C5C2E2;
}

.cu-pg .reach-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #b8aec8;
    margin-bottom: 48px;
}

.cu-pg .contact-pts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cu-pg .cpt-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.cu-pg .cpt-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
}

.cu-pg .cpt-icon svg {
    width: 100%;
    height: 100%;
}

.cu-pg .icon-ring {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: traceRing 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}

@keyframes traceRing {
    to {
        stroke-dashoffset: 0;
    }
}

.cu-pg .cpt-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cu-pg .cpt-label {
    font-size: 13px;
    color: #7a6a8a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cu-pg .cpt-val {
    font-size: 16px;
    color: #e8e0f0;
    line-height: 1.75;
    text-decoration: none;
    transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .cpt-val:hover {
    color: #A962CC;
}

.cu-pg .form-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(169, 98, 204, 0.18);
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 10px 48px 1px rgba(169, 98, 204, 0.14);
}

.cu-pg .form-top {
    margin-bottom: 24px;
}

.cu-pg .form-eyebrow {
    font-size: 13px;
    color: #A962CC;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.cu-pg .form-title {
    font-size: 25px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.cu-pg .field-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
}

.cu-pg .field-lbl {
    font-size: 13px;
    color: #9a8aaa;
    letter-spacing: 0.08em;
}

.cu-pg .field-inp {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(197, 194, 226, 0.2);
    border-radius: 7px;
    padding: 12px 16px;
    font-size: 16px;
    color: #e8e0f0;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .field-inp::placeholder {
    color: #5a4a6a;
}

.cu-pg .field-inp:focus {
    border-color: #A962CC;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08);
}

.cu-pg .field-sel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(197, 194, 226, 0.2);
    border-radius: 7px;
    padding: 12px 16px;
    font-size: 16px;
    color: #e8e0f0;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A962CC' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.cu-pg .field-sel option {
    background: #1e1428;
    color: #e8e0f0;
}

.cu-pg .field-sel:focus {
    border-color: #A962CC;
}

.cu-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

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

.cu-pg .priv-text {
    font-size: 13px;
    color: #7a6a8a;
    line-height: 1.75;
}

.cu-pg .priv-text a {
    color: #C5C2E2;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 4px;
    border-radius: 4px;
}

.cu-pg .priv-text a:hover {
    color: #ffffff;
    background-color: #A962CC;
}

.cu-pg .submit-btn {
    width: 100%;
    background: transparent;
    border: 1px solid #A962CC;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    color: #A962CC;
    cursor: pointer;
    letter-spacing: 0.06em;
    transition: background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cu-pg .submit-btn:hover {
    background-color: #A962CC;
    color: #ffffff;
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
}

.cu-pg .submit-btn:active {
    background-color: #8a4aaa;
    color: #ffffff;
}

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

@keyframes shakebtn {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

.cu-pg .submit-btn:invalid,
.cu-pg form:invalid .submit-btn:active {
    animation: shakebtn 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .info-strip {
    background: #EEECF0;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
}

.cu-pg .info-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(169, 98, 204, 0.3) 30%, rgba(197, 194, 226, 0.6) 60%, transparent 100%);
    filter: blur(1px);
}

.cu-pg .info-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.cu-pg .info-about {
    padding-right: 48px;
    border-right: 1px solid rgba(169, 98, 204, 0.15);
}

.cu-pg .info-about-head {
    font-size: 25px;
    line-height: 1.1;
    color: #1a0f2e;
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

.cu-pg .info-about-body {
    font-size: 16px;
    line-height: 1.75;
    color: #3d2e52;
}

.cu-pg .info-col-head {
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #A962CC;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.cu-pg .info-col-body {
    font-size: 16px;
    line-height: 1.75;
    color: #3d2e52;
}

.cu-pg .info-col-body a {
    color: #3d2e52;
    text-decoration: none;
    border-bottom: 1px solid rgba(169, 98, 204, 0.3);
    padding-bottom: 1px;
    transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 4px 1px;
    border-radius: 4px;
}

.cu-pg .info-col-body a:hover {
    color: #ffffff;
    background-color: #A962CC;
    border-color: transparent;
}

.cu-pg .addr-line {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    color: #3d2e52;
}

.cu-pg .wavy-sep {
    height: 24px;
    overflow: hidden;
    position: relative;
}

.cu-pg .wavy-sep svg {
    width: 100%;
    height: 100%;
}

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

    .cu-pg .reach-heading {
        font-size: 34px;
    }

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

    .cu-pg .info-about {
        grid-column: 1 / -1;
        border-right: none;
        border-bottom: 1px solid rgba(169, 98, 204, 0.15);
        padding-right: 0;
        padding-bottom: 48px;
    }
}

@media (max-width: 640px) {
    .cu-pg .reach-band {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .cu-pg .reach-heading {
        font-size: 25px;
    }

    .cu-pg .form-panel {
        padding: 24px;
    }

    .cu-pg .info-strip {
        padding-top: 48px;
        padding-bottom: 48px;
    }

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

    .cu-pg .info-about {
        grid-column: auto;
        border-bottom: 1px solid rgba(169, 98, 204, 0.15);
        padding-bottom: 24px;
    }
}

@media (max-width: 360px) {
    .cu-pg .frame {
        padding-left: 12px;
        padding-right: 12px;
    }

    .cu-pg .reach-heading {
        font-size: 19px;
    }

    .cu-pg .form-panel {
        padding: 12px;
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 24px;
    background-color: #EEECF0;
}

.success-page .result-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 48px;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 7px 28px 1px rgba(169, 98, 204, 0.08);
    text-align: center;
}

.success-page .icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 36px;
    background: linear-gradient(135deg, #A962CC 0%, #C5C2E2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px 1px rgba(169, 98, 204, 0.08);
}

.success-page .icon-wrap svg {
    display: block;
}

.success-page .result-heading {
    font-size: 34px;
    line-height: 1.1;
    color: #2a1a35;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.success-page .result-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #4a3d55;
    margin: 0 0 48px;
}

.success-page .divider-line {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #A962CC, #C5C2E2);
    border-radius: 4px;
    margin: 0 auto 48px;
}

.success-page .detail-block {
    background: #EEECF0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 48px;
    text-align: left;
}

.success-page .detail-block .detail-label {
    font-size: 13px;
    line-height: 1.1;
    color: #A962CC;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 600;
}

.success-page .detail-block .detail-text {
    font-size: 16px;
    line-height: 1.75;
    color: #2a1a35;
    margin: 0;
}

.success-page .action-group {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.success-page .btn-primary {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.1;
    color: #ffffff;
    background: #A962CC;
    border: 2px solid #A962CC;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.success-page .btn-primary:hover {
    background: #8f4db0;
    border-color: #8f4db0;
    color: #ffffff;
}

.success-page .btn-primary:focus {
    outline: 3px solid #C5C2E2;
    outline-offset: 2px;
}

.success-page .btn-secondary {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.1;
    color: #A962CC;
    background: transparent;
    border: 2px solid #A962CC;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.22s cubic-bezier(0.0, 0, 0.2, 1), color 0.22s cubic-bezier(0.0, 0, 0.2, 1);
    cursor: pointer;
}

.success-page .btn-secondary:hover {
    background: #A962CC;
    color: #ffffff;
}

.success-page .btn-secondary:focus {
    outline: 3px solid #C5C2E2;
    outline-offset: 2px;
}

.success-page .contact-note {
    margin-top: 48px;
    font-size: 13px;
    line-height: 1.75;
    color: #6a5a78;
    letter-spacing: 0.02em;
}

.success-page .contact-note a {
    color: #A962CC;
    text-decoration: none;
    border-bottom: 1px solid #C5C2E2;
    transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.success-page .contact-note a:hover {
    color: #8f4db0;
    border-bottom-color: #A962CC;
}

@media (max-width: 640px) {
    .success-page {
        padding: 48px 12px;
    }

    .success-page .result-card {
        padding: 24px;
    }

    .success-page .result-heading {
        font-size: 25px;
    }

    .success-page .action-group {
        flex-direction: column;
        align-items: stretch;
    }

    .success-page .btn-primary,
    .success-page .btn-secondary {
        text-align: center;
    }
}

@media (max-width: 360px) {
    .success-page .result-card {
        padding: 24px 12px;
    }
}