/* ═══════════════════════════════════════════════════════════════
   SERVICES PAGE — LUXURY DARK THEME
   Moulin Jérémie Paysage — Isère (38)
   Desktop / Common styles — Loaded after style.css
   ═══════════════════════════════════════════════════════════════ */

/* ─── HERO ─── */
.srv-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: calc(var(--header-h) + 1.5rem) 0 2.5rem;
    background: var(--forest-deep);
}

.srv-hero-bg {
    position: absolute;
    inset: -30px;
    background: url('images/robots/toi-au-travail-jardin-client.png') center/cover no-repeat;
    filter: brightness(0.22) saturate(0.9);
    z-index: 0;
}

.srv-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(7, 10, 8, 0.45) 0%,
        rgba(7, 10, 8, 0.6) 40%,
        rgba(7, 10, 8, 0.94) 100%);
    z-index: 1;
}

.srv-hero-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    background-size: 180px 180px;
    opacity: 0.4;
    pointer-events: none;
}

.srv-hero .container {
    position: relative;
    z-index: 3;
}

.srv-hero-content {
    max-width: 900px;
}

/* ─── HERO HEADER ─── */
.srv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(140, 179, 105, 0.1);
    border: 1px solid rgba(200, 164, 92, 0.2);
    color: var(--leaf);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: var(--r-full);
    margin-bottom: 1.25rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    letter-spacing: 0.02em;
}

.srv-availability-dot {
    width: 7px;
    height: 7px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
    animation: srv-pulse 2s ease-in-out infinite;
}

@keyframes srv-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.srv-hero-title {
    font-family: var(--ff-display);
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.srv-hero-title em {
    color: var(--gold-light);
    font-style: italic;
}

.srv-hero-sub {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    color: rgba(245, 242, 237, 0.85);
    line-height: 1.5;
    margin-bottom: 1.75rem;
    max-width: 560px;
}

/* ─── HERO CTA ROW ─── */
.srv-hero-cta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

/* ─── SERVICE FINDER (mini assistant) ─── */
.srv-finder {
    background: rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(200, 164, 92, 0.1);
    border-radius: var(--r-lg);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.srv-finder__label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(245, 242, 237, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}

.srv-finder-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.srv-finder-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1.1rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(200, 164, 92, 0.1);
    border-radius: var(--r-full);
    color: rgba(245, 242, 237, 0.8);
    font-family: var(--ff-body);
    font-size: 0.84rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s var(--ease);
}

.srv-finder-btn:hover {
    background: rgba(200, 164, 92, 0.08);
    border-color: rgba(200, 164, 92, 0.3);
    color: var(--gold-light);
}

.srv-finder-btn__icon {
    display: flex;
    color: var(--gold);
    opacity: 0.7;
}

.srv-finder-btn:hover .srv-finder-btn__icon {
    opacity: 1;
}

/* ─── SEARCH BAR ─── */
.srv-search-wrap {
    position: relative;
    margin-bottom: 1rem;
}

.srv-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    opacity: 0.6;
    pointer-events: none;
    display: flex;
}

.srv-search-input {
    width: 100%;
    padding: 0.85rem 2.8rem 0.85rem 2.8rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(200, 164, 92, 0.15);
    border-radius: var(--r-full);
    color: var(--text-light);
    font-family: var(--ff-body);
    font-size: 0.92rem;
    transition: all 0.3s ease;
}

.srv-search-input::placeholder {
    color: rgba(245, 242, 237, 0.35);
}

.srv-search-input:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 0 0 3px rgba(200, 164, 92, 0.1);
}

.srv-search-clear {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: rgba(245, 242, 237, 0.6);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.srv-search-clear:hover {
    background: rgba(255, 255, 255, 0.14);
    color: var(--text-light);
}

/* ─── AUTO-SUGGEST DROPDOWN ─── */
.srv-suggest {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    margin-top: 0.35rem;
    border-radius: var(--r-lg);
    background: linear-gradient(165deg, rgba(14, 20, 15, 0.98), rgba(7, 10, 8, 0.99));
    border: 1px solid rgba(200, 164, 92, 0.12);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.srv-suggest--open {
    display: flex;
}

.srv-suggest-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.srv-suggest-item:hover,
.srv-suggest-item--active {
    background: rgba(200, 164, 92, 0.08);
}

.srv-suggest-item + .srv-suggest-item {
    border-top: 1px solid rgba(200, 164, 92, 0.06);
}

.srv-suggest-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(200, 164, 92, 0.08);
    border: 1px solid rgba(200, 164, 92, 0.1);
    color: var(--gold);
    flex-shrink: 0;
}

.srv-suggest-item__text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    flex: 1;
    min-width: 0;
}

.srv-suggest-item__title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.srv-suggest-hl {
    background: rgba(200, 164, 92, 0.25);
    color: var(--gold-light);
    border-radius: 2px;
}

.srv-suggest-item__cat {
    font-size: 0.7rem;
    color: rgba(245, 242, 237, 0.4);
}

.srv-suggest-kbd {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    background: rgba(200, 164, 92, 0.1);
    border: 1px solid rgba(200, 164, 92, 0.15);
    color: rgba(245, 242, 237, 0.5);
    font-family: var(--ff-body);
    font-size: 0.68rem;
    font-weight: 500;
    flex-shrink: 0;
}

/* ─── PILLS (in hero + catalogue) ─── */
.srv-pills {
    display: flex;
    justify-content: flex-start;
    gap: 0.4rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.srv-pill {
    padding: 0.45rem 1.1rem;
    border: 1px solid rgba(200, 164, 92, 0.15);
    border-radius: var(--r-full);
    background: transparent;
    color: rgba(245, 242, 237, 0.6);
    font-family: var(--ff-body);
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s var(--ease);
    white-space: nowrap;
}

.srv-pill:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.srv-pill--active {
    background: var(--gold);
    color: var(--forest);
    border-color: var(--gold);
    font-weight: 600;
}

/* ─── TOP REQUESTS (3 compact cards) ─── */
.srv-top-requests {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.srv-top-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(200, 164, 92, 0.12);
    border-radius: var(--r-md);
    cursor: pointer;
    font-family: var(--ff-body);
    transition: all 0.25s var(--ease);
    text-align: left;
}

.srv-top-card:hover {
    background: rgba(200, 164, 92, 0.08);
    border-color: rgba(200, 164, 92, 0.3);
    transform: translateY(-2px);
}

.srv-top-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(200, 164, 92, 0.08);
    border: 1px solid rgba(200, 164, 92, 0.15);
    border-radius: 10px;
    color: var(--gold);
    flex-shrink: 0;
}

.srv-top-card__text {
    flex: 1;
    min-width: 0;
}

.srv-top-card__text strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
    line-height: 1.3;
}

.srv-top-card__text small {
    display: block;
    font-size: 0.72rem;
    color: rgba(245, 242, 237, 0.5);
    margin-top: 0.15rem;
}

.srv-top-card__arrow {
    display: flex;
    color: var(--gold);
    opacity: 0;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.srv-top-card:hover .srv-top-card__arrow {
    opacity: 1;
}

/* ─── MICRO PROOFS ─── */
.srv-hero-proofs {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.srv-proof-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(245, 242, 237, 0.65);
}

.srv-proof-item svg {
    color: var(--gold);
    flex-shrink: 0;
    opacity: 0.7;
}

/* ═══════════════════════════════════════════════════════════════
   CATALOGUE SECTION
   ═══════════════════════════════════════════════════════════════ */
.srv-section {
    padding: var(--section-py) 0;
    position: relative;
}

.srv-section--dark {
    background: var(--forest);
    color: var(--text-light);
}

.srv-section--deeper {
    background: var(--forest-deep);
    color: var(--text-light);
}

.srv-section--accent {
    background: linear-gradient(170deg, #1a2e12 0%, #0f1f0a 100%);
    color: var(--text-light);
}

/* ─── SECTION HEADERS ─── */
.srv-section .section-header {
    margin-bottom: 2.5rem;
}

.srv-section .section-tag {
    color: var(--gold);
}

.srv-section .section-tag::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.srv-section .section-title {
    position: relative;
    padding-bottom: 1rem;
}

.srv-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: var(--gold);
    border-radius: 1px;
}

.srv-section .section-intro {
    color: rgba(245, 242, 237, 0.6);
}

/* ─── CATALOGUE HEADER (search + pills inline) ─── */
.srv-catalogue-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.srv-catalogue-search {
    position: relative;
    flex: 0 0 280px;
}

.srv-catalogue-search .srv-search-icon {
    left: 0.85rem;
}

.srv-catalogue-search .srv-search-input {
    padding: 0.65rem 2.5rem 0.65rem 2.5rem;
    font-size: 0.85rem;
    border-radius: var(--r-full);
}

.srv-catalogue-search .srv-search-clear {
    right: 0.5rem;
    width: 26px;
    height: 26px;
}

.srv-catalogue-pills {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    flex: 1;
}

/* ─── TAG CHIPS (dynamic filter) ─── */
.srv-tag-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
}

.srv-tag-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border: 1px solid rgba(200, 164, 92, 0.12);
    border-radius: var(--r-full);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(245, 242, 237, 0.6);
    font-family: var(--ff-body);
    font-size: 0.74rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s var(--ease);
    white-space: nowrap;
}

.srv-tag-chip:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(200, 164, 92, 0.06);
}

.srv-tag-chip--active {
    background: rgba(200, 164, 92, 0.12);
    border-color: var(--gold);
    color: var(--gold);
    font-weight: 600;
}

/* ─── FILTER STATUS BAR ─── */
.srv-filter-bar {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
    border-radius: var(--r-lg);
    background: rgba(200, 164, 92, 0.04);
    border: 1px solid rgba(200, 164, 92, 0.1);
    font-size: 0.82rem;
    transition: opacity 0.25s ease;
}

.srv-filter-bar--visible {
    display: flex;
}

.srv-filter-count {
    font-family: var(--ff-display);
    font-weight: 700;
    color: var(--gold);
    white-space: nowrap;
}

.srv-filter-active {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    color: rgba(245, 242, 237, 0.5);
    font-size: 0.78rem;
}

.srv-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.55rem;
    border-radius: var(--r-full);
    background: rgba(200, 164, 92, 0.1);
    border: 1px solid rgba(200, 164, 92, 0.15);
    color: var(--gold);
    font-weight: 600;
    font-size: 0.74rem;
    white-space: nowrap;
}

.srv-filter-chip__x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: none;
    background: rgba(200, 164, 92, 0.15);
    border-radius: 50%;
    color: var(--gold);
    font-size: 0.7rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.srv-filter-chip__x:hover {
    background: rgba(200, 164, 92, 0.3);
}

.srv-filter-clear {
    margin-left: auto;
    border: none;
    background: none;
    color: rgba(245, 242, 237, 0.45);
    font-family: var(--ff-body);
    font-size: 0.76rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: var(--r-full);
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.srv-filter-clear:hover {
    color: var(--gold);
    background: rgba(200, 164, 92, 0.08);
}

/* ─── GRILLE DE CARTES ─── */
.srv-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.srv-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(200, 164, 92, 0.08);
    border-radius: var(--r-lg);
    padding: 2rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    transition: all 0.35s var(--ease);
    position: relative;
    overflow: hidden;
}

.srv-card.is-hidden {
    display: none;
}

.srv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--ease);
    z-index: 1;
}

.srv-card:hover::before {
    transform: scaleX(1);
}

.srv-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    border-color: rgba(200, 164, 92, 0.18);
}

/* ─── CARTE PREMIUM ─── */
.srv-card--premium {
    background: rgba(200, 164, 92, 0.025);
    border-color: rgba(200, 164, 92, 0.14);
}

.srv-card--premium::before {
    transform: scaleX(1);
}

.srv-card--premium:hover {
    border-color: var(--gold);
    box-shadow: 0 12px 32px rgba(200, 164, 92, 0.12);
}

/* ─── CARD INTERNALS ─── */
.srv-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 164, 92, 0.06);
    border: 1px solid rgba(200, 164, 92, 0.12);
    border-radius: 12px;
    color: var(--gold);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.srv-card:hover .srv-card__icon {
    border-color: rgba(200, 164, 92, 0.3);
}

.srv-card__title {
    font-family: var(--ff-display);
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.srv-card__value {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 0.75rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.srv-card__desc {
    font-size: 0.85rem;
    color: rgba(245, 242, 237, 0.6);
    line-height: 1.55;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ─── BENEFIT LINE ─── */
.srv-card__benefits {
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--gold);
    opacity: 0.85;
    letter-spacing: 0.01em;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

/* ─── PRICE TAG ─── */
.srv-card__price {
    display: inline-flex;
    align-items: center;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--gold);
    padding: 0.25rem 0.6rem;
    border-radius: var(--r-full);
    background: rgba(200, 164, 92, 0.1);
    border: 1px solid rgba(200, 164, 92, 0.18);
    white-space: nowrap;
    margin-left: auto;
}

/* ─── CHIPS ─── */
.srv-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
}

.srv-chip {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem;
    border-radius: var(--r-full);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(200, 164, 92, 0.1);
    color: rgba(245, 242, 237, 0.7);
    letter-spacing: 0.01em;
}

.srv-chip--more {
    background: rgba(200, 164, 92, 0.06);
    border: 1px dashed rgba(200, 164, 92, 0.2);
    color: var(--gold);
    font-weight: 700;
    cursor: help;
    opacity: 0.75;
}

.srv-chip--more:hover {
    opacity: 1;
}

/* ─── CARD INLINE DETAIL ─── */
.srv-card__detail {
    padding: 0.75rem 0;
    border-top: 1px solid rgba(200, 164, 92, 0.1);
    margin-top: 0.5rem;
}

.srv-card__detail p {
    font-size: 0.82rem;
    color: rgba(245, 242, 237, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* ─── CARD ACTIONS (Devis primary + Voir chevron) ─── */
.srv-card__actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: auto;
    padding-top: 0.5rem;
}

.srv-card__cta--devis {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--forest);
    background: var(--gold);
    padding: 0.45rem 1rem;
    border-radius: var(--r-full);
    border: none;
    font-family: var(--ff-body);
    cursor: pointer;
    transition: background 0.25s ease, gap 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}

.srv-card__cta--devis:hover {
    background: var(--gold-light);
    gap: 0.55rem;
}

.srv-card__cta--devis:active {
    transform: scale(0.97);
}

.srv-card__cta--voir {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(200, 164, 92, 0.15);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(245, 242, 237, 0.45);
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    transition: all 0.25s ease;
    flex-shrink: 0;
    font-family: var(--ff-body);
    text-decoration: none;
}

.srv-card__cta--voir svg {
    transition: transform 0.25s ease;
}

.srv-card__cta--voir:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(200, 164, 92, 0.06);
}

.srv-card__cta--voir-active {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(200, 164, 92, 0.08);
}

.srv-card__cta--voir-active svg {
    transform: rotate(180deg);
}

/* ─── SEARCH HIGHLIGHT ─── */
.srv-highlight {
    background: rgba(200, 164, 92, 0.25);
    color: var(--gold-light);
    padding: 0.05em 0.15em;
    border-radius: 2px;
}

/* ─── CARD DEEP-LINK HIGHLIGHT ─── */
.srv-card--highlight {
    animation: srv-card-flash 2s ease;
}

@keyframes srv-card-flash {
    0%, 100% { border-color: rgba(200, 164, 92, 0.1); }
    25%, 75% { border-color: var(--gold); box-shadow: 0 0 20px rgba(200, 164, 92, 0.15); }
}

/* ─── BADGES ─── */
.srv-card__badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.6rem;
    border-radius: var(--r-full);
    background: var(--gold);
    color: var(--forest);
    z-index: 2;
}

.srv-card__badge--accent {
    background: linear-gradient(135deg, #4a7c59, #2d5a3a);
    color: #fff;
}

/* ─── PROMOTED CARDS (finder top 3) ─── */
.srv-card--promoted {
    border-color: rgba(200, 164, 92, 0.25);
    box-shadow: 0 0 0 1px rgba(200, 164, 92, 0.08), 0 4px 16px rgba(0, 0, 0, 0.15);
}

.srv-card--promoted::after {
    content: '★ Populaire';
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.15rem 0.5rem;
    border-radius: var(--r-full);
    background: rgba(200, 164, 92, 0.12);
    border: 1px solid rgba(200, 164, 92, 0.2);
    color: var(--gold);
    z-index: 2;
}

/* ─── NO RESULTS ─── */
.srv-no-results {
    text-align: center;
    padding: 3rem 1rem;
    display: none;
}

.srv-no-results p {
    font-family: var(--ff-display);
    font-size: 1.2rem;
    color: rgba(245, 242, 237, 0.5);
    margin-bottom: 0.75rem;
}

.srv-no-results-suggestions {
    font-size: 0.85rem;
    color: rgba(245, 242, 237, 0.4);
    margin-top: 0.5rem;
}

.srv-suggestion-btn {
    display: inline-block;
    margin: 0.25rem 0.15rem;
    padding: 0.35rem 0.85rem;
    border: 1px solid rgba(200, 164, 92, 0.2);
    border-radius: var(--r-full);
    background: rgba(200, 164, 92, 0.06);
    color: var(--gold);
    font-family: var(--ff-body);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.srv-suggestion-btn:hover {
    background: rgba(200, 164, 92, 0.15);
    border-color: var(--gold);
}

/* ─── CAROUSEL DOTS ─── */
.srv-carousel-dots {
    display: none;
}

/* ═══════════════════════════════════════════════════════════════
   PROCESS SECTION
   ═══════════════════════════════════════════════════════════════ */
.srv-process {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}

.srv-process__line {
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(180deg, var(--gold) 0%, rgba(200, 164, 92, 0.1) 100%);
    z-index: 0;
}

.srv-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    position: relative;
}

.srv-step-num {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--forest-deep);
    border: 2px solid var(--gold);
    color: var(--gold);
    font-family: var(--ff-display);
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: background 0.3s ease, color 0.3s ease;
}

.srv-step:hover .srv-step-num {
    background: var(--gold);
    color: var(--forest);
}

.srv-step-content h3 {
    font-family: var(--ff-display);
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--gold-light);
    margin-bottom: 0.3rem;
}

.srv-step-content p {
    font-size: 0.88rem;
    color: rgba(245, 242, 237, 0.65);
    line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════
   FAQ SECTION
   ═══════════════════════════════════════════════════════════════ */
.srv-faq {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.srv-faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(200, 164, 92, 0.1);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.srv-faq-item[open] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-color: rgba(200, 164, 92, 0.25);
}

.srv-faq-item summary {
    padding: 1.1rem 1.4rem;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--text-light);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    transition: background 0.2s ease;
}

.srv-faq-item summary:hover {
    background: rgba(255, 255, 255, 0.03);
}

.srv-faq-item summary::-webkit-details-marker {
    display: none;
}

.srv-faq-item summary::after {
    content: '+';
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--gold);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.srv-faq-item[open] summary::after {
    content: '\2212';
}

.srv-faq-item p {
    padding: 0 1.4rem 1.1rem;
    font-size: 0.88rem;
    color: rgba(245, 242, 237, 0.6);
    line-height: 1.7;
}

/* ── Bouton "Voir sur la carte" dans la FAQ ── */
.srv-faq-map-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 1.4rem 1rem;
    padding: 0.55rem 1.2rem;
    background: rgba(200, 164, 92, 0.12);
    color: var(--gold);
    border: 1px solid rgba(200, 164, 92, 0.3);
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.srv-faq-map-toggle:hover {
    background: rgba(200, 164, 92, 0.2);
    border-color: rgba(200, 164, 92, 0.5);
}

/* ── Zone carte intégrée dans la FAQ ── */
.srv-faq-zone {
    margin: 0.5rem 1.4rem 1.4rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(200, 164, 92, 0.15);
    background: rgba(0, 0, 0, 0.2);
}

.srv-faq-zone .zone-info-bar {
    padding: 0.8rem 1rem;
}

.srv-faq-zone .zone-layout {
    gap: 0;
}

.srv-faq-zone .zone-map {
    min-height: 320px;
}

.srv-faq-zone #srvZoneMap {
    width: 100%;
    height: 320px;
    border-radius: 0;
}

.srv-faq-zone .zone-villes {
    padding: 1rem;
}

.srv-faq-zone .zone-note {
    margin-top: 0.6rem;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER CTA SECTION
   ═══════════════════════════════════════════════════════════════ */
.srv-footer-cta {
    text-align: center;
    padding: clamp(3rem, 8vw, 5rem) 0;
    background: linear-gradient(170deg, rgba(200, 164, 92, 0.04), rgba(7, 10, 8, 0.85));
    border-top: 1px solid rgba(200, 164, 92, 0.1);
}

.srv-footer-cta h2 {
    font-family: var(--ff-display);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.srv-footer-cta p {
    font-size: 0.9rem;
    color: rgba(245, 242, 237, 0.55);
    margin-bottom: 1.5rem;
}

.srv-footer-cta__actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════════════════════
   MODAL DEVIS
   ═══════════════════════════════════════════════════════════════ */
.srv-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 10, 8, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.srv-modal-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.srv-modal-dialog {
    position: relative;
    background: linear-gradient(165deg, rgba(14, 20, 15, 0.98), rgba(7, 10, 8, 0.99));
    border: 1px solid rgba(200, 164, 92, 0.14);
    border-radius: var(--r-lg);
    padding: 2.5rem 2rem;
    max-width: 540px;
    width: 100%;
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.45);
    transform: translateY(30px) scale(0.96);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.srv-modal-overlay.is-visible .srv-modal-dialog {
    transform: translateY(0) scale(1);
}

.srv-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(245, 242, 237, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 1;
}

.srv-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.srv-modal-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(200, 164, 92, 0.15), rgba(200, 164, 92, 0.06));
    border: 1px solid rgba(200, 164, 92, 0.25);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.srv-modal-title {
    font-family: var(--ff-display);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: 1.3;
}

.srv-modal-subtitle {
    font-size: 0.88rem;
    color: rgba(245, 242, 237, 0.6);
    margin-bottom: 1.75rem;
    text-align: center;
}

.srv-modal-form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.srv-modal-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.srv-modal-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.srv-modal-form-field--full {
    grid-column: 1 / -1;
}

/* ─── Separator between project details & contact ─── */
.srv-modal-separator {
    border: none;
    border-top: 1px solid rgba(200, 164, 92, 0.12);
    margin: 0.35rem 0;
}

.srv-modal-form-field label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(245, 242, 237, 0.65);
}

.srv-modal-form input,
.srv-modal-form select,
.srv-modal-form textarea {
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(200, 164, 92, 0.15);
    border-radius: var(--r-sm);
    color: var(--text-light);
    font-family: var(--ff-body);
    font-size: 0.88rem;
    transition: all 0.3s ease;
}

.srv-modal-form input::placeholder,
.srv-modal-form textarea::placeholder {
    color: rgba(245, 242, 237, 0.3);
}

.srv-modal-form input:focus,
.srv-modal-form select:focus,
.srv-modal-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(200, 164, 92, 0.1);
}

/* ─── Validation error state ─── */
.srv-modal-field--error {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.15) !important;
}

.srv-modal-field--error:focus {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2) !important;
}

.srv-modal-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c8a45c' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.srv-modal-form select option {
    background: var(--forest);
    color: var(--text-light);
}

.srv-modal-form textarea {
    resize: vertical;
    min-height: 80px;
}

.srv-modal-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(200, 164, 92, 0.1);
    justify-content: center;
}

.srv-modal-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(245, 242, 237, 0.55);
}

.srv-modal-trust-item svg {
    color: var(--gold);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   REDIRECT POPUP (5-second countdown)
   ═══════════════════════════════════════════════════════════════ */
.srv-redirect-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 10, 8, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.srv-redirect-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.srv-redirect-dialog {
    background: linear-gradient(165deg, rgba(14, 20, 15, 0.98), rgba(7, 10, 8, 0.99));
    border: 1px solid rgba(200, 164, 92, 0.14);
    border-radius: var(--r-lg);
    padding: 2rem 1.75rem;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    transform: translateY(20px) scale(0.96);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.srv-redirect-overlay.is-visible .srv-redirect-dialog {
    transform: translateY(0) scale(1);
}

.srv-redirect-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(200, 164, 92, 0.1);
    border: 1px solid rgba(200, 164, 92, 0.2);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.srv-redirect-title {
    font-family: var(--ff-display);
    font-size: 1.15rem;
    color: var(--text-light);
    margin-bottom: 0.35rem;
}

.srv-redirect-desc {
    font-size: 0.85rem;
    color: rgba(245, 242, 237, 0.6);
    margin-bottom: 1rem;
}

.srv-redirect-countdown {
    font-size: 0.88rem;
    color: rgba(245, 242, 237, 0.7);
    margin-bottom: 1.25rem;
}

.srv-redirect-countdown strong {
    color: var(--gold);
    font-size: 1.1rem;
}

.srv-redirect-actions {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE STICKY BAR
   ═══════════════════════════════════════════════════════════════ */
.mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 800;
    background: rgba(7, 10, 8, 0.95);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    border-top: 1px solid rgba(200, 164, 92, 0.1);
    padding: 0.5rem 0.75rem;
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
    gap: 0.5rem;
}

.mobile-bar__btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.55rem 0.25rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background 0.2s;
}

.mobile-bar__btn svg {
    flex-shrink: 0;
}

.mobile-bar__btn--tel {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.mobile-bar__btn--tel:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-bar__btn--wa {
    color: #25d366;
    background: rgba(37, 211, 102, 0.08);
}

.mobile-bar__btn--wa:hover {
    background: rgba(37, 211, 102, 0.15);
}

.mobile-bar__btn--cta {
    color: var(--forest);
    background: var(--gold);
    font-weight: 800;
    flex: 1.6;
    box-shadow: 0 2px 12px rgba(200, 164, 92, 0.3);
}

.mobile-bar__btn--cta:hover {
    background: var(--gold-light);
    box-shadow: 0 4px 16px rgba(200, 164, 92, 0.4);
}

/* ═══════════════════════════════════════════════════════════════
   BUTTON EXTENSIONS
   ═══════════════════════════════════════════════════════════════ */
.btn--full {
    width: 100%;
    justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════
   MICRO-FEEDBACK TOAST
   ═══════════════════════════════════════════════════════════════ */
.srv-toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    z-index: 9000;
    background: rgba(14, 20, 15, 0.95);
    border: 1px solid rgba(200, 164, 92, 0.25);
    border-radius: var(--r-full);
    padding: 0.5rem 1.25rem;
    font-family: var(--ff-body);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gold);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.srv-toast--visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
