.elementor-1087 .elementor-element.elementor-element-183a782{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5421b9e *//* styles.css - MODIFICADO COM COR #edf8fe E TEXTOS PRETOS */
/* Reset e estilos gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
    color: #000000; /* MUDADO PARA PRETO */
    background-color: #edf8fe; /* COR SOLICITADA */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #6e93a8;
}

ul {
    list-style: none;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000; /* MUDADO PARA PRETO */
    text-transform: uppercase;
}

.black-text {
    color: #000000 !important;
}

/* Header */
.header {
    background-image: url('https://unicapsules.online/wp-content/uploads/2025/08/bg_image.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #000000; /* MUDADO PARA PRETO */
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.header-text {
    flex: 1;
    padding-right: 30px;
}

.header-text h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #000000; /* MUDADO PARA PRETO */
}

.header-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000; /* MUDADO PARA PRETO */
}

.header-benefits {
    margin-top: 30px;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.benefit-item img {
    width: 30px;
    margin-right: 15px;
}

.benefit-item p {
    color: #000000; /* MUDADO PARA PRETO */
}

/* NOVA SEÇÃO PARA FORMULÁRIO JUNTO COM IMAGEM */
.header-form-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.header-image {
    flex: 1;
    text-align: center;
    position: relative;
}

.header-image img {
    max-width: 80%;
}

.discount-badge {
    position: absolute;
    top: 0;
    right: 20%;
    width: 80px;
    height: 80px;
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transform: rotate(15deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.discount-badge.large {
    width: 100px;
    height: 100px;
    font-size: 30px;
}

/* ESTILOS DO SEU FORMULÁRIO ORIGINAL */
.form-container {
    max-width: 350px;
    padding: 30px 25px;
    border-radius: 20px;
    background: #ffffff;
    color: #000000;
    font-family: 'Montserrat', Arial, sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 2px solid #6e93a8;
}

.form-container::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(110, 147, 168, 0) 0%,
        rgba(110, 147, 168, 0.1) 50%,
        rgba(110, 147, 168, 0) 100%
    );
    transform: rotate(30deg);
    animation: shine 8s infinite linear;
    z-index: 1;
    pointer-events: none;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.form-content {
    position: relative;
    z-index: 2;
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #000000;
    text-transform: uppercase;
}

.product-name {
    color: #6e93a8;
    font-weight: 800;
}

.country-select-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.country-flag {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 3;
}

.country-select {
    width: 100%;
    padding: 16px 16px 16px 45px;
    border: 1px solid #6e93a8;
    border-radius: 12px;
    font-size: 16px;
    background-color: white;
    color: #000000;
    appearance: menulist;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', Arial, sans-serif;
}

.input-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6e93a8;
    z-index: 3;
}

.form-input {
    width: 100%;
    padding: 16px 16px 16px 45px;
    border: 1px solid #6e93a8;
    border-radius: 12px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', Arial, sans-serif;
    color: #000000;
}

.price-container {
    text-align: center;
    margin: 20px 0;
    background: rgba(110, 147, 168, 0.2);
    padding: 20px;
    border-radius: 12px;
}

.old-price {
    text-decoration: line-through;
    font-size: 18px;
    opacity: 0.8;
    color: #000000;
    margin-bottom: 5px;
}

.new-price {
    font-size: 42px;
    font-weight: bold;
    color: #6e93a8;
    margin: 10px 0;
}

.price-label {
    font-size: 14px;
    color: #000000;
    opacity: 0.9;
}

.submit-button {
    width: 100%;
    background: #ff0000;
    color: white;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    background: #e60000;
}

.submit-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cart-icon {
    margin-right: 10px;
    font-size: 20px;
}

.security-badge {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #000000;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.security-badge i {
    margin-right: 5px;
    font-size: 14px;
    color: #6e93a8;
}

/* SEÇÃO DE TESTE DE SAÚDE (CARROSSEL) */
.health-test-section {
    padding: 80px 0;
    background-color: #edf8fe;
}

.test-description {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #000000;
}

.test-carousel {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.test-slide {
    display: none;
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.test-slide.active {
    display: block;
}

.test-number {
    background: #6e93a8;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.test-slide h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
}

.question-block {
    margin-bottom: 30px;
}

.question-block h4 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 18px;
}

.answer-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.answer-option {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #edf8fe;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.answer-option:hover {
    background: #6e93a8;
    color: white;
}

.answer-option input[type="radio"] {
    margin-right: 10px;
}

.next-question-btn, .finish-test-btn {
    background: #6e93a8;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    transition: all 0.3s;
}

.next-question-btn:hover, .finish-test-btn:hover {
    background: #5a7a8a;
    transform: translateY(-2px);
}

/* ESTILOS PARA RESULTADO DO TESTE */
.result-high-risk, .result-medium-risk, .result-low-risk {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.result-high-risk {
    background: linear-gradient(135deg, #ffe6e6, #ffcccc);
    border: 2px solid #ff0000;
}

.result-medium-risk {
    background: linear-gradient(135deg, #fff3e6, #ffe6cc);
    border: 2px solid #ff8800;
}

.result-low-risk {
    background: linear-gradient(135deg, #e6ffe6, #ccffcc);
    border: 2px solid #00aa00;
}

.result-high-risk p, .result-medium-risk p, .result-low-risk p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.result-cta {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: rgba(110, 147, 168, 0.1);
    border-radius: 10px;
}

.result-cta p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}

.result-cta .cta-button {
    background: #ff0000;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.result-cta .cta-button:hover {
    background: #e60000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Problems Section */
.problems-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.problem-item {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background: #edf8fe;
}

.problem-item:hover {
    transform: translateY(-5px);
}

.problem-item img {
    width: 80px;
    margin-bottom: 15px;
}

.problem-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #6e93a8;
}

.problem-item p {
    color: #000000;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background-color: #edf8fe;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-item {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-item img {
    width: 70px;
    margin-bottom: 20px;
}

.benefit-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #6e93a8;
}

.benefit-item p {
    color: #000000;
}

/* Ingredients Section */
.ingredients-section {
    padding: 80px 0;
    background-color: #fff;
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ingredient-item {
    text-align: center;
    padding: 20px;
    background: #edf8fe;
    border-radius: 10px;
}

.ingredient-item img {
    width: 100px;
    margin-bottom: 15px;
}

.ingredient-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #6e93a8;
}

.ingredient-item p {
    color: #000000;
}

/* Expert Section */
.expert-section {
    padding: 80px 0;
    background-color: #edf8fe;
}

.expert-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.expert-image {
    flex: 1;
    padding: 30px;
}

.expert-text {
    flex: 2;
    padding: 40px;
}

.expert-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000; /* MUDADO PARA PRETO */
}

.expert-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #6e93a8;
}

.expert-title {
    font-style: italic;
    margin-bottom: 20px;
    color: #000000; /* MUDADO PARA PRETO */
}

.expert-quote {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000; /* MUDADO PARA PRETO */
}

.signature {
    width: 150px;
}

/* SEÇÃO DE EFICÁCIA COMPROVADA */
.efficacy-section {
    padding: 80px 0;
    background-color: #fff;
}

.efficacy-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #000000;
}

.efficacy-table {
    max-width: 1000px;
    margin: 0 auto;
    background: #edf8fe;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #6e93a8;
    color: white;
    font-weight: bold;
    padding: 20px;
}

.table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 20px;
    border-bottom: 1px solid rgba(110, 147, 168, 0.2);
    align-items: center;
}

.table-row:last-child {
    border-bottom: none;
}

.table-col {
    padding: 10px;
    color: #000000;
}

.percentage {
    font-size: 24px;
    font-weight: bold;
    color: #6e93a8;
    text-align: center;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background: rgba(110, 147, 168, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #6e93a8;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.order-cta {
    text-align: center;
    margin-top: 40px;
}

.cta-button {
    background: #ff0000;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.cta-button:hover {
    background: #e60000;
    transform: translateY(-2px);
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #edf8fe;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.user-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
}

.rating {
    color: #ffc107;
}

.testimonial-item p {
    color: #000000;
}

/* SEÇÃO DE CONFIDENCIALIDADE */
.confidentiality-section {
    padding: 60px 0;
    background-color: #fff;
}

.confidentiality-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    background: #edf8fe;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.confidentiality-icon {
    font-size: 60px;
    color: #6e93a8;
    margin-right: 30px;
}

.confidentiality-text h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.confidentiality-text p {
    font-size: 16px;
    color: #000000;
}

/* How to Use Section - TEXTO PRETO E IMAGENS MENORES */
.how-to-use-section {
    padding: 80px 0;
    background-color: #edf8fe;
    color: #000000; /* MUDADO PARA PRETO */
}

.use-steps {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.use-step {
    text-align: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    width: 30%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.use-step-image {
    width: 60px !important; /* IMAGENS MENORES */
    margin-bottom: 20px;
}

.use-step h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000; /* MUDADO PARA PRETO */
}

.use-step p {
    color: #000000; /* MUDADO PARA PRETO */
}

/* Promo Section */
.promo-section {
    padding: 80px 0;
    background-color: #fff;
}

.promo-content {
    display: flex;
    align-items: center;
    background-color: #edf8fe;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.promo-image {
    flex: 1;
    padding: 30px;
    position: relative;
}

.promo-text {
    flex: 1;
    padding: 40px;
}

.promo-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000; /* MUDADO PARA PRETO */
}

.promo-description {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000000;
}

.promo-price {
    margin-bottom: 30px;
}

.countdown-container {
    margin-top: 30px;
}

.countdown-container p {
    color: #000000;
    margin-bottom: 10px;
}

.countdown {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin-top: 10px;
}

.countdown-item {
    text-align: center;
    background-color: #6e93a8;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 30%;
}

.countdown-item span {
    display: block;
}

.countdown-item span:first-child {
    font-size: 24px;
    font-weight: 700;
}

.countdown-label {
    font-size: 12px;
}

/* SEÇÃO COMO ENCOMENDAR */
.how-to-order-section {
    padding: 80px 0;
    background-color: #edf8fe;
}

.order-steps {
    max-width: 1000px;
    margin: 0 auto;
}

.order-step {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
    background: #6e93a8;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
    margin-right: 30px;
}

.step-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.step-content p {
    color: #000000;
    margin-bottom: 15px;
}

.step-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.step-input {
    padding: 10px;
    border: 1px solid #6e93a8;
    border-radius: 5px;
    font-size: 14px;
}

.step-button {
    background: #ff0000;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.price-note {
    font-size: 12px;
    color: #6e93a8;
    text-align: center;
}

.step-image {
    flex-shrink: 0;
}

.step-image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* Order Section */
.order-section {
    padding: 80px 0;
    background-color: #fff;
}

.final-order-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.final-product-image {
    flex: 1;
    text-align: center;
    position: relative;
}

.final-product-image img {
    max-width: 80%;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #edf8fe;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #6e93a8;
    color: #fff;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.faq-toggle {
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}

.faq-answer p {
    color: #000000;
}

/* Footer */
.footer {
    background-color: #333;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer-logo h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-links h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #ccc;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Modal */
.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);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

.close-modal:hover {
    color: #333;
}

.modal-body {
    margin-top: 20px;
}

.modal-body h3 {
    margin: 20px 0 10px;
    color: #6e93a8;
}

.modal-body p {
    color: #000000;
}

/* Responsividade */
@media (max-width: 1024px) {
    .header-text h1 {
        font-size: 40px;
    }

    .header-text h2 {
        font-size: 24px;
    }

    .problems-grid, .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ingredients-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-form-section {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
    }

    .header-text {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .header-form-section {
        flex-direction: column;
    }

    .expert-content, .promo-content {
        flex-direction: column;
    }

    .expert-image, .promo-image {
        padding: 20px;
    }

    .expert-text, .promo-text {
        padding: 30px;
    }

    .use-steps {
        flex-direction: column;
        align-items: center;
    }

    .use-step {
        width: 80%;
        margin-bottom: 20px;
    }

    .ingredients-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .order-step {
        flex-direction: column;
        text-align: center;
    }

    .step-number {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .step-content {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .final-order-content {
        flex-direction: column;
    }

    .table-header, .table-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .confidentiality-content {
        flex-direction: column;
        text-align: center;
    }

    .confidentiality-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 26px;
    }

    .header-text h1 {
        font-size: 32px;
    }

    .header-text h2 {
        font-size: 20px;
    }

    .problems-grid, .benefits-grid, .ingredients-grid, .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .modal-content {
        width: 95%;
        padding: 20px;
    }
}/* End custom CSS */