/* ==========================================================================
   GLOBAL STYLES & RESETS
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Wix Madefor Display', sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sellerbot-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sellerbot-highlight {
    color: #0475d2;
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sellerbot-section-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.sellerbot-section-subtitle {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 126%;
    letter-spacing: 0%;

}

.sellerbot-btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.sellerbot-btn-primary {
    background-color: #0475d2;
    color: #ffffff;
}

.sellerbot-btn-primary:hover {
    background-color: #035aa0;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(4, 117, 210, 0.3);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.sellerbot-hero {
    background: #D4EBFF;
}

.sellerbot-hero-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.sellerbot-hero-content {
    flex: 1;
}

.sellerbot-hero-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sellerbot-hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.sellerbot-hero-description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.sellerbot-hero-image {
    max-width: 450px;
    flex: 1;
}

/* ==========================================================================
   INFO BANNER SECTION
   ========================================================================== */

.sellerbot-info-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background-color: #ffffff;
    border: 1px solid #f0f2f5;
    border-radius: 24px;
    padding: 35px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.sellerbot-info-text {
    flex: 1;
    font-size: 18px;
    line-height: 1.7;
}

.sellerbot-info-text p:first-child {
    margin-bottom: 15px;
}

.sellerbot-info-text strong {
    color: #0475d2;
    font-weight: 700;
}

.sellerbot-info-image {
    flex-shrink: 0;
    max-width: 260px;
}

/* ==========================================================================
   FEATURES SECTION
   ========================================================================== */

.sellerbot-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.sellerbot-feature-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sellerbot-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.sellerbot-feature-icon {
    height: 60px;
    margin: 0 auto 20px auto;
}

.sellerbot-feature-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sellerbot-feature-description {
    font-size: 16px;
}

/* ==========================================================================
   TRY FREE SECTION
   ========================================================================== */

.sellerbot-try-free-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.sellerbot-try-free-content {
    flex: 1.2;
}

.sellerbot-try-free-content .sellerbot-section-title,
.sellerbot-try-free-content .sellerbot-section-subtitle {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.sellerbot-try-free-steps-title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
}

.sellerbot-steps-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sellerbot-steps-list li {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f2f5;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    max-width: 630px;
}

.sellerbot-steps-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border: 2px solid #0475d2;
    border-radius: 8px;
    background-color: transparent;
    color: #0475d2;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
}

.sellerbot-try-free-note {
    margin-top: 30px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 126%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}

.sellerbot-try-free-image {
    max-width: 400px;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */

.sellerbot-faq-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.sellerbot-faq-image {
    flex: 1;
    max-width: 450px;
}

.sellerbot-faq-content {
    flex: 1.5;
}

.sellerbot-faq-content .sellerbot-section-title {
    text-align: left;
}

.sellerbot-accordion {
    margin-top: 30px;
}

.sellerbot-accordion-item {
    border-bottom: 1px solid #e9ecef;
}

.sellerbot-accordion-item summary {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 30px;
}

.sellerbot-accordion-item summary::-webkit-details-marker {
    display: none;
}

.sellerbot-accordion-item summary::after {
    content: '+';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #0475d2;
    transition: transform 0.3s ease;
}

.sellerbot-accordion-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.sellerbot-accordion-content {
    padding-bottom: 20px;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

.sellerbot-contact {
    background-color: #f8f9fa;
}

.sellerbot-contact-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.sellerbot-contact-content {
    flex: 1;
}

.sellerbot-contact-content .sellerbot-section-title,
.sellerbot-contact-content .sellerbot-section-subtitle {
    text-align: left;
    margin-left: 0;
}

.sellerbot-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.sellerbot-form input,
.sellerbot-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    font-size: 16px;
    font-family: 'Wix Madefor Display', sans-serif;
}

.sellerbot-form textarea {
    min-height: 120px;
    resize: vertical;
}

.sellerbot-form button {
    align-self: flex-start;
}

.sellerbot-contact-image {
    flex: 1;
    max-width: 500px;
}

/* ==========================================================================
   RESPONSIVENESS
   ========================================================================== */

/* Планшеты и небольшие десктопы (до 1024px) */
@media (max-width: 1024px) {
    .sellerbot-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sellerbot-section-title {
        font-size: 36px;
    }
    .sellerbot-hero-title {
        font-size: 52px;
    }
    .sellerbot-hero-container,
    .sellerbot-try-free-container,
    .sellerbot-faq-container,
    .sellerbot-contact-container {
        gap: 40px;
    }
    .sellerbot-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Вертикальные планшеты (до 768px) */
@media (max-width: 768px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sellerbot-section-title {
        font-size: 32px;
        text-align: left !important;
    }
    .sellerbot-section-subtitle {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .sellerbot-hero-container,
    .sellerbot-info-banner-content,
    .sellerbot-try-free-container,
    .sellerbot-faq-container,
    .sellerbot-contact-container {
        flex-direction: column;
        gap: 30px;
    }
    .sellerbot-hero-content {
        text-align: left;
    }
    .sellerbot-hero-title {
        font-size: 48px;
    }
    .sellerbot-hero-image {
        margin-top: 50px;
        order: -1;
        margin-bottom: 20px;
    }
    .sellerbot-info-banner-content {
        text-align: left;
    }
    .sellerbot-features-grid {
        grid-template-columns: 1fr;
    }
    .sellerbot-try-free-content,
    .sellerbot-faq-content,
    .sellerbot-contact-content {
        text-align: left;
    }
    .sellerbot-form button {
        align-self: stretch;
    }
    .sellerbot-faq-image,
    .sellerbot-contact-image {
        max-width: 300px;
    }
}

/* Мобильные устройства (до 480px) */
@media (max-width: 480px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sellerbot-section-title {
        font-size: 28px;
    }
    .sellerbot-section-subtitle {
        font-size: 16px;
    }
    .sellerbot-btn {
        padding: 12px 20px;
        font-size: 16px;
        width: 100%;
    }
    .sellerbot-hero-title {
        font-size: 36px;
    }
    .sellerbot-hero-description,
    .sellerbot-info-text,
    .sellerbot-feature-description,
    .sellerbot-steps-list li,
    .sellerbot-accordion-content {
        font-size: 16px;
    }
    .sellerbot-info-banner-content,
    .sellerbot-feature-card {
        padding: 25px;
    }
    .sellerbot-feature-title {
        font-size: 20px;
    }
    .sellerbot-accordion-item summary {
        font-size: 18px;
    }
}

/* Очень маленькие экраны (до 360px) */
@media (max-width: 360px) {
    .sellerbot-section-title {
        font-size: 24px;
    }
    .sellerbot-hero-title {
        font-size: 32px;
    }
}