/* Collect Wedding Photos from Guests - SEO Landing Page (LP2) */

/* =========================================================
   Hero
   ========================================================= */

.cwp-hero {
    background: linear-gradient(135deg, #9AB893 0%, #7A9A73 50%, #6B7D63 100%);
    padding: 4rem 0 4.5rem;
    position: relative;
    overflow: hidden;
}

.cwp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.12) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgba(0,0,0,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.cwp-hero-content {
    position: relative;
}

.cwp-hero h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.cwp-hero-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.cwp-hero-content p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cwp-hero-cta {
    margin-top: 2rem;
}

.cwp-hero-cta .btn-primary {
    background-color: #fff;
    color: var(--color-primary-dark);
}

@media (hover: hover) and (pointer: fine) {
    .cwp-hero-cta .btn-primary:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

/* =========================================================
   Shared
   ========================================================= */

.cwp-section-title {
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
}

.cwp-section-subtitle {
    text-align: center;
    font-size: 1.05rem;
    color: var(--color-text-light);
    max-width: 620px;
    margin: -1.75rem auto 2.5rem;
    line-height: 1.75;
}

/* =========================================================
   Problem Section
   ========================================================= */

.cwp-problem {
    padding: 4rem 0;
    background: var(--color-white);
}

.cwp-problem h2 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    max-width: 700px;
}

.cwp-prose {
}

.cwp-prose p {
    font-size: 1.05rem;
    color: var(--color-text-light);
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.cwp-prose p:last-child {
    margin-bottom: 0;
}

.cwp-prose-highlight {
    font-family: var(--font-heading);
    font-size: 1.4rem !important;
    color: var(--color-primary-dark) !important;
    font-style: italic;
}

/* =========================================================
   How It Works
   ========================================================= */

.cwp-how {
    padding: 4rem 0;
    background: var(--color-secondary);
}

.cwp-how-steps {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.cwp-how-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 1.75rem 2rem;
}

.cwp-how-step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9AB893 0%, #7A9A73 100%);
    color: #fff;
    font-size: 1.2rem;
    font-family: var(--font-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(122, 154, 115, 0.3);
    padding-bottom: 3px;
}

.cwp-how-step-text p {
    font-size: 1rem;
    color: var(--color-text-light);
    line-height: 1.75;
    margin: 0;
    padding-top: 0.5rem;
}

.cwp-how-cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* =========================================================
   Comparison
   ========================================================= */

.cwp-compare {
    padding: 4rem 0;
    background: var(--color-white);
}

.cwp-compare-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 780px;
    margin: 0 auto;
}

.cwp-compare-item {
    background: var(--color-secondary);
    border-radius: var(--radius-lg);
    padding: 1.75rem 2rem;
    border-left: 3px solid var(--color-border);
}

.cwp-compare-item--highlight {
    background: var(--color-primary);
    border-left-color: transparent;
}

.cwp-compare-label {
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-text);
    margin-bottom: 0.6rem;
}

.cwp-compare-item--highlight .cwp-compare-label {
    color: #fff;
}

.cwp-compare-item p {
    font-size: 0.97rem;
    color: var(--color-text-light);
    line-height: 1.75;
    margin: 0;
}

.cwp-compare-item--highlight p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    font-weight: 500;
}

/* =========================================================
   Tips
   ========================================================= */

.cwp-tips {
    padding: 4rem 0;
    background: var(--color-secondary);
}

.cwp-tips-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    counter-reset: none;
}

.cwp-tips-list li {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 1.75rem 2rem;
}

.cwp-tip-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9AB893 0%, #7A9A73 100%);
    color: #fff;
    font-size: 1.2rem;
    font-family: var(--font-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(122, 154, 115, 0.3);
    padding-bottom: 3px;
}

.cwp-tip-text {
    font-size: 1rem;
    color: var(--color-text-light);
    line-height: 1.75;
    padding-top: 0.5rem;
}

.cwp-tip-text strong {
    color: var(--color-text);
}

/* =========================================================
   FAQ
   ========================================================= */

.cwp-faq {
    padding: 4rem 0;
    background: var(--color-white);
}

.cwp-faq-list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cwp-faq-item {
    background: var(--color-secondary);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.cwp-faq-item summary {
    cursor: pointer;
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-text);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.cwp-faq-item summary::-webkit-details-marker {
    display: none;
}

.cwp-faq-item summary::after {
    content: '';
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7D63' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
    margin-left: 1rem;
}

.cwp-faq-item[open] summary::after {
    transform: rotate(180deg);
}

.cwp-faq-item p {
    padding: 1rem 1.5rem 1.25rem;
    margin: 0;
    font-size: 0.97rem;
    color: var(--color-text-light);
    line-height: 1.7;
    border-top: 1px solid var(--color-border);
}

@media (hover: hover) and (pointer: fine) {
    .cwp-faq-item summary:hover {
        color: var(--color-primary);
    }
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 768px) {
    .cwp-hero {
        padding: 3rem 0 3.5rem;
    }

    .cwp-hero h1 {
        font-size: 2rem;
    }

    .cwp-hero-content p {
        font-size: 1rem;
    }

    .cwp-section-title {
        font-size: 1.75rem;
    }

    .cwp-problem h2 {
        font-size: 1.75rem;
    }

    .cwp-how-step,
    .cwp-tips-list li {
        padding: 1.25rem 1.25rem;
        gap: 1rem;
    }

    .cwp-compare-item {
        padding: 1.25rem 1.25rem;
    }
}
