:root {
    --bg-page: #FFFFFF;
    --bg-hero: #F7F9F3;
    --bg-panel: #F4F1FE;
    --ink: #2C2140;
    --ink-soft: #6E6478;
    --muted: #9A93A8;
    --accent: #5B0DD5;
    --grad-pink: #D688FE;
    --grad-violet: #7B2FE0;
    --grad-teal: #10BDB8;
    --grad-gold: #FFC24B;
    --line: #E6E2DA;
    --card-bg: #FFFFFF;
    --btn-dark-bg: #131018;
    --dark-bg: #000000;
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --maxw: 1200px;
}

@font-face {
    font-family: "Nohemi";
    src: url("/assets/fonts/nohemi/Nohemi-Regular-BF6a4e01a26b011.ttf") format("truetype");
    font-weight: 400;

    font-display: swap;
}

@font-face {
    font-family: "Nohemi";
    src: url("/assets/fonts/nohemi/Nohemi-Medium-BF6a4e01a26b011.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}

.navbar {
    background: white;
    box-shadow: 0 3px 10px rgba(208, 195, 232, .4);
}

.navbar-links li>p,
.navbar-links li>a {
    color: #140a26;
}

.arrow-icon {
    mix-blend-mode: difference;
}

.nav-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 5px 12px;
    border-radius: 9999px;
    position: relative;
    background: #5506dd;
    border: 1px solid rgba(202, 177, 255, .45);
    box-shadow: 0 0 0 1px rgba(0, 231, 176, .04), 0 6px 20px -6px rgba(85, 6, 221, .7), inset 0 1px 0 rgba(255, 255, 255, .14);
    overflow: hidden;
}

.nav-chip .va-wave span {
    background: pink !important;
}

.nav-chip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(0, 231, 176, .18) 50%, transparent 80%);
    transform: translateX(-100%);
    animation: chipShine 4.5s ease-in-out infinite;
}

@keyframes chipShine {

    0%,
    60% {
        transform: translateX(-120%)
    }

    80%,
    100% {
        transform: translateX(120%)
    }
}

.nav-chip .va-wave {
    display: flex;
    align-items: center;
    gap: 2.5px;
    height: 15px;
    position: relative;
    z-index: 1;
}

.nav-chip .va-wave span {
    width: 2.5px;
    border-radius: 2px;
    background: var(--teal);
    box-shadow: 0 0 6px rgba(0, 231, 176, .7);
    animation: navWave 1.1s ease-in-out infinite;
}

.nav-chip .va-wave span:nth-child(1) {
    height: 6px;
    animation-delay: 0s;
}

.nav-chip .va-wave span:nth-child(2) {
    height: 13px;
    animation-delay: .15s;
}

.nav-chip .va-wave span:nth-child(3) {
    height: 8px;
    animation-delay: .3s;
}

.nav-chip .va-wave span:nth-child(4) {
    height: 11px;
    animation-delay: .45s;
}

@keyframes navWave {

    0%,
    100% {
        transform: scaleY(.5);
        opacity: .6
    }

    50% {
        transform: scaleY(1);
        opacity: 1
    }
}

.nav-chip span.lbl {
    position: relative;
    z-index: 1;
}

.nav-chip .va-badge {
    position: relative;
    z-index: 1;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--teal);
    background: rgba(0, 231, 176, .14);
    border: 1px solid rgba(0, 231, 176, .32);
    padding: 2px 6px;
    border-radius: 6px;
}

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

.ebook img {
    display: inline;
}

.ebook {
    background: #550ddd;
}

.nav-login {
    font-size: 14px;
    font-weight: 600;
    color: rgba(237, 233, 248, .68);
    transition: color .15s;
}

.slider img {
    margin: 0;
    display: inline-block;
    filter: grayscale(1) brightness(1.15);
    pointer-events: none;
}

.slider .slide-track {
    mix-blend-mode: multiply;
    animation-duration: 240s;
}

.slider div>div:hover {
    border: 1px solid transparent;
    box-shadow: none;
}

.nav-logo {
    height: 30px;
    margin-top: none;
}

.hero {
    background: var(--bg-hero);
    overflow: hidden;
    border-bottom: 1px solid #E9E6F3;
    border-radius: 15px;
    width: calc(100% - 64px);
    margin: auto;
}

.hero-grid {
    display: flex;

}

.hero-copy h1 {
    margin-bottom: 10px;
    font-family: Nohemi;
    font-weight: 400;
    font-size: 52px;
    line-height: 115.99999999999999%;
    letter-spacing: -2%;
}

.hero-copy {
    padding: 60px 0 0 60px;
    width: 65%;
}

.hero-copy p {
    color: var(--ink-soft);
    font-size: 17px;
    max-width: 480px;
    margin: 20px 0 32px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
}

.hero-media {
    width: 650px;
    height: 528px;
    overflow: hidden;
    background: url('/assets/images/home_index/herosectionavg.svg');
    background-repeat: no-repeat;
    position: relative;
}

.logo-carousel {
    position: absolute;
    inset: 0;
}

.logo-slide {
    position: absolute;
    top: 50%;
    left: 65%;
    width: 500px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .6s cubic-bezier(.22, 1, .36, 1), opacity .6s ease;
}

.logo-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.logo-slide.is-active {
    cursor: default
}

.float-card {
    position: absolute;
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 10px 14px;
    box-shadow: 0 12px 30px rgba(20, 10, 40, .18);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
}

.float-card .tag {
    background: #DCFCE7;
    color: #15803D;
    border-radius: 6px;
    padding: 2px 6px;
    font-size: 11px;
}

.float-card small {
    display: block;
    font-weight: 400;
    color: var(--muted);
    font-size: 11px;
}

.float-1 {
    top: 6%;
    right: 8%;
}

.float-2 {
    top: 38%;
    right: 0;
    transform: translateX(20%);
}

.float-3 {
    bottom: 8%;
    right: 14%;
}

.gt {
    font-family: Manrope;
    font-weight: 500;
    font-size: 28px;
    line-height: 115.99999999999999%;
    letter-spacing: 2%;
}

.mybtn {
    background: #0B0416;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
}

.slider>div>div {
    margin: 30px 15px;
}

.agents-section {
    text-align: center;
    margin: auto;
    width: 90%;
}

.sub {
    font-family: Manrope;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

.agents-section h2 {
    font-size: 38px;
    margin-bottom: 8px;
}

.agents-section>.wrap>p.sub {
    color: var(--ink-soft);
    max-width: 520px;
    margin: 0 auto 40px;
}

.tab-bar {
    display: flex;
    justify-content: center;
    gap: 4px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 9px;
    padding: 6px;
    margin: 0 auto 32px;
    flex-wrap: wrap;
}

.wrap h2 {
    font-family: Nohemi;
    font-weight: 400;
    font-size: 38px;
    line-height: 150%;
    letter-spacing: 0;
}

.tab-bar button {
    background: transparent;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-soft);
    white-space: nowrap;
    width: 33%;
    border: none;
}

.tab-bar button.active {
    background: #5506dd;
    color: #fff;
}

.agent-tab-panel {
    display: none;
}

.agent-tab-panel.active {
    display: block;
}

.agent-panel-label {
    text-align: center;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px;
}

.agent-panel-label .eyebrow {
    margin-bottom: 20px;
    display: block;
}

.agent-panel-label h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.agent-panel-label p {
    color: var(--ink-soft);
    font-size: 15px;
    max-width: 760px;
    margin: auto;
}

.agent-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: left;
}

.agent-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.agent-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #131018;
}

.agent-card h4 {
    font-size: 16px;
    font-weight: 600;
}

.agent-card p {
    font-size: 13.5px;
    color: var(--ink-soft);
    flex-grow: 1;
}

.impact-box {
    border-top: 1px solid var(--line);
    padding-top: 12px;
}

.impact-box .impact-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--muted);
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.impact-box .impact-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent);
}

.agents-cta {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.agents-cta p {
    font-weight: 500;
}

.wrap>div.ddd {
    background: #F0ECFFB2;
    padding: 25px;
    border-radius: 20px;
}

.eyebrow {
    color: #5B0DD5;
}

.llll {
    background: white;
    padding: 20px;
    border-radius: 20px;
}

.problem-sectionn {
    padding: 100px 0;
    width: 90%;
    margin: auto;
}

.problem-sectionn h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #131018;
}

.problem-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.accordion-list .accordion-item:first-child {
    border-top: none;
}

.accordion-item {
    border-top: 1px solid var(--line);
    padding: 24px 0;
}

.accordion-head {
    display: flex;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    background: none;
    width: 100%;
    text-align: left;
    border: none;
    padding: 20px 24px 0 20px
}

.accordion-dot {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.accordion-item.active .accordion-dot {
    transform: rotate(90deg);
}

.accordion-head h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.accordion-head span.chevron {
    margin-left: auto;
    font-size: 20px;
    color: var(--muted);
    transition: transform .2s ease;
}

.accordion-item.active .chevron {
    transform: rotate(45deg);
}

.accordion-item.active .accordion-head {
    background: #F9FFF6;
    border-radius: 25px;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    padding-left: 75px;
    background: #F9FFF6;
    display: flex;
    gap: 30px;
}

.accordion-item.active .accordion-body {
    max-height: 400px;
}

.accordion-body p.desc {
    color: var(--ink-soft);
    font-size: 15px;
    margin: 10px 0 16px;
}

.accordion-body ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-body li {
    position: relative;
    padding-left: 18px;
    font-size: 14.5px;
    color: var(--ink-soft);
}

.accordion-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
}

.accordion-body .see-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-weight: 600;
    font-size: 14px;
    color: var(--accent);
    font-family: Nohemi;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0;
    padding-left: 60px;
    padding-bottom: 20px;
}

.accordion-body .see-link .arrow-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.problem-visual {
    background: linear-gradient(160deg, #e9d9fb, #d8c3f7);
    border-radius: var(--radius-lg);
    padding: 24px;
    position: sticky;
    top: 24px;
}

.visual-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 18px;
    box-shadow: 0 20px 40px rgba(40, 20, 70, .12);
}

.visual-card .visual-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 14px;
}

.visual-card .visual-head .dot-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1877F2;
}

.visual-card .visual-head .create-btn {
    margin-left: auto;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 600;
}

.audience-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    margin-bottom: 12px;
}

.audience-row .a-name {
    font-size: 14px;
    font-weight: 600;
}

.audience-row .a-sub {
    font-size: 12px;
    color: var(--muted);
}

.audience-row .a-tag {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.a-tag.lds {
    background: #FDE7CF;
    color: #B9600B;
}

.a-tag.lal {
    background: #DCEAFE;
    color: #1D4ED8;
}

.a-status {
    font-size: 11px;
    font-weight: 600;
    color: #15803D;
    background: #DCFCE7;
    padding: 3px 8px;
    border-radius: 6px;
}

.acc_subtext {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 0;
    color: #68666C;
}

.accordion-item {
    padding: 0;
}

.dis-img {
    margin-left: 100px;
    padding-bottom: 40px;
}

.eee {
    font-family: Nohemi;
    font-weight: 400;
    font-size: 38px;
    line-height: 115.99999999999999%;
    letter-spacing: -1%;
}

.accordion-body>div:first-child {
    padding-top: 20px;
}

.values-section {
    max-width: 1440px;
    margin: auto;
}

.accordion-head h3 {
    font-family: Nohemi;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
}

.values-orb-wrap {
    width: 520px;
    height: 520px;
    z-index: 0;
    position: relative;
}

.values-orb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -30px;
    background: url('/assets/images/home_index/Thecore.svg');
    background-repeat: no-repeat;
}

.values-orb-label {
    position: absolute;
    top: 50%;
    right: -78px;
    color: #fff;
    font-family: Nohemi;
    font-weight: 600;
    font-size: 38px;
    line-height: 115.99999999999999%;
    letter-spacing: -1%;
}

.values-copy {
    max-width: 670px;
    margin-left: auto;
}

.value-block {
    padding: 26px 0;
    border-top: 1px solid var(--line);
}

.value-block:first-child {
    border-top: none;
}

.value-block h4 {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.value-block h4 .value-highlight {
    color: var(--accent);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--font-body);
}

.value-highlight {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
}

.value-block h4 .dot-sep {
    color: var(--muted);
    font-weight: 400;
}

.value-block p {
    color: var(--ink-soft);
    font-size: 15px;
}

.value-block p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    width: 85%;
}

.values-section .wrap {
    display: flex;
    align-items: center;
}

.value-block h4 {
    font-family: Nohemi;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
}

.grad-text-3 {
    font-family: Nohemi;
    font-weight: 400;
    font-size: 38px;
    line-height: 115.99999999999999%;
    letter-spacing: -1%;
}

.blk {
    color: #131018;
    font-family: Nohemi;
    font-weight: 400;
    font-size: 38px;
    line-height: 115.99999999999999%;
    letter-spacing: -1%;
}

.security-section {
    padding: 80px 0 100px;
    width: 90%;
    margin: auto;
}

.security-head h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-family: Nohemi;
    font-weight: 500;
    font-size: 38px;
    line-height: 115.99999999999999%;
    letter-spacing: -1%;
    margin: 0;
}

.security-head p {
    color: var(--ink-soft);
    font-size: 16px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 5px;
    letter-spacing: 0;
    margin-top: 0;
}

.security-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-bottom: 0;
    overflow: hidden;
    margin: auto;
}

.security-card {
    background: #fff;
    padding: 28px;
    border-right: 1px solid var(--line);
}

.security-card:last-child {
    border-right: none;
}

.security-card .icon-badge {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--ink);
    margin-bottom: 16px;
}

.security-card h4 {
    font-size: 17px;
    margin-bottom: 8px;
    font-family: Nohemi;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -.16px;
}

.grad-text-3 {
    background: linear-gradient(90deg, var(--grad-pink) 0%, var(--grad-violet) 50%, var(--grad-teal) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.security-card p {
    font-size: 14.5px;
    color: #78758A;
    font-family: Manrope;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
}

.cert-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    text-align: center;
}

.cert-row {
    display: flex;
    background: #FBFAFD;
    border: 1px solid;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 16px;
    border: 1px solid var(--line);
}

.cta-bottom {
    width: 90%;
    margin: 0 auto 80px;
}

.cta-bottom-inner {
    background: url('/assets/images/home_index/BottomCTAbar.svg') center/cover no-repeat;
    border-radius: var(--radius-lg);
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 200px;
}

.cta-bottom-text {
    color: #fff;
    font-family: Nohemi;
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -1%;
    margin: 0;
    max-width: 430px;
}

.cta-bottom-btn {
    background: #0B0416;
    color: #fff;
    font-family: Manrope;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 9999px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

#cookiePopup {
    z-index: 20 !important;
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .agent-grid {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media screen and (max-width:768px) {
    .nav-chip {
        display: none
    }

    .agent-grid,
    .challenges-grid,
    .setup-grid {
        grid-template-columns: 1fr !important
    }

    .hero-grid {
        flex-direction: column-reverse
    }

    .hero-copy {
        width: 100%;
        padding: 32px 20px 20px
    }

    .hero-copy h1 {
        font-size: 30px
    }

    .hero-copy p {
        font-size: 15px;
        max-width: 100%
    }

    .gt {
        font-size: 20px
    }

    .hero-media {
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center
    }

    #logoCarousel {
        transform: scale(.55);
        transform-origin: center
    }

    .agents-section {
        width: 94%
    }

    .agents-section h2,
    .wrap h2 {
        font-size: 24px
    }

    .sub {
        font-size: 15px
    }

    .ddd {
        padding: 14px
    }

    .llll {
        padding: 14px
    }

    .tab-bar {
        padding: 4px;
        flex-direction: column
    }

    .tab-bar button {
        font-size: 13px;
        padding: 10px 8px;
        width: 100%
    }

    .tab-bar button span {
        display: inline-block !important;
        margin-left: 6px !important;
        font-size: 10px !important;
        padding: 1px 5px !important;
        white-space: normal !important
    }

    .agent-panel-label {
        padding: 16px
    }

    .agent-cards {
        grid-template-columns: 1fr
    }

    .agents-cta {
        flex-direction: column;
        gap: 12px;
        text-align: center
    }

    .problem-sectionn {
        width: 94%;
        padding: 50px 0
    }

    .eee {
        font-size: 26px
    }

    .accordion-head {
        padding: 16px;
        gap: 14px
    }

    .accordion-head h3 {
        font-size: 17px
    }

    .acc_subtext {
        font-size: 13px;
        line-height: 1.4
    }

    .accordion-body {
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px
    }

    .accordion-body .see-link {
        padding-left: 0
    }

    .dis-img {
        margin-left: 0;
        max-width: 100%;
        height: auto;
        padding-bottom: 20px
    }

    .accordion-item.active .accordion-body {
        max-height: 550px
    }

    .values-section .wrap {
        flex-direction: column;
        text-align: center;
        width: calc(100% - 64px);
        margin: auto;

    }



    .values-orb {
        display: none
    }

    .values-orb-wrap {
        width: 100%;
        height: 100%;
        margin: 50px 0 20px 0;
        text-align: left
    }

    .values-orb-label,
    .blk,
    .grad-text-3 {
        font-size: 24px
    }

    .values-orb-label {
        position: static;
        color: #131018
    }

    .values-copy {
        max-width: 100%;
        margin: 0 auto
    }

    .value-block p {
        width: 100%;
        text-align: left
    }

    .security-section {
        width: 94%;
        padding: 40px 0 60px
    }

    .security-head h2 {
        font-size: 26px
    }

    .security-head p {
        font-size: 15px
    }

    .security-cards {
        grid-template-columns: 1fr
    }

    .security-card {
        border-right: none;
        border-bottom: 1px solid var(--line)
    }

    .security-card:last-child {
        border-bottom: none
    }

    .cert-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 16px
    }

    .cert-badge {
        flex: 1 1 40%
    }

    .cta-bottom {
        width: 94%;
        margin: 0 auto 40px
    }

    .cta-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
        min-height: 0
    }

    .cta-bottom-text {
        font-size: 20px;
        max-width: 100%
    }

    .cta-bottom-btn {
        width: 100%;
        text-align: center;
        padding: 14px 20px
    }

    main {
        margin-top: 50px
    }
}

@media screen and (max-width:480px) {
    .hero-copy h1 {
        font-size: 26px
    }

    .hero-media {
        height: 220px
    }

    #logoCarousel {
        transform: scale(.4)
    }

    .values-orb-label {
        font-size: 24px
    }
}

.testimonial {
    padding: 40px 0;
}

.testimonial__card {
    width: 400px;
    margin: auto;
    padding: 28px;
    border-radius: 28px 28px 48px 48px;
    background: #fff;
    position: relative;
    border: 1px solid transparent;
    background-clip: padding-box;
}

.testimonial__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(234deg, #00ffc1, #a585ff, transparent);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.testimonial__quote {
    font-size: 161px;
    line-height: .7;
    background: linear-gradient(180deg, #a585ff, #d9ccff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -46px;
    transform: rotate(0deg);
}

.testimonial__text {
    margin-top: -20px;
    font-size: 14px;
    line-height: 1.5;
    color: #685d79;
    letter-spacing: .04em;
}

.testimonial__footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}

.testimonial__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(180deg, #ccc, #d1c5e4);
}

.testimonial__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial__name {
    font-weight: 800;
    font-size: 16px;
}

.testimonial__role {
    font-size: 12px;
    color: #8b819c;
}

.testimonial__company {
    font-size: 13px;
    font-weight: 700;
    color: #8b819c;
}

.testimonial__brand {
    margin-left: auto;
}

.testimonial__brand img {
    width: 50px;
}

.testimonial>div.tcard {
    background: linear-gradient(229.04deg, rgb(249 249 249) 0%, rgb(222 231 247) 42.307692766189575%, rgb(255 255 255) 100%);
    width: 468px;
    padding: 20px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.testimonial {
    padding: 40px 0;
    overflow: hidden;
}

.testimonial__viewport {
    overflow: hidden;
    width: 100%;
}

.testimonial__track {
    display: flex;
    width: max-content;
    gap: 40px;
    animation: scroll 35s linear infinite;
}

.testimonial:hover .testimonial__track {
    animation-play-state: paused;
}

.tcard {
    flex: 0 0 auto;
}

.tcard img {
    height: 407px;
}

.testimonial__card {
    width: 100%;
    margin: 0;
}

.testimonial__brand {
    fill: #FFF;
    border: 1.222px solid #5506DD;
    border-color: #5506DD;
    width: 60.704px;
    height: 60.704px;
    border-radius: 50%;
}

.hero-copy .grad-text-3 {
    font-size: 46px;
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.testimonial__viewport h3 {
    color: var(--Text-1, #2C2140);
    text-align: center;
    font-family: Manrope;
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: .46px;
}

.testimonial__viewport>p {
    color: #66587E;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 168.5%;
    letter-spacing: .32px;
    padding-bottom: 30px;
}

.problems-section {
    padding: 0px 24px 80px;
}

.problems-panel {
    max-width: 1392px;
    margin: 0 auto;
    background: radial-gradient(120% 130% at 15% 0%, #f3ecff 0%, #faf5f1 46%, #ffffff 100%);
    border: 1px solid #efeaf7;
    border-radius: 36px;
    padding: 76px 64px 68px;
}

.problems-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
}

.problems-title {
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2c2140;
    margin: 0;
    max-width: 862px;
}

.problems-title-highlight {
    background: linear-gradient(90deg, #7b3ff2, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.problems-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.problem-row {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #efeaf7;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(44, 33, 64, .06);
}

.problem-left {
    background: linear-gradient(160deg, #f7f3ff, #fbf9ff);
    padding: 42px 44px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.problem-left-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#e2d7f7 1.3px, transparent 1.3px);
    background-size: 16px 16px;
    opacity: .5;
    -webkit-mask-image: linear-gradient(135deg, #000, transparent 70%);
    mask-image: linear-gradient(135deg, #000, transparent 70%);
}

.problem-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.problem-number {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(150deg, #7b3ff2, #5506dd);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nohemi', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(85, 6, 221, .28);
}

.problem-eyebrow {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .16em;
    color: #7b3ff2;
}

.problem-question {
    position: relative;
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 1.22;
    letter-spacing: -.01em;
    color: #2c2140;
    margin: 0 0 auto;
    max-width: 440px;
}

.problem-why {
    position: relative;
    font-size: 15px;
    line-height: 1.62;
    color: #6b6577;
    margin: 44px 0 0;
    max-width: 430px;
}

.problem-why strong {
    color: #2c2140;
    font-weight: 700;
}

.problem-right {
    background: #ffffff;
    padding: 42px 44px;
    display: flex;
    flex-direction: column;
}

.problem-right-label {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .15em;
    color: #9a94a6;
    margin-bottom: 18px;
}

.problem-right-desc {
    font-size: 15.5px;
    line-height: 1.62;
    color: #5b5568;
    margin: 0 0 32px;
}

.problem-result {
    border-top: 1px solid #ece8f5;
    padding-top: 28px;
    margin-top: auto;
}

.problem-result-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .15em;
    color: #0e9f6e;
    margin-bottom: 14px;
}

.problem-result-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #17c964;
}

.problem-result-title {
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 23px;
    color: #2c2140;
    margin-bottom: 12px;
}

.problem-result-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #6b6577;
    margin: 0;
    max-width: 420px;
}

@media (max-width:900px) {
    .problems-section {
        padding: 72px 20px 60px
    }

    .problems-panel {
        padding: 48px 28px 40px;
        border-radius: 28px
    }

    .problems-title {
        font-size: 34px;
        max-width: 100%
    }

    .problem-row {
        grid-template-columns: 1fr
    }

    .problem-left,
    .problem-right {
        padding: 32px 28px
    }

    .problem-question,
    .problem-why {
        max-width: 100%
    }
}

@media (max-width:480px) {
    .problems-section {
        padding: 56px 16px 48px
    }

    .problems-panel {
        padding: 36px 20px 32px;
        border-radius: 22px
    }

    .problems-header {
        margin: 0 auto 40px
    }

    .problems-title {
        font-size: 26px
    }

    .problem-left,
    .problem-right {
        padding: 26px 20px
    }

    .problem-question {
        font-size: 22px
    }

    .problem-why,
    .problem-right-desc,
    .problem-result-desc {
        font-size: 14px
    }

    .problem-result-title {
        font-size: 20px
    }
}


.capabilities-section {
    background: #160f28;
    padding: 50px 24px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.capabilities-glow-1 {
    position: absolute;
    top: -120px;
    left: 8%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(123, 63, 242, .35), transparent 68%);
}

.capabilities-glow-2 {
    position: absolute;
    bottom: -180px;
    right: 6%;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 211, 196, .18), transparent 68%);
}

.capabilities-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.capabilities-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.capabilities-title {
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -.02em;
    color: #ffffff;
    margin: 0 0 18px;
}

.capabilities-subtitle {
    font-size: 19px;
    line-height: 1.6;
    color: #a79fc0;
    margin: 0;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.capability-card {
    position: relative;
    border-radius: 26px;
    padding: 40px 40px 44px;
}

.capability-card--stitch {
    background: linear-gradient(180deg, rgba(123, 63, 242, .10), rgba(255, 255, 255, .02));
    border: 1px solid rgba(178, 150, 255, .20);
}

.capability-card--agents {
    background: linear-gradient(180deg, rgba(34, 211, 196, .10), rgba(255, 255, 255, .02));
    border: 1px solid rgba(34, 211, 196, .22);
}

.capability-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.capability-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capability-icon--stitch {
    background: linear-gradient(150deg, #a855f7, #5506dd);
    box-shadow: 0 12px 26px rgba(85, 6, 221, .4);
}

.capability-icon--agents {
    background: linear-gradient(150deg, #2dd4c4, #0ea5b5);
    box-shadow: 0 12px 26px rgba(14, 165, 181, .4);
}

.capability-label {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .16em;
}

.capability-label--stitch {
    color: #c4a8ff;
}

.capability-label--agents {
    color: #5fe6d8;
}

.capability-heading {
    font-family: 'Nohemi', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    margin: 0 0 16px;
}

.capability-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #b3abc9;
    margin: 0;
}

.capability-desc strong {
    color: #ffffff;
    font-weight: 700;
}

.capabilities-footer {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.capabilities-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 13px 28px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #a79fc0;
    text-align: center;
}

.capabilities-pill-highlight {
    background: linear-gradient(90deg, #c4a8ff, #5fe6d8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-left: 4px;
}

@media (max-width: 900px) {
    .capabilities-section {
        padding: 72px 20px 80px;
    }

    .capabilities-title {
        font-size: 36px;
    }

    .capabilities-subtitle {
        font-size: 17px;
    }

    .capabilities-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .capability-card {
        padding: 32px 28px 36px;
    }

    .capability-heading {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .capabilities-section {
        padding: 56px 16px 64px;
    }

    .capabilities-header {
        margin: 0 auto 40px;
    }

    .capabilities-title {
        font-size: 28px;
    }

    .capabilities-subtitle {
        font-size: 15px;
    }

    .capability-card {
        padding: 26px 20px 30px;
        border-radius: 20px;
    }

    .capability-icon {
        width: 48px;
        height: 48px;
    }

    .capability-heading {
        font-size: 21px;
    }

    .capability-desc {
        font-size: 15px;
    }

    .capabilities-pill {
        font-size: 13px;
        padding: 11px 18px;
        text-align: center;
    }

    .tcard img {
        height: 250px;
    }
}

.problems-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 52px;
}

.problems-cta-text {
    font-size: 17px;
    font-weight: 600;
    color: #2c2140;
}

.problems-cta-btn {
    background: #5506dd;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 28px;
    border-radius: 999px;
}

@media (max-width: 600px) {
    .problems-cta {
        flex-direction: column;
        gap: 14px;
        margin-top: 36px;
        text-align: center;
    }

    .problems-cta-text {
        font-size: 15px;
    }

    .problems-cta-btn {
        font-size: 15px;
        padding: 13px 24px;
        width: 100%;
        text-align: center;
    }
}

   .capabilities-demo-row {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}
      .capabilities-demo-text {
        font-size: 17px;
        font-weight: 600;
        color: #ffffff;
      }

      .capabilities-demo-btn {
        background: linear-gradient(90deg, #7b3ff2, #a855f7);
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        padding: 16px 32px;
        border-radius: 999px;
        box-shadow: 0 12px 30px rgba(123, 63, 242, .4);
      }

      @media (max-width: 600px) {
        .capabilities-demo-row {
          flex-direction: column;
          gap: 14px;
          text-align: center;
        }

        .capabilities-demo-text {
          font-size: 15px;
        }

        .capabilities-demo-btn {
          font-size: 15px;
          padding: 14px 26px;
          width: 100%;
          text-align: center;
        }
      }