* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'degular', sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}

.hero-section {
    position: relative;
    width: 100vw;
    height: 80vh;
    background: url('img/2025-report/hero.jpg') center bottom/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 80px;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 20, 40, 0.7), rgba(0, 40, 60, 0.5));
    z-index: 1;
}

.logo {
    position: absolute;
    bottom: 80px;
    right: 80px;
    z-index: 2;
    width: 60px;
    height: auto;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 600px;
    margin-bottom: 0;
}

.hero-year {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 0.8;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 0.8;
}

@media (max-width: 1000px) {
    .hero-section {
        padding: 40px;
        background-position: 90% bottom;

    }
    
    .hero-year,
    .hero-title,
    .hero-subtitle {
        /* font-size: 2.5rem; */
    }
    
    .logo {
        bottom: 40px;
        right: 40px;
        width: 50px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 20px;
    }

    .hero-year,
    .hero-title,
    .hero-subtitle {
        /* font-size: 2rem; */
    }

    .logo {
        bottom: 20px;
        right: 20px;
        width: 40px;
    }
}

.letter-section {
    background: #ffffff;
    padding: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.letter-content {
    text-align: center;
    max-width: 1800px;
    margin: 0 auto;
}

.letter-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    font-family: 'degular', sans-serif;
    text-align: center;
}

.author-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.author-details h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    text-align: center;
    font-family: 'degular', sans-serif;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    opacity: 1;
}

.letter-text {
    font-family: 'degular', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.letter-text p {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
}

.letter-signature {
    text-align: center;
    margin-top: 40px;
}

.signature-line {
    font-family: 'degular', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
}

.signature-name {
    font-family: 'degular', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}

@media (max-width: 1000px) {
    .letter-section {
        padding: 40px 20px;
    }
    
    .letter-title {
        /* font-size: 2.2rem; */
    }
    
    .author-info {
        flex-direction: column;
        text-align: center;
    }
    
    .author-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .letter-text {
        /* font-size: 1.1rem; */
    }
}

.cta-section {
    background: #345163;
    padding: 80px 40px;
    text-align: center;
    color: white;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-family: 'degular', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
    color: white;
}

.cta-button {
    display: inline-block;
    background: #44879A;
    color: white;
    text-decoration: none;
    font-family: 'degular', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 28px 60px;
    border-radius: 50px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #3a7489;
    transform: translateY(-2px);
}

.download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-family: 'degular', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-top: 20px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
}

.download-link:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.download-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    stroke: currentColor;
    stroke-width: 2.5;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 20px;
    }

    .cta-title {
        /* font-size: 2.2rem; */
    }

    .cta-button {
        /* font-size: 1rem; */
        padding: 24px 50px;
    }
}

/* Literature Section Styles */
.literature-section {
    background: #f5f5f5;
    padding: 60px 20px;
    font-family: 'degular', sans-serif;
}

.literature-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.literature-content {
    /* Content styling */
}

.literature-title {
    font-size: 48px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.literature-description {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.literature-stats {
    margin-top: 50px;
}

.literature-stats-title {
    font-size: 32px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 20px 0;
}

.literature-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.literature-stat-icon {
    width: 50px;
    height: 50px;
    color: #CB7C60;
    flex-shrink: 0;
}

.literature-stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #CB7C60;
    line-height: 1;
}

.literature-image-container {
    height: 500px;
}

.literature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 1000px) {
    .literature-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

      .literature-image-container {
        order: -1;
        height: 250px;
    }

    
    .literature-title {
        /* font-size: 32px; */
    }
    
    .literature-stats-title {
        /* font-size: 24px; */
    }
    
    .literature-stat-number {
        /* font-size: 32px; */
    }
    
    .literature-image-container {
        height: 850px;
    }
}



/* Publishing Section Styles */
.publishing-section {
    background: #f5f5f5;
    padding: 60px 20px;
    font-family: 'degular', sans-serif;
}

.publishing-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}

.publishing-image-container {
    height: 500px;
}

.publishing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.publishing-content {
    padding: 20px;
    border-left: 4px solid #CB7C60;
}

.publishing-info-item {
    margin-bottom: 40px;
}

.publishing-info-item:last-child {
    margin-bottom: 0;
}

.publishing-info-title {
    font-size: 32px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 15px 0;
}

.publishing-info-text {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

.publishing-cost-text {
    font-size: 30px;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 40px;
}

.publishing-cost-text em {
    font-style: italic;
}

.publishing-didyouknow-title {
    font-size: 32px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 25px 0;
}

@media (max-width: 1000px) {
    .publishing-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .publishing-image-container {
        height: 850px;
    }
    
    .publishing-content {
        padding: 15px;
    }
    
    .publishing-info-title,
    .publishing-didyouknow-title {
        /* font-size: 24px; */
    }
    
    .publishing-info-text,
    .publishing-cost-text {
        /* font-size: 15px; */
    }
}

@media (max-width: 480px) {
    .publishing-section {
        padding: 40px 15px;
    }
    
    .publishing-content {
        padding: 10px;
    }
    
    .publishing-info-title,
    .publishing-didyouknow-title {
        /* font-size: 20px; */
    }
    
    .publishing-info-item {
        margin-bottom: 30px;
    }
}

/* ARISE Section Styles */
.arise-section {
    background: white;
    padding: 80px 20px;
    font-family: 'degular', sans-serif;
}

.arise-container {
    max-width: 1000px;
    margin: 0 auto;
}

.arise-title {
    font-size: 48px;
    font-weight: 700;
    color: #CB7C60;
    text-align: center;
    margin: 0 0 50px 0;
}

.arise-intro {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.arise-intro-text {
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.arise-intro-text:last-child {
    margin: 0;
}

.arise-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 900px;
    margin: 0 auto;
}

.arise-stats-column {
    /* Individual column styling */
}

.arise-stats-title {
    font-size: 36px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 30px 0;
}

.arise-stats-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.arise-stats-item {
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.arise-stats-item:last-child {
    margin-bottom: 0;
}

.arise-stats-item::before {
    content: '•';
    color: #CB7C60;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 1000px) {
    .arise-section {
        padding: 60px 20px;
    }

    .arise-title {
        /* font-size: 32px; */
        margin-bottom: 40px;
    }

    .arise-intro {
        margin-bottom: 50px;
    }

    .arise-intro-text {
        /* font-size: 16px; */
        margin-bottom: 15px;
        line-height: 40px;
    }

    .arise-stats-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .arise-stats-title {
        /* font-size: 32px; */
        margin-bottom: 20px;
    }

    .arise-stats-item {
        /* font-size: 45px; */
        margin-bottom: 15px;
        /* line-height: 50px; */
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .arise-section {
        padding: 40px 10px;
    }
    
    .arise-title {
        /* font-size: 28px; */
        margin-bottom: 30px;
    }
    
    .arise-stats-title {
        /* font-size: 24px; */
    }
    
    .arise-stats-item {
        font-size: 30px;
    }
}

/* Testimony Section Styles */
.testimony-section {
    background: white;
    padding: 80px 20px;
    font-family: 'Degular', sans-serif;
}

.testimony-container {
    max-width: 1000px;
    margin: 0 auto;
}

.testimony-title {
    font-size: 48px;
    font-weight: 700;
    color: #CB7C60;
    text-align: center;
    margin: 0 0 60px 0;
}

.testimony-quote-container {
    max-width: 900px;
    margin: 0 auto 80px;
}

.testimony-quote {
    font-size: 22px;
    color: #000000;
    line-height: 40px;
    margin: 0;
    font-style: italic;
    text-align: center;
}

.testimony-author {
    font-size: 18px;
    color: #000000;
    margin: 30px 0 0 0;
    text-align: center;
}

.testimony-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimony-image-container {
    height: 300px;
    overflow: hidden;
    border-radius: 4px;
}

.testimony-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .testimony-section {
        padding: 60px 15px;
    }
    
    .testimony-title {
        /* font-size: 36px; */
        margin-bottom: 40px;
    }
    
    .testimony-quote {
        /* font-size: 18px; */
    }
    
    .testimony-author {
        /* font-size: 16px; */
    }
    
    .testimony-images-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .testimony-image-container {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .testimony-section {
        padding: 40px 10px;
    }
    
    .testimony-title {
        /* font-size: 32px; */
        margin-bottom: 30px;
    }
    
    .testimony-quote {
        /* font-size: 16px; */
    }
    
    .testimony-author {
        /* font-size: 15px; */
    }
    
    .testimony-image-container {
        height: 200px;
    }
}

/* Dwell Convocation Section Styles */
.dwell-section {
    background: white;
    font-family: 'Degular', sans-serif;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.dwell-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    width: 100%;
    flex: 1;
}

.dwell-image-container {
    overflow: hidden;
    height: 1000px;
}

.dwell-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.dwell-content {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    font-family: 'degular', sans-serif;
}

.dwell-title {
    font-size: 52px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 40px 0;
    line-height: 40px;
}

.dwell-description {
    font-size: 30px;
    color: #000000;
    margin: 0 0 15px 0;
    line-height: 40px;
}

.dwell-stats {
    margin-top: 40px;
}

.dwell-stat-item {
    margin-bottom: 40px;
}

.dwell-stat-item:last-child {
    margin-bottom: 0;
}

.dwell-stat-heading {
    font-size: 32px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 40px;
}

.dwell-stat-bullet {
    font-size: 24px;
    line-height: 40px;
    flex-shrink: 0;
    margin-top: 4px;
}

.dwell-stat-text {
    flex: 1;
}

@media (max-width: 1024px) {
    .dwell-image-container {
        height: 450px;
    }
      .dwell-description {
        /* font-size: 40px !important;
        margin-bottom: 40px; */
        line-height: 40px !important;
    }
    
    
    .dwell-content {
        padding: 50px 60px;
    }
    
    .dwell-title {
        /* font-size: 44px; */
    }
    
    .dwell-stat-heading {
        /* font-size: 28px; */
    }
}

@media (max-width: 1000px) {
    .dwell-section {
        min-height: auto;
    }
    
    .dwell-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .dwell-image-container {
        height: 850px;
        order: 1;
    }
    
    .dwell-image {
        height: 850px;
    }
    
    .dwell-content {
        /* padding: 35px 30px; */
        min-height: auto;
        order: 2;
    }
    
    .dwell-title {
        /* font-size: 36px; */
        margin-bottom: 30px;
    }
    
    .dwell-description {
        /* font-size: 40.6224px !important;
        margin-bottom: 15px;
        line-height: 50px !important; */
        line-height: 40px !important;
    }
    
    .dwell-stats {
        margin-top: 30px;
    }
    
    .dwell-stat-item {
        margin-bottom: 35px;
    }
    
    .dwell-stat-heading {
        /* font-size: 24px; */
        gap: 12px;
    }
    
    .dwell-stat-bullet {
        /* font-size: 20px; */
    }
}

@media (max-width: 480px) {
    .dwell-content {
        padding: 30px 20px;
    }
    
    .dwell-title {
        /* font-size: 28px; */
    }
    
    .dwell-description {
        /* font-size: 30px !important; */
        line-height: 40px !important;
    }
    
    .dwell-stat-heading {
        /* font-size: 20px; */
        gap: 10px;
    }
    
    .dwell-stat-bullet {
        /* font-size: 18px; */
    }
}

/* Sandy Testimony Section Styles */
.sandy-testimony-section {
    background: white;
    padding: 60px 20px 120px 20px;
    font-family: 'Degular', sans-serif;
    position: relative;
}

.sandy-testimony-container {
    max-width: 900px;
    margin: 0 auto;
}

.sandy-testimony-title {
    font-size: 48px;
    font-weight: 700;
    color: #CB7C60;
    text-align: center;
    margin: 0 0 60px 0;
}

.sandy-testimony-quote {
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    margin: 0;
    font-style: italic;
    text-align: center;
}

.sandy-testimony-black-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
}

@media (max-width: 1000px) {
    .sandy-testimony-section {
        padding: 40px 15px 80px 15px;
    }
    
    .sandy-testimony-title {
        /* font-size: 36px; */
        margin-bottom: 40px;
    }
    
    .sandy-testimony-quote {
        /* font-size: 16px; */
    }
    
    .sandy-testimony-black-bar {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .sandy-testimony-section {
        padding: 30px 10px 60px 10px;
    }
    
    .sandy-testimony-title {
        /* font-size: 28px; */
        margin-bottom: 30px;
    }
    
    .sandy-testimony-quote {
        /* font-size: 15px; */
    }
    
    .sandy-testimony-black-bar {
        height: 30px;
    }
}

/* Brain Image Section Styles */
.brain-image-section {
    width: 100%;
    height: 750px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.brain-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .brain-image-section {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .brain-image-section {
        height: 300px;
    }
}

/* 2026 Convocation Section Styles */
.convocation-2026-section {
    background: #CB7C60;
    padding: 80px 20px;
    font-family: 'Degular', sans-serif;
    text-align: center;
}

.convocation-2026-container {
    max-width: 1200px;
    margin: 0 auto;
}

.convocation-2026-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
    line-height: 40px;
}

.convocation-2026-event-info {
    font-size: 18px;
    color: white;
    margin: 0 0 15px 0;
}

.convocation-2026-event-details {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin: 0 0 60px 0;
}

.convocation-2026-speakers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.convocation-2026-speaker {
    /* Individual speaker styling */
}

.convocation-2026-speaker-image-container {
    height: 280px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
}

.convocation-2026-speaker-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.convocation-2026-speaker-name {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 40px;
}

@media (max-width: 1024px) {
    .convocation-2026-section {
        padding: 60px 15px;
    }
    
    .convocation-2026-title {
        /* font-size: 40px; */
    }
    
    .convocation-2026-speakers-grid {
        gap: 40px;
    }
    
    .convocation-2026-speaker-image-container {
        height: 240px;
    }
    
    .convocation-2026-speaker-name {
        /* font-size: 28px; */
    }
}

@media (max-width: 768px) {
    .convocation-2026-section {
        padding: 50px 15px;
    }
    
    .convocation-2026-title {
        /* font-size: 32px; */
        margin-bottom: 15px;
    }
    
    .convocation-2026-event-info {
        /* font-size: 16px; */
    }
    
    .convocation-2026-event-details {
        /* font-size: 18px; */
        margin-bottom: 40px;
    }
    
    .convocation-2026-speakers-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .convocation-2026-speaker-image-container {
        height: 300px;
    }
    
    .convocation-2026-speaker-name {
        /* font-size: 24px; */
    }
}

@media (max-width: 480px) {
    .convocation-2026-section {
        padding: 40px 10px;
    }
    
    .convocation-2026-title {
        /* font-size: 26px; */
    }
    
    .convocation-2026-event-info {
        /* font-size: 15px; */
    }
    
    .convocation-2026-event-details {
        /* font-size: 16px; */
        margin-bottom: 30px;
    }
    
    .convocation-2026-speaker-image-container {
        height: 250px;
    }
    
    .convocation-2026-speaker-name {
        /* font-size: 20px; */
    }
}

/* Streaming Grace Section Styles */
.streaming-grace-section {
    background: #f5f5f5;
    padding: 80px 20px;
    font-family: 'Degular', sans-serif;
}

.streaming-grace-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: stretch;
}

.streaming-grace-title {
    font-size: 44px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 30px 0;
    line-height: 40px;
}

.streaming-grace-description {
    font-size: 30px;
    color: #000000;
    margin: 0 0 40px 0;
    line-height: 40px;
}

.streaming-grace-stats {
    margin-top: 0px;
}

.streaming-grace-stat-item {
    margin-bottom: 40px;
}

.streaming-grace-stat-item:last-child {
    margin-bottom: 0;
}

.streaming-grace-stat-header {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 15px;
}

.streaming-grace-stat-icon {
    width: 50px;
    height: 50px;
    color: #CB7C60;
}

.streaming-grace-stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #CB7C60;
}

.streaming-grace-stat-text {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin: 0;
}

.streaming-grace-image-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.streaming-grace-image-wrapper {
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.streaming-grace-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

/* Responsive Design for Streaming Grace Section */
@media screen and (max-width: 1024px) {
    .streaming-grace-container {
        gap: 60px;
    }

    .streaming-grace-title {
        /* font-size: 38px; */
    }

    .streaming-grace-stat-number {
        /* font-size: 36px; */
    }
}

@media screen and (max-width: 1000px) {
    .streaming-grace-section {
        padding: 60px 15px;
    }

    .streaming-grace-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .streaming-grace-image-container {
        order: -1;
    }

    .streaming-grace-title {
        /* font-size: 32px; */
    }

    .streaming-grace-stat-number {
        /* font-size: 30px; */
    }

    .streaming-grace-stat-icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .streaming-grace-section {
        padding: 40px 15px;
    }

    .streaming-grace-title {
        /* font-size: 28px; */
    }

    .streaming-grace-stat-number {
        /* font-size: 26px; */
    }

    .streaming-grace-stat-header {
        gap: 10px;
    }

    .streaming-grace-stat-icon {
        width: 35px;
        height: 35px;
    }
}

/* Testimonial Quote Section Styles */
.testimonial-quote-section {
    background: white;
    padding: 80px 20px;
    font-family: 'Degular', sans-serif;
}

.testimonial-quote-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 80px;
    align-items: center;
}

.testimonial-quote-image-container {
    height: 280px;
    overflow: hidden;
    border-radius: 4px;
}

.testimonial-quote-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-quote-text {
    font-size: 20px;
    color: #000000;
    margin: 0;
    line-height: 40px;
    font-style: italic;
}

.testimonial-quote-author {
    font-size: 18px;
    color: #000000;
    margin: 30px 0 0 0;
    font-weight: 100;
}

/* Financial Allocation Section Styles */
.financial-allocation-section {
    background: #F5F5F5;
    padding: 80px 20px;
    font-family: 'Degular', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.financial-allocation-title {
    font-size: 48px;
    font-weight: 700;
    color: #CB7C60;
    margin: 0 0 50px 0;
    text-align: left;
    width: 100%;
    max-width: 1000px;
}

.financial-allocation-chart-container {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.financial-allocation-chart {
    max-width: 100%;
    height: auto;
}

/* Responsive Design for Testimonial Quote Section */
@media screen and (max-width: 1024px) {
    .testimonial-quote-container {
        gap: 60px;
    }

    .testimonial-quote-image-container {
        height: 250px;
    }

    .testimonial-quote-text {
        /* font-size: 18px; */
    }

    .testimonial-quote-author {
        /* font-size: 16px; */
    }
}

@media screen and (max-width: 1000px) {
    .testimonial-quote-section {
        padding: 60px 15px;
    }

    .testimonial-quote-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .testimonial-quote-image-container {
        height: 850px;
    }

    .testimonial-quote-text {
        /* font-size: 18px; */
        text-align: center;
    }

    .testimonial-quote-author {
        /* font-size: 16px; */
        text-align: center;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    .testimonial-quote-section {
        padding: 40px 15px;
    }

    .testimonial-quote-image-container {
        height: 200px;
    }

    .testimonial-quote-text {
        /* font-size: 16px; */
    }

    .testimonial-quote-author {
        /* font-size: 14px; */
    }
}

/* Responsive Design for Financial Allocation Section */
@media screen and (max-width: 1024px) {
    .financial-allocation-title {
        /* font-size: 42px; */
    }
}

@media screen and (max-width: 768px) {
    .financial-allocation-section {
        padding: 60px 15px;
    }

    .financial-allocation-title {
        /* font-size: 36px; */
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .financial-allocation-section {
        padding: 40px 15px;
    }

    .financial-allocation-title {
        /* font-size: 28px; */
        margin-bottom: 30px;
    }
}

/* Work Isn't Done Section Styles */
.work-isnt-done-section {
    background: white;
    padding: 100px 20px;
    font-family: 'Degular', sans-serif;
    text-align: center;
}

.work-isnt-done-container {
    max-width: 900px;
    margin: 0 auto;
}

.work-isnt-done-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 50px 0;
}

.work-isnt-done-content {
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 50px;
}

.work-isnt-done-paragraph {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;

}

.work-isnt-done-highlight {
    text-align: center;
}

.work-isnt-done-final {
    margin-bottom: 50px;
}

.work-isnt-done-signature {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.work-isnt-done-button-link {
    text-decoration: none;
}

.work-isnt-done-button {
    background: #5a939f;
    color: white;
    padding: 24px 60px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.work-isnt-done-button:hover {
    background: #4a7d87;
}

.work-isnt-done-download-container {
    text-decoration: none;
    margin-top: 30px;
}

.work-isnt-done-download-link {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.work-isnt-done-download-link:hover {
    color: #5a939f;
}

.work-isnt-done-download-icon {
    width: 24px;
    height: 24px;
    margin-top: 7px;
}

.work-isnt-done-download-text {
    font: normal normal bold 20px Degular;
    text-decoration: underline;
    text-underline-offset: 4px;
    line-height: 40px;
}

/* Responsive Design for Work Isn't Done Section */
@media screen and (max-width: 1024px) {
    .work-isnt-done-title {
        /* font-size: 42px; */
    }

    .work-isnt-done-button {
        padding: 14px 35px;
        /* font-size: 13px; */
    }

    .work-isnt-done-download-link {
        /* font-size: 18px; */
    }

    .work-isnt-done-download-text {
        /* font-size: 18px; */
    }
}

@media screen and (max-width: 1000px) {
    .work-isnt-done-section {
        padding: 80px 15px;
    }

    .work-isnt-done-title {
        /* font-size: 36px; */
    }

    .work-isnt-done-content {
        /* font-size: 15px; */
        text-align: center;
    }

    .work-isnt-done-highlight {
        text-align: center;
    }

    .work-isnt-done-button {
        padding: 30px 50px;
        font-size: 24px;
        width: 100%;
        max-width: 50%;
    }

    .work-isnt-done-download-link {
        font-size: 16px;
    }

    .work-isnt-done-download-text {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .work-isnt-done-section {
        padding: 60px 15px;
    }

    .work-isnt-done-title {
        /* font-size: 30px; */
        margin-bottom: 30px;
    }

    .work-isnt-done-content {
        /* font-size: 14px; */
        margin-bottom: 40px;
    }

    .work-isnt-done-paragraph {
        margin-bottom: 20px;
    }

    .work-isnt-done-final {
        margin-bottom: 30px;
    }

    .work-isnt-done-button {
        padding: 18px 25px;
        font-size: 14px;
    }

    .work-isnt-done-download-link {
        /* font-size: 14px; */
        flex-direction: column;
        gap: 5px;
    }

    .work-isnt-done-download-text {
        /* font-size: 14px; */
    }

    .work-isnt-done-download-icon {
        width: 20px;
        height: 20px;
        margin-top: 0;
    }
}