* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --primary: #ffffff;
    --secondary: #000000;
    --primary-light: #ffffff;
    --background: linear-gradient(135deg, #000000 0%, #17021f 100%);
    --text: #efefef;
    --background: linear-gradient(135deg, #000000 0%, #16031d 100%);
    --card-bg: #1a1a1a;
    --accent: #ffffff;
    --grid-color: rgba(68, 68, 68, 0.15);
    --border-color: rgba(255, 255, 255, 0.3);
    --primary-very-light: rgba(255, 255, 255, 0.1);
}

body {
    top: 0px !important;
}

hr {
    border: 0;
    border-top: 0.1px solid var(--primary);
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--background);
    color: var(--text);
    line-height: 1.6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter'%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E"), linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.98) 100%);
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000 0%, #16011d 100%);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.1;
}

h1, h2, h3, h4, .cta-button {
    font-family: 'Agrandir', sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 2.0rem !important;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.container2 {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
}

section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.graphic-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.2;
}

.grid-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
    background-size: 30px 30px;
    perspective: 500px;
    transform-style: preserve-3d;
}

.grid-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 90%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(90deg, transparent 90%, rgba(255, 255, 255, 0.1) 100%);
    transform: rotateX(60deg) translateZ(-50px);
    opacity: 0.3;
}

.ribbon-line {
    position: absolute;
    height: 2px;
    width: 150%;
    opacity: 0.6;
    transform: rotate(-25deg);
    top: 30%;
    left: -25%;
    animation: waveMove 15s linear infinite;
    z-index: 1;
}

.ribbon-line::before, .ribbon-line::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, var(--primary-light), transparent);
}

.ribbon-line::before {
    top: -2px;
    opacity: 0.7;
    filter: blur(1px);
}

.ribbon-line::after {
    top: 2px;
    opacity: 0.5;
    filter: blur(2px);
}

.ribbon-line.delay-1 {
    top: 60%;
    animation-delay: 5s;
    animation-duration: 18s;
    transform: rotate(15deg);
}

.ribbon-line.delay-2 {
    top: 80%;
    animation-delay: 10s;
    animation-duration: 20s;
    transform: rotate(-10deg);
}

.ribbon-line.delay-3 {
    top: 40%;
    left: -30%;
    animation-delay: 3s;
    animation-duration: 12s;
    transform: rotate(5deg);
}

.ribbon-line.delay-4 {
    top: 70%;
    left: -20%;
    animation-delay: 8s;
    animation-duration: 17s;
    transform: rotate(-15deg);
}

@keyframes waveMove {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 36px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Agrandir', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    background: linear-gradient(90deg, #ffffff, #cccccc);
    color: #000000;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.4), 
                0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
    transition: 0.5s;
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(153, 153, 153, 0.6), 
                0 15px 40px rgba(0, 0, 0, 0.4);
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:active {
    transform: scale(0.97);
}
.cta-container {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.cta-container0 {
    display: flex;
    justify-content: flex-start; 
    text-align: left;
    margin-top: 30px;
    width: 100%;
}
@media (max-width: 768px) {
    #benefits {
        padding: 40px 0;
    }
    
    #benefits h2 {
        font-size: 1.8rem;
    }
    
    .benefit-item {
        height: auto;
        min-height: 180px;
    }
    
    .cta-button {
        padding: 19px 25px;
        font-size: 12px;
        text-align: center;
        justify-content: center;
        justify-items: center;
    }
    .botao1 {
        margin-left: 2px;
    }
    .testimonial-card1 {
        height: 210px !important;
    }
}

.cta-container {
    text-align: center;
    margin-top: 40px;
}

#hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: radial-gradient(ellipse at 90% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 30%), radial-gradient(ellipse at 20% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 0%), var(--secondary);
    position: relative;
    overflow: hidden;
    border: none;
}
#hero::after {
    display: none;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 15%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 15%);
    pointer-events: none;
}

#hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.hero-content {
    margin-bottom: 50px;
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 15px rgba(101, 101, 101, 0.5);
}

.thin-text {
    font-weight: 400;
    color: var(--text);
    font-size: 0.8em;
}

.bold-text {
    background: linear-gradient(90deg, #ffffff, #cccccc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--primary);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 500px;
}

.hero-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
    position: relative;
}

.hero-image::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 2px;
    z-index: -1;
    opacity: 0.5;
    filter: blur(15px);
}

.hero-image img {
    max-width: 100%;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

#benefits {
    background-color: var(--secondary);
    position: relative;
    padding: 80px 0;
    isolation: isolate;
}

#benefits h2 {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 50px;
    position: relative;
    font-family: 'Agrandir', sans-serif;
    font-weight: 700;
}

#benefits h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.benefit-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    transition: transform 0.25s ease, color 0.25s ease;
    background: linear-gradient(90deg, #ffffff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    color: transparent;
}

.benefit-item:hover .benefit-icon {
    transform: scale(1.1);
    color: var(--accent);
}

.benefit-item h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--primary);
    position: relative;
    z-index: 1;
    font-family: 'Agrandir', sans-serif;
    font-weight: 700;
}

.benefit-item p {
    position: relative;
    z-index: 1;
    font-size: 0.8rem;
    margin: 0;
}

#testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    position: relative;
}

#testimonials h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: linear-gradient(to bottom, rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0.6));
    border-radius: 2px;
    padding: 30px;
    position: relative;
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.testimonial-card1 {
    position: relative;
    border: 1px solid #141314;
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    position: relative;
    height: 180px;
    opacity: 0.9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    background-image: url('https://i.imghippo.com/files/KYA6691zxA.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.testimonial-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.testimonial-card::before {
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: 'Agrandir', sans-serif;
}

.testimonial-content {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-author h4 {
    color: var(--primary);
    margin-bottom: 5px;
}

.testimonial-author p {
    font-size: 0.9rem;
    opacity: 0.8;
}

#about {
    background-color: var(--secondary);
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 20%), radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
    pointer-events: none;
}

#about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-text {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
}

.about-text h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--primary);
}

.about-text p {
    margin-bottom: 15px;
}

.about-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
    position: relative;
}

.about-image::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 2px;
    z-index: -1;
    opacity: 0.5;
    filter: blur(15px);
}

.about-image img {
    max-width: 100%;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

#contact {
    background: linear-gradient(135deg, #0a0a0a 0%, #070707 100%);
    position: relative;
}

#contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 20%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
    pointer-events: none;
}

#contact h2 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 40px;
}

#contact h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.section-subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(27, 27, 27, 0.8), rgba(27, 27, 27, 0.6));
    border: 1px solid var(--border-color);
    border-radius: 2px;
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.contact-form button {
    width: 100%;
    cursor: pointer;
}

#faq {
    background: radial-gradient(ellipse at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 60%), radial-gradient(ellipse at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 60%), var(--secondary);
    position: relative;
}

#faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 20%), radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
    pointer-events: none;
}

#faq h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    position: relative;
}

#faq h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    background: linear-gradient(to bottom, rgba(27, 27, 27, 0.3), rgba(27, 27, 27, 0.2));
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(27, 27, 27, 0.2), rgba(27, 27, 27, 0.1));
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.faq-question h3 {
    font-size: 1.2rem;
    margin-right: 20px;
    font-weight: 100;
}

.faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary);
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

.faq-answer.active {
    max-height: 300px;
    opacity: 1;
    padding: 0 20px 20px;
}

footer {
    background-color: #080808;
    padding: 30px 0;
    text-align: center;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.footer-icon {
    color: rgba(68, 68, 68, 0.7);
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.footer-icon:hover {
    color: var(--primary);
}

@media (max-width: 768px) {
    .hero-content, .about-text {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .hero-content p {
        font-size: 14px !important;
        text-align: center;
        max-width: 100%;
    }
    .hero-image {
        width:350px;
    }
    .hero-image img {
        margin-left: -40px;
        margin-top: -60px;
    }
    .hero-content {
        margin-left: -40px;
        width: 100%;
    }
    .cta-button {
        width: 300px;
        height: 60px;
        font-size: 15px;
        text-align: center;
        justify-content: center;
        justify-items: center;
    }
    .hero-content h1 {
        font-size: 1.6rem !important;
    }
    #hero .container, .about-content {
        flex-direction: column;
    }
    section {
        padding: 40px 0;
    }
    .thin-text, .bold-text {
        display: block;
    }
    .ribbon-line {
        display: none;
    }
    .benefit-item {
        height: auto;
        min-height: 180px;
    }
}

@media (max-width: 480px) {
    .hero-content, .about-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .hero-content h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    .hero-content p {
        font-size: 0.9rem;
        text-align: center;
        max-width: 100%;
    }
    #hero .container, .about-content {
        flex-direction: column;
    }
    #hero .container {
        flex-direction: column-reverse;
    }
    section {
        padding: 30px 0;
    }
    .thin-text, .bold-text {
        display: block;
    }
    h1 .bold-text {
        margin-top: -30px;
    }
    .ribbon-line {
        display: none;
    }
    .container h2 {
        text-align: center;
    }
    .benefit-item {
        height: auto;
        min-height: 160px;
        padding: 20px 15px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .testimonial-card {
        padding: 20px;
    }
    .hero-image, .about-image {
        margin-top: 20px;
    }
    .cta-button {
        width: 100%;
        max-width: 300px;
        height: 50px;
        font-size: 14px;
        text-align: center;
        justify-content: center;
        justify-items: center;
    }
    .section-subtitle {
        font-size: 1rem;
        padding: 0 10px;
    }
    .form-group input, .form-group textarea {
        padding: 12px;
    }
    .about-content {
        gap: 20px;
    }
    .about-text h2 {
        font-size: 1.6rem;
        text-align: left !important;
    }
    .faq-question h3 {
        font-size: 1rem;
    }
    .faq-question {
        padding: 15px;
    }
    .footer-icons {
        gap: 15px;
    }
    .footer-icon {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }
    .hero-content p {
        font-size: 0.8rem;
    }
    .container, .container2 {
        width: 95%;
        padding: 0 10px;
    }
    .benefit-item h3 {
        font-size: 1rem;
    }
    .benefit-icon {
        font-size: 2rem;
    }
    .cta-button {
        font-size: 13px;
        padding: 10px 20px;
        text-align: center;
        justify-content: center;
        justify-items: center;
    }
    .testimonial-card {
        padding: 15px;
    }
    .form-group input, .form-group textarea {
        padding: 10px;
    }
    .section-subtitle {
        font-size: 0.9rem;
    }
    .about-text h2 {
        font-size: 1.4rem;
    }
    .faq-question h3 {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .hero-content, .about-text {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .container2 h2 {
        font-size: 24px !important;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-content p {
        font-size: 0.7rem;
    }
    #hero .container, .about-content {
        flex-direction: column;
    }
    #hero .container {
        flex-direction: column-reverse;
    }
    section {
        padding: 40px 0;
    }
    .thin-text, .bold-text {
        display: block;
    }
    .ribbon-line {
        display: none;
    }
    .container h2 {
        font-size: 1.5rem !important;
    }
    .benefit-item {
        height: auto;
        min-height: 180px;
    }
}

.decorative-pillar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 180px;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decorative-pillar img {
    height: 90%;
    width: auto;
    object-fit: cover;
    opacity: 0.85;
}

#contact .container {
    position: relative;
    z-index: 3;
    margin-left: 190px;
}

@media (max-width: 1024px) {
    .decorative-pillar {
        width: 140px;
    }
    #contact .container {
        margin-left: 150px;
    }
}

@media (max-width: 768px) {
    .decorative-pillar {
        width: 100px;
        opacity: 0.7;
    }
    #contact .container {
        margin-left: 110px;
    }
}

@media (max-width: 480px) {
    .decorative-pillar {
        display: none;
    }
    #contact .container {
        margin-left: 0;
    }
}

.decorative-pillar img {
    margin-left: 150px;
    height: 90%;
    width: auto;
    object-fit: cover;
    opacity: 0.85;
}

.decorative-pillar-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 180px;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decorative-pillar-right img {
    height: 90%;
    width: auto;
    object-fit: cover;
    opacity: 0.85;
}

@media (max-width: 1024px) {
    .decorative-pillar-right {
        width: 140px;
    }
}

@media (max-width: 768px) {
    .decorative-pillar-right {
        width: 100px;
        opacity: 0.7;
    }
}

@media (max-width: 480px) {
    .decorative-pillar-right {
        display: none;
    }
}

@keyframes nebulaPulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes nebulaFloat {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 768px) {
    .ribbon-line, .wave-line, .grid-pattern {
        display: none;
    }
}

#testimonials {
    background: linear-gradient(135deg, #0a0a0a 0%, #070707 100%);
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 2;
}

.about {
    position: relative;
    z-index: 1;
    box-shadow: 
        0 10px 10px -15px rgba(0, 0, 0, 0.9),
        0 10px 10px -10px rgba(0, 0, 0, 0.7),
        0 5px 5px -5px rgba(0, 0, 0, 0.5),
        inset 0 6px 8px rgba(255, 255, 255, 0.05);
}

.about::before {
    opacity: 0.8;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://i.imghippo.com/files/KYA6691zxA.png);
    z-index: -1;
    box-shadow: 
        0 -50px 80px -15px rgba(0, 0, 0, 0.9),
        0 -30px 50px -10px rgba(0, 0, 0, 0.7),
        0 -15px 25px -5px rgba(0, 0, 0, 0.5),
        inset 0 6px 8px rgba(255, 255, 255, 0.05);
}

#testimonials::before,
#testimonials::after {
    z-index: -1;
}

#benefits::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://i.imghippo.com/files/KYA6691zxA.png);
    opacity: 0.8;
    z-index: -1;
    box-shadow: 
        0 -50px 80px -15px rgba(0, 0, 0, 0.9),
        0 -30px 50px -10px rgba(0, 0, 0, 0.7),
        0 -15px 25px -5px rgba(0, 0, 0, 0.5),
        inset 0 6px 8px rgba(255, 255, 255, 0.05);
}

textarea {
    resize: none;
}
/* Mobile: centralizar APENAS o botão da seção #contact */
@media (max-width: 768px) {
  #contact .cta-button {
    display: block;
    width: max-content;   /* mantém o botão no tamanho do conteúdo */
    margin: 0 auto;       /* centraliza horizontalmente */
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
  }
}


/* Mobile */
@media (max-width: 768px) {
    .about .cta-button {
        margin: 0;              /* encosta à esquerda */
        text-align: left;       /* garante alinhamento do ícone + texto */
    }
}
