/* ==========================================================================
   Ausmalfotos Landing Page
   ========================================================================== */

.ausmal-landing {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 100%;
}

.ausmal-landing *,
.ausmal-landing *::before,
.ausmal-landing *::after {
    box-sizing: border-box;
}

.ausmal-landing h1,
.ausmal-landing h2,
.ausmal-landing h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

.ausmal-landing p {
    margin: 0 0 1em;
}

/* ---------- Container ---------- */
.ausmal-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Buttons ---------- */
.ausmal-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    border: none;
}

.ausmal-btn--primary {
    background: var(--wp--preset--color--accent-1, #2e7d32);
    color: #fff;
}

.ausmal-btn--primary:hover {
    background: var(--wp--preset--color--accent-3, #1b5e20);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(46, 125, 50, 0.35);
    color: #fff;
    text-decoration: none;
}

.ausmal-btn--large {
    padding: 18px 44px;
    font-size: 18px;
    border-radius: 10px;
}

/* ---------- Sections ---------- */
.ausmal-section {
    padding: 80px 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.ausmal-section__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--wp--preset--color--contrast, #1a1a1a);
    margin-bottom: 8px;
}

.ausmal-section__subtitle {
    text-align: center;
    font-size: 18px;
    color: var(--wp--preset--color--accent-4, #666);
    margin-bottom: 48px;
}

/* ---------- HERO ---------- */
.ausmal-hero {
    background: linear-gradient(135deg,
        var(--wp--preset--color--accent-2, #c8e6c9) 0%,
        var(--wp--preset--color--accent-5, #f0faf0) 50%,
        var(--wp--preset--color--accent-2, #c8e6c9) 100%);
    padding: 100px 24px 80px;
    text-align: center;
}

.ausmal-hero__inner {
    max-width: 720px;
    margin: 0 auto;
}

.ausmal-hero__title {
    font-size: 44px;
    font-weight: 800;
    color: var(--wp--preset--color--contrast, #1a1a1a);
    margin-bottom: 20px;
}

.ausmal-hero__highlight {
    color: var(--wp--preset--color--accent-1, #2e7d32);
    position: relative;
}

.ausmal-hero__subtitle {
    font-size: 19px;
    color: #555;
    margin-bottom: 32px;
    line-height: 1.7;
}

.ausmal-hero__trust {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}

/* ---------- QUOTE / MOMENT ---------- */
.ausmal-moment {
    text-align: center;
    padding: 60px 24px;
}

.ausmal-moment__quote {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    color: var(--wp--preset--color--contrast, #1a1a1a);
    max-width: 700px;
    margin: 0 auto 12px;
    line-height: 1.5;
    border: none;
    padding: 0;
}

.ausmal-moment__caption {
    font-size: 15px;
    color: var(--wp--preset--color--accent-4, #666);
    margin: 0;
}

/* ---------- STEPS ---------- */
.ausmal-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.ausmal-step {
    text-align: center;
    position: relative;
}

.ausmal-step__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    color: var(--wp--preset--color--accent-1, #2e7d32);
}

.ausmal-step__icon svg {
    width: 100%;
    height: 100%;
}

.ausmal-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--wp--preset--color--accent-1, #2e7d32);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ausmal-step h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--wp--preset--color--contrast, #1a1a1a);
}

.ausmal-step p {
    font-size: 15px;
    color: var(--wp--preset--color--accent-4, #666);
}

/* ---------- GALLERY ---------- */
.ausmal-gallery {
    background: var(--wp--preset--color--accent-5, #f0faf0);
    padding: 80px 0;
}

.ausmal-gallery__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ausmal-gallery__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.ausmal-gallery__img {
    width: 280px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.ausmal-gallery__img img {
    width: 100%;
    height: auto;
    display: block;
}

.ausmal-gallery__img--photo {
    border: 2px solid #e0e0e0;
}

.ausmal-gallery__img--coloring {
    border: 2px solid var(--wp--preset--color--accent-2, #c8e6c9);
}

.ausmal-gallery__arrow {
    font-size: 32px;
    color: var(--wp--preset--color--accent-1, #2e7d32);
    font-weight: 700;
}

.ausmal-gallery__note {
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-top: 24px;
}

/* ---------- PRICING ---------- */
.ausmal-pricing__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 700px;
    margin: 0 auto;
}

.ausmal-pricing__card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ausmal-pricing__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.ausmal-pricing__card--featured {
    border-color: var(--wp--preset--color--accent-1, #2e7d32);
    box-shadow: 0 4px 20px rgba(46, 125, 50, 0.15);
}

.ausmal-pricing__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--wp--preset--color--accent-1, #2e7d32);
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.ausmal-pricing__card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 8px;
}

.ausmal-pricing__price {
    font-size: 48px;
    font-weight: 800;
    color: var(--wp--preset--color--accent-1, #2e7d32);
    margin: 16px 0;
}

.ausmal-pricing__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    text-align: left;
}

.ausmal-pricing__features li {
    padding: 8px 0;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 24px;
    position: relative;
}

.ausmal-pricing__features li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--wp--preset--color--accent-1, #2e7d32);
    font-weight: 700;
}

/* ---------- BENEFITS ---------- */
.ausmal-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.ausmal-benefit {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.ausmal-benefit__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    color: var(--wp--preset--color--accent-1, #2e7d32);
}

.ausmal-benefit__icon svg {
    width: 100%;
    height: 100%;
}

.ausmal-benefit h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--wp--preset--color--contrast, #1a1a1a);
}

.ausmal-benefit p {
    font-size: 15px;
    color: var(--wp--preset--color--accent-4, #666);
    margin: 0;
}

/* ---------- TESTIMONIALS ---------- */
.ausmal-testimonials {
    background: var(--wp--preset--color--accent-5, #f0faf0);
    padding: 80px 0;
}

.ausmal-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ausmal-testimonial {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.ausmal-testimonial__stars {
    color: #f9a825;
    font-size: 20px;
    margin-bottom: 12px;
}

.ausmal-testimonial__text {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
}

.ausmal-testimonial__author {
    font-size: 14px;
    color: #888;
    font-weight: 600;
    margin: 0;
}

/* ---------- FAQ ---------- */
.ausmal-faq__list {
    max-width: 700px;
    margin: 0 auto;
}

.ausmal-faq__item {
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}

.ausmal-faq__item summary {
    padding: 20px 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--wp--preset--color--contrast, #1a1a1a);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ausmal-faq__item summary::-webkit-details-marker {
    display: none;
}

.ausmal-faq__item summary::after {
    content: "+";
    font-size: 24px;
    color: var(--wp--preset--color--accent-1, #2e7d32);
    font-weight: 300;
    transition: transform 0.2s;
}

.ausmal-faq__item[open] summary::after {
    content: "\2212";
}

.ausmal-faq__item p {
    padding: 0 0 20px;
    font-size: 15px;
    color: var(--wp--preset--color--accent-4, #666);
    line-height: 1.7;
}

/* ---------- FINAL CTA ---------- */
.ausmal-cta {
    text-align: center;
    background: linear-gradient(135deg,
        var(--wp--preset--color--accent-2, #c8e6c9) 0%,
        var(--wp--preset--color--accent-5, #f0faf0) 100%);
    padding: 80px 24px;
    max-width: none;
}

.ausmal-cta h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--wp--preset--color--contrast, #1a1a1a);
    margin-bottom: 12px;
}

.ausmal-cta p {
    font-size: 18px;
    color: #555;
    margin-bottom: 32px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .ausmal-hero {
        padding: 60px 20px 50px;
    }

    .ausmal-hero__title {
        font-size: 30px;
    }

    .ausmal-hero__subtitle {
        font-size: 16px;
    }

    .ausmal-btn--large {
        padding: 16px 32px;
        font-size: 16px;
        width: 100%;
    }

    .ausmal-section {
        padding: 50px 20px;
    }

    .ausmal-section__title {
        font-size: 26px;
    }

    .ausmal-steps__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ausmal-gallery__item {
        flex-direction: column;
        gap: 12px;
    }

    .ausmal-gallery__img {
        width: 100%;
        max-width: 280px;
    }

    .ausmal-gallery__arrow {
        transform: rotate(90deg);
    }

    .ausmal-pricing__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ausmal-benefits__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ausmal-testimonials__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ausmal-cta h2 {
        font-size: 26px;
    }

    .ausmal-cta .ausmal-btn--large {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ausmal-hero__title {
        font-size: 26px;
    }

    .ausmal-pricing__card {
        padding: 32px 24px;
    }

    .ausmal-pricing__price {
        font-size: 40px;
    }
}

/* ---------- Pricing: 3-column grid (Bug 5) ---------- */
.ausmal-pricing__grid--three {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .ausmal-pricing__grid--three {
        grid-template-columns: 1fr;
    }
}
