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

.iframe-wrapper{
    display: flex;
    width: 100%;
}

iframe {
    padding: 10px;
    aspect-ratio: 16 / 9;
    width: 50% !important;
}

.upgrade-note{
    font-family: "Archivo", serif;
    font-size: 18px;
    color: #272727;
    text-align: center;
    margin-top: 50px;
}

/* Responsive video container */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
}

/* Override for desktop - keep original behavior */
@media screen and (min-width: 881px) {
    .container.reels .video-responsive {
        text-align: center;
        position: static;
        padding-bottom: 0;
        height: auto;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .container.reels .video-responsive iframe {
        position: static;
        width: 1200px;
        height: 360px;
    }
}

body{
    background: #FFF2DB;
}

.container{
    max-width: 1145px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.container.reels h3{
    font-family: "Assistant", serif;
    color: #033073;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 12px;
}

.container.reels{
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    font-family: "Archivo", serif;
}

header nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin-top: 100px;
}

header nav ul li a{
    font-size: 24px;
    color: #272727;
    text-decoration: none;
}

/* Mobile navigation hamburger menu */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #272727;
    margin: 3px 0;
    transition: 0.3s;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.container.header h2{
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    font-family: "Montserrat", serif;
    color: #033073;
    letter-spacing: 5px;
    margin-top: 80px;
    
}

.container.header h1{
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    font-family: "Assistant", serif;
    color: #1A4870;
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 125px;
}

.container .blue-square{
    background-color: #5B99C2;
    color: white;
    width: 100%;
    padding: 52px 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 15px;
}

.container .blue-square a.project-image {
    display: block;
    flex: 0 1 calc(25% - 15px);
    min-width: 200px;
    transition: transform 0.3s ease;
}

.container .blue-square a.project-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.container .blue-square h3{
    font-family: "Archivo", serif;
    font-weight: 100;
    font-size: 40px;
    margin-bottom: 34px;
}

.container .blue-square p{
    font-family: "Archivo", serif;
    font-weight: 100;
    font-size: 24px;
}

.container .blue-squares-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.first-session{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first-session img{
    max-width: 872px;
}

.img-wrapper{
    line-height: 0;
}

.audio-solution-wrapper{
    padding-top: 70px;
    position: relative;
    margin-bottom: 152px;
}

.container.audio-solution h3{
    font-family: "Assistant", serif;
    color: #033073;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 12px;
}

.audio-solution-content{
    font-family: "Archivo", serif;
    color: white;
    font-size: 24px;
    font-weight: 100;
}

.audio-solution-content .card{
    width: 100%;
    max-width: 382px;
    text-align: center;
    padding: 27px 0 22px 0;
}

.audio-solution-content .first{
    background-color: #5B99C2;
}

.audio-solution-content .second{
    background-color: #1A4870;
    margin: 0 auto;
}

.audio-solution-content .third{
    background-color: #035B73;
}

.audio-solution-content .third{
    background-color: #035B73;
}

.audio-solution-wrapper img{
    position: absolute;
    top: 0;
    right: 0;
    height: 736px;
}

.card-wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.footer{
    font-family: "Montserrat", serif;
    color: #272727;
    display: flex;
    padding-bottom: 100px;
}

.footer-nav-dois{
    margin-left: 282px;
}

.footer ul{
    list-style: none;
}

.footer ul li{
    margin-bottom: 34px;
    font-family: "Archivo", serif;
    font-size: 28px;
}

.footer ul li a{
   color: #272727;
   text-decoration: none;
}

.footer h3{
    font-weight: bold;
    margin-bottom: 34px;
    font-size: 32px;
}

.privacy{
    text-align: center;
    font-family: "Archivo", serif;
    margin-bottom: 20px;
    background-color: black;
    padding: 14px 0;
    color: wheat;
}
.privacy a{
    color: lightblue!important;
}

.achievements{
    margin-top: 150px;
}

.achievements h3{
    font-family: "Assistant", serif;
    color: #033073;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 12px;
    text-align: left;
}

.achievements p{
    font-family: "Archivo", serif;
    font-size: 24px;
    text-align: left;
    max-width: 800px;
    margin-top: 20px;
}

.achievements ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.achievements ul li{
    font-family: "Archivo", serif;
    font-size: 18px;
    margin: 5px 0;
    text-align: left;
    list-style: none;
    font-style: italic;
}

.container.clients{
    margin-top: 75px;
}

.container.clients h3{
    font-family: "Assistant", serif;
    color: #033073;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 12px;
    text-align: left;
}

.container.clients ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.container.clients ul li{
    width: 100%;
    max-width: 200px;
    margin-bottom: 5px;
    list-style: none;
}   

.container.clients ul li a{
    width: 100%;
    object-fit: contain;
    font-style: normal;
    font-family: "Assistant", serif;
    font-size: 20px;
}


@media screen and (max-width: 1200px) {
    .container {
        max-width: 820px;
    }

    .first-session img {
        width: 100%;
    }

    .container.header h2{
        font-size: 54px;
    }
  }

  @media screen and (max-width: 880px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    iframe{
        width: 100%!important;
        height: 250px;
    }

    .iframe-wrapper{
        flex-direction: column;
    }

    .first-session img {
        width: 100%;
    }

    .container.header h2{
        font-size: 48px;
        letter-spacing: 3px;
        margin-top: 50px;
    }

    .container.header h1{
        font-size: 24px;
        margin-bottom: 75px;
    }

    /* Mobile navigation */
    .nav-toggle {
        display: flex;
    }

    header nav ul{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 242, 219, 0.95);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: left 0.3s ease;
        z-index: 1000;
        margin-top: 0;
    }

    header nav ul.active {
        left: 0;
    }

    header nav ul li{
        padding: 20px 0;
        margin: 10px 0;
    }

    header nav ul li a {
        font-size: 28px;
        font-weight: 500;
    }

    /* Project grid improvements */
    .container .blue-square{
        max-width: none;
        text-align: center;
        padding: 30px 15px;
        justify-content: center;
    }

    .container .blue-square a.project-image {
        flex: 0 1 calc(50% - 10px);
        min-width: 140px;
        margin-bottom: 15px;
    }

    .container.audio-solution-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-wrapper{
        justify-content: center;
    }

    .container.audio-solution h3{
        text-align: center;
        font-size: 48px;
        line-height: 56px;
    }

    .footer.container{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-nav-dois{
        margin-left: unset;
    }

    .audio-solution-wrapper img{
        display: none;
    }

    .achievements h3{
        font-size: 48px;
        line-height: 56px;
        text-align: center;
    }

    .achievements p{
        font-size: 20px;
        text-align: center;
    }

    .achievements ul li{
        font-size: 16px;
        text-align: center;
        margin: 8px 0;
    }
  }

  @media screen and (max-width: 580px) {
    .container {
        padding: 0 10px;
    }

    .container.header h2 {
       font-size: 32px;
       letter-spacing: 2px;
       margin-top: 30px;
    }

    .container.header h1{
        font-size: 18px;
        margin-bottom: 50px;
    }

    iframe{
        height: 200px;
    }

    header nav ul li a {
        font-size: 24px;
    }

    /* Single column layout for projects on very small screens */
    .container .blue-square a.project-image {
        flex: 0 1 100%;
        min-width: unset;
        max-width: 280px;
        margin: 0 auto 20px auto;
    }

    .container .blue-square{
        padding: 20px 10px;
        gap: 10px;
    }

    .container.audio-solution h3{
        font-size: 36px;
        line-height: 44px;
    }

    .achievements h3{
        font-size: 36px;
        line-height: 44px;
    }

    .achievements p{
        font-size: 18px;
    }

    .achievements ul li{
        font-size: 15px;
        margin: 10px 0;
        padding: 0 10px;
    }

    .footer ul li{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
}

/* Extra small devices */
@media screen and (max-width: 400px) {
    .container.header h2 {
       font-size: 28px;
       letter-spacing: 1px;
    }

    .container.header h1{
        font-size: 16px;
    }

    .container .blue-square a.project-image {
        max-width: 250px;
    }

    .container.audio-solution h3{
        font-size: 28px;
        line-height: 36px;
    }

    .achievements h3{
        font-size: 28px;
        line-height: 36px;
    }
}

/* Modal Styles */
.modal {
   display: none;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.7);
   backdrop-filter: blur(5px);
}

.modal-content {
   background-color: #FFF2DB;
   margin: 10% auto;
   padding: 40px;
   border: none;
   border-radius: 15px;
   width: 80%;
   max-width: 600px;
   position: relative;
   box-shadow: 0 20px 50px rgba(3, 48, 115, 0.3);
   animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
   from {
       opacity: 0;
       transform: translateY(-50px) scale(0.9);
   }
   to {
       opacity: 1;
       transform: translateY(0) scale(1);
   }
}

.close {
   color: #033073;
   float: right;
   font-size: 35px;
   font-weight: bold;
   position: absolute;
   top: 15px;
   right: 25px;
   cursor: pointer;
   transition: color 0.3s ease;
}

.close:hover,
.close:focus {
   color: #5B99C2;
}

#modalTitle {
   font-family: "Assistant", serif;
   color: #033073;
   font-weight: bold;
   font-size: 42px;
   line-height: 48px;
   margin-bottom: 20px;
   margin-top: 0;
   text-align: center;
}

#modalDescription {
   font-family: "Archivo", serif;
   font-size: 18px;
   line-height: 26px;
   color: #272727;
   text-align: left;
   margin: 0;
}

.project-image {
   cursor: pointer;
   transition: transform 0.2s ease;
}

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

.project-image img {
   transition: filter 0.2s ease;
}

.project-image:hover img {
   filter: brightness(1.1);
}

/* Responsive Modal */
@media screen and (max-width: 880px) {
   .modal-content {
       width: 90%;
       margin: 20% auto;
       padding: 30px;
   }
   
   #modalTitle {
       font-size: 32px;
       line-height: 38px;
   }
   
   #modalDescription {
       font-size: 16px;
       line-height: 24px;
   }
}

@media screen and (max-width: 580px) {
   .modal-content {
       width: 95%;
       margin: 30% auto;
       padding: 20px;
   }
   
   #modalTitle {
       font-size: 24px;
       line-height: 30px;
   }
   
   #modalDescription {
       font-size: 14px;
       line-height: 22px;
   }
   
   .close {
       font-size: 28px;
       top: 10px;
       right: 15px;
   }
}

/* Testimonials Section Styles */
.testimonials-section {
    margin-top: 150px;
    margin-bottom: 50px;
}

.testimonials-section h3 {
    font-family: "Assistant", serif;
    color: #033073;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 50px;
    text-align: center;
}

.testimonials-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    background: #5B99C2;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(3, 48, 115, 0.2);
}

.testimonials-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
    min-width: 100%;
    padding: 60px 40px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.testimonial-slide.active {
    opacity: 1;
}

.testimonial-content {
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-text {
    font-family: "Archivo", serif;
    font-size: 24px;
    line-height: 36px;
    color: white;
    font-style: italic;
    margin-bottom: 30px;
    quotes: '"' '"' "'" "'";
}

.testimonial-text::before {
    content: open-quote;
    font-size: 48px;
    color: #FFF2DB;
    margin-right: 10px;
    vertical-align: top;
    line-height: 0;
}

.testimonial-text::after {
    content: close-quote;
    font-size: 48px;
    color: #FFF2DB;
    margin-left: 10px;
    vertical-align: top;
    line-height: 0;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-name {
    font-family: "Assistant", serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFF2DB;
    margin-bottom: 5px;
}

.author-company {
    font-family: "Archivo", serif;
    font-size: 16px;
    color: #E6F3FF;
    font-style: italic;
}

/* Navigation Dots */
.testimonials-dots {
    display: flex;
    justify-content: center;
    padding: 20px 0 30px 0;
    gap: 12px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 242, 219, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #FFF2DB;
    transform: scale(1.2);
}

.dot:hover {
    background-color: rgba(255, 242, 219, 0.7);
}

/* Navigation Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 242, 219, 0.9);
    color: #033073;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.slider-arrow:hover {
    background: #FFF2DB;
    transform: translateY(-50%) scale(1.1);
}

.prev-arrow {
    left: 15px;
}

.next-arrow {
    right: 15px;
}

/* Responsive Testimonials */
@media screen and (max-width: 880px) {
    .testimonials-section h3 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 30px;
    }
    
    .testimonial-slide {
        padding: 40px 30px;
    }
    
    .testimonial-text {
        font-size: 20px;
        line-height: 30px;
    }
    
    .testimonial-text::before,
    .testimonial-text::after {
        font-size: 36px;
    }
    
    .author-name {
        font-size: 18px;
    }
    
    .author-company {
        font-size: 14px;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .prev-arrow {
        left: 10px;
    }
    
    .next-arrow {
        right: 10px;
    }
}

@media screen and (max-width: 580px) {
    .testimonials-section h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    
    .testimonial-slide {
        padding: 30px 20px;
    }
    
    .testimonial-text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    
    .testimonial-text::before,
    .testimonial-text::after {
        font-size: 28px;
    }
    
    .author-name {
        font-size: 16px;
    }
    
    .author-company {
        font-size: 12px;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
    
    .testimonials-dots {
        gap: 8px;
        padding: 15px 0 25px 0;
    }
}

/* Offers Section Styles */
.offers-section {
    margin-top: 100px;
    margin-bottom: 50px;
}

.offers-section h3 {
    font-family: "Assistant", serif;
    color: #033073;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 50px;
    text-align: center;
}

.offers-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.offer-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(3, 48, 115, 0.15);
    padding: 0;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(3, 48, 115, 0.25);
}

.offer-card.featured {
    border-color: #5B99C2;
    position: relative;
}

.offer-card.featured::before {
    content: "MOST POPULAR";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #5B99C2;
    color: white;
    text-align: center;
    padding: 8px;
    font-family: "Archivo", serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.offer-header {
    background: #5B99C2;
    color: white;
    padding: 30px 20px 20px 20px;
    text-align: center;
    margin-top: 0;
}

.offer-card.featured .offer-header {
    padding-top: 50px;
}

.offer-header h4 {
    font-family: "Assistant", serif;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: white;
}

.offer-price {
    font-family: "Montserrat", serif;
    font-size: 36px;
    font-weight: bold;
    color: #FFF2DB;
}

.offer-content {
    padding: 30px 20px;
}

.offer-features {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.offer-features li {
    font-family: "Archivo", serif;
    font-size: 16px;
    color: #272727;
    margin: 12px 0;
    padding-left: 25px;
    position: relative;
}

.offer-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #5B99C2;
    font-weight: bold;
    font-size: 18px;
}

.offer-button {
    width: 100%;
    background: #5B99C2;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: "Assistant", serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.offer-button:hover {
    background: #4A89B2;
    transform: translateY(-2px);
}

.offer-card.featured .offer-button {
    background: #033073;
}

.offer-card.featured .offer-button:hover {
    background: #022963;
}

/* Responsive Offers */
@media screen and (max-width: 880px) {
    .offers-section h3 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 40px;
    }
    
    .offers-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .offer-card {
        min-width: unset;
        max-width: 400px;
        width: 100%;
    }
    
    .offer-header h4 {
        font-size: 24px;
    }
    
    .offer-price {
        font-size: 28px;
    }
}

@media screen and (max-width: 580px) {
    .offers-section h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    
    .offer-card {
        max-width: 100%;
        margin: 0 10px;
    }
    
    .offer-header {
        padding: 25px 15px 15px 15px;
    }
    
    .offer-card.featured .offer-header {
        padding-top: 45px;
    }
    
    .offer-header h4 {
        font-size: 22px;
    }
    
    .offer-price {
        font-size: 24px;
    }
    
    .offer-content {
        padding: 25px 15px;
    }
    
    .offer-features li {
        font-size: 14px;
        margin: 10px 0;
    }
    
    .offer-button {
        padding: 12px 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .offers-section h3 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .offer-header h4 {
        font-size: 20px;
    }
    
    .offer-price {
        font-size: 22px;
    }
}

/* FAQ Section Styles */
.faq-section {
    margin-top: 100px;
    margin-bottom: 50px;
}

.faq-section h3 {
    font-family: "Assistant", serif;
    color: #033073;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 50px;
    text-align: center;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(3, 48, 115, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(3, 48, 115, 0.15);
}

.faq-question {
    background: #5B99C2;
    color: white;
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: #4A89B2;
}

.faq-question.active {
    background: #033073;
}

.faq-question h4 {
    font-family: "Assistant", serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: white;
}

.faq-toggle {
    font-family: "Montserrat", serif;
    font-size: 24px;
    font-weight: bold;
    color: #FFF2DB;
    transition: transform 0.3s ease;
    min-width: 24px;
    text-align: center;
}

.faq-question.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: white;
}

.faq-answer.active {
    max-height: 500px;
    padding: 25px 30px;
}

.faq-answer p {
    font-family: "Archivo", serif;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
    margin: 0;
}

/* Responsive FAQ */
@media screen and (max-width: 880px) {
    .faq-section h3 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 40px;
    }
    
    .faq-question {
        padding: 20px 25px;
    }
    
    .faq-question h4 {
        font-size: 18px;
    }
    
    .faq-toggle {
        font-size: 20px;
    }
    
    .faq-answer.active {
        padding: 20px 25px;
    }
    
    .faq-answer p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width: 580px) {
    .faq-section {
        margin-top: 75px;
    }
    
    .faq-section h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    
    .faq-grid {
        gap: 15px;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .faq-question h4 {
        font-size: 16px;
        line-height: 22px;
    }
    
    .faq-toggle {
        font-size: 18px;
    }
    
    .faq-answer.active {
        padding: 18px 20px;
    }
    
    .faq-answer p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 400px) {
    .faq-section h3 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .faq-question h4 {
        font-size: 15px;
        line-height: 20px;
    }
    
    .faq-answer.active {
        padding: 15px 18px;
    }
}