/* Base de Experimentos - Styles */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><circle cx="9" cy="9" r="9" fill="%233B52A1"/></svg>') 9 9, auto;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    background-color: #fff;
    padding: 180px 0 60px 0;
    text-align: center;
}

.hero-icon {
    width: 120px;
    height: auto;
    margin-bottom: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.main-title {
    font-size: 80px;
    font-weight: 700;
    color: #000;
    margin-bottom: -10px;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 0.85;
}

.subtitle {
    font-size: 1.4rem;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    margin-top: 20px;
}

/* Blue Section */
.blue-section {
    background-color: #3B52A1;
    color: #fff;
    padding: 80px 0;
    margin-top: 140px;
    overflow: hidden;
    position: relative;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><circle cx="9" cy="9" r="9" fill="white"/></svg>') 9 9, auto;
}

.blue-section .container {
    padding: 0;
}

.section-content {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 800px;
}


.product-image {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 885px;
    height: auto;
    object-fit: contain;
    z-index: 2;
}

.section-text {
    margin-left: auto;
    max-width: 500px;
    padding-right: 20px;
    margin-right: 60px;
    margin-bottom: 144px;
    z-index: 3;
    position: relative;
}

/* White Section */
.white-section {
    background-color: #fff;
    color: #000;
    padding: 20px 0 10px 0;
    margin-top: 140px;
}

.content-wrapper {
    max-width: 600px;
    margin: 0 auto;
    margin-left: 420px;
    text-align: left;
}

.white-section h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.8;
}

.white-section .lead {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin-bottom: 24px;
}

.white-section p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #000;
    margin-bottom: 24px;
    text-align: left;
}

.white-section .cta {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin-bottom: 36px;
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
}

/* Signup Form */
.signup-form {
    margin-top: 24px;
}

.email-input {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    font-size: 1.2rem;
    font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    outline: none;
    margin-bottom: 20px;
    transition: border-bottom-color 0.3s ease;
}

.email-input:focus {
    border-bottom-color: #3B52A1;
}

.email-input::placeholder {
    color: #666;
    opacity: 0.7;
}

.signup-button {
    background-color: #3B52A1;
    color: #fff;
    border: none;
    padding: 18px 0;
    font-size: 1.1rem;
    font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
    width: 100%;
}

.signup-button:hover {
    background-color: #fff;
    transform: scale(1.03);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Course Content Section */
.course-content-section {
    background-color: #3B52A1;
    color: #fff;
    padding: 100px 0;
    margin-top: 140px;
    text-align: left;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><circle cx="9" cy="9" r="9" fill="white"/></svg>') 9 9, auto;
}

.course-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.course-main-title {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    padding: 24px 0;
    line-height: 1.8;
    position: relative;
}

.course-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #263886;
}

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

.course-list li {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.8;
    padding: 24px 0;
    text-align: left;
    font-weight: 400;
    position: relative;
}

.course-list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #263886;
}

.course-list li:last-child {
    padding-bottom: 0;
}

.course-list li:last-child::after {
    display: none;
}

.blue-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}

.blue-section p {
    font-size: 22px;
    line-height: 1.8;
    color: #fff;
    text-align: left;
    margin-bottom: 24px;
}

.blue-section p:last-child {
    margin-bottom: 0;
}



/* Responsive Design */
@media (max-width: 768px) {
    .hero-icon {
        width: 96px;
        height: auto;
        margin-bottom: 20px;
    }
    
    .main-title {
        font-size: 60px;
    }
    
    .subtitle {
        font-size: 1.2rem;
    }
    
    .hero-section {
        padding: 120px 0 40px 0;
    }
    
    .blue-section {
        padding: 60px 0;
        margin-top: 100px;
    }
    
    .blue-section .container {
        padding: 0;
    }
    
    .section-content {
        flex-direction: column;
        min-height: auto;
        text-align: center;
    }
    
    
    .product-image {
        position: relative;
        left: -50px;
        top: 0;
        transform: none;
        width: 738px;
        margin-bottom: 40px;
    }
    
    .section-text {
        margin-left: 0;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 84px;
    }
    
    .white-section {
        padding: 12px 0 2px 0;
        margin-top: 100px;
    }
    
    .content-wrapper {
        margin-left: 300px;
    }
    
    .white-section h2 {
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .white-section .lead {
        font-size: 1.4rem;
    }
    
    .blue-section h2 {
        font-size: 2rem;
        text-align: center;
    }
    
    .blue-section p {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .blue-section p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-icon {
        width: 80px;
        height: auto;
        margin-bottom: 16px;
    }
    
    .main-title {
        font-size: 46px;
    }
    
    .subtitle {
        font-size: 1.1rem;
    }
    
    .hero-section {
        padding: 80px 0 30px 0;
    }
    
    .blue-section {
        padding: 50px 0;
        margin-top: 80px;
    }
    
    .blue-section .container {
        padding: 0;
    }
    
    
    .product-image {
        width: 590px;
        left: -30px;
        top: 0;
        transform: none;
    }
    
    .blue-section h2 {
        font-size: 1.8rem;
    }
    
    .section-text {
        margin-bottom: 72px;
    }
    
    .white-section {
        padding: 8px 0 5px 0;
        margin-top: 80px;
    }
    
    .content-wrapper {
        margin-left: 120px;
    }
    
    .white-section h2 {
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .white-section .lead {
        font-size: 1.4rem;
    }
    
    .white-section p {
        font-size: 1.4rem;
    }
    
    .email-input {
        font-size: 1.1rem;
        padding: 10px 0;
    }
    
    .signup-button {
        padding: 16px 0;
        font-size: 1rem;
        width: 100%;
    }
    
    .course-content-section {
        padding: 80px 0;
        margin-top: 100px;
    }
    
    
    .course-content-wrapper {
        max-width: 600px;
    }
    
    .course-main-title {
        font-size: 1.2rem;
        padding: 20px 0;
    }
    
    .course-list li {
        font-size: 1.2rem;
        padding: 20px 0;
    }
    
    .blue-section p {
        font-size: 22px;
        margin-bottom: 18px;
    }
    
    .blue-section p:last-child {
        margin-bottom: 0;
    }
    
    .course-content-section {
        padding: 60px 0;
        margin-top: 80px;
    }
    
    
    .course-content-wrapper {
        max-width: 400px;
    }
    
    .course-main-title {
        font-size: 1.1rem;
        padding: 18px 0;
    }
    
    .course-list li {
        font-size: 1.1rem;
        padding: 18px 0;
    }
}

/* Email Section */
.email-section {
    background-color: #fff;
    color: #000;
    padding: 120px 0;
    margin-top: 0;
}

.email-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.email-text {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.email-section .signup-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.email-section .email-input {
    padding: 18px 0;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    font-size: 1.4rem;
    color: #000;
    outline: none;
    width: 100%;
    text-align: left;
}

.email-section .email-input::placeholder {
    color: #666;
}

.email-section .signup-button {
    background-color: #3B52A1;
    color: #fff;
    border: none;
    padding: 18px 0;
    font-size: 1.4rem;
    cursor: pointer;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.email-section .signup-button:hover {
    transform: scale(1.03);
}

/* Responsive - Email Section */
@media (max-width: 768px) {
    .email-section {
        padding: 80px 0;
    }
    
    .email-wrapper {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .email-section .signup-form {
        max-width: 500px;
    }
    
    .email-text {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
    
    .email-section .email-input,
    .email-section .signup-button {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .email-section {
        padding: 60px 0;
    }
    
    .email-wrapper {
        max-width: 320px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .email-section .signup-form {
        max-width: 320px;
    }
    
    .email-text {
        font-size: 1.1rem;
        margin-bottom: 24px;
    }
    
    .email-section .email-input,
    .email-section .signup-button {
        font-size: 1.1rem;
        padding: 16px 0;
    }
}

/* Success Message Styling */
.success-message-text {
    font-size: 1.4rem;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .success-message-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .success-message-text {
        font-size: 1.1rem;
    }
}

/* Footer */
.footer {
    padding: 40px 0;
    background: transparent;
}

.footnote {
    font-size: 8pt;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.footnote a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footnote a:hover {
    text-decoration: line-through;
}

/* Responsive design for footnote */
@media screen and (max-width: 768px) {
    .footer {
        padding: 30px 0;
    }
    
    .footnote {
        font-size: 7pt;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 25px 0;
    }
    
    .footnote {
        font-size: 6pt;
    }
}
