/* List Your Business - Figma Design CSS */

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

:root {
    --primary: #370643;
    --secondary: #FFC700;
    --teal: #00B7A8;
    --orange: #FF7E4A;
    --green: #2A7E52;
    --blue: #7ED0FF;
    --blue-light: #4CB3FF;
    --text-dark: #5A3E2B;
    --text-light: rgba(90, 62, 43, 0.7);
    --text-lighter: rgba(90, 62, 43, 0.5);
    --bg-cream: #FDFAF5;
    --bg-light: #F6EAD8;
    --border-color: rgba(255, 199, 0, 0.2);
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

.list-business-page {
    width: 100%;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section-figma {
    background: linear-gradient(135deg, rgba(246, 234, 216, 0.30) 0%, #FFF 100%);
    padding: 40px 0 67px;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-container-figma {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 58px;
}

.hero-content-figma {
    flex: 1;
    max-width: 634px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    z-index: 10;
    gap: 24px;
}

.hero-heading {
    font-size: 56px;
    font-weight: 700;
    line-height: normal;
    color: var(--primary);
    margin-bottom: 0;
}

.hero-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(90, 62, 43, 0.80);
    margin-bottom: 0;
    align-self: stretch;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-top: 8px;
    margin-bottom: 0;
    flex-wrap: wrap;
    width: 530px;
}

.stat-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 154px;
}

.stat-number {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.stat-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-light);
}

.hero-cta-btn {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 9999px;
    background: var(--primary);
    color: var(--secondary);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 20;
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(55, 6, 67, 0.3);
    color: var(--secondary);
}

/* Hero Image - Phone Mockup */
.hero-image-figma {
    flex-shrink: 0;
    width: 560px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.phone-mockup-figma {
    width: 280px;
    height: 560px;
    padding: 12px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
}

.phone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px 8px;
    background: linear-gradient(180deg, rgba(246, 234, 216, 0.40) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.phone-time {
    color: var(--text-dark);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.phone-icons-right {
    display: flex;
    align-items: center;
    gap: 3px;
}

.phone-battery {
    width: 16px;
    height: 12px;
    border-radius: 8px;
    border: 1px solid var(--text-dark);
}

.phone-battery-fill {
    width: 4px;
    height: 12px;
    border-radius: 8px;
    background: #5A3E2B;
}

.phone-logo {
    display: flex;
    height: 19px;
    padding: 0.5px 0 3.5px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(246, 234, 216, 0.40) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.business-card-mockup {
    border-radius: 16px 16px 0 0;
    border: 1px solid rgba(0, 183, 168, 0.10);
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.card-image {
    width: 100%;
    height: 224px;
    position: relative;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-badges {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
}

.rating-badge {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(4px);
}

.rating-badge span {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.verified-badge {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    background: rgba(42, 126, 82, 0.95);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(4px);
}

.verified-badge span {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.card-details {
    padding: 19px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 29.56px;
    color: #2D2D2D;
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-category {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 9999px;
    background: rgba(76, 179, 255, 0.15);
    color: var(--blue-light);
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    white-space: nowrap;
}

.card-location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-light);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.card-reviews {
    padding-top: 4px;
    color: var(--text-light);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.card-btn {
    display: flex;
    width: 100%;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--primary);
    border: none;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer;
}

/* Benefits Section */
.benefits-section-figma {
    background: #FFF;
    padding: 64px 90px;
}

.benefits-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    flex-wrap: wrap;
}

.benefit-item {
    width: 251px;
    border-radius: 24px;
    border: 2px solid rgba(255, 199, 0, 0.10);
    background: #FFF;
    padding: 34px;
    overflow: hidden;
    position: relative;
}

.benefit-icon {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    margin-bottom: 16px;
}

.benefit-title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: var(--primary);
    margin-bottom: 16px;
}

.benefit-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-light);
}

/* Form Section */
.form-section-figma {
    background: var(--bg-cream);
    padding: 80px 0;
}

.form-section-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 41px;
    display: flex;
    justify-content: flex-start;
    gap: 78px;
}

.form-column {
    flex: 1;
    max-width: 720px;
}

.form-header-figma {
    margin-bottom: 48px;
    text-align: center;
    width: 100%;
}

.form-main-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary);
    text-align: center;
    margin-bottom: 16px;
}

.form-main-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-light);
    text-align: center;
}

.business-listing-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-card-figma {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid rgba(0, 183, 168, 0.10);
    background: rgba(246, 234, 216, 0.20);
}

.form-section-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--primary);
    margin-bottom: 24px;
}

.form-section-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-light);
    margin-bottom: 24px;
}

.form-group-figma {
    margin-bottom: 24px;
}

.form-group-figma:last-child {
    margin-bottom: 0;
}

.form-label-figma {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.required-star {
    color: var(--orange);
}

.optional-text {
    color: var(--text-lighter);
    font-weight: 600;
}

.form-input-figma {
    width: 100%;
    padding: 15px 24px 16px;
    border-radius: 16px;
    border: 2px solid var(--border-color);
    background: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    transition: all 0.3s ease;
}

.form-input-figma::placeholder {
    color: rgba(45, 45, 45, 0.5);
}

.form-input-figma:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(0, 183, 168, 0.1);
}

.form-select-wrapper {
    position: relative;
}

.form-select-figma {
    width: 100%;
    padding: 16px 24px;
    border-radius: 16px;
    border: 2px solid var(--border-color);
    background: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-dark);
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-select-figma:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(0, 183, 168, 0.1);
}

.select-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.form-tip-figma {
    display: block;
    margin-top: 8px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(45, 45, 45, 0.5);
}

.whatsapp-group-figma {
    padding: 16px;
    border-radius: 16px;
    border: 2px solid rgba(42, 126, 82, 0.20);
    background: rgba(42, 126, 82, 0.05);
}

.whatsapp-label-figma {
    color: var(--green);
}

.recommended-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--green);
}

.whatsapp-input-figma {
    border: 2px solid rgba(42, 126, 82, 0.30);
}

.whatsapp-tip-figma {
    color: rgba(42, 126, 82, 0.7);
    font-size: 12px;
    line-height: 16px;
}

.form-submit-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.form-submit-btn {
    width: 100%;
    padding: 20px 64px;
    border-radius: 9999px;
    background: var(--primary);
    border: none;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(55, 6, 67, 0.3);
}

.submit-note-figma {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-light);
    text-align: center;
}

/* Sidebar Benefits */
.sidebar-column {
    width: 337px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sidebar-card-figma {
    height: auto;
    padding: 34px;
    border-radius: 24px;
    border: 2px solid rgba(255, 199, 0, 0.10);
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.sidebar-icon-figma {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    margin-bottom: 16px;
}

.sidebar-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: var(--primary);
    margin-bottom: 16px;
}

.sidebar-card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-light);
}

/* How It Works Section */
.how-it-works-section-figma {
    background: #FFF;
    padding: 64px 0;
}

.how-it-works-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 90px;
}

.faq-section-figma .section-main-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary);
    text-align: center;
    margin-bottom: 48px;
}

.section-main-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary);
    text-align: center;
    margin-bottom: 64px;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
}

.step-item-figma {
    width: 334.66px;
    text-align: center;
    position: relative;
}

.step-number-badge {
    display: flex;
    width: 80px;
    height: 80px;
    padding: 21.5px 0 22.5px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 auto 24px;
}

.step-title-figma {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--primary);
    margin-bottom: 12px;
}

.step-description-figma {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-light);
}

/* WhatsApp CTA Section */
.whatsapp-cta-section {
    background: linear-gradient(135deg, rgba(42, 126, 82, 0.05) 0%, #FFF 100%);
    padding: 64px 0;
}

.whatsapp-cta-section .whatsapp-cta-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 280px;
}

.whatsapp-cta-card {
    height: 352px;
    border-radius: 24px;
    border: 2px solid rgba(42, 126, 82, 0.20);
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

.whatsapp-icon-large {
    width: 64px;
    height: 65px;
}

.whatsapp-cta-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: var(--primary);
}

.whatsapp-cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-light);
}

.whatsapp-cta-button {
    display: inline-flex;
    padding: 16px 40px;
    align-items: center;
    gap: 12px;
    border-radius: 9999px;
    background: var(--green);
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(42, 126, 82, 0.3);
    color: #FFF;
}

/* FAQ Section */
.faq-section-figma {
    background: #FFF;
    padding: 80px 0;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 90px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-radius: 16px;
    border: 1px solid rgba(255, 199, 0, 0.10);
    background: rgba(246, 234, 216, 0.20);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 199, 0, 0.60);
    background: rgba(246, 234, 216, 0.40);
    box-shadow: 0 4px 12px rgba(255, 199, 0, 0.15);
}

.faq-question-btn {
    width: 100%;
    display: flex;
    padding: 24px 32px;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.faq-question-btn:hover {
    background: rgba(255, 199, 0, 0.1);
}

.faq-question-btn:focus {
    outline: none;
    background: rgba(255, 199, 0, 0.15);
}

.faq-question-btn span {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.faq-icon.rotated {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    max-height: 500px;
    padding: 0 32px 24px;
}

.faq-answer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-light);
}

/* Fallback for browsers that support :has() */
.faq-item:has(.faq-answer.active) .faq-icon {
    transform: rotate(180deg);
}

/* Expanded state styling */
.faq-item.expanded {
    border-color: rgba(255, 199, 0, 0.60);
    background: rgba(246, 234, 216, 0.40);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-image-figma {
        width: auto;
        max-width: 560px;
        flex-shrink: 1;
    }

    .hero-container-figma {
        padding: 0 40px;
        flex-direction: column;
        gap: 40px;
    }

    .hero-content-figma {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .hero-heading {
        font-size: 40px;
    }

    .hero-stats {
        justify-content: center;
        width: auto;
    }

    .benefits-section-figma {
        padding: 64px 40px;
    }

    .benefits-container {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-section-container {
        flex-direction: column;
        padding: 0 40px;
        gap: 40px;
    }

    .sidebar-column {
        width: 100%;
        max-width: 720px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }

    .how-it-works-container {
        padding: 0 40px;
    }

    .steps-container {
        padding: 0;
        flex-wrap: wrap;
    }

    .whatsapp-cta-section {
        padding: 64px 0;
    }

    .whatsapp-cta-section .whatsapp-cta-container {
        padding: 0 40px;
    }

    .faq-container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .hero-section-figma {
        padding: 80px 0 40px;
        min-height: auto;
    }

    .hero-container-figma {
        padding: 0 24px;
    }

    .hero-heading {
        font-size: 32px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }

    .stat-box {
        width: 100%;
    }

    .benefits-section-figma {
        padding: 40px 24px;
    }

    .benefits-container {
        padding: 0;
    }

    .benefit-item {
        width: 100%;
    }

    .form-section-figma {
        padding: 40px 0;
    }

    .form-section-container {
        padding: 0 24px;
    }

    .form-main-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .form-card-figma {
        padding: 24px;
    }

    .sidebar-column {
        grid-template-columns: 1fr;
    }

    .how-it-works-container {
        padding: 0 24px;
    }

    .section-main-heading {
        font-size: 32px;
    }

    .steps-container {
        padding: 0;
        flex-direction: column;
    }

    .step-item-figma {
        width: 100%;
    }

    .how-it-works-section-figma {
        padding: 40px 0;
    }

    .whatsapp-cta-section {
        padding: 40px 0;
    }

    .whatsapp-cta-section .whatsapp-cta-container {
        padding: 0 24px;
    }

    .whatsapp-cta-card {
        height: auto;
        padding: 32px 24px;
    }

    .faq-section-figma {
        padding: 40px 0;
    }

    .faq-container {
        padding: 0 24px;
    }

    .faq-question-btn {
        padding: 16px 20px;
    }

    .faq-question-btn span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: 28px;
    }

    .hero-cta-btn {
        width: 100%;
        font-size: 18px;
        padding: 14px 32px;
    }

    .phone-mockup-figma {
        width: 240px;
        height: 480px;
    }

    .form-main-heading {
        font-size: 28px;
    }

    .form-submit-btn {
        font-size: 18px;
        padding: 16px 40px;
    }

    .section-main-heading {
        font-size: 28px;
    }

    .whatsapp-cta-title {
        font-size: 24px;
    }

    .how-it-works-section-figma {
        padding: 32px 0;
    }

    .faq-section-figma .section-main-heading {
        font-size: 28px;
    }

    .whatsapp-cta-button {
        width: 100%;
        justify-content: center;
    }
}

