.hp-wrapper {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    z-index: -1;
}

/* Section Başlıkları İçin Özel Stil (Tutarlılık İçin Eklendi) */
.section-title {
    @apply text-lg leading-6 font-bold text-gray-900 border-b border-purple-100 pb-3 mb-6 flex items-center gap-2;
}

.section-number {
    @apply flex items-center justify-center w-6 h-6 rounded-md bg-purple-100 text-purple-700 text-sm font-bold;
}
