/* SmartReads™ Landing — FOURM brand */

.smartreads-page {
    background-color: #f5f5f5;
}

.sr-main {
    min-height: 100vh;
}

/* Header — same .sr-container as hero so logo and content align; sticky on scroll */
.sr-header {
    background: linear-gradient(135deg, #1f2838 0%, #2a3441 100%);
    padding: 1.25rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.sr-header .sr-container {
    max-width: 960px;
}

.sr-header__logo {
    display: inline-block;
    text-decoration: none;
}

.sr-header__logo-img {
    display: block;
    height: 36px;
    width: auto;
}

@media (max-width: 600px) {
    .sr-header {
        padding: 1rem 0;
    }
    .sr-header__logo-img {
        height: 32px;
    }
}

.sr-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (min-width: 900px) {
    .sr-container {
        max-width: 800px;
        padding: 0 2.5rem;
    }
}

@media (max-width: 600px) {
    .sr-section {
        padding: 3.5rem 0;
    }
    .sr-hero {
        padding: 4rem 0 4.5rem;
    }
    .sr-container {
        padding: 0 1.5rem;
    }
}

/* Hero */
.sr-hero {
    padding: 5.5rem 0 6rem;
    background: linear-gradient(135deg, #1f2838 0%, #2a3441 100%);
    color: white;
    text-align: left;
}

.sr-hero .sr-container {
    max-width: 960px;
}

.sr-hero-headline {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.25;
}

.sr-hero-subheadline {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 2.5rem;
    max-width: 560px;
}

.sr-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
}

.sr-hero-ctas .btn,
.sr-cta-wrap .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sr-hero-ctas .btn,
.sr-hero-ctas .btn:hover,
.sr-cta-wrap .btn,
.sr-cta-wrap .btn:hover,
.sr-final-cta .btn,
.sr-final-cta .btn:hover {
    text-decoration: none;
}

.sr-hero-ctas .btn-primary {
    width: auto;
}

.sr-hero-ctas .btn-secondary {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.sr-hero-ctas .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.sr-trust-bar {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Sections */
.sr-section {
    padding: 5rem 0;
}

.sr-section--alt {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

/* Two-column layout: heading left, content right */
.sr-section .sr-container {
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 2.5rem 3.5rem;
    align-items: start;
    max-width: 960px;
}

.sr-section .sr-container > .sr-headline {
    grid-column: 1;
    margin-bottom: 0;
    padding-top: 0.15em;
}

.sr-section .sr-container > *:not(.sr-headline) {
    grid-column: 2;
}

/* Single-column sections: How It Works, Pillars, FAQ */
.sr-section--single-col .sr-container {
    display: block;
    max-width: 960px;
}

.sr-section--single-col .sr-container > .sr-headline {
    margin-bottom: 1.75rem;
}

.sr-section--single-col .sr-container > *:not(.sr-headline) {
    grid-column: unset;
}

@media (max-width: 768px) {
    .sr-section .sr-container {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .sr-section .sr-container > .sr-headline {
        margin-bottom: 0;
    }
    .sr-section .sr-container > *:not(.sr-headline) {
        grid-column: 1;
    }
}

.sr-headline {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2838;
    margin-bottom: 1.75rem;
    line-height: 1.35;
}

.sr-headline--light {
    color: white;
    text-align: center;
    margin-bottom: 2.25rem;
}

.sr-body {
    color: #444;
    line-height: 1.75;
}

.sr-body p {
    margin-bottom: 1.25rem;
}

.sr-body p:last-child {
    margin-bottom: 0;
}

.sr-cta-wrap {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
}

.sr-cta-wrap .btn-secondary {
    margin-left: 0;
}

.sr-cta-wrap .btn--narrow,
.btn--narrow {
    width: auto;
}

.sr-card-cta {
    margin-top: auto;
    padding-top: 1.5rem;
}

.sr-card-cta .btn {
    text-decoration: none;
    width: auto;
}

/* List */
.sr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sr-list li {
    margin-bottom: 0.875rem;
    padding-left: 1.25rem;
    position: relative;
}

.sr-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffc107;
}

/* How it works — horizontal cards */
.sr-cards {
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
}

.sr-cards--steps {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .sr-cards--steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.sr-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem 1.75rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}

.sr-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.sr-card-num {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    background: #ffc107;
    color: #1f2838;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 6px;
    margin-bottom: 1.25rem;
}

.sr-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2838;
    margin-bottom: 0.75rem;
}

.sr-card-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* 4 Pillars grid — two columns for cards */
.sr-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

@media (max-width: 520px) {
    .sr-pillars-grid {
        grid-template-columns: 1fr;
    }
}

.sr-pillar-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.75rem 2rem;
    border: 1px solid #e8e8e8;
}

.sr-pillar-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1f2838;
    margin-bottom: 0.5rem;
}

.sr-pillar-desc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.55;
    margin: 0;
}

/* Final CTA — single column, centered */
.sr-final-cta {
    background: linear-gradient(135deg, #1f2838 0%, #2a3441 100%);
    padding: 4.5rem 0 4rem;
    text-align: center;
}

.sr-final-cta .sr-container {
    display: block;
    max-width: 720px;
}

.sr-final-cta .sr-container > *:not(.sr-headline) {
    grid-column: unset;
}

.sr-final-cta .sr-headline.sr-headline--light {
    margin-bottom: 3.5rem !important;
    padding-bottom: 0;
    display: block;
}

.sr-final-cta__buttons {
    margin-top: 2rem !important;
    padding-top: 0;
}

.sr-final-cta .sr-hero-ctas {
    justify-content: center;
}

.sr-final-cta__buttons .btn-primary:hover {
    background-color: #ffb300;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

/* FAQ Accordion */
.sr-accordion {
    margin-top: 2rem;
}

.sr-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

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

.sr-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    background: none;
    border: none;
    border-top: 1px solid #e0e0e0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2838;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s;
}

.sr-accordion-trigger:hover {
    color: #2a3441;
}

.sr-accordion-trigger::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 400;
    color: #666;
    flex-shrink: 0;
    margin-left: 0.5rem;
    transition: transform 0.2s;
}

.sr-accordion-trigger--open::after {
    content: '−';
}

.sr-accordion-panel {
    padding: 0 0 1.5rem 0;
}

.sr-accordion-panel p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}
