/* AI Mail Summary Page Styles - Mockup Refined VFinal (100% PARITY) */

:root {
    --psm-blue: #3758a7;
    --psm-dark-blue: #1a1a2e;
    --psm-yellow: #f9b52e;
    --psm-section-bg: #f8fbff;
    /* Light blue alternating background */
    --psm-card-bg: #eef4ff;
    /* Slightly darker blue for cards / highlights */
    --psm-text-grey: #555555;
    --psm-green: #4cd964;
    /* iOS Style Toggle Green */
}

.ai-summary-page {
    font-family: 'Raleway', sans-serif;
    color: var(--psm-dark-blue);
    background-color: #fff;
    line-height: 1.6;
}

/* 1. Top Banner Section */
.ai-summary-banner {
    padding: 40px 0;
    background-color: var(--psm-blue);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.banner-breadcrumb {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.8;
}

.banner-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 1.1;
}

.banner-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    opacity: 0.9;
}

.banner-graphic-col {
    display: flex;
    justify-content: flex-end;
}

.banner-graphic img {
    max-width: 100%;
    height: auto;
    max-height: 220px;
}

/* 2. Intro Section */
.ai-summary-intro {
    padding: 80px 0 0;
    background-color: #fff;
}

.intro-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--psm-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.title-pencil-icon {
    width: 32px;
    height: 32px;
}

.subtitle-bubble {
    display: inline-block;
    background-color: #f6f8fb;
    padding: 12px 60px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 40px;
    color: #333;
    border: 1px solid #eef2f6;
    text-transform: lowercase;
}

.intro-description {
    max-width: 900px;
    margin: 0 auto 45px;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    font-weight: 500;
}

.intro-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.intro-pricing-note {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 60px;
    font-weight: 600;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.intro-illustration img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Global Buttons */
.btn-ai-primary {
    background-color: var(--psm-yellow);
    color: #fff !important;
    padding: 16px 40px;
    font-weight: 900;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 10px rgba(249, 181, 46, 0.2);
}

.btn-ai-secondary {
    background-color: var(--psm-blue);
    color: #fff !important;
    padding: 16px 40px;
    font-weight: 900;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    letter-spacing: 0.8px;
}

/* 3. Social Proof Section */
.social-proof-wrapper {
    padding: 100px 0;
    background-color: var(--psm-section-bg);
}

.social-proof-heading {
    color: var(--psm-blue);
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 80px;
}

.callout-item {
    text-align: center;
    padding: 0 15px;
}

.callout-icon-box {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callout-icon-box i {
    font-size: 4.5rem;
    color: var(--psm-blue);
}

.callout-item h3 {
    font-weight: 800;
    font-size: 1.35rem;
    margin-bottom: 12px;
    color: var(--psm-blue);
}

.callout-item p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 500;
}

/* 4. How It Works Section */
.how-it-works-section {
    padding: 100px 0;
    background-color: #fff;
}

.section-title {
    font-weight: 800;
    font-size: 2.22rem;
    color: #444;
    margin-bottom: 10px;
}

.section-subtitle {
    font-weight: 800;
    font-size: 2rem;
    color: var(--psm-blue);
    margin-bottom: 80px;
}

.how-step-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #f8f8f8;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-number {
    position: absolute;
    top: -24px;
    left: -12px;
    width: 60px;
    height: 60px;
    background-color: var(--psm-yellow);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(249, 181, 46, 0.4);
}

.step-icon {
    font-size: 2.5rem;
    color: var(--psm-blue);
    margin: 10px 0 20px;
}

.how-step-card p {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
}

.how-step-card p strong {
    font-weight: 800;
}

/* Summary Review Box */
.summary-review-box-v8 {
    background-color: #eef4ff;
    border-radius: 10px;
    padding: 50px 80px;
    margin: 80px auto;
    max-width: 950px;
    text-align: left;
}

.review-box-title {
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: var(--psm-blue);
}

.review-bullets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 50px;
}

.bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-weight: 700;
    color: #3758a7;
    font-size: 0.92rem;
    line-height: 1.4;
}

.bullet-item .dot {
    width: 10px;
    height: 10px;
    background-color: var(--psm-blue);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
}

/* Status at a Glance */
.status-glance-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--psm-blue);
    margin-bottom: 10px;
}

.status-sub {
    font-weight: 800;
    color: #555;
    margin-bottom: 40px;
    font-size: 0.95rem;
    text-transform: lowercase;
}

.status-card-v8 {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    color: #444;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.card-icon-wrapper {
    font-size: 1.8rem;
    color: var(--psm-blue);
}

/* 5. Notification Section */
.notification-section-v8 {
    background-color: var(--psm-section-bg);
    padding: 100px 0;
}

.section-title-blue {
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--psm-blue);
    margin-bottom: 15px;
}

.notif-subhead {
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 25px;
    color: #333;
}

.notif-cta-link {
    color: var(--psm-blue);
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: underline;
    margin-bottom: 25px;
    display: inline-block;
}

.notif-desc {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    line-height: 1.6;
}

.notif-card-v8 {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    max-width: 750px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}

.notif-switches-container {
    max-width: 650px;
    margin: 0 auto;
}

.switch-item-v8 {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}

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

.switch-label-v8 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    color: #555;
    font-size: 0.95rem;
}

.switch-label-v8 i {
    font-size: 1.2rem;
    color: #ccc;
}

.switch-toggle-v8 {
    width: 60px;
    height: 32px;
    background-color: #e0e0e0;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.switch-toggle-v8.active {
    background-color: var(--psm-green);
}

.toggle-circle-v8 {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all 0.3s ease;
}

.switch-toggle-v8.active .toggle-circle-v8 {
    left: 31px;
}

.notif-footer-note {
    font-size: 0.85rem;
    color: #999;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

/* 6. What You Get Section (Blue) */
.get-summary-section {
    background-color: var(--psm-blue);
    color: #fff;
    padding: 100px 0;
}

.get-summary-section h2 {
    font-weight: 800;
    font-size: 2.22rem;
    margin-bottom: 5px;
}

.get-subhead {
    font-weight: 500;
    font-size: 1.1rem;
    opacity: 0.85;
    margin-bottom: 40px;
}

.get-focus-text {
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 50px;
}

.get-grid-v8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin: 40px 0;
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.get-item-v8 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-size: 1rem;
}

.get-item-v8 i {
    font-size: 2.2rem;
    color: #fff;
    opacity: 0.95;
}

.get-note-v8 {
    font-size: 0.9rem;
    opacity: 0.8;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

/* 7. Most Useful Section */
.useful-section-v8 {
    padding: 3% 0;
    background-color: var(--psm-section-bg);
}

.useful-card-v8 {
    padding: 20px;
    text-align: center;
}

.card-icon-box-v8 {
    width: 80px;
    height: 80px;
    background-color: var(--psm-blue);
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(55, 88, 167, 0.3);
}

.card-icon-box-v8 i {
    font-size: 2.2rem;
}

.useful-card-v8 p {
    font-weight: 700;
    color: #3758a7;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0;
}

/* 8. Pricing Section */
.pricing-section-v8 {
    padding: 3% 0;
    background-color: #fff;
}

.pricing-subhead {
    font-weight: 800;
    font-size: 1rem;
    color: #555;
    text-transform: lowercase;
}

.pricing-card-v8 {
    background: #eef4ff;
    /* Exact light blue from mockup */
    border-radius: 20px;
    padding: 60px 50px;
    max-width: 42%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    box-shadow: none;
    /* No shadow in mockup */
}

.pricing-card-header h3 {
    font-weight: 900;
    font-size: 2.22rem;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pricing-sparkles {
    font-size: 1.8rem;
    color: var(--psm-blue);
}

.pricing-feature-list-v8 {
    margin-bottom: 30px;
}

.pricing-feature-item-v8 {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    align-items: center;
}

.feature-icon-v8 {
    width: 50px;
    height: 50px;
    background-color: var(--psm-blue);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-v8 i {
    font-size: 1.4rem;
}

.f-title {
    font-weight: 800;
    font-size: 1.5rem;
    color: #000;
    display: block;
    margin-bottom: 2px;
}

.f-subtitle {
    font-weight: 600;
    color: #555;
    font-size: 1rem;
    display: block;
    line-height: 1.4;
}

.f-subtitle b,
.f-subtitle strong {
    font-weight: 900;
    color: #333;
}

.pricing-divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 0;
    width: 100%;
}

.pricing-footer-note-v8 {
    text-align: center;
    font-size: 0.95rem;
    color: #888;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.4;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-cta {
    text-align: center;
}

.pricing-cta .btn-ai-primary {
    padding: 16px 35px;
    border-radius: 6px;
    font-size: 0.95rem;
}

/* 9. Security Section */
.security-section-v8 {
    padding: 120px 0;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.security-title-v8 {
    font-weight: 800;
    font-size: 2.4rem;
    color: var(--psm-blue);
    margin-bottom: 8px;
    line-height: 1.2;
}

.security-sub-v8 {
    font-weight: 800;
    font-size: 1.6rem;
    color: #444;
    margin-bottom: 30px;
}

.security-desc-v8 {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    font-weight: 500;
}

.security-graphic-box {
    display: flex;
    justify-content: flex-end;
}

.security-graphic-box img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 991px) {
    .banner-title {
        font-size: 2.8rem;
    }

    .get-grid-v8 {
        grid-template-columns: 1fr 1fr;
    }

    .security-graphic-box {
        justify-content: center;
        margin-top: 40px;
    }

    .summary-review-box-v8 {
        padding: 40px;
    }

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

@media (max-width: 767px) {
    .banner-title {
        font-size: 2.22rem;
    }

    .intro-buttons {
        flex-direction: column;
        align-items: center;
    }

    .get-grid-v8 {
        grid-template-columns: 1fr;
    }

    .status-card-v8 {
        flex-direction: column;
        text-align: center;
    }

    .pricing-card-v8 {
        padding: 30px;
    }

    .step-number {
        left: 50%;
        transform: translateX(-50%);
    }
}