body {
    font-family: 'Inter var', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

.titu-internas {
    position: relative !important;
    z-index: 1 !important;
}

/* Header */
.main-header {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}

.hero-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
}

.hero-top-blue {
    background-color: #006cb7;
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px; 
}

.hero-top-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hero-quote {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hero-author {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.hero-signature-font {
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    font-size: 38px;
    font-weight: normal;
    display: block;
    margin-top: -10px;
    opacity: 0.9;
}

.cloud-divider {
    position: absolute;
    bottom: -2px; 
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.cloud-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.hero-bottom-white {
    background-color: #ffffff;
    position: relative;
    padding-bottom: 60px;
}

.box-image-hero {
    position: relative;
    z-index: 10;
}

.hand-img {
    margin-top: -130px; 
    max-width: 85%;
    display: inline-block;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.15)); 
}

.slanted-badges-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: -40px; 
}

.slanted-badge {
    font-family: 'Inter var', sans-serif;
    font-weight: 900;
    font-size: 42px;
    padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    transform: rotate(-3deg) skewX(-10deg);
}

.black-badge {
    background-color: #000000;
    color: #ffffff;
}

.white-badge {
    background-color: #ffffff;
    color: #000000;
    border: 4px solid #000000;
    box-shadow: 6px 6px 0px #000000; 
}

.hero-descriptions {
    color: #000000;
    font-family: 'Inter var', sans-serif;
}

@media (max-width: 991px) {
    .hand-img {
        margin-top: -100px;
        max-width: 70%;
    }
    
    .slanted-badge {
        font-size: 32px;
    }
}

.descricao h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #222;
}

.descricao p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    padding: 10px 0;
    color: #444;
}

.quote-box {
    border-left: 4px solid #8cc63f; 
    padding-left: 15px;
    font-style: italic;
    color: #555;
    margin-bottom: 30px;
}

.badges-container .badge {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.box-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-image img {
    max-width: 100%;
    height: auto;
    transform: scale(1.05); 
}

.form-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.form-container {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.form-container .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-container .form-control {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    background-color: #fcfcfc;
    transition: border-color 0.3s;
    margin-bottom: 20px;
}

.form-container .form-control:focus {
    border-color: #8cc63f;
    box-shadow: 0 0 0 0.2rem rgba(140, 198, 63, 0.25);
}

.btn-submit {
    padding: 15px;
    font-size: 18px;
    border-radius: 8px;
    background-color: #2b5cff; 
    color: #fff;
    border: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #1a45d1;
    color: #fff;
}

.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.main-footer p {
    font-size: 14px;
    margin-bottom: 10px;
}

.main-footer a {
    color: #8cc63f;
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero-section {
        margin-top: 0px; 
    }
    
    .titu-internas {
        padding-bottom: 40px; 
    }
    
    .hand-img {
        max-width: 90%;
        margin-top: -40px; 
        margin-bottom: 30px;
    }
                    
    .hand-img {
        margin-top: -60px;
        max-width: 90%;
        margin-bottom: 30px;
    }
    
    .slanted-badges-container {
        margin-top: 10px;
    }
    
    .slanted-badge {
        font-size: 26px;
    }
    
    .hero-title {
        font-size: 26px;
    }
}