.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 14px;
    color: #2563eb;
    margin-bottom: 24px;
    font-weight: 500;
}

.breadcrumb a {
    color: #2563eb;
    text-decoration: none;
}

.breadcrumb strong {
    color: #1f2937;
    font-weight: 600;
}

/* Grid */
.page-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
}

/* Typography */
h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #111827;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 48px 0 16px;
    color: #111827;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 24px 0 12px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 8px;
}

.subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 24px;
}

/* Download Card (PDF) */
.download-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f3f4f6;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 50%;
}

.download-card img {
    width: 40px;
}

.download-card a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    flex: 1;
}

.download-icon {
    font-size: 24px;
}

/* Meta */
.meta {
    font-size: 14px;
    color: #6b7280;
    margin: 16px 0;
}

.read {
    margin-left: 8px;
}

/* Summary icons */
.summary {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 24px 0;
    font-size: 15px;
}

.summary img {
    width: 40px;
    height: 40px;
}

/* TOC */
.toc {
    background: #f9fafb;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin: 32px 0;
    cursor: pointer;
}

.arrow {
    font-size: 20px;
}

/* Paragraphs */
.para {
    font-size: 16px;
    color: #374151;
    margin-bottom: 20px;
}

/* Orange Buttons */
.orange-btn {
    background: #1e2f97;
    ;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.orange-btn:hover {
    background: #1e2f97;
    color: #fff;
}

.orange-btn.wide {
    width: 100%;
}

/* Beige CTA */
.cta-beige {
    background: #fff4e5;
    padding: 10px 32px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 48px 0;
}

/* Policy Card */
.policy-card {
    border: 1px solid #d1d5db;
    padding: 32px;
    border-radius: 8px;
    margin: 40px 0;
    position: relative;
    background: #fff;
}

.policy-card .logo {
    height: 40px;
    margin-bottom: 24px;
}

.policy-list {
    padding-left: 20px;
    margin: 12px 0;
}

.policy-footer {
    height: 20px;
    background: #2563eb;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Light Blue Section */
.blue-section {
    background: #eaf3ff;
    padding: 40px;
    border-radius: 12px;
    margin: 48px 0;
}

/* DOC Download */
.doc-download {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f3f4f6;
    padding: 16px;
    border-radius: 8px;
    margin: 40px 0;
    width: 50%;
}

.doc-download img {
    width: 40px;
}

.doc-download a {
    color: #2563eb;
    font-weight: 600;
    flex: 1;
}

/* Blue CTA */
.cta-blue {
    background: #eaf3ff;
    padding: 0px 30px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 48px 0;
}

/* Sidebar */
.sidebar-card {
    background: #f0ecff;
    padding: 32px;
    border-radius: 12px;
    text-align: center;
    position: sticky;
    top: 24px;
}

.sidebar-card img {
    height: 48px;
    margin-bottom: 16px;
}

.sidebar-card h3 {
    font-size: 22px;
    margin: 16px 0;
}

.trusted {
    margin-top: 16px;
    color: #6b7280;
    font-size: 14px;
}

.brands img {
    width: 45%;
    /* height: auto; */
    margin-top: 16px !important;
}

/* Article sections */
.article-section {
    margin: 48px 0;
}

.bullet-list {
    padding-left: 24px;
    margin: 16px 0;
}

.bullet-list li {
    margin-bottom: 12px;
}

/* Author box */
.author-box {
    display: flex;
    gap: 20px;
    background: #f9fafb;
    padding: 24px;
    border-radius: 12px;
    margin: 60px 0;
}

.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* Post navigation */
.post-nav {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    font-size: 16px;
    font-weight: 600;
}

.post-nav a {
    color: #2563eb;
    text-decoration: none;
}

/* Final CTA */
.final-cta {
    background: #efeaff;
    padding: 0px 312px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    /* margin: 80px 0; */
}

.final-text h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.final-text p {
    font-size: 18px;
    color: #374151;
    margin-bottom: 24px;
}

.final-cta img {
    max-width: 300px;
}

/* Responsive */
@media (max-width: 1000px) {
    .page-grid {
        grid-template-columns: 1fr;
    }

    .sidebar {
        order: -1;
        margin-bottom: 48px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 34px;
    }

    .cta-beige,
    .cta-blue,
    .final-cta {
        flex-direction: column;
        text-align: center;
    }

    .final-cta {
        padding: 40px;
    }

    .final-cta img {
        margin-top: 32px;
        max-width: 240px;
    }
}

.icon-circles {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    padding-top: 2%;
}

.icon-circle {
    font-size: x-large;
}

.cta-left {
    display: flex;
}

.cta-left h3 {
    margin: 0px 18px 12px;
}