.hero-intro {
    max-width: 850px;
    margin: 24px auto 0 !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

.spectrum-page > .content {
    width: min(1080px, calc(100% - 40px));
    max-width: 1080px;
}

.spectrum-page p,
.spectrum-page li {
    color: #2b2b2b;
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    line-height: 1.62;
}

.opening-panel {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 34px;
    padding: 38px 44px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(140deg, #222 0%, #070707 100%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
}

.opening-panel p,
.final-cta p {
    color: #fff;
}

.eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #c80d0d;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 11pt;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.spectrum-visual {
    display: flex;
    height: 170px;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    background: radial-gradient(circle at 50% 100%, rgba(185,0,0,.35), transparent 65%);
}

.spectrum-visual .bar {
    width: 12px;
    min-height: 18px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(#ef3333, #8f0000);
    box-shadow: 0 0 12px rgba(225, 0, 0, .28);
}

.bar-1 {height: 24%;}.bar-2 {height: 42%;}.bar-3 {height: 70%;}.bar-4 {height: 48%;}
.bar-5 {height: 84%;}.bar-6 {height: 58%;}.bar-7 {height: 94%;}.bar-8 {height: 63%;}
.bar-9 {height: 78%;}.bar-10 {height: 46%;}.bar-11 {height: 61%;}.bar-12 {height: 31%;}

.spectrum-section,
.faq-section {
    position: relative;
    margin: 26px auto;
    padding: 40px 48px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-top: 5px solid #990000;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff, #f6f6f6);
    box-shadow: 0 8px 24px rgba(0,0,0,.07);
}

.spectrum-section:nth-of-type(even) {
    border-top-color: #252525;
}

.section-number {
    position: absolute;
    top: 18px;
    right: 24px;
    color: rgba(153,0,0,.09);
    font-family: GothamBold, Arial, sans-serif;
    font-size: 52pt;
    line-height: 1;
}

.spectrum-page h2 {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 0 22px;
    color: #222;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 24pt;
    line-height: 1.22;
}

.spectrum-page h2::after {
    content: '';
    display: block;
    width: 82px;
    height: 3px;
    margin-top: 15px;
    background: #990000;
}

.analyzer-graphic {
    margin: 30px 0;
    padding: 12px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0,0,0,.1);
}

.analyzer-graphic img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

.source-callout {
    margin: 28px 0 !important;
    padding: 22px 26px;
    border-left: 5px solid #990000;
    background: #fff;
}

.source-callout a {
    color: #990000;
    font-weight: bold;
}

.benefit-list,
.feature-list {
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.benefit-list li,
.feature-list li {
    position: relative;
    margin: 12px 0;
    padding: 16px 20px 16px 48px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    background: #fff;
}

.benefit-list li::before,
.feature-list li::before {
    content: '✓';
    position: absolute;
    top: 15px;
    left: 19px;
    color: #990000;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.faq-section {
    margin-top: 36px;
    border-top-color: #252525;
}

.faq-item {
    margin: 16px 0;
    border-left: 4px solid #990000;
    border-radius: 0 8px 8px 0;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.faq-item summary {
    position: relative;
    padding: 23px 62px 23px 26px;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {display:none;}

.faq-item summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 24px;
    color: #990000;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    transform: translateY(-50%);
}

.faq-item[open] summary::after {content:'−';}

.faq-item h3 {
    display: inline;
    margin: 0;
    color: #222;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 16pt;
    line-height: 1.35;
}

.faq-answer {
    padding: 0 62px 24px 26px;
    border-top: 1px solid #ededed;
}

.faq-answer p {margin: 20px 0 0;}

.final-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 38px;
    align-items: center;
    margin-top: 34px;
    padding: 42px 48px;
    border-top: 5px solid #b20b0b;
    border-radius: 12px;
    background: linear-gradient(145deg, #252525, #090909);
    box-shadow: 0 12px 32px rgba(0,0,0,.2);
}

.final-cta h2 {color:#fff;}
.final-cta .eyebrow {color:#ef3a3a;}

.cta-actions {min-width: 220px;}

.primary-action,
.secondary-action {
    display: block;
    margin: 10px 0;
    padding: 14px 22px;
    border-radius: 5px;
    font-family: GothamBold, Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.primary-action {background:#a60000;color:#fff;box-shadow:0 5px 13px rgba(0,0,0,.25);}
.secondary-action {border:1px solid #fff;color:#fff;}

@media (max-width: 768px) {
    .opening-panel,
    .final-cta {grid-template-columns:1fr;}
    .spectrum-visual {height:130px;}
    .spectrum-section,
    .faq-section,
    .opening-panel,
    .final-cta {padding:28px 24px;}
    .spectrum-page h2 {font-size:19pt;}
    .spectrum-page p,
    .spectrum-page li {font-size:11pt;line-height:1.58;}
    .cta-actions {min-width:0;}
}

@media (max-width: 500px) {
    .spectrum-page > .content {width:calc(100% - 24px);}
    .section-number {top:14px;right:14px;font-size:38pt;}
    .spectrum-section,
    .faq-section,
    .opening-panel,
    .final-cta {padding:22px 18px;}
    .analyzer-graphic {padding:7px;}
    .faq-item summary {padding:20px 50px 20px 18px;}
    .faq-item summary::after {right:18px;}
    .faq-answer {padding:0 18px 20px;}
}
