.crawler-mesh {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.hero-bg {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe0e0 50%, #ffd6d6 100%);
}

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

.faq-answer.open {
    max-height: 600px;
}

html {
    scroll-behavior: smooth;
}
