@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ============================================================
   SERVEUR-DEDICATED.CSS — CSS unifié pour les 3 pages de
   serveurs dédiés : Standard / Power (Ryzen) / Eco
   ============================================================ */



:root {
    --hc-primary: #2563eb;
    --hc-secondary: #18316A;
    --hc-dark: #0f172a;
    --hc-light: #f8fafc;
    --hc-text-main: #1e293b;
    --hc-text-muted: #64748b;
}

/* -------- LAYOUT -------- */
.section-premium {
    padding: 100px 0 !important;
}

.section-head {
    margin-bottom: 60px !important;
}

.section-title {
    margin-bottom: 10px !important;
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    color: var(--hc-dark) !important;
}

.section-subtitle {
    font-size: 1.1rem !important;
    color: var(--hc-text-muted) !important;
    max-width: 700px !important;
}

.text-center .section-subtitle {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* -------- HERO — Standard -------- */
.hero-section-dedie {
    background: var(--hc-secondary) !important;
    padding: 120px 0 80px !important;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero-section-dedie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-section-dedie h1 {
    font-family: 'Inter', sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    letter-spacing: normal !important;
}

/* -------- HERO — Power (Ryzen) -------- */
.hero-section-power {
    background: var(--hc-secondary) !important;
    padding: 120px 0 80px !important;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero-section-power::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-section-power h1 {
    font-family: 'Inter', sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    letter-spacing: normal !important;
}

/* -------- HERO — Eco -------- */
.hero-section-eco {
    background: var(--hc-secondary) !important;
    padding: 120px 0 80px !important;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.hero-section-eco::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-section-eco h1 {
    font-family: 'Inter', sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    letter-spacing: normal !important;
}

/* -------- HERO — Shared -------- */
.hero-desc-premium {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.1rem;
    color: #cbd5e1;
    max-width: 850px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* -------- FILTERS -------- */
.filters-container {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 30px 40px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #f1f5f9 !important;
    margin-top: -50px !important;
    position: relative;
    z-index: 10;
}

.filter-label {
    font-weight: 700 !important;
    color: var(--hc-dark) !important;
    font-size: 0.95rem !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ram-slider-container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: #f1f5f9;
    height: 6px;
    border-radius: 10px;
}

.ram-slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--hc-primary);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
    cursor: pointer;
}

.processor-filter {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    align-items: center;
}

.filter-chip {
    background: #f1f5f9 !important;
    color: var(--hc-text-muted) !important;
    border: 1px solid transparent !important;
    padding: 5px 10px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    transition: all 0.2s !important;
}

.filter-chip.active {
    background: var(--hc-secondary) !important;
    color: #fff !important;
}

/* -------- OFFER TABLE (style listing hébergeur) -------- */
.dedie-table-wrap {
    --dedie-table-cols: minmax(200px, 1.55fr) minmax(72px, 0.55fr) minmax(120px, 1fr) minmax(90px, 0.7fr) minmax(110px, 0.85fr) minmax(88px, 0.7fr) 56px minmax(148px, 0.95fr);
    margin-top: 1.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
}

.dedie-stock-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.35rem;
    margin-top: 0.85rem;
    padding: 0.15rem 0.15rem 0;
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 500;
}

.dedie-stock-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.dedie-stock-legend .dedie-table__stock-icon {
    width: 22px;
    height: 22px;
    font-size: 0.62rem;
    flex-shrink: 0;
}

.dedie-custom-cta {
    margin-top: 1.35rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.dedie-custom-cta__copy {
    flex: 1 1 240px;
    min-width: 0;
}

.dedie-custom-cta__copy h3 {
    margin: 0 0 0.3rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.3;
}

.dedie-custom-cta__copy p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #64748b;
    max-width: 36rem;
}

.dedie-custom-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.dedie-custom-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid #d7dee8;
    background: #fff;
    color: #18316A;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dedie-custom-cta__btn:hover {
    background: #f4f7fb;
    border-color: #b8c4d6;
    color: #0d1b3e;
}

.dedie-custom-cta__btn--primary {
    background: var(--hc-secondary);
    border-color: var(--hc-secondary);
    color: #fff;
}

.dedie-custom-cta__btn--primary:hover {
    background: #0d1b3e;
    border-color: #0d1b3e;
    color: #fff;
}

.dedie-custom-cta__btn i {
    font-size: 0.78rem;
}

@media (max-width: 767px) {
    .dedie-custom-cta {
        padding: 1.1rem 1rem;
        text-align: center;
        justify-content: center;
    }

    .dedie-custom-cta__copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .dedie-custom-cta__actions {
        justify-content: center;
        width: 100%;
    }
}

.dedie-table__head {
    display: grid;
    grid-template-columns: var(--dedie-table-cols);
    gap: 0.75rem 1rem;
    align-items: center;
    min-width: 980px;
    padding: 0.7rem 1.15rem;
    margin-bottom: 0.55rem;
    background: var(--hc-secondary);
    color: #fff;
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dedie-table {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 980px;
}

.dedicated-offers-modern .offer-card-premium.dedie-table__row,
.dedie-table__row {
    display: grid;
    grid-template-columns: var(--dedie-table-cols);
    gap: 0.75rem 1rem;
    align-items: center;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    padding: 0.85rem 1.15rem;
    margin: 0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dedicated-offers-modern .offer-card-premium.dedie-table__row:hover,
.dedie-table__row:hover {
    transform: none;
    border-color: #c9d4e3;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.dedie-table__cell {
    min-width: 0;
}

.dedie-table__cpu {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dedie-table__cpu-logo {
    width: 42px;
    height: 18px;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
}

.dedie-table__cpu strong,
.dedie-table__ram strong,
.dedie-table__storage strong,
.dedie-table__net strong,
.dedie-table__loc strong,
.dedie-table__price strong {
    display: block;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.dedie-table__cpu span,
.dedie-table__ram span,
.dedie-table__storage span,
.dedie-table__net span,
.dedie-table__loc span,
.dedie-table__price span {
    display: block;
    margin-top: 0.12rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25;
}

.dedie-table__head-price {
    text-transform: none;
    letter-spacing: 0.01em;
    font-size: 0.78rem;
    line-height: 1.2;
    white-space: nowrap;
}

.dedie-table__storage-row {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.dedie-table__storage-row strong {
    display: inline !important;
    margin: 0;
}

.dedie-table__price {
    min-width: 0;
}

.dedie-table__price-ht {
    display: block;
    color: #0f172a !important;
    font-size: 1.18rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    line-height: 1.15 !important;
}

.dedie-table__price-ttc {
    display: block !important;
    margin-top: 0.18rem !important;
    color: #94a3b8 !important;
    font-size: 0.72rem !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

.dedie-table__price strong {
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.dedie-table__loc {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.dedie-table__loc img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.dedie-table__stock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dedie-table__stock-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.72rem;
}

.dedie-table__stock-icon.is-ok {
    background: #16a34a;
}

.dedie-table__stock-icon.is-wait {
    background: #eab308;
}

.dedie-table__stock-pill {
    width: auto;
    min-width: 2.4rem;
    height: 1.7rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    color: #fff;
    font-size: 0.78rem;
}

.dedie-table__stock-pill strong {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.dedie-table__stock-pill.is-ok {
    background: #16a34a;
}

.dedie-table__stock-pill.is-wait {
    background: #eab308;
}

.dedie-stock-legend .dedie-table__stock-pill {
    min-width: 2rem;
    height: 1.4rem;
    font-size: 0.68rem;
    padding: 0 0.45rem;
}

.dedie-stock-legend__hint {
    color: #94a3b8;
    font-weight: 400;
}

.dedie-table__stock-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.dedie-table__stock-qty.is-ok {
    color: #15803d;
}

.dedie-table__stock-qty.is-empty {
    color: #94a3b8;
    font-weight: 600;
}

.dedie-stock-legend .dedie-table__stock-qty {
    min-width: 1.25rem;
    font-size: 0.85rem;
}

.dedie-table__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.dedie-table__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: var(--hc-secondary);
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease;
}

.dedie-table__cta:hover {
    background: #0d1b3e;
    color: #fff;
    transform: translateY(-1px);
}

.dedie-table__cta i {
    font-size: 0.72rem;
}

.dedie-table__more {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #94a3b8;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.dedie-table__more:hover,
.dedie-table__more.is-open {
    background: #f1f5f9;
    color: var(--hc-secondary);
}

.dedie-table__details,
.dedicated-offers-modern .dedie-table__row .offer-details-section {
    grid-column: 1 / -1;
    margin: 0.15rem 0 0;
    padding: 0.85rem 0 0.15rem;
    border-top: 1px dashed #e2e8f0;
    background: transparent;
}

.dedie-table__details[hidden] {
    display: none !important;
}

.dedie-offer__details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 2rem;
}

.dedie-offer__details-grid h4 {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--hc-dark);
    margin: 0 0 0.55rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.dedie-offer__details-grid h4 i {
    color: var(--hc-primary);
    font-size: 0.75rem;
}

.dedie-offer__details-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dedie-offer__details-grid li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.8rem;
    color: #64748b;
    padding: 0.28rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.dedie-offer__details-grid li:last-child {
    border-bottom: none;
}

.dedie-offer__details-grid li b {
    color: var(--hc-dark);
    font-weight: 600;
    text-align: right;
}

/* Legacy buy button (coming soon / autres blocs) */
.btn-buy-premium {
    background: var(--hc-secondary);
    color: #fff;
    padding: 0.55rem 1.15rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background 0.2s ease;
}

.btn-buy-premium:hover {
    background: #0d1b3e;
    color: #fff;
}

.stock-badge {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.28rem 0.55rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.stock-badge.in-stock {
    background: #ecfdf3;
    color: #067647;
}

.stock-badge.pending {
    background: #fff8eb;
    color: #b54708;
}

/* -------- FEATURE CARDS -------- */
.feature-card {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 40px !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    height: 100% !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

.feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
    border-color: var(--hc-primary) !important;
}

.feature-card h3 {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: var(--hc-dark) !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.02em !important;
}

.feature-card p {
    line-height: 1.7 !important;
    margin: 0 !important;
    color: var(--hc-text-muted) !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
}

.feature-icon {
    width: 60px !important;
    height: 60px !important;
    background: rgba(37, 99, 235, 0.05) !important;
    color: var(--hc-primary) !important;
    border-radius: 16px !important;
    margin-bottom: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.feature-icon i {
    font-size: 1.6rem !important;
}

/* -------- FEATURE BOX V2 (location / peering sections) -------- */
.feature-box-v2 {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    height: 100%;
}

.feature-box-v2:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.feature-icon-box-v2 {
    font-size: 2rem;
    color: var(--hc-primary) !important;
    margin-bottom: 20px;
}

.feature-box-v2 h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--hc-dark);
    margin-bottom: 12px;
}

.feature-box-v2 p {
    color: var(--hc-text-muted);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* -------- RYZEN EXCLUSIVE (Power page only) -------- */
.ryzen-card {
    background: #fff;
    border-radius: 32px;
    padding: 50px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.ryzen-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--hc-primary);
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.ryzen-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ryzen-feature-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--hc-dark);
}

.ryzen-feature-list li i {
    color: var(--hc-primary);
    font-size: 1.1rem;
}

/* -------- PEERING (Power page) -------- */
.peering-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    height: 100%;
}

.peering-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.peering-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto 20px;
}

.peering-icon.facebook {
    background: #e7f3ff;
    color: #1877f2;
}

.peering-icon.google {
    background: #fef2f2;
    color: #ea4335;
}

.peering-icon.aws {
    background: #fff7ed;
    color: #ff9900;
}

.ping-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 40px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

/* -------- TESTIMONIALS (Power page) -------- */
.testimonial-card-premium {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #f1f5f9;
}

.testimonial-stars {
    color: #fbbf24;
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    color: var(--hc-text-main);
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-author {
    font-weight: 800;
    color: var(--hc-dark);
    margin-bottom: 2px;
}

.testimonial-role {
    font-size: 0.85rem;
    color: var(--hc-text-muted);
    font-weight: 600;
}

/* -------- INTERFACE SHOWCASE (Eco page) -------- */
.interface-showcase {
    background: #f8fafc;
    border-radius: 32px;
    padding: 60px;
    overflow: hidden;
}

.interface-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.interface-feature-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-primary);
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.interface-preview img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.interface-preview:hover img {
    transform: scale(1.02);
}

/* -------- FAQ -------- */
.faq-ultra-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-ultra-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-ultra-card:hover {
    border-color: var(--hc-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.faq-ultra-question {
    width: 100%;
    padding: 25px 30px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    font-weight: 700;
    color: var(--hc-dark);
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-ultra-icon {
    width: 38px;
    height: 38px;
    background: #f1f5f9;
    color: var(--hc-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq-ultra-question:not(.collapsed) .faq-ultra-icon {
    background: var(--hc-primary);
    color: #fff;
}

.faq-ultra-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
    color: var(--hc-text-muted);
}

.faq-ultra-question:not(.collapsed) .faq-ultra-arrow {
    transform: rotate(180deg);
    color: var(--hc-primary);
}

.faq-ultra-answer {
    padding: 0 30px 25px 88px;
    color: var(--hc-text-muted);
    line-height: 1.7;
    font-size: 1rem;
}

/* -------- RESPONSIVE -------- */
@media (max-width: 991px) {
    .dedie-offer__details-grid {
        grid-template-columns: 1fr;
    }

    .interface-showcase {
        padding: 30px 20px;
    }
}

/* -------- ANIMATIONS -------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.animate-fade-in-up:nth-child(2) {
    animation-delay: 0.15s;
}
/* Multi-country dedicated */
.dedie-hero-compact {
  padding: 88px 0 72px !important;
  min-height: 0 !important;
}
.dedie-hero-compact h1 {
  font-size: clamp(2.25rem, 4.5vw, 3rem) !important;
  margin-bottom: 0.75rem !important;
}

/* Badge « Bientôt » — petit et grisé */
.dedie-soon-badge {
  font-style: normal !important;
  font-size: 0.62rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #94a3b8 !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0;
  margin-left: 0.35rem;
  line-height: 1;
}
.vps-loc-card.is-soon {
  opacity: 0.72;
  color: #64748b;
}
.vps-loc-card.is-soon span {
  color: #64748b;
}
.vps-loc-card.is-soon:hover {
  opacity: 0.88;
}
.vps-loc-card.is-current {
  border-color: #1e3a8a;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.15);
}
.dedie-coming-soon h3 {
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.dedie-coming-soon .btn-buy-premium {
  width: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 0.95rem;
  margin-top: 1.25rem;
}
.dedie-gamme-tabs a.vps-loc-tab {
  text-decoration: none;
}

/* Titre + filtres : plus de chevauchement (l’ancien -50px était pour le hero) */
.dedicated-offers-modern .section-head {
  margin-bottom: 1.25rem !important;
  position: relative;
  z-index: 1;
}
.dedicated-offers-modern .section-head.mb-4 {
  margin-bottom: 1.25rem !important;
}
.dedicated-offers-modern .dedie-gamme-tabs {
  margin-bottom: 1.75rem !important;
  position: relative;
  z-index: 1;
}
.dedicated-offers-modern .filters-container {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
  border-radius: 14px !important;
  padding: 1.15rem 1.35rem !important;
  box-shadow: none !important;
  border: 1px solid #e8edf3 !important;
}
.dedicated-offers-modern.section-premium {
  padding-top: 48px !important;
  padding-bottom: 64px !important;
}
.dedicated-offers-modern .section-title {
  font-size: clamp(1.55rem, 2.4vw, 1.9rem) !important;
  font-weight: 800 !important;
}

/* -------- Advance SEO sections -------- */
.dedie-adv-section {
  padding: 88px 0;
  background: #fff;
}
.dedie-adv-section--muted {
  background: #f8fafc;
}
.dedie-adv-section--faq {
  background: #f1f5f9;
}
.dedie-adv-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.75rem;
}
.dedie-adv-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}
.dedie-adv-head p {
  margin: 0;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.6;
}
.dedie-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.dedie-adv-card {
  padding: 1.5rem 1.35rem;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  background: #fff;
}
.dedie-adv-section--muted .dedie-adv-card {
  background: #fff;
}
.dedie-adv-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eff6ff;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.dedie-adv-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}
.dedie-adv-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.55;
}
.dedie-adv-use-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
}
.dedie-adv-use {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem 1.4rem;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
}
.dedie-adv-use > i {
  color: #1e3a8a;
  font-size: 1.25rem;
  margin-top: 0.15rem;
  width: 1.5rem;
  text-align: center;
}
.dedie-adv-use h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #0f172a;
}
.dedie-adv-use p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}
.dedie-adv-included {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem 1.5rem;
}
.dedie-adv-included li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #1e293b;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.45;
}
.dedie-adv-included i {
  color: #166534;
  background: #dcfce7;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.dedie-adv-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: center;
}
.dedie-adv-split-visual img {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.dedie-adv-split-copy h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.dedie-adv-split-copy > p {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}
.dedie-adv-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dedie-adv-bullets li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.55rem;
  color: #334155;
  font-weight: 500;
}
.dedie-adv-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e3a8a;
}
.dedie-adv-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}
.dedie-adv-compare-card {
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 1.75rem 1.6rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dedie-adv-compare-card--hl {
  border-color: #1e3a8a;
  box-shadow: 0 10px 28px rgba(30, 58, 138, 0.1);
}
.dedie-adv-pill {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1e3a8a;
  background: #eff6ff;
  padding: 0.3rem 0.55rem;
  border-radius: 6px;
}
.dedie-adv-compare-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0;
  color: #0f172a;
}
.dedie-adv-compare-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
  flex: 1;
}
.dedie-adv-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: #1e3a8a;
  text-decoration: none !important;
  margin-top: 0.5rem;
}
.dedie-adv-link--solid {
  background: #1e3a8a;
  color: #fff !important;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
  width: fit-content;
}
.dedie-adv-seo-section {
  padding: 96px 0;
  background:
    radial-gradient(ellipse 60% 50% at 85% 40%, rgba(30, 58, 138, 0.08), transparent 70%),
    #ffffff;
  overflow: hidden;
}
.dedie-adv-seo-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}
.dedie-adv-seo-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1e3a8a;
  background: #eff6ff;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.dedie-adv-seo-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1.1rem;
}
.dedie-adv-seo-copy > p {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 0.9rem;
  max-width: 34rem;
}
.dedie-adv-seo-stats {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 1.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 28rem;
}
.dedie-adv-seo-stats li {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 0.85rem 0.75rem;
  text-align: center;
}
.dedie-adv-seo-stats strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: #1e3a8a;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.dedie-adv-seo-stats span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.3;
}
.dedie-adv-seo-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
.dedie-adv-seo-glow {
  position: absolute;
  inset: 12% 10%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.22) 0%, transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  animation: dedieAdvPulse 4.5s ease-in-out infinite;
}
.dedie-adv-seo-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  height: auto;
  filter: drop-shadow(0 28px 50px rgba(15, 23, 42, 0.18));
  animation: dedieAdvFloat 5.5s ease-in-out infinite;
}
.dedie-adv-seo-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.65rem 0.95rem;
  border-radius: 12px;
  border: 1px solid #e8edf3;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  white-space: nowrap;
}
.dedie-adv-seo-chip i {
  color: #1e3a8a;
}
.dedie-adv-seo-chip--top {
  top: 12%;
  right: 2%;
  animation: dedieAdvChip 6s ease-in-out infinite;
}
.dedie-adv-seo-chip--bottom {
  bottom: 14%;
  left: 0;
  animation: dedieAdvChip 6s ease-in-out infinite 0.8s;
}
@keyframes dedieAdvFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes dedieAdvPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}
@keyframes dedieAdvChip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .dedie-adv-seo-visual img,
  .dedie-adv-seo-glow,
  .dedie-adv-seo-chip {
    animation: none;
  }
}
@media (max-width: 991px) {
  .dedie-adv-seo-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .dedie-adv-seo-visual {
    order: -1;
    min-height: 280px;
  }
  .dedie-adv-seo-chip--top { right: 4%; }
  .dedie-adv-seo-chip--bottom { left: 4%; }
}
@media (max-width: 560px) {
  .dedie-adv-seo-stats {
    grid-template-columns: 1fr;
    max-width: 16rem;
  }
  .dedie-adv-seo-chip {
    font-size: 0.78rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 991px) {
  .dedie-adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dedie-adv-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .dedie-adv-compare {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .dedie-adv-section {
    padding: 64px 0;
  }
  .dedie-adv-grid,
  .dedie-adv-use-grid,
  .dedie-adv-included {
    grid-template-columns: 1fr;
  }
}

/* Avantages Advance — grille 5 colonnes centrée */
.dedie-adv-head--wide {
  max-width: 780px;
}
.dedie-adv-advantages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem 1.25rem;
  align-items: start;
}
.dedie-adv-advantage {
  text-align: center;
  padding: 0.25rem 0.35rem;
}
.dedie-adv-advantage-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.1rem;
  border-radius: 18px;
  background: #eff6ff;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
}
.dedie-adv-advantage h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.55rem;
  line-height: 1.3;
}
.dedie-adv-advantage p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .dedie-adv-advantages {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .dedie-adv-advantages {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

.dedie-adv-seo-visual--server img {
  width: min(100%, 360px);
  filter: drop-shadow(0 24px 40px rgba(15, 23, 42, 0.16));
}

/* SEO pages pays */
.dedie-country-seo {
  padding: 88px 0;
  background: #fff;
}
.dedie-country-seo-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 2.5rem;
  align-items: start;
}
.dedie-country-seo-copy .dedie-adv-seo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.dedie-country-seo-copy h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.dedie-country-seo-copy p {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 0.9rem;
  max-width: 40rem;
}
.dedie-country-seo-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
  background: #e2e8f0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}
.dedie-country-seo-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.dedie-country-seo-aside {
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 1.5rem 1.4rem;
}
.dedie-country-seo-aside h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem;
}
.dedie-country-seo-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dedie-country-seo-aside li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  border-top: 1px solid #e8edf3;
  color: #334155;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.4;
}
.dedie-country-seo-aside li:first-child {
  border-top: 0;
  padding-top: 0;
}
.dedie-country-seo-aside i {
  color: #1e3a8a;
  margin-top: 0.15rem;
  width: 1rem;
  text-align: center;
}
.dedie-country-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.dedie-country-why-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  padding: 1.4rem 1.3rem;
}
.dedie-country-why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}
.dedie-country-why-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .dedie-country-seo-grid,
  .dedie-country-why-grid {
    grid-template-columns: 1fr;
  }
}

.dedie-seo-links {
  padding: 56px 0 72px;
  background: #fff;
  border-top: 1px solid #e8edf3;
}
.dedie-seo-links-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem;
  text-align: center;
}
.dedie-seo-links-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.75rem;
}
.dedie-seo-links-list a {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #1e3a8a !important;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none !important;
  border: 1px solid #e2e8f0;
  transition: background .15s, border-color .15s;
}
.dedie-seo-links-list a:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}

/* Bannière pays — photo ville (style OneProvider) */
.dedie-city-banner {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  padding: 80px 0 60px;
  overflow: hidden;
  background: #0f172a;
  color: #fff;
}

.dedie-city-banner.has-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--dedie-city-bg);
  background-size: cover;
  background-position: center 68%;
  filter: grayscale(18%) brightness(0.92) contrast(1.05);
  transform: scale(1.03);
}

.dedie-city-banner.has-photo {
  background-color: #0f172a;
  background-image: none;
}

.dedie-city-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.22) 0%, rgba(15, 23, 42, 0.42) 50%, rgba(15, 23, 42, 0.7) 100%);
  pointer-events: none;
}

.dedie-city-banner__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.dedie-city-banner h1 {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35em;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.dedie-city-banner__title-flag {
  display: block;
  height: 1em;
  width: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.dedie-city-banner__lead {
  margin: 0 auto 22px;
  max-width: 640px;
  color: rgba(241, 245, 249, 0.95);
  font-size: 1.05rem;
  line-height: 1.55;
}

.dedie-city-banner__cta {
  display: flex;
  justify-content: center;
}

.dedie-city-banner .btn-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 6px;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.dedie-city-banner .btn-cta-main:hover {
  background: #1d4ed8;
}

@media (max-width: 768px) {
  .dedie-city-banner {
    min-height: 300px;
    padding: 56px 0 44px;
    align-items: center;
  }

  .dedie-city-banner.has-photo::before {
    background-position: center 60%;
  }
}


