/* ─── HERO ─── */
.hero {
    position: relative;
    overflow: hidden;
    background: #faf9f7;
    font-family: 'Inter', sans-serif;
}

/* decorative background blobs */
.hero::before {
    content: '';
    position: absolute;
    width: 560px;
    height: 560px;
    top: -160px;
    right: -140px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.10) 0%, transparent 70%);
    border-radius: 999px;
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    bottom: -100px;
    left: -80px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
    border-radius: 999px;
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 24px 104px;
}

/* ─── GRID ─── */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
}
@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .hero-shell {
        padding: 64px 20px 72px;
    }
}

/* ─── LEFT COL ─── */
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 999px;
    color: #7c3aed;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.hero-kicker i { font-size: 0.85rem; }

.hero-headline {
    font-size: clamp(2.6rem, 4.5vw, 4.4rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: #111827;
    margin: 0 0 6px;
}
.hero-headline .accent {
    color: #7c3aed;
}

.hero-sub {
    margin: 20px 0 0;
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 440px;
}

/* ─── ACTIONS ─── */
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    align-items: center;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    background: #7c3aed;
    color: #fff !important;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.32);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.hero-btn-primary:hover {
    background: #6d28d9;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(124, 58, 237, 0.38);
}

.hero-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    background: transparent;
    color: #374151 !important;
    border: 1.5px solid #d1d5db;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: border-color 0.18s, color 0.18s, background 0.18s;
}
.hero-btn-ghost:hover {
    border-color: #7c3aed;
    color: #7c3aed !important;
    background: rgba(124, 58, 237, 0.04);
}

/* ─── TRUST BADGES ─── */
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 36px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 0.88rem;
    font-weight: 500;
}
.hero-trust-item i {
    color: #7c3aed;
    font-size: 1rem;
}
.hero-trust-divider {
    width: 1px;
    height: 18px;
    background: #e5e7eb;
}

/* ─── RIGHT COL ─── */
.hero-visual {
    position: relative;
}

/* organic blob container */
.hero-blob {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.05;
    max-width: 480px;
    margin: 0 auto;
}

.hero-blob-bg {
    position: absolute;
    inset: 0;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* central "salon card" inside the blob */
.hero-main-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    background: #fff;
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 24px 64px rgba(17, 24, 39, 0.14);
}
.hero-main-card-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
}
.hero-main-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111827;
    margin: 8px 0 4px;
    line-height: 1.2;
}
.hero-main-card-desc {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}
.hero-main-card-rev {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 14px;
}

/* floating badges */
.hero-badge {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(17, 24, 39, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    white-space: nowrap;
    animation: float 4s ease-in-out infinite;
}
.hero-badge:nth-child(3) { animation-delay: 0s; }
.hero-badge:nth-child(4) { animation-delay: 1.5s; }
.hero-badge:nth-child(5) { animation-delay: 0.8s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* badge — top right: booking confirmed */
.hero-badge-confirm {
    top: 4%;
    right: -6%;
}
/* badge — bottom left: slots left */
.hero-badge-slots {
    bottom: 12%;
    left: -8%;
}
/* badge — top left: live counter */
.hero-badge-counter {
    top: 18%;
    left: -10%;
}

.hero-badge-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.hero-badge-icon.purple { background: rgba(124, 58, 237, 0.1); color: #7c3aed; }
.hero-badge-icon.amber  { background: rgba(245, 158, 11, 0.1); color: #d97706; }
.hero-badge-icon.green  { background: rgba(16, 185, 129, 0.1); color: #059669; }

.hero-badge-body-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #111827;
}
.hero-badge-body-sub {
    font-size: 0.7rem;
    color: #9ca3af;
}

@media (max-width: 767px) {
    .hero-badge-counter { display: none; }
    .hero-badge-confirm { right: 0; top: 2%; }
    .hero-badge-slots   { left: 0; }
}
@media (max-width: 575px) {
    .hero-blob { max-width: 340px; }
}
