/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.newsletter-section.container {
    text-align: center;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 32px 0;
    color: white;
}

.logo span {
    font-family: 'Kadwa', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.logo img {
    width: 40px;
    height: 40px;
    background: #945AB3;
    border-radius: 8px;
}

/* Banner Section */
.banner {
    padding: 0 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-top: 40px;
}

.banner-text {
    flex: 1;
    max-width: 600px;
    color: white;
}

.intro {
    font-size: 16px;
    font-weight: 300;
    color: #DABBFC;
    margin-bottom: 12px;
    display: block;
}

h1 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 600;
}

.highlight {
    color: #945AB3;
}

.banner-text p {
    font-size: 20px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.cta-button {
    background-color: #E5CDFF !important;
    color: #161E16 !important;
    border: none !important;
    padding: 16px 32px !important;
    height: 50px !important;
    line-height: 1 !important;
    border-radius: 25px !important;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    text-decoration: none !important;
}

.cta-button:hover {
    opacity: 0.9;
}

.banner-image {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.template-video {
    width: 100%;
    height: auto;
    border-radius: 16px;
    max-width: 300px;
}

.shopify-badge {
    display: inline-block;
    background: #74438F;
    padding: 8px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    color: white;
}

.shopify-badge span {
    font-size: 16px;
}

.social-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.social-proof img {
    max-width: 72px;
    height: auto;
}

.social-proof span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

/* Features Section */
.features {
    padding: 80px 0;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
    justify-content: space-between;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-row.reverse {
    flex-direction: row-reverse;
}

.feature-content {
    flex: 1;
    max-width: 500px;
}

.feature-content h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #161E16;
}

.feature-content p {
    font-size: 20px;
    color: #666666;
    margin-bottom: 32px;
}

.feature-image {
    flex: 1;
    max-width: 664px;
}

.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Roadmap Section */
.roadmap {
    background-color: #F3F4F6;
    padding: 80px 0;
}

.roadmap h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    color: #161E16;
}

.roadmap-content {
    max-width: 800px;
    margin: 0 auto;
}

.roadmap-content p {
    text-align: left;
    margin-bottom: 20px;
    color: #737775;
    font-size: 18px;
    line-height: 1.6;
}

.roadmap-content p strong {
    color: #737775;
}

.intro-text {
    font-size: 20px;
    margin-bottom: 40px;
    color: #161E16;
    line-height: 1.6;
}

.phase {
    margin-bottom: 32px;
    text-align: center;
}

.phase h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #161E16;
    font-weight: 600;
}

.phase p {
    font-size: 18px;
    line-height: 1.6;
    color: #161E16;
    margin-bottom: 24px;
}

.roadmap .social-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.roadmap .social-proof img {
    max-width: 90px;
    height: auto;
}

.roadmap .social-proof span {
    color: #161E16;
    font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .roadmap {
        padding: 40px 20px;
    }

    .roadmap .social-proof span {
        font-size: 12px;
    }

    .roadmap h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .intro-text {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .phase h3 {
        font-size: 20px;
    }

    .phase p {
        font-size: 16px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner {
        padding: 0 0 40px;
    }

    .logo {
        padding: 24px 0;
    }

    .banner-content {
        flex-direction: column;
        margin-top: 24px;
        gap: 32px;
    }

    .banner-text {
        order: 1;
    }

    .banner-image {
        order: 2;
        justify-content: center;
        width: 100%;
    }

    h1 {
        font-size: 36px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .features {
        padding: 40px 0;
    }

    .feature-row {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 60px;
    }

    .feature-row.reverse {
        flex-direction: column;
    }

    .feature-content {
        order: 1;
        text-align: center;
    }

    .feature-image {
        order: 2;
    }

    .feature-content h2 {
        font-size: 28px;
    }

    .feature-content p {
        font-size: 18px;
    }

    .newsletter {
        padding: 40px 20px;
    }

    .newsletter h2 {
        font-size: 28px;
    }

    .newsletter-form {
        flex-direction: column;
        padding: 0 20px;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
    }
}

/* Mailchimp Form Styling */
#mc_embed_signup {
    background: transparent !important;
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif !important;
}

#mc_embed_signup form {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
}

/* Hide unnecessary elements */
#mc_embed_signup h2,
.indicates-required,
.mc-field-group label,
#mc_embed_signup .optionalParent p,
#mce-responses {
    display: none !important;
}

/* Style form fields */
#mc_embed_signup .mc-field-group {
    padding: 0 !important;
    min-height: auto !important;
    width: 100% !important;
    max-width: 320px !important;
}

#mc_embed_signup .mc-field-group input {
    background-color: white !important;
    border: 1px solid rgba(22, 30, 22, 0.2) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    width: 100% !important;
    font-family: 'Inter', sans-serif !important;
}

#mc_embed_signup .mc-field-group input::placeholder {
    color: rgba(22, 30, 22, 0.6) !important;
}

/* Layout adjustments */
#mc_embed_signup_scroll {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
}

/* Privacy Footer */
.privacy-footer {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.privacy-footer img {
    display: inline-block;
    vertical-align: middle;
}

.privacy-footer a {
    color: white;
    text-decoration: none;
}

.privacy-footer a:hover {
    text-decoration: underline;
}

/* Sign-up page specific styles */
.signup-page {
    min-height: calc(100vh - 48px); /* Account for privacy footer */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.signup-page .logo {
    justify-content: center;
    margin-bottom: 40px;
}

.signup-intro {
    max-width: 800px;
    text-align: center;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.signup-intro p {
    margin-bottom: 20px;
}

.signup-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 16px;
}

.signup-page .newsletter {
    border-radius: 16px;
}

.signup-intro a {
    color: #fff;
}

/* Video Section */
.video-section {
    padding: 80px 0;
    text-align: center;
}

.video-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-badge {
    background: #F8F1FF;
    padding: 8px 16px;
    border-radius: 25px;
    margin-bottom: 14px;
}

.video-badge span {
    color: #161E16;
    font-size: 16px;
    font-weight: 500;
}

.video-section h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.video-section p {
    font-size: 20px;
    margin-bottom: 40px;
}

.video-wrapper {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.video-wrapper iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-section {
        padding: 40px 0;
    }

    .video-section h2 {
        font-size: 28px;
    }

    .video-section p {
        font-size: 18px;
    }
}

/* FAQ Section */
.faq {
    padding: 80px 0;
}

.faq h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    color: #161E16;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 16px;
    background: #F8F1FF;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    color: #161E16;
    font-size: 18px;
    font-weight: 500;
}

.accordion-header span {
    flex: 1;
}

.accordion-header .arrow {
    transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 24px;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    padding-bottom: 24px;
}

.accordion-content p {
    color: #161E16;
    opacity: 0.8;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .faq {
        padding: 40px 0;
    }

    .faq h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .accordion-header {
        font-size: 16px;
        padding: 16px;
    }

    .accordion-content {
        padding: 0 16px;
    }

    .accordion-item.active .accordion-content {
        padding-bottom: 16px;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
}

.modal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #161E16;
}

.modal .logo {
    justify-content: center;
    margin-bottom: 40px;
}

.modal .logo span {
    color: #161E16;
}

.modal .signup-intro {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 40px;
    color: #161E16;
    line-height: 1.6;
}

.modal .signup-intro p {
    margin-bottom: 20px;
    font-size: 18px;
}

.modal .signup-intro a {
    color: #161E16;
    text-decoration: underline;
}

.modal .signup-form {
    max-width: 500px;
    margin: 0 auto;
}

.modal #mc_embed_signup {
    background: transparent !important;
}

.modal #mc_embed_signup input {
    color: #161E16 !important;
}

.modal #mc_embed_signup label {
    color: #161E16 !important;
}