.whitepaper-wrapper {
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem 0 4rem 0;
    font-family: 'Inter', sans-serif;
    color: #1e1e2f;
    line-height: 1.55;
}

@media (max-width: 992px) {
    .whitepaper-wrapper {
        max-width: 92%;
    }
}

@media (max-width: 768px) {
    .whitepaper-wrapper {
        max-width: 96%;
        padding: 1rem 0 3rem;
    }
}

.whitepaper-wrapper h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0a2540;
}

.whitepaper-wrapper h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #eaeef2;
    color: #0f2b3d;
}

.whitepaper-wrapper h3 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-top: 1.6rem;
    margin-bottom: 0.75rem;
    color: #1e4663;
}

.whitepaper-wrapper h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2c5a7a;
}

.whitepaper-wrapper p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.55;
    color: #2c3e44;
}

.whitepaper-wrapper .lead-image {
    margin: 1.5rem 0 1.2rem 0;
    text-align: center;
}

.whitepaper-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.2rem auto;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.whitepaper-wrapper figure {
    margin: 2rem 0;
    text-align: center;
}

.whitepaper-wrapper figcaption {
    font-size: 1rem;
    color: #5a6e7c;
    margin-top: 0.5rem;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    border-left: 6px solid #2b7a62;
    padding-left: 0.75rem;
    display: block;
    max-width: 60%;
    margin: 0.5rem auto;
}

.whitepaper-wrapper ul, .whitepaper-wrapper ol {
    margin-bottom: 1.2rem;
    padding-left: 1.6rem;
}

.whitepaper-wrapper li {
    margin-bottom: 0.4rem;
}

.whitepaper-wrapper .table-of-contents {
    background: #f8fafc;
    padding: 1.5rem 2rem;
    border-radius: 24px;
    margin: 1.8rem 0 2rem 0;
    border: 1px solid #e2edf2;
}

.whitepaper-wrapper .table-of-contents h3 {
    margin-top: 0;
    border-bottom: none;
    font-size: 1.5rem;
}

.whitepaper-wrapper .toc-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    list-style: none;
    padding-left: 0;
}

.whitepaper-wrapper .toc-list li {
    width: calc(50% - 1rem);
    margin-bottom: 0.5rem;
}

.whitepaper-wrapper .toc-list a {
    text-decoration: none;
    color: #1f6392;
    font-weight: 500;
    border-bottom: 1px dotted #bdd3e6;
}

.whitepaper-wrapper .toc-list a:hover {
    color: #0a4b6e;
    border-bottom-color: #0a4b6e;
}

.whitepaper-wrapper .highlight-box {
    background: #f0f7fa;
    padding: 1.2rem 1.8rem;
    border-left: 5px solid #2b7a62;
    border-radius: 16px;
    margin: 1.5rem 0;
}

.whitepaper-wrapper hr {
    margin: 2rem 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cbdde6, transparent);
}

.whitepaper-wrapper .metrics-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin: 1.8rem 0;
}

.whitepaper-wrapper .metric-card {
    background: #ffffff;
    border: 1px solid #e0edf2;
    border-radius: 20px;
    padding: 1rem 1.5rem;
    flex: 1 1 200px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.whitepaper-wrapper .btn-linkedin-whitepaper {
    display: inline-block;
    background: #0a66c2;
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 640px) {
    .whitepaper-wrapper .toc-list li {
        width: 100%;
    }
    .whitepaper-wrapper h1 {
        font-size: 2rem;
    }
    .whitepaper-wrapper h2 {
        font-size: 1.6rem;
    }
}
.rating-container {
  text-align: center;
  margin-top: 20px;
}

#rating-scale button {
  margin: 4px;
  padding: 6px 10px;
  cursor: pointer;
}
.framework-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.framework-table th, .framework-table td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
    vertical-align: top;
    text-align: left;
}
.framework-table th {
    background: #f1f5f9;
    font-weight: 600;
}
.two-col-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1.5rem 0;
}
.two-col-grid > div {
    flex: 1;
    min-width: 250px;
    background: #f8fafc;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    border-left: 4px solid #2b7a62;
}
.insight-block {
    background: #f0f7fa;
    padding: 1.2rem 1.8rem;
    border-left: 5px solid #2b7a62;
    border-radius: 16px;
    margin: 1.5rem 0;
}
.three-col-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
}
.three-col-grid > div {
    flex: 1;
    min-width: 200px;
    background: #f8fafc;
    padding: 1rem;
    border-radius: 16px;
    border-top: 3px solid #2b7a62;
}
