body > header {
    background: rgba(255, 255, 255, 0.76) !important;
    border-bottom-color: rgba(244, 114, 182, 0.18) !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05) !important;
}

.home-hero {
    min-height: 31rem;
}

.home-hero-content {
    min-height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-hero-pattern,
.home-cta-pattern {
    background-image: radial-gradient(circle at 1px 1px, currentColor 1px, transparent 0);
    pointer-events: none;
}

.home-hero-pattern {
    color: #f9a8d4;
    background-size: 32px 32px;
}

.home-cta-pattern {
    color: #fff;
    background-size: 28px 28px;
}

.home-wave {
    display: block;
    width: 100%;
    height: 48px;
}

.home-defer-section {
    content-visibility: visible;
    contain-intrinsic-size: none;
}

.home-template-media {
    height: clamp(18rem, 42vw, 31.5rem);
}

.home-template-preview {
    background-color: #f9fafb;
}

.home-template-preview img {
    backface-visibility: hidden;
}

@media (max-width: 640px) {
    .home-hero {
        min-height: 29rem;
    }

    .home-hero-content {
        min-height: 23rem;
    }

    .home-template-media {
        height: 17rem;
    }
}

.home-ad-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    overflow-x: auto;
    overflow-y: hidden;
}

.home-ad-section {
    box-sizing: border-box;
    min-height: 122px;
    padding: 1rem;
    background: #f9fafb;
}

.home-ad-section--white {
    background: #fff;
}

.home-ad-slot .adsterra-ad {
    flex: 0 0 auto;
}

.home-faq-item {
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.home-faq-item:hover,
.home-faq-item[open] {
    border-color: #f9a8d4;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.home-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    color: #111827;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.5;
    list-style: none;
}

.home-faq-question::-webkit-details-marker {
    display: none;
}

.home-faq-question:focus-visible {
    outline: 2px solid #ec4899;
    outline-offset: -2px;
}

.home-faq-icon {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
}

.home-faq-icon::before,
.home-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.875rem;
    height: 2px;
    border-radius: 9999px;
    background: #9333ea;
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
}

.home-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq-item[open] .home-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.home-faq-answer {
    padding: 0 1.5rem 1.25rem;
    color: #6b7280;
    font-size: 0.9375rem;
    line-height: 1.75;
}

.home-faq-answer a {
    color: #db2777;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-faq-answer a:hover {
    color: #7e22ce;
}

@media (min-width: 1024px) {
    .home-hero {
        min-height: 34rem;
    }

    .home-hero-content {
        min-height: 28rem;
    }
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: opacity 520ms ease, transform 520ms ease;
    will-change: opacity, transform;
}

.reveal.revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

.reveal-stagger > * {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
        opacity 520ms ease,
        transform 520ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
    will-change: opacity, transform;
}

.reveal-stagger.revealed > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

.reveal-stagger.revealed > *:nth-child(2) {
    transition-delay: 70ms;
}

.reveal-stagger.revealed > *:nth-child(3) {
    transition-delay: 140ms;
}

.reveal-stagger.revealed > *:nth-child(4) {
    transition-delay: 210ms;
}

.reveal-stagger.revealed > *:nth-child(5) {
    transition-delay: 280ms;
}

.reveal-stagger.revealed > *:nth-child(6) {
    transition-delay: 350ms;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .reveal,
    .reveal-stagger > * {
        opacity: 1;
        transform: none;
        will-change: auto;
    }
}
