body {
    background-color: #9e78f7;
    font-family: 'League Spartan', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 18px;;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #9e78f7;
}
/*language-selector */

.language-selector .lang-option a {
    color: #000000;       /* noir par défaut */
    text-decoration: none;
    font-weight: 400;
    transition: font-weight 0.2s, text-decoration 0.2s;
}

/* La langue active */
.language-selector .lang-option a.active {
    font-weight: 600;     /* un peu plus gras */
    text-decoration: underline;  /* souligné */
}

/* .main-content { 
    padding-top: 4rem;
    margin-top: 120px;
} */

section {
    margin: 120px 0;
}

section#agence {
   padding-top: 4rem;
}

section#expertises {
    margin-top: 40px;
}

section#page {
    margin-bottom: 0;
}

/* Expertise Page Styles */
.expertise-image {
    transition: opacity 0.3s ease;
}

/* Cut Corner Image Effect */
.cut-corner-image {
    clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
    width: 100%;
    height: auto;
    display: block;
}

/* Page Content Styles */
/* .page-content {
    text-align: justify;
} */

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color: #320064;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
}

.page-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    text-transform: uppercase; 
    margin-bottom: 1.5rem;
}

.page-text p { 
    font-weight: 400;
    color: #320064;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.page-text p:last-child {
    margin-bottom: 0;
}

.page-text a {
    color: #320064;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-text a:hover {
    color: #d7619c;
    text-decoration: underline;
}

.agency-logo {
    height: 70%;
}

.agency-logo video {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
}

/* Masquer les contrôles natifs sur tous les navigateurs */
.agency-logo video::-webkit-media-controls {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-enclosure {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-panel {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-play-button {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-timeline {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-current-time-display {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-mute-button {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-volume-slider {
    display: none !important;
}

.agency-logo video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

/* Clients Slider Styles */
.clients-slider {
    /* margin: 3rem 0; */
    padding: 2rem 0; 
}

.client-slide {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    /* transition: filter 0.3s ease, opacity 0.3s ease; */
}

/* .client-slide:hover .client-logo {
    filter: grayscale(0%);
    opacity: 1;
} */

/* Slick Slider Custom Styles */
.clients-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-slider .slick-track {
    display: flex;
    align-items: center;
}

/* Testimonials Slider Styles */
.testimonials-title {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.testimonial-slider-wrapper {
    position: relative;
    padding: 3rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-icon {
    position: absolute;
    font-size: 8rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
    z-index: 1;
    pointer-events: none;
    font-family: 'Catamaran', 'League Spartan', sans-serif;
    font-style: normal;
    letter-spacing: -0.05em;
}

.quote-left {
    left: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    transform: translateY(-60%) rotate(180deg);
}

.quote-right {
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}

.testimonials-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-slide {
    padding: 0 2rem;
    text-align: center;
}

.testimonial-text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 0;
}

/* Testimonials Slider Arrows - No buttons, just arrows */
.testimonials-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.testimonials-slider .slick-arrow:hover {
    opacity: 1;
}

.testimonials-slider .slick-prev {
    left: -3rem;
}

.testimonials-slider .slick-next {
    right: -3rem;
}

.testimonials-slider .slick-arrow:before {
    display: none;
}

.testimonial-arrow {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.testimonial-arrow i {
    font-size: 2rem;
    color: #000;
}

.lang-option {
    color: #000;
    font-size: 0.9rem;
    cursor: pointer;
}

.navbar {
    padding: 1.5rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: background 0.3s ease;
}

.navbar.scrolled {
    background: transparent;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    max-width: 100%;
}

.navbar-nav {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link.active,
a.nav-link.active {
    color: #fff !important;
    font-weight: 700;
}

.navbar-brand {
    margin: 0 3rem;
    flex-shrink: 0;
}

.logo-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.logo-link:hover {
    opacity: 1;
}

.logo-link:hover .logo-text {
    color: #000;
}

.logo-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.05em;
    transition: color 0.3s ease;
}

/* Burger Menu Button */
.navbar-toggler {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 1001;
}

.navbar-toggler-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    position: relative;
    transition: background-color 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    left: 0;
    transition: transform 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

/* Mobile Menu Full Screen */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #9e78f7;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.mobile-menu-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 2001;
    transition: opacity 0.3s ease;
}

.mobile-menu-close:hover {
    opacity: 0.7;
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-links li {
    margin: 0;
    padding: 0;
}

.mobile-menu-links .nav-link {
    font-size: 1.1rem;
    padding: 0;
}

/* Scrolling Banner */
.scrolling-banner {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    background-color: #9e78f7;
}

.scrolling-content {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
    gap: 1rem;
}

.scrolling-word {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.scrolling-separator {
    color: #000;
    font-size: 1.5rem;
    margin: 0 0.5rem;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Footer Styles */
footer {
    padding: 3rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.footer-social {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.footer-social-title {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    opacity: 0.8;
}

.social-icon i {
    font-size: 1.5rem;
    color: #000;
}

.social-icon.youtube i {
    font-size: 2rem;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 2rem;
    list-style: none;
    margin: 0;
}

.footer-links li {
    margin: 0;
    padding: 0;
}

.footer-copyright,
.footer-link {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.7;
    color: #fff;
}

/*::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #000; 
  }
  ::-webkit-scrollbar-thumb {
    background: #d7619c; 
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }*/
  
html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px; /* Offset pour le header fixe */
}

/* Expertise Blocks */
.expertise-block {
    background-color: transparent;
    border: 6px solid #1c023e;
    border-radius: 20px;
    padding: 3.5rem 1rem;
    color: #1c023e;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.expertise-header {
    margin-bottom: 2rem;
}

.expertise-title {
    font-size: 1.5rem;
    font-weight: 700; 
    color: #1c023e; 
    margin: 0;
}

.expertise-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #1c023e;
    margin: 0;
    line-height: 1.5;
}

.expertise-descriptions {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex-grow: 1;
}

.expertise-description {
    color: #1c023e;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.expertise-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.expertise-icon svg,
.expertise-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expertise-icon-top-right {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

/* Positionner les icônes des 3 derniers blocs en bas */
.row > div:nth-child(n+4) .expertise-icon {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}

/* Article Cards Styles */
.article-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    cursor: pointer;
}

.article-link:hover {
    text-decoration: none;
    color: inherit;
}

.article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
}

.article-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.article-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card:hover .article-image {
    transform: scale(1.05);
}

.article-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #320064;
    margin: 0 0 1rem 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
    min-height: 3.25rem;
}


.article-date {
    font-size: 0.95rem;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-transform: lowercase;
}

/* Pagination Styles */
.pagination {
    margin-top: 3rem;
    padding: 2rem 0;
}

.page-numbers {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
    color: #320064;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 4px;
}

.page-numbers:hover {
    color: #d7619c;
    text-decoration: none;
}

.page-numbers.current {
    color: #fff;
    background-color: #320064;
    font-weight: 600;
}

.page-numbers.dots {
    color: #000;
    padding: 0.5rem 0.25rem;
    cursor: default;
}

.page-numbers.dots:hover {
    color: #000;
}

.page-numbers.prev {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #320064;
}

.page-numbers.next {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #320064;
}

/* Article Page Styles */
.article-header-image {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.article-header-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #320064;
    margin: 0 0 1rem 0;
    line-height: 1.3;
    text-align: center;
}

.article-page-date {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin: 0 0 2rem 0;
    text-transform: lowercase;
    text-align: center;
}

.article-spacer {
    height: 2rem;
}

.article-content-text {
    margin-top: 2rem;
}

.article-content-text p {
    font-weight: 400;
    color: #320064;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.article-content-text p:last-child {
    margin-bottom: 0;
}

.article-content-text h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #320064;
    margin: 2.5rem 0 1.5rem 0;
    line-height: 1.4;
}

.article-content-text strong {
    font-weight: 600;
    color: #320064;
}

.article-content-text ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
    list-style-type: disc;
}

.article-content-text ul li {
    font-weight: 400;
    color: #320064;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.article-content-text ul li:last-child {
    margin-bottom: 0;
}

.article-content-text ul li strong {
    font-weight: 600;
}

.article-video-wrapper {
    margin: 2.5rem 0;
    text-align: center;
}

.article-video-wrapper iframe {
    width: 560px;
    height: 315px;
    border: none;
}

/* Newsletter Form Styles */
.newsletter-form-wrapper {
    margin-top: 3rem;
    padding: 2rem 0;
}

.newsletter-form,
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #320064;
    margin: 0 0 1.5rem 0;
    text-align: center;
    line-height: 1.4;
}

.newsletter-fields {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
}

.newsletter-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #320064;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: 'League Spartan', sans-serif;
    color: #320064;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #d7619c;
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-submit {
    padding: 0.75rem 2rem;
    background-color: #320064;
    color: #fff;
    border: 2px solid #320064;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.newsletter-submit:hover {
    background-color: #d7619c;
    border-color: #d7619c;
    transform: translateY(-2px);
}

.wpcf7-form-control-wrap {
    display: contents;
}

.article-back-button-wrapper {
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: center;
}

.article-back-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #320064;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.article-back-button:hover {
    background-color: #d7619c;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Tablet and below (992px) */
@media (max-width: 992px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-nav-left,
    .navbar-nav-right {
        display: none !important;
    }

    .navbar-brand {
        margin: 0;
    }

    .logo-text {
        font-size: 1.5rem;
    }

    .navbar .container {
        justify-content: space-between;
        flex-direction: row;
    }
}

/* Mobile and below (768px) */
@media (max-width: 768px) {
    /* Page Content */
    .page-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .page-subtitle {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    /* Testimonials */
    .testimonial-slider-wrapper {
        padding: 2rem 3rem;
    }

    .quote-icon {
        font-size: 5rem;
    }

    .testimonials-slider .slick-prev {
        left: -2rem;
    }

    .testimonials-slider .slick-next {
        right: -2rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    /* Sections */
    section {
        margin: 40px 0;
    }

    section#agence {
        padding-top: 1rem;
        margin-top: 120px;
    }

    /* Scrolling Banner */
    .scrolling-word {
        font-size: 1.2rem;
    }
    
    .scrolling-separator {
        font-size: 1.2rem;
    }
    
    .scrolling-content {
        gap: 0.75rem;
    }

    /* Footer */
    footer {
        padding: 3rem 1.5rem 1.5rem 1.5rem;
        gap: 3rem;
    }

    .footer-links {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-social-icons {
        gap: 1rem;
    }

    .social-icon {
        width: 35px;
        height: 35px;
    }

    /* Expertise Blocks */
    .expertise-block {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .expertise-title {
        font-size: 1.3rem;
    }

    .expertise-subtitle {
        font-size: 0.95rem;
    }

    .expertise-list li {
        font-size: 0.9rem;
    }

    .expertise-icon {
        width: 50px;
        height: 50px;
    }

    /* Article Cards */
    .article-title {
        font-size: 1.1rem;
        min-height: 4.62rem;
    }

    .article-date {
        font-size: 0.9rem;
    }

    .article-image-wrapper {
        margin-bottom: 1rem;
    }

    /* Pagination */
    .pagination {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }

    .page-numbers {
        padding: 0.4rem 0.6rem;
        font-size: 0.9rem;
        margin: 0 0.15rem;
    }

    .page-numbers.prev {
        margin-right: 0.5rem;
        padding-right: 0.5rem;
    }

    .page-numbers.next {
        margin-left: 0.5rem;
        padding-left: 0.5rem;
    }

    /* Article Page */
    .article-page-title {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
    }

    .article-page-date {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .article-spacer {
        height: 1.5rem;
    }

    .article-content-text {
        margin-top: 1.5rem;
    }

    .article-content-text p {
        margin-bottom: 1.2rem;
    }

    .article-content-text h2 {
        font-size: 1.4rem;
        margin: 2rem 0 1.2rem 0;
    }

    .article-content-text ul {
        padding-left: 1.5rem;
        margin: 1.2rem 0;
    }

    .article-content-text ul li {
        margin-bottom: 0.8rem;
    }

    .article-video-wrapper {
        margin: 2rem 0;
    }

    .article-video-wrapper iframe {
        width: 100%;
        max-width: 560px;
        height: auto;
        aspect-ratio: 560 / 315;
    }

    .article-back-button-wrapper {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .article-back-button {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    /* Newsletter */
    .newsletter-form-wrapper {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }

    .newsletter-title {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    .newsletter-fields {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .newsletter-input {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 150px;
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }

    .newsletter-submit {
        flex: 1 1 100%;
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    .quote-left {
        transform: translateY(-40%) rotate(180deg);
    }

    .quote-right {
        transform: translateY(-70%);
    }
}

/* Small Mobile (576px) */
@media (max-width: 576px) {
    /* Page Content */
    .page-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .page-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    /* Navbar */
    .navbar-nav {
        gap: 0.75rem;
    }

    .nav-link {
        font-size: 0.9rem;
    }

    .logo-text {
        font-size: 1.2rem;
    }
}