*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

body {
    /* background: #07090f;
    color: #fff; */
    /*font-family: 'Inter', sans-serif;*/
}

.breadcrumb {
    padding: 0.875rem 2rem;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
}

.fix_width {
    max-width: 1280px;
    margin: 0 auto;
}
.wrapper_white_clr{
    background: #fff !important;
}
.hero {
    padding: 5rem 2rem 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    overflow: hidden;

    background: #07090f !important;
    color: #fff !important;
}

.hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(26, 111, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.hero h1 {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0 0 1.5rem;
    /*max-width: 720px;*/
    max-width: 920px;
    /*font-family: "Inter", sans-serif;*/
     font-family: 'Space Grotesk', sans-serif !important;
      /*font-family: 'Inter', sans-serif !important;*/
}

.hero h1 em {
    font-style: normal;
    color: #1a6fff;
}

.hero-sub {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    max-width: 560px;
    margin: 0 0 2.5rem;
    font-weight: 300;
}

.hero-btns {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #1a6fff;
    color: #fff;
    padding: 12px 52px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.btn-primary:hover {
    /* background: #1557dd; */
    transform: scale(1.05);
}

.btn-secondary {
    border: 1px solid #ffffff2e;
    color: #ffffffbf;
    padding: 12px 52px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: #ffffff0a;

    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: none;
    background: #141820;
}

.stat {
    padding: 2rem;
    border-right: 1px solid #e5e7eb;
}

.stat:last-child {
    border-right: none;
}

.stat-val {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #1a6fff;
    margin: 0 0 6px;
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}


.section {
    padding: 5rem 2rem;
    position: relative;
}

.section.white-section {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

.section.grey-section {
    background: #f7f8fa !important;
    color: #1a1a1a !important;
}

.white-section .section-title,
.grey-section .section-title {
    color: #0d1117 !important;
}

.white-section .section-sub,
.grey-section .section-sub {
    color: #4a5568;
}

.white-section .section-eyebrow,
.grey-section .section-eyebrow {
    color: #1a6fff;
    background: rgba(26, 111, 255, 0.08);
    border-color: rgba(26, 111, 255, 0.2);
}

.white-section h3,
.grey-section h3 {
    color: #0d1117;
}

.white-section p,
.grey-section p {
    color: #4a5568;
}

.white-section .faq-q,
.grey-section .faq-q {
    color: #0d1117;
}

.white-section .faq-a,
.grey-section .faq-a {
    color: #4a5568;
}

.white-section .faq-toggle,
.grey-section .faq-toggle {
    color: #0d1117;
}

.white-section .diff-name,
.grey-section .diff-name {
    color: #0d1117;
}

.white-section .diff-desc,
.grey-section .diff-desc {
    color: #4a5568;
}

.white-section .diff-row,
.grey-section .diff-row {
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

.flow-section h2,
.flow-section p,
.flow-section .section-eyebrow {
    color: #0d1117 !important;
}

.flow-section .flow-label-bad {
    color: rgba(200, 50, 50, 0.8);
}

.flow-section .flow-label-good {
    color: #1a6fff;
}

.flow-section .flow-step-bad {
    background: rgba(0, 0, 0, 0.06);
    color: #555;
}

.flow-section .flow-note-bad {
    background: #c832320f !important;
    color: #b43232e6 !important;
}

.flow-section .flow-note-good {
    background: rgba(26, 111, 255, 0.07) !important;
    color: #1a6fff !important;
}

.flow-section .flow-block {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.flow-section .cf-progress-label {
    color: #555 !important;
}

.section-eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1a6fff !important;
    margin-bottom: 1.25rem;
    font-weight: 700;
    background: rgba(26, 111, 255, 0.08) !important;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(26, 111, 255, 0.2);
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0 0 0.75rem;
    line-height: 1.1;
    max-width: 680px;
    color: #0d1117 !important;
     font-family: 'Space Grotesk', sans-serif !important;
      /*font-family: 'Inter', sans-serif !important;*/
}

.section-sub {
    font-size: 15px;
    font-weight: 400;
    color: #4a5568;
    line-height: 1.75;
    max-width: 560px;
    margin: 0 0 2rem;
}

.benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.benefit {
    background: #0d1117;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 1.5rem;
}

.benefit:hover {
    border-color: rgba(26, 111, 255, 0.25);
}

.benefit-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(26, 111, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.benefit-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
}

.benefit-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    margin: 0;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 2rem;
}

.step {
    background: #0d1117;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 1.5rem;
}

.step-n {
    font-size: 11px;
    font-weight: 700;
    color: #1a6fff;
    letter-spacing: 0.1em;
    margin: 0 0 0.75rem;
}

.step-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
}

.step-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    margin: 0;
}

.fits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 2rem;
}

.fits-card {
    background: #0d1117;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 1.5rem;
}

.fits-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a6fff;
    font-weight: 600;
    margin: 0 0 10px;
}

.fits-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
}

.fits-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    margin: 0;
}

.use-case {
    display: flex;
    gap: 1.25rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.use-case:last-child {
    border-bottom: none;
}

.uc-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a6fff;
    margin-top: 8px;
    flex-shrink: 0;
}

.uc-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}

.uc-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    margin: 0;
}

.cta {
    padding: 5rem 2rem;
    text-align: center;
    background: linear-gradient(180deg, #07090f 0%, #0c1428 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.cta h2 {
    font-size: 32px;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    color: #fff !important;
     font-family: 'Space Grotesk', sans-serif !important;
      /*font-family: 'Inter', sans-serif !important;*/
}

.cta p {
    font-size: 15px;
    color: #ffffff73 !important;
    margin: 0 0 2rem;
}

.footer {
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 11px;
    color: #ffffff33 !important;
    text-align: center;
    letter-spacing: 0.04em;
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 0;
}

.compare-col {
    background: #0d1117 !important;
    border: 1px solid #ffffff12;
    border-radius: 12px;
    padding: 1.5rem;
}

.compare-col-good {
    border-color: #1a6fff4d !important;
}

.compare-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff4d !important;
    margin-bottom: 1.25rem;
}

.compare-label-good {
    color: #1a6fff !important;
}

.compare-row {
    display: flex;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.compare-row:last-child {
    border-bottom: none;
}

.compare-key {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff59 !important;
    min-width: 110px;
    flex-shrink: 0;
    padding-top: 1px;
}

.compare-val {
    font-size: 13px;
    color: #ffffffa6 !important;
    line-height: 1.5;
}

.effort-bars {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.effort-row {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.effort-label-col {
    min-width: 220px;
    flex-shrink: 0;
}

.effort-name {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 3px;
}

.effort-meta {
    font-size: 12px;
    color: #ffffff66 !important;
}

.effort-bar-col {
    flex: 1;
}

.effort-bar {
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    min-width: 80px;
    transition: width 0.3s;
}

.effort-bar span {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.effort-bar-trad {
    background: #ffffff14 !important;
    color: #ffffff80 !important;
}

.effort-bar-cn {
    background: #1a6fff33 !important;
    color: #7aaeff !important;
}

.effort-bar-cont {
    background: #1a6fff !important;
    color: #fff !important;
}

.surfaces-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 2rem;
}

.surface-card {
    background: #0d1117 !important;
    border: 1px solid #ffffff12;
    border-radius: 12px;
    padding: 1.25rem;
}

.surface-name {
    font-size: 13px;
    font-weight: 700;
    color: #1a6fff !important;
    margin: 0 0 8px;
    letter-spacing: 0.02em;
}

.surface-desc {
    font-size: 12px;
    color: #ffffff66 !important;
    line-height: 1.6;
    margin: 0;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 2rem;
}

.role-card {
    background: #0d1117 !important;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 1.25rem;
}

.role-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.role-mandate {
    font-size: 13px;
    color: #ffffffb3 !important;
    line-height: 1.55;
    margin: 0 0 10px;
}

.role-why {
    font-size: 12px;
    color: #ffffff59 !important;
    line-height: 1.55;
    margin: 0;
    font-style: italic;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 10px;
}


/* V2 additions */
.banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: none;
    background: #141820 !important;
}

.banner-item {
    padding: 2rem 1.5rem;
    border-right: 1px solid #e5e7eb;
    text-align: center;
}

.banner-item:last-child {
    border-right: none;
}

.banner-val {
    font-size: 32px;
    font-weight: 800;
    color: #1a6fff !important;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
}

.banner-label {
    font-size: 12px;
    color: #ffffffbf !important;
    line-height: 1.5;
}

.what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.what-copy p {
    font-size: 15px;
    color: #374151 !important;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.what-copy p:last-child {
    margin-bottom: 0;
}

.runtime-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.runtime-card {
    background: #0d1529 !important;
    border: 1px solid #1a6fff33;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.runtime-card-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #0d1117 !important;
}

.runtime-card-desc {
    font-size: 13px;
    color: #4a5568 !important;
    line-height: 1.55;
    margin: 0;
}

.ai-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 2rem;
}

.ai-card {
    background: #0d1529 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
}

.ai-card-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a6fff !important;
    margin: 0 0 1rem;
}

.ai-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ai-card ul li {
    font-size: 13px;
    color: #374151 !important;
    line-height: 1.55;
    padding: 4px 0;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.ai-card ul li::before {
    content: '●';
    color: #1a6fff !important;
    font-size: 8px;
    margin-top: 4px;
    flex-shrink: 0;
}

.diff-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}

.diff-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: start;
}

.diff-row:last-child {
    border-bottom: none;
}

.diff-name {
    font-size: 15px;
    font-weight: 700;
    color: #0d1117 !important;
}

.diff-desc {
    font-size: 14px;
    color: #4a5568 !important;
    line-height: 1.7;
}

.flow-section {
    padding: 5rem 2rem;
    background: #f7f8fa !important;
    border-top: none;
    border-bottom: none;
}

.flow-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.flow-label-bad {
    color: #c83232cc !important;
}

.flow-label-good {
    color: #1a6fff !important;
}

.flow-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.flow-step {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.flow-step-bad {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: 1px solid #e2e8f0;
}

.flow-step-good {
    background: #1a3a6e !important;
    color: #7aaeff !important;
    border: 1px solid #1a6fff4d;
}

.flow-step-good.highlight {
    background: #1a6fff !important;
    color: #fff !important;
    border-color: #1a6fff !important;
}

.flow-arrow {
    color: #94a3b8 !important;
    padding: 0 6px;
    font-size: 14px;
}

.flow-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    margin-top: 8px;
    padding: 6px 12px;
    border-radius: 6px;
}

.flow-note-bad {
    background: #dc32320f !important;
    color: #b91c1ccc !important;
}

.flow-note-good {
    background: rgba(26, 111, 255, 0.07);
    color: #1d4ed8 !important;
}

.flow-block {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 2rem;
}

.model-card {
    background: #0d1117 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
}

.model-card.featured {
    border-color: #1a6fff66 !important;
    background: #0d1529 !important;
}

.model-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a6fff !important;
    margin: 0 0 0.5rem;
}

.model-location {
    font-size: 12px;
    color: #ffffff4d !important;
    margin: 0 0 1rem;
}

.model-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
}

.model-desc {
    font-size: 13px;
    color: #ffffff73 !important;
    line-height: 1.6;
    margin: 0;
}

.model-sub {
    font-size: 12px;
    color: #ffffff4d !important;
    margin-top: 0.75rem;
    font-style: italic;
    line-height: 1.5;
}


/* V3 additions */
.banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: none;
    background: #141820;
}

.banner-item {
    padding: 2rem 1.5rem;
    border-right: 1px solid #e5e7eb;
    text-align: center;
}

.banner-item:last-child {
    border-right: none;
}

.banner-val {
    font-size: 32px;
    font-weight: 800;
    color: #1a6fff;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
}

.banner-label {
    font-size: 12px;
    color: #ffffffbf !important;
    line-height: 1.5;
}

.problem-quote {
    border-left: 3px solid #1a6fff;
    padding: 1.25rem 1.5rem;
    margin-top: 2rem;
    background: #1a6fff0d !important;
    border-radius: 0 8px 8px 0;
}

.problem-quote p {
    font-size: 16px;
    font-style: italic;
    color: #141414 !important;
    line-height: 1.7;
    margin: 0 0 0.75rem;
}

.problem-quote cite {
    font-size: 12px;
    color: #1a6fff !important;
    font-style: normal;
}

.solution-bullets {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.solution-bullets li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: #374151 !important;
    line-height: 1.55;
}

.solution-bullets li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a6fff !important;
    flex-shrink: 0;
    margin-top: 7px;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 2rem;
}

.model-card {
    background: #0d1117 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.75rem;
}

.model-card.featured {
    border-color: #1a6fff66 !important;
    background: #0d1529 !important;
}

.model-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a6fff !important;
    margin: 0 0 0.75rem;
}

.model-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
}

.model-desc {
    font-size: 13px;
    color: #ffffff73 !important;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.model-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.model-bullets li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 13px;
    color: #ffffff80 !important;
}

.model-bullets li::before {
    content: '•';
    color: #1a6fff !important;
    flex-shrink: 0;
}

.why-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 2rem;
}

.why-card {
    background: #0d1117 !important;
    border: 1px solid #ffffff12;
    border-radius: 12px;
    padding: 1.5rem;
}

.why-card.cf {
    border-color: #1a6fff4d !important;
    background: #0d1529 !important;
}

.why-card-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff4d !important;
    margin: 0 0 0.75rem;
}

.why-card.cf .why-card-label {
    color: #1a6fff;
}

.why-card-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.why-card-desc {
    font-size: 13px;
    color: #ffffff66 !important;
    line-height: 1.65;
    margin: 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-toggle {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    font-family: inherit;
}

.faq-q {
    font-size: 15px;
    font-weight: 600;
    color: #0d1117;
    margin: 0;
    line-height: 1.4;
}

.faq-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, border-color 0.2s;
}

.faq-icon svg {
    transition: transform 0.25s;
}

.faq-item.open .faq-icon {
    background: #1a6fff !important;
    border-color: #1a6fff !important;
}

.faq-item.open .faq-icon svg {
    transform: rotate(45deg);
}

.faq-a {
    font-size: 14px;
    color: #374151 !important;
    line-height: 1.75;
    margin: 0;
    padding: 0 0 1.25rem;
    display: none;
}

.faq-item.open .faq-a {
    display: block;
}

.faq-a strong {
    color: #ffffffcc !important;
}

/* Container using dynamic grid layout */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #141820;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

/* Base Card Styles */
.stat-card {
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 160px;
    box-sizing: border-box;
}

/* Borders separating cards on desktop layout */
.stat-card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

/* Typography elements */
.stat-number {
    font-size: 40px;
    font-weight: 800;
    color: #1a6fff;
    letter-spacing: -0.03em;
    margin: 0 0 10px;
    line-height: 1;
}

.stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}

/* three outcomes  */
/* Container layout styling */
.outcomes-list-v2 {
    margin: 2.5rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-family: 'Inter', sans-serif;
}

/* Master Row Component */
.outcome-row-v2 {
    display: grid;
    grid-template-columns: 60px 220px 1fr;
    gap: 0;
    background: #f1f4f9;
    border: 1px solid #e2e8f0;
    padding: 2rem 2.5rem;
    align-items: center;
    transition: background 0.2s, border-color 0.2s;
    cursor: default;
    box-sizing: border-box;
}

/* Panel Corner Grouping */
.outcome-row-v2:first-child {
    border-radius: 12px 12px 0 0;
}

.outcome-row-v2:last-child {
    border-radius: 0 0 12px 12px;
}

.outcome-row-v2:not(:first-child) {
    border-top: none;
}

/* Hover Micro-interactions */
.outcome-row-v2:hover {
    background: #e8edfa;
    border-color: rgba(26, 111, 255, 0.25);
}

.outcome-row-v2:last-child:hover {
    border-color: rgba(143, 100, 255, 0.3);
}

/* Featured 'Run' Theme Overrides */
.outcome-row-v2.featured {
    background: #e8f0fe;
    border: 1.5px solid rgba(26, 111, 255, 0.3);
    position: relative;
    z-index: 1;
}

.outcome-row-v2.featured:hover {
    background: #d6e4ff;
    border-color: rgba(26, 111, 255, 0.6);
}

/* Column Subcomponents */
.row-number {
    font-size: 32px;
    font-weight: 800;
    color: rgba(26, 111, 255, 0.2);
    line-height: 1;
    letter-spacing: -0.04em;
}

.outcome-row-v2.featured .row-number {
    color: rgba(26, 111, 255, 0.25);
}

.row-identity {
    padding-right: 2rem;
    border-right: 1px solid #e2e8f0;
}

.outcome-row-v2.featured .row-identity {
    border-right-color: rgba(26, 111, 255, 0.2);
}

.row-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
    color: #1a6fff;
}

.row-subtitle {
    font-size: 14px;
    color: #374151;
    margin: 0;
    line-height: 1.5;
}

.row-description {
    padding: 0 0 0 2rem;
}

.row-description p {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
    margin: 0;
}

/* WHY CONTINUUM  */
.why_continuum_char_wrapper {
    margin: 2.5rem 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* --- Mobile Breakpoint responsive --- */
@media (max-width: 992px) {}

@media (max-width: 868px) {

    .outcome-row-v2,
    .outcome-row-v2.featured {
        grid-template-columns: 1fr;
        /* Turns rows into vertical stacks */
        gap: 1.25rem;
        padding: 2rem;
    }

    /* Separate cards cleanly once stacked */
    .outcome-row-v2 {
        border-radius: 12px !important;
        border: 1px solid #e2e8f0 !important;
        margin-bottom: 12px;
    }

    .outcome-row-v2.featured {
        border: 1.5px solid rgba(26, 111, 255, 0.3) !important;
    }

    /* Removes the rigid horizontal side-border dividers */
    .row-identity {
        padding-right: 0;
        border-right: none !important;
    }

    .row-description {
        padding-left: 0;
    }
    .cta h2 {
        font-size: 28px !important;
    }
    .stat-number {
        font-size: 34px !important;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }

    .hero-btns {
        flex-direction: column;
        gap: 10px;
    }

    .why_continuum_char_wrapper {
        grid-template-columns: 1fr !important;
    }

    .stats-grid {
        grid-template-columns: 1fr !important;
        /* Switch to single-column list */
    }

    .stat-card {
        min-height: auto;
        padding: 2rem;
    }

    /* Adjust borders for vertical stacking flow */
    .stat-card:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    .cta h2 {
        font-size: 26px !important;
    }
    .stat-number {
        font-size: 34px !important;
    }
}

@media (max-width: 480px) {
    .hero-btns {
        gap: 8px;
    }

    .section-title {
        font-size: 26px;
    }
    /* .cta h2 {*/
    /*    font-size: 26px;*/
    /*}*/
}