/* ===========================
   WEDDING PLANNERS PAGE STYLES
   =========================== */

/* B2B VALUE PROPOSITION SECTION */
.b2b-value-section {
    padding: 80px 0;
    background-color: white;
}

.b2b-intro {
    max-width: 900px;
    margin: 0 auto;
}

.b2b-intro p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.b2b-intro strong {
    color: #C41E3A;
}

.b2b-checklist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.checklist-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    align-items: flex-start;
}

.check-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    color: #C41E3A;
}

.checklist-item p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

.b2b-closing {
    font-size: 1.1rem;
    background: #f0f0f0;
    padding: 20px;
    border-left: 4px solid #C41E3A;
    border-radius: 4px;
    margin-top: 30px;
}

/* ADVANTAGES SECTION */
.advantages-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.advantage-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-top: 3px solid #C41E3A;
}

.advantage-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.advantage-card h3 {
    font-size: 1.3rem;
    color: #2C3E50;
    margin-bottom: 15px;
}

.advantage-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.advantage-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.advantage-card li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    font-size: 0.9rem;
    color: #555;
}

.advantage-card li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #C41E3A;
    font-weight: bold;
}

.advantage-footer {
    font-size: 0.95rem;
    color: #C41E3A;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E8E8E8;
}

/* FORMULAS SECTION B2B */
.formulas-section-b2b {
    padding: 80px 0;
    background-color: white;
}

.formulas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.formula-card-b2b {
    background: white;
    border: 2px solid #E8E8E8;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.formula-card-b2b:hover {
    border-color: #C41E3A;
    box-shadow: 0 8px 30px rgba(196, 30, 58, 0.15);
    transform: translateY(-5px);
}

.formula-header {
    background: linear-gradient(135deg, #C41E3A 0%, #8B1528 100%);
    color: white;
    padding: 25px;
    text-align: center;
}

.formula-header h3 {
    font-size: 1.3rem;
    margin: 0 0 5px 0;
}

.formula-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

.formula-body {
    padding: 25px;
    flex-grow: 1;
}

.formula-body h4 {
    font-size: 1rem;
    color: #2C3E50;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.formula-body h4:first-child {
    margin-top: 0;
}

.formula-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.formula-body li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    font-size: 0.9rem;
    color: #555;
}

.formula-body li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #C41E3A;
    font-weight: bold;
}

.formula-price {
    font-size: 0.95rem;
    color: #555;
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #E8E8E8;
}

.formula-card-b2b .btn {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

/* PARTNERSHIP BENEFITS SECTION */
.partnership-benefits-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.benefit-item h3 {
    font-size: 1.2rem;
    color: #2C3E50;
    margin-bottom: 15px;
}

.benefit-item p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* TESTIMONIALS SECTION B2B */
.testimonials-section-b2b {
    padding: 80px 0;
    background-color: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card-b2b {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #C41E3A;
    transition: all 0.3s ease;
}

.testimonial-card-b2b:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.testimonial-stars {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #FFB800;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-author {
    font-weight: bold;
    color: #2C3E50;
    margin: 0;
    font-size: 0.95rem;
}

/* FAQ SECTION B2B */
.faq-section-b2b {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.faq-question {
    font-size: 1.05rem;
    color: #C41E3A;
    margin: 0 0 10px 0;
    font-weight: bold;
    cursor: pointer;
}

.faq-answer {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* FINAL CTA SECTION B2B */
.final-cta-section-b2b {
    padding: 80px 0;
    background: linear-gradient(135deg, #C41E3A 0%, #8B1528 100%);
    color: white;
    text-align: center;
}

.final-cta-section-b2b .section-title {
    color: white;
}

.cta-text {
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 1.05rem;
}

.btn-secondary {
    background-color: white;
    color: #C41E3A;
    border: 2px solid white;
}

.btn-secondary:hover {
    background-color: #f0f0f0;
    color: #C41E3A;
}

/* TRUST ELEMENTS B2B */
.trust-elements-b2b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    flex-shrink: 0;
}

.trust-item p {
    color: white;
    font-size: 0.9rem;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .b2b-value-section,
    .advantages-section,
    .formulas-section-b2b,
    .partnership-benefits-section,
    .testimonials-section-b2b,
    .faq-section-b2b,
    .final-cta-section-b2b {
        padding: 50px 0;
    }

    .b2b-checklist {
        grid-template-columns: 1fr;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .formulas-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-lg {
        width: 100%;
    }

    .trust-elements-b2b {
        grid-template-columns: repeat(2, 1fr);
    }

    .b2b-intro p {
        font-size: 1rem;
    }

    .advantage-card h3 {
        font-size: 1.1rem;
    }

    .formula-header h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .b2b-value-section,
    .advantages-section,
    .formulas-section-b2b,
    .partnership-benefits-section,
    .testimonials-section-b2b,
    .faq-section-b2b,
    .final-cta-section-b2b {
        padding: 40px 0;
    }

    .b2b-intro p {
        font-size: 0.95rem;
    }

    .checklist-item {
        gap: 10px;
        padding: 12px;
    }

    .check-icon {
        font-size: 1.2rem;
    }

    .advantage-card,
    .benefit-item,
    .testimonial-card-b2b,
    .faq-item {
        padding: 20px;
    }

    .advantage-icon,
    .benefit-icon {
        font-size: 2rem;
    }

    .formula-header {
        padding: 20px;
    }

    .formula-body {
        padding: 20px;
    }

    .trust-elements-b2b {
        grid-template-columns: 1fr;
    }

    .trust-item {
        justify-content: flex-start;
    }

    .cta-text {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-lg {
        width: 100%;
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    .faq-question {
        font-size: 0.95rem;
    }

    .faq-answer {
        font-size: 0.9rem;
    }

    .testimonial-text {
        font-size: 0.9rem;
    }

    .testimonial-author {
        font-size: 0.9rem;
    }

    .benefit-item h3 {
        font-size: 1.05rem;
    }

    .advantage-card h3 {
        font-size: 1rem;
    }
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.advantage-card,
.benefit-item,
.testimonial-card-b2b,
.faq-item,
.formula-card-b2b {
    animation: fadeInUp 0.6s ease-out;
}

/* INTERACTIVE ELEMENTS */
.faq-item {
    cursor: pointer;
}

.faq-item:active {
    background: #f5f5f5;
}

.advantage-card,
.benefit-item {
    position: relative;
    overflow: hidden;
}

.advantage-card::before,
.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.advantage-card:hover::before,
.benefit-item:hover::before {
    left: 100%;
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
    .advantage-card,
    .benefit-item,
    .testimonial-card-b2b,
    .faq-item,
    .formula-card-b2b,
    .checklist-item {
        animation: none;
        transition: none;
    }
}

/* DARK MODE SUPPORT (Optional) */
@media (prefers-color-scheme: dark) {
    .advantage-card,
    .benefit-item,
    .testimonial-card-b2b,
    .faq-item,
    .formula-card-b2b {
        background-color: #2C3E50;
        color: #E8E8E8;
    }

    .advantage-card h3,
    .benefit-item h3,
    .testimonial-author,
    .faq-question,
    .formula-header h3 {
        color: #E8E8E8;
    }

    .advantage-card p,
    .benefit-item p,
    .testimonial-text,
    .faq-answer,
    .formula-body p,
    .formula-body li {
        color: #CCC;
    }

    .checklist-item {
        background-color: #1a1a1a;
        color: #E8E8E8;
    }

    .b2b-closing {
        background-color: #1a1a1a;
        color: #E8E8E8;
    }
}

/* PRINT STYLES */
@media print {
    .hero,
    .final-cta-section-b2b,
    .cta-buttons {
        display: none;
    }

    .advantage-card,
    .benefit-item,
    .testimonial-card-b2b,
    .formula-card-b2b {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #DDD;
    }
}