/* ====================================================================== */
/* HotelReview · Sell — site de vente                                       */
/* ====================================================================== */

body {
    font-family: 'Space Grotesk', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* ----- Brand ----- */
.brand-gradient {
    background: linear-gradient(135deg, #f97316 0%, #ec4899 100%);
}
.brand-text-gradient {
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand-gradient-soft {
    background: linear-gradient(135deg, #fff7ed 0%, #fdf2f8 100%);
}

/* ----- Hero blob / ambient ----- */
.hero-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(60% 50% at 85% 10%, rgba(236, 72, 153, 0.18), transparent 60%),
        radial-gradient(50% 50% at 10% 90%, rgba(249, 115, 22, 0.22), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
}
.hero-bg.dark {
    background:
        radial-gradient(60% 50% at 85% 10%, rgba(236, 72, 153, 0.25), transparent 60%),
        radial-gradient(50% 50% at 10% 90%, rgba(249, 115, 22, 0.28), transparent 60%),
        linear-gradient(180deg, #0b0f1a 0%, #111827 100%);
    color: #f8fafc;
}
.grid-bg {
    background-image:
        linear-gradient(rgba(15,23,42,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15,23,42,.05) 1px, transparent 1px);
    background-size: 32px 32px;
}

/* ----- CTA Button ----- */
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #f97316, #ec4899);
    color: white; font-weight: 600;
    padding: 14px 22px; border-radius: 14px;
    box-shadow: 0 12px 30px -8px rgba(236, 72, 153, .45);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(236, 72, 153, .55); }
.btn-primary.lg { padding: 16px 28px; font-size: 16px; border-radius: 16px; }

.btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    background: white; color: #0b0f1a; font-weight: 600;
    padding: 14px 22px; border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: all .15s ease;
}
.btn-ghost:hover { border-color: #f97316; color: #f97316; }
.btn-ghost.dark { background: rgba(255,255,255,.06); color: white; border-color: rgba(255,255,255,.18); }
.btn-ghost.dark:hover { background: rgba(255,255,255,.12); color: white; border-color: rgba(255,255,255,.35); }

/* ----- Sections ----- */
.section { padding: 96px 0; }
@media (max-width: 768px) { .section { padding: 64px 0; } }
.section-title {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1; font-weight: 700; letter-spacing: -0.02em;
    color: #0b0f1a;
}
.section-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    text-transform: uppercase; letter-spacing: .12em;
    font-size: 12px; font-weight: 700; color: #ec4899;
    background: #fdf2f8; padding: 6px 12px; border-radius: 999px;
    border: 1px solid #fbcfe8;
}

/* ----- Cards ----- */
.feat-card {
    background: white;
    border-radius: 20px;
    padding: 28px;
    border: 1px solid #f1f5f9;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -20px rgba(15, 23, 42, .15);
    border-color: #fed7aa;
}
.feat-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 20px;
}

/* ----- Stat cards ----- */
.stat-card {
    background: white;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #f1f5f9;
}
.stat-num {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 700; letter-spacing: -0.02em;
    line-height: 1; color: #0b0f1a;
}

/* ----- Price card ----- */
.price-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e5e7eb;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px -20px rgba(15,23,42,.15); }
.price-card.featured {
    border: 2px solid transparent;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #f97316, #ec4899) border-box;
    box-shadow: 0 30px 70px -20px rgba(236, 72, 153, .35);
    transform: scale(1.02);
}
.price-card.featured:hover { transform: scale(1.02) translateY(-4px); }
.price-tag {
    display: inline-flex; align-items: center; gap: 4px;
    background: linear-gradient(135deg, #f97316, #ec4899);
    color: white; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .1em;
    padding: 6px 12px; border-radius: 999px;
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
}

/* ----- Testimonial ----- */
.quote-card {
    background: white; border-radius: 20px; padding: 28px;
    border: 1px solid #f1f5f9;
    position: relative;
}
.quote-card::before {
    content: '"';
    position: absolute; top: -6px; left: 20px;
    font-size: 80px; line-height: 1;
    background: linear-gradient(135deg, #f97316, #ec4899);
    -webkit-background-clip: text; background-clip: text; color: transparent;
    font-family: Georgia, serif;
}

/* ----- Pill / chips ----- */
.chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 12px; border-radius: 999px;
    font-size: 12px; font-weight: 600;
    background: #f1f5f9; color: #334155;
}
.chip.primary { background: #fff7ed; color: #c2410c; }
.chip.accent { background: #fdf2f8; color: #be185d; }
.chip.green { background: #ecfdf5; color: #047857; }

/* ----- Logo strip ----- */
.logo-strip span {
    color: #94a3b8; font-weight: 600; font-size: 14px;
    letter-spacing: .04em;
}

/* ----- Step ----- */
.step-num {
    width: 36px; height: 36px; border-radius: 12px;
    background: linear-gradient(135deg, #f97316, #ec4899);
    color: white; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 20px -6px rgba(236, 72, 153, .5);
}

/* ----- Marquee ----- */
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.marquee {
    display: flex; gap: 48px; width: max-content;
    animation: marquee 30s linear infinite;
}

/* ----- FAQ accordion ----- */
.faq-item summary {
    list-style: none; cursor: pointer;
    padding: 20px 0; display: flex; align-items: center; justify-content: space-between;
    font-weight: 600; color: #0b0f1a; font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; font-size: 22px; color: #f97316; font-weight: 400;
    transition: transform .2s ease;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body {
    padding: 0 0 20px; color: #475569; line-height: 1.7;
}

/* ----- Animations ----- */
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.fade-up { animation: fade-up .6s ease both; }
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
.delay-3 { animation-delay: .24s; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.float { animation: float 6s ease-in-out infinite; }

@keyframes shimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
.ai-shimmer {
    background: linear-gradient(90deg, #fef3c7, #fce7f3, #ede9fe, #fef3c7);
    background-size: 200% 200%;
    animation: shimmer 4s linear infinite;
}

/* ----- Demo mock (review card) ----- */
.mock-card {
    background: white; border-radius: 22px;
    box-shadow: 0 40px 80px -30px rgba(15, 23, 42, .25);
    border: 1px solid #f1f5f9;
}
.mock-platform-pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: .04em;
}

/* ----- Sticky nav effect ----- */
.nav-blur {
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    background: rgba(255,255,255,.7);
    border-bottom: 1px solid rgba(15,23,42,.06);
}

/* ----- Stars ----- */
.stars { color: #f59e0b; letter-spacing: 2px; font-size: 14px; }

/* ----- Section divider waves ----- */
.divider-wave {
    height: 80px; width: 100%; display: block;
}

/* ----- Comparison table ----- */
.compare-row { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 8px; padding: 14px 0; border-bottom: 1px solid #f1f5f9; align-items: center; }
.compare-row:last-child { border-bottom: none; }
.compare-row .col-head { font-weight: 700; color: #0b0f1a; }

/* ----- Utility ----- */
.text-balance { text-wrap: balance; }
.scroll-mt { scroll-margin-top: 80px; }
