@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=Outfit:wght@600;700;800&display=swap");

:root {
    --stick-brand: #0c4a6e;
    --stick-brand-deep: #082f49;
    --stick-brand-soft: #e0f2fe;
    --stick-accent: #ea580c;
    --stick-accent-hover: #c2410c;
    --stick-surface: #f1f5f9;
    --stick-text: #0f172a;
    --stick-muted: #64748b;
    --stick-line: #e2e8f0;
    --stick-font-display: "Outfit", "Segoe UI", sans-serif;
    --stick-font-body: "DM Sans", "Segoe UI", sans-serif;
}

/* ——— Accueil ——— */
body.stick-home {
    background: #fff;
    font-family: var(--stick-font-body);
}

body.stick-site {
    font-family: var(--stick-font-body);
}

/* ——— Header pro (1 barre) ——— */
.stick-header {
    background: #fff !important;
    border-bottom: 0;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 0;
    z-index: 1040;
}

.stick-header .navbar,
.stick-header .navbar-light,
.stick-header .main-navbar-wrapper {
    display: none !important;
}

.stick-header__topbar {
    background: var(--stick-brand-deep);
    color: #fff;
    font-size: 0.85rem;
}

.stick-header__topbar .btn,
.stick-header__topbar .input-group-text,
.stick-header__topbar a {
    color: #fff !important;
}

.stick-header__bar {
    background: #fff;
    border-bottom: 1px solid var(--stick-line);
}

.stick-header__promo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stick-header__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem 1.15rem;
    min-height: 4.75rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.stick-header__brand {
    flex: 0 0 auto;
    margin: 0 0.75rem 0 0;
    padding: 0;
}

.stick-header__brand .logo-img {
    max-height: 3rem;
    width: auto;
}

.stick-header__brand-text {
    font-family: var(--stick-font-display);
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--stick-brand);
    letter-spacing: 0.02em;
}

.stick-header__toggler {
    margin-left: auto;
    border: 1px solid var(--stick-line);
    background: #fff;
    color: var(--stick-text);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stick-header__collapse {
    flex: 1 1 auto;
}

.stick-header__nav {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stick-header__nav > li {
    list-style: none;
}

.stick-header__nav > li > a,
.stick-header__nav > li > a.stick-nav-link {
    display: block;
    padding: 0.55rem 0.9rem !important;
    font-family: var(--stick-font-body);
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--stick-text) !important;
    text-decoration: none !important;
    border-radius: 0.4rem;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.stick-header__nav > li > a:hover,
.stick-header__nav > li > a:focus,
.stick-header__nav > li > a.stick-nav-link:hover {
    color: var(--stick-brand) !important;
    background: var(--stick-brand-soft);
}

.stick-header .collapsable-dropdown {
    display: none !important;
}

.stick-header__nav .dropdown-menu {
    border: 1px solid var(--stick-line);
    border-radius: 0.5rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    padding: 0.4rem 0;
    margin-top: 0.35rem;
}

.stick-header__nav .dropdown-menu a {
    font-size: 0.9rem;
    color: var(--stick-text) !important;
}

.stick-header__nav--end {
    margin-left: auto;
}

/* Masquer doublons WHMCS */
.stick-header__nav #Primary_Navbar-Home,
.stick-header__nav #Primary_Navbar-Store,
.stick-header__nav #Primary_Navbar-Announcements,
.stick-header__nav--end {
    display: none !important;
}

.stick-header__actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.stick-header__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 0.95rem;
    border-radius: 0.4rem;
    background: #128c7e;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none !important;
    white-space: nowrap;
}

.stick-header__wa:hover {
    background: #075e54;
    color: #fff !important;
}

.stick-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1.05rem;
    border-radius: 0.4rem;
    background: var(--stick-brand);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none !important;
    white-space: nowrap;
}

.stick-header__cta:hover {
    background: var(--stick-brand-deep);
    color: #fff !important;
}

@media (min-width: 1200px) {
    .stick-header__toggler {
        display: none !important;
    }

    .stick-header__collapse {
        display: flex !important;
        align-items: center;
        flex: 1 1 auto;
        gap: 0.25rem;
    }

    .stick-header__actions {
        margin-left: 0.75rem;
    }
}

@media (max-width: 1199.98px) {
    .stick-header__inner {
        flex-wrap: wrap;
    }

    .stick-header__collapse {
        order: 3;
        flex: 1 1 100%;
        border-top: 1px solid var(--stick-line);
        margin-top: 0.35rem;
        padding-top: 0.65rem;
    }

    .stick-header__collapse.show,
    .stick-header__collapse.collapsing {
        display: block;
    }

    .stick-header__nav {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .stick-header__nav--end {
        margin-left: 0;
        margin-top: 0.35rem;
        padding-top: 0.35rem;
        border-top: 1px solid var(--stick-line);
    }

    .stick-header__actions {
        margin-left: 0;
    }

    .stick-header__cta,
    .stick-header__wa {
        padding: 0.5rem 0.75rem;
        font-size: 0.82rem;
    }
}

/* ——— Footer pro ——— */
.stick-footer {
    background: var(--stick-brand-deep) !important;
    color: rgba(255, 255, 255, 0.82);
    padding: 3rem 0 1.75rem !important;
    margin-top: 0 !important;
    border: 0 !important;
}

.stick-footer .nav,
.stick-footer .list-inline.mb-7,
.stick-footer > .container > .nav {
    display: none;
}

.stick-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    align-items: start;
    text-align: left;
}

.stick-footer__name {
    font-family: var(--stick-font-display);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.75rem;
}

.stick-footer__tag {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.stick-footer__tag strong {
    color: #fff;
    font-weight: 600;
}

.stick-footer__heading {
    font-family: var(--stick-font-display);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 0 0 0.85rem;
}

.stick-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stick-footer__links li {
    margin: 0 0 0.45rem;
}

.stick-footer__links a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none !important;
    font-size: 0.9rem;
}

.stick-footer__links a:hover {
    color: #fff !important;
}

.stick-footer__locale {
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #fff;
    border-radius: 0.4rem;
    padding: 0.45rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}

.stick-footer__locale:hover {
    background: rgba(255, 255, 255, 0.08);
}

.stick-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding-top: 1.25rem;
    text-align: left;
}

.stick-footer .copyright,
.stick-footer-corp {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.45;
}

.stick-footer-corp strong {
    color: rgba(255, 255, 255, 0.85);
}

.stick-footer__social {
    margin-top: 0.5rem;
}

.stick-footer__social .btn,
.stick-footer__social a {
    color: rgba(255, 255, 255, 0.75) !important;
    border: 0;
    background: transparent;
}

.stick-footer__social a:hover {
    color: #fff !important;
}

/* Masquer Powered by WHMCS partout */
#footer .copyright a[href*="whmcs"],
a[href*="whmcs.com"],
a[href*="WHMCompleteSolution"],
#footer .powered-by,
body .powered-by,
.stick-footer a[href*="whmcs"],
p:has(> a[href*="whmcs.com"]),
p:has(> a[href*="WHMCompleteSolution"]) {
    display: none !important;
}

body.stick-home .stick-home-body,
body.stick-home .stick-home-body > .container-fluid,
body.stick-home .stick-home-body .primary-content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.stick-home #main-body {
    margin: 0;
    padding: 0;
}

body.stick-home .primary-content {
    float: none;
    width: 100%;
}

@media (max-width: 991px) {
    .stick-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .stick-footer__grid {
        grid-template-columns: 1fr;
    }

    .stick-support__grid {
        grid-template-columns: 1fr;
    }
}

/* ——— Boutons (indépendants de Bootstrap WHMCS) ——— */
.stick-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--stick-font-body);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
    border: 0;
    border-radius: 0.45rem;
    padding: 0.85rem 1.35rem;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.stick-btn:hover {
    transform: translateY(-1px);
}

.stick-btn--lg {
    padding: 0.95rem 1.6rem;
    font-size: 1rem;
}

.stick-btn--block {
    width: 100%;
}

.stick-btn--accent {
    background: var(--stick-accent);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.28);
}

.stick-btn--accent:hover {
    background: var(--stick-accent-hover);
    color: #fff !important;
}

.stick-btn--brand {
    background: var(--stick-brand);
    color: #fff !important;
}

.stick-btn--brand:hover {
    background: var(--stick-brand-deep);
    color: #fff !important;
}

.stick-btn--whatsapp {
    background: #128c7e;
    color: #fff !important;
}

.stick-btn--whatsapp:hover {
    background: #075e54;
    color: #fff !important;
}

/* ——— Bandeau promo ——— */
.stick-promo {
    background: var(--stick-brand-deep);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.stick-promo__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.65rem;
    padding: 0.55rem 1rem;
    text-align: center;
}

.stick-promo__sep {
    opacity: 0.45;
}

/* ——— Hero style LWS (clair + offre + domaine) ——— */
.stick-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(14, 165, 233, 0.12), transparent 55%),
        radial-gradient(ellipse 60% 50% at 0% 100%, rgba(234, 88, 12, 0.08), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #eef6fb 100%);
    padding: clamp(2.25rem, 5vw, 3.75rem) 0 clamp(2.5rem, 5vw, 4rem);
    animation: stick-rise 0.65s ease-out both;
}

@keyframes stick-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.stick-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    max-width: 72rem;
    margin: 0 auto;
}

.stick-hero__brand {
    font-family: var(--stick-font-display);
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 0.85rem;
    color: var(--stick-brand);
}

.stick-hero__title {
    font-family: var(--stick-font-display);
    font-size: clamp(1.65rem, 3.8vw, 2.45rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 0.85rem;
    color: var(--stick-text);
    letter-spacing: -0.02em;
}

.stick-hero__lead {
    font-size: 1.05rem;
    color: var(--stick-muted);
    margin: 0 0 1.15rem;
    line-height: 1.55;
    max-width: 32rem;
}

.stick-hero__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.stick-hero__bullets li {
    position: relative;
    padding: 0.35rem 0 0.35rem 1.45rem;
    color: var(--stick-text);
    font-size: 0.95rem;
    line-height: 1.45;
}

.stick-hero__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--stick-accent);
}

.stick-hero__offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.35rem;
}

.stick-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.stick-hero__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
}

.stick-hero__price-label {
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--stick-muted);
}

.stick-hero__price-value {
    font-family: var(--stick-font-display);
    font-size: clamp(2.1rem, 4vw, 2.75rem);
    font-weight: 800;
    color: var(--stick-brand);
    letter-spacing: -0.03em;
    line-height: 1;
}

.stick-hero__price-unit {
    font-size: 1rem;
    color: var(--stick-muted);
    font-weight: 500;
}

/* Panneau domaine (héros) */
.stick-hero__search {
    background: #fff;
    border: 1px solid var(--stick-line);
    border-radius: 0.85rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
    animation: stick-rise 0.75s ease-out 0.08s both;
}

.stick-hero__search-title {
    font-family: var(--stick-font-display);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: var(--stick-text);
}

.stick-hero__search-lead {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: var(--stick-muted);
}

.stick-hero__form {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.1rem;
}

.stick-hero__input {
    flex: 1;
    min-width: 0;
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-family: var(--stick-font-body);
    background: #fff;
}

.stick-hero__input:focus {
    outline: 2px solid rgba(12, 74, 110, 0.28);
    border-color: var(--stick-brand);
}

.stick-tlds {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
    margin: 0;
    padding: 0;
}

.stick-tlds li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    padding: 0.55rem 0.35rem;
    border-radius: 0.45rem;
    background: var(--stick-surface);
    border: 1px solid transparent;
    text-align: center;
}

.stick-tlds--highlight {
    background: #fff7ed;
    border-color: #fdba74;
}

.stick-footer__whatsapp {
    display: inline-flex;
    margin-top: 1rem;
    padding: 0.55rem 0.9rem;
    border-radius: 0.4rem;
    background: #128c7e;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none !important;
}

.stick-footer__whatsapp:hover {
    background: #075e54;
    color: #fff !important;
}

.stick-tlds__ext {
    font-family: var(--stick-font-display);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--stick-brand);
}

.stick-tlds__price {
    font-size: 0.72rem;
    color: var(--stick-muted);
    font-weight: 600;
}

/* ——— Solutions ——— */
.stick-solutions {
    padding: clamp(2.5rem, 5vw, 3.75rem) 0;
    background: #fff;
}

.stick-section-head {
    max-width: 38rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.stick-section-title {
    font-family: var(--stick-font-display);
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--stick-text);
}

.stick-section-lead {
    font-family: var(--stick-font-body);
    color: var(--stick-muted);
    margin: 0;
    line-height: 1.5;
    font-size: 1rem;
}

.stick-solutions__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    max-width: 68rem;
    margin: 0 auto;
}

.stick-solution {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.35rem;
    border: 1px solid var(--stick-line);
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    text-decoration: none !important;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.stick-solution:hover {
    border-color: #7dd3fc;
    box-shadow: 0 14px 36px rgba(12, 74, 110, 0.1);
    transform: translateY(-3px);
}

.stick-solution__title {
    font-family: var(--stick-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--stick-brand);
}

.stick-solution__text {
    flex: 1;
    margin: 0 0 1rem;
    font-size: 0.92rem;
    color: var(--stick-muted);
    line-height: 1.45;
}

.stick-solution__price {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.9rem;
    color: var(--stick-text);
}

.stick-solution__price strong {
    font-family: var(--stick-font-display);
    font-size: 1.15rem;
    color: var(--stick-accent);
}

.stick-solution__cta {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--stick-brand);
}

.stick-solution:hover .stick-solution__cta {
    color: var(--stick-accent);
}

/* ——— Offres ——— */
.stick-tiers {
    background: var(--stick-surface);
    padding: clamp(2.75rem, 6vw, 4.5rem) 0;
}

.stick-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 68rem;
    margin: 0 auto 1.75rem;
}

.stick-tier-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--stick-line);
    border-radius: 0.75rem;
    padding: 1.75rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    font-family: var(--stick-font-body);
    transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.stick-tier-card:hover {
    border-color: #bae6fd;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.stick-tier-card--featured {
    border-color: var(--stick-accent);
    box-shadow: 0 18px 44px rgba(12, 74, 110, 0.14);
    transform: scale(1.02);
}

.stick-tier-card__badge {
    position: absolute;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--stick-accent);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    white-space: nowrap;
}

.stick-tier-card__name {
    font-family: var(--stick-font-display);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0.35rem 0 0.85rem;
    color: var(--stick-brand);
}

.stick-tier-card__price {
    margin: 0;
    color: var(--stick-muted);
    font-size: 0.92rem;
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
}

.stick-tier-card__price span {
    font-family: var(--stick-font-display);
    font-size: 2.15rem;
    font-weight: 800;
    color: var(--stick-text);
    letter-spacing: -0.02em;
}

.stick-tier-card__price small {
    font-size: 0.9rem;
}

.stick-tier-card__price-annual {
    margin: 0.2rem 0 0.75rem;
    font-size: 0.9rem;
    color: var(--stick-muted);
}

.stick-tier-card__price-annual strong {
    color: var(--stick-brand);
    font-weight: 700;
}

.stick-tier-card__compare {
    margin: 0 0 1.1rem;
    padding: 0.5rem 0.65rem;
    border-radius: 0.45rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 0.78rem;
    line-height: 1.35;
}

.stick-tier-card__compare strong {
    color: #047857;
}

.stick-tier-card__features {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0 0 1.35rem;
    font-size: 0.92rem;
    color: var(--stick-muted);
}

.stick-tier-card__features li {
    padding: 0.45rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.stick-tier-card__features li:last-child {
    border-bottom: 0;
}

.stick-tiers__foot {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.88rem;
    color: var(--stick-muted);
    line-height: 1.5;
}

.stick-tiers__foot a {
    color: var(--stick-brand);
    font-weight: 600;
}

.stick-tiers__policy {
    margin-top: 0.85rem;
    padding: 0.7rem 0.9rem;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid var(--stick-line);
    font-size: 0.8rem;
    color: var(--stick-muted);
}

/* ——— Pourquoi ——— */
.stick-why {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: #fff;
}

.stick-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
    max-width: 68rem;
    margin: 0 auto;
}

.stick-why__item {
    padding: 1.25rem 1.1rem;
    border-top: 3px solid var(--stick-accent);
    background: var(--stick-surface);
    border-radius: 0 0 0.55rem 0.55rem;
}

.stick-why__item h3 {
    font-family: var(--stick-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    color: var(--stick-brand);
}

.stick-why__item p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--stick-muted);
    line-height: 1.45;
}

/* ——— Support ——— */
.stick-support {
    padding: clamp(2.25rem, 5vw, 3.5rem) 0 3.5rem;
    background: var(--stick-surface);
    text-align: center;
}

.stick-support .stick-section-lead {
    margin-bottom: 1.5rem;
}

.stick-support__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 36rem;
    margin: 0 auto;
    text-align: left;
}

.stick-support__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 0.45rem;
    border: 1px solid var(--stick-line);
    background: #fff;
    color: var(--stick-brand);
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.stick-support__link--whatsapp {
    grid-column: 1 / -1;
    background: #128c7e !important;
    border-color: #128c7e !important;
    color: #fff !important;
}

.stick-support__link--whatsapp:hover {
    background: #075e54 !important;
    border-color: #075e54 !important;
    color: #fff !important;
}

.stick-support__link:hover {
    border-color: #7dd3fc;
    background: #f0f9ff;
    color: var(--stick-brand-deep);
    text-decoration: none;
}

/* Catalogue store (fallback) */
#products li[id="product7"],
#products li[id="product8"],
#products li[id="product9"],
#products li[id="product14"],
#products li[id="product15"],
#products li[id="product16"],
.stick-catalog-hidden {
    display: none !important;
}

/* Chat IA */
.stick-chat-launcher {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 10050;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 3.25rem;
    padding: 0.65rem 1.15rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--stick-brand) 0%, #0284c7 100%);
    color: #fff;
    font-family: var(--stick-font-body);
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(8, 47, 73, 0.4);
    animation: stick-chat-pulse 2.4s ease-in-out infinite;
}

.stick-chat-launcher i {
    font-size: 1.1rem;
}

@keyframes stick-chat-pulse {
    0%, 100% { box-shadow: 0 10px 28px rgba(8, 47, 73, 0.4); }
    50% { box-shadow: 0 10px 28px rgba(8, 47, 73, 0.4), 0 0 0 10px rgba(2, 132, 199, 0.18); }
}

.stick-chat-panel {
    position: fixed;
    right: 1.25rem;
    bottom: 5.25rem;
    z-index: 10051;
    width: min(22rem, calc(100vw - 2rem));
    max-height: min(28rem, calc(100vh - 7rem));
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
    font-family: var(--stick-font-body);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}

.stick-chat-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.stick-chat-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    background: var(--stick-brand);
    color: #fff;
    border-radius: 0.75rem 0.75rem 0 0;
}

.stick-chat-panel__header h2 {
    font-family: var(--stick-font-display);
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
}

.stick-chat-panel__close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
}

.stick-chat-panel__messages {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 10rem;
}

.stick-chat-msg {
    max-width: 92%;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    font-size: 0.88rem;
    line-height: 1.45;
}

.stick-chat-msg--bot { align-self: flex-start; background: #f1f5f9; color: var(--stick-text); }
.stick-chat-msg--user { align-self: flex-end; background: #e0f2fe; color: var(--stick-brand-deep); }
.stick-chat-msg a { color: var(--stick-brand); font-weight: 600; }

.stick-chat-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0 1rem 0.5rem;
}

.stick-chat-panel__actions button {
    font-size: 0.72rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: var(--stick-muted);
    cursor: pointer;
}

.stick-chat-panel__form {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid #e2e8f0;
}

.stick-chat-panel__form input {
    flex: 1;
    border: 1px solid #cbd5e1;
    border-radius: 0.4rem;
    padding: 0.5rem 0.65rem;
}

.stick-chat-panel__form button[type="submit"] {
    border: 0;
    border-radius: 0.4rem;
    background: var(--stick-accent);
    color: #fff;
    padding: 0.5rem 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 991px) {
    .stick-hero__grid,
    .stick-solutions__grid,
    .stick-tier-grid {
        grid-template-columns: 1fr;
    }

    .stick-tier-grid,
    .stick-solutions__grid {
        max-width: 26rem;
    }

    .stick-tier-card--featured {
        transform: none;
    }

    .stick-why__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .stick-hero__form {
        flex-direction: column;
    }

    .stick-tlds {
        grid-template-columns: 1fr 1fr;
    }

    .stick-why__grid {
        grid-template-columns: 1fr;
    }

    .stick-promo__sep {
        display: none;
    }
}

/* ========== Pages internes (toutes pages stick-site) ========== */
body.stick-site {
    background: #f8fafc;
    color: var(--stick-text);
}

body.stick-site:not(.stick-home) #main-body {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

body.stick-site .master-breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--stick-line);
    padding: 0.65rem 0;
    margin: 0;
}

body.stick-site .master-breadcrumb .breadcrumb {
    margin: 0;
    background: transparent;
    font-size: 0.88rem;
}

body.stick-site .master-breadcrumb a {
    color: var(--stick-brand);
    font-weight: 600;
}

body.stick-site .card,
body.stick-site .panel,
body.stick-site .tile,
body.stick-site .client-home-panels .panel {
    border: 1px solid var(--stick-line) !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05) !important;
    background: #fff;
    overflow: hidden;
}

body.stick-site .card-header,
body.stick-site .panel-heading,
body.stick-site .panel-title {
    background: #fff !important;
    border-bottom: 1px solid var(--stick-line) !important;
    font-family: var(--stick-font-display);
    font-weight: 700;
    color: var(--stick-brand) !important;
}

body.stick-site .card-body,
body.stick-site .panel-body {
    font-family: var(--stick-font-body);
}

body.stick-site h1,
body.stick-site h2,
body.stick-site h3,
body.stick-site .header-lined h1 {
    font-family: var(--stick-font-display);
    color: var(--stick-text);
    font-weight: 700;
}

body.stick-site .header-lined {
    border-bottom: 1px solid var(--stick-line);
    margin-bottom: 1.25rem;
    padding-bottom: 0.65rem;
}

body.stick-site .btn-primary,
body.stick-site .btn.btn-primary {
    background: var(--stick-brand) !important;
    border-color: var(--stick-brand) !important;
    font-weight: 700;
    border-radius: 0.4rem;
}

body.stick-site .btn-primary:hover,
body.stick-site .btn.btn-primary:hover {
    background: var(--stick-brand-deep) !important;
    border-color: var(--stick-brand-deep) !important;
}

body.stick-site .btn-default,
body.stick-site .btn-secondary {
    border-radius: 0.4rem;
    font-weight: 600;
    border-color: var(--stick-line);
}

body.stick-site .btn-success {
    background: #128c7e !important;
    border-color: #128c7e !important;
    border-radius: 0.4rem;
    font-weight: 700;
}

body.stick-site .form-control,
body.stick-site select.form-control,
body.stick-site textarea.form-control {
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    font-family: var(--stick-font-body);
    min-height: 2.6rem;
}

body.stick-site .form-control:focus {
    border-color: var(--stick-brand);
    box-shadow: 0 0 0 3px rgba(12, 74, 110, 0.15);
}

body.stick-site .sidebar .card,
body.stick-site .sidebar .panel {
    margin-bottom: 1rem;
}

body.stick-site .sidebar .list-group-item {
    border-color: var(--stick-line);
    font-weight: 500;
}

body.stick-site .sidebar .list-group-item.active,
body.stick-site .sidebar a.active {
    background: var(--stick-brand-soft) !important;
    color: var(--stick-brand) !important;
    border-color: #bae6fd !important;
    font-weight: 700;
}

body.stick-site .table {
    font-family: var(--stick-font-body);
}

body.stick-site .table thead th {
    border-top: 0;
    border-bottom: 2px solid var(--stick-line);
    color: var(--stick-muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

body.stick-site .table td {
    vertical-align: middle;
    border-color: #f1f5f9;
}

body.stick-site .alert {
    border-radius: 0.55rem;
    border-width: 1px;
    font-family: var(--stick-font-body);
}

body.stick-site .pagination .page-link {
    color: var(--stick-brand);
    border-radius: 0.35rem;
    margin: 0 0.15rem;
}

body.stick-site .pagination .page-item.active .page-link {
    background: var(--stick-brand);
    border-color: var(--stick-brand);
}

/* Login / inscription */
body.stick-site .logincontainer,
body.stick-site #login,
body.stick-site .providerLinkingFeedback + .card,
body.stick-site form[action*="register"] .card,
body.stick-site .registration {
    max-width: 28rem;
}

body.stick-site .login-form,
body.stick-site #frmLogin,
body.stick-site #registration {
    font-family: var(--stick-font-body);
}

body.stick-site .providerLink,
body.stick-site .social-signin {
    border-radius: 0.45rem;
}

/* Contact / tickets / KB */
body.stick-site .kb-search .form-control,
body.stick-site #inputKnowledgebaseSearch {
    border-radius: 0.45rem 0 0 0.45rem;
}

body.stick-site .kbarticles a,
body.stick-site .kb-article-item a {
    color: var(--stick-brand);
    font-weight: 600;
}

body.stick-site .kbarticles a:hover {
    color: var(--stick-accent);
}

/* Client area home tiles */
body.stick-site .tiles .tile,
body.stick-site .client-home-panels .panel {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.stick-site .tiles .tile:hover,
body.stick-site .client-home-panels .panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08) !important;
}

body.stick-site .tiles .tile .stat {
    font-family: var(--stick-font-display);
    font-weight: 800;
    color: var(--stick-brand);
}

/* Store / product list */
body.stick-site #products .product,
body.stick-site .products .product,
body.stick-site .package {
    border: 1px solid var(--stick-line);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

body.stick-site #products .product-pricing,
body.stick-site .price {
    font-family: var(--stick-font-display);
    color: var(--stick-brand);
    font-weight: 800;
}

/* Domain search stock (pages hors accueil) */
body.stick-site .home-domain-search,
body.stick-site .domain-lookup-result {
    border-radius: 0.75rem;
}

body.stick-site .domainchecker-homepage-captcha .btn,
body.stick-site #frmDomainHomepage .btn-primary {
    background: var(--stick-accent) !important;
    border-color: var(--stick-accent) !important;
}

/* Order form / cart (si même thème) */
body.stick-site .order-summary,
body.stick-site .view-cart-items,
body.stick-site .cart-body {
    font-family: var(--stick-font-body);
}

body.stick-site .order-summary {
    border-radius: 0.75rem;
    border: 1px solid var(--stick-line);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

/* ========== Panier / enregistrement domaine (style LWS) ========== */
body.stick-site #order-standard_cart.stick-domain-page {
    max-width: 1120px;
    margin: 0 auto 2.5rem;
    padding: 0 0.85rem;
}

body.stick-site:has(#order-standard_cart.stick-domain-page) .master-breadcrumb {
    display: none !important;
}

body.stick-site:has(#order-standard_cart.stick-domain-page) #main-body {
    padding-top: 1.5rem;
}

body.stick-site #order-standard_cart.stick-domain-page .cart-sidebar,
body.stick-site #order-standard_cart.stick-domain-page .sidebar-collapsed,
body.stick-site #order-standard_cart.stick-domain-page .featured-tlds-container,
body.stick-site #order-standard_cart.stick-domain-page .tld-filters {
    display: none !important;
}

body.stick-site #order-standard_cart.stick-domain-page .stick-domain-pricing-hook {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    visibility: hidden;
}

body.stick-site #order-standard_cart .stick-domain-hero-copy {
    margin: 0 0 1.15rem;
    text-align: left;
}

body.stick-site #order-standard_cart .stick-domain-title {
    font-family: var(--stick-font-display, "Outfit", sans-serif);
    font-size: clamp(1.55rem, 3.2vw, 2rem);
    font-weight: 700;
    color: #082f49;
    margin: 0 0 0.35rem;
    letter-spacing: -0.02em;
}

body.stick-site #order-standard_cart .stick-domain-lead {
    color: #64748b;
    margin: 0;
    font-size: 0.98rem;
    max-width: none;
}

body.stick-site #order-standard_cart .stick-domain-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 992px) {
    body.stick-site #order-standard_cart .stick-domain-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 1.5rem;
    }
}

body.stick-site #order-standard_cart .domain-checker-container,
body.stick-site #order-standard_cart .domain-checker-container.domain-checker-advanced {
    background: #fff !important;
    background-image: none !important;
    border-radius: 0.75rem !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

body.stick-site #order-standard_cart .domain-checker-bg {
    background-image: none !important;
    padding: 1rem !important;
}

body.stick-site #order-standard_cart .stick-domain-input-group {
    background: #f8fafc !important;
    border-radius: 0.55rem !important;
    padding: 0.35rem !important;
    box-shadow: none;
    display: flex;
    align-items: stretch;
    gap: 0.4rem;
    border: 1px solid #e2e8f0;
}

body.stick-site #order-standard_cart .stick-domain-input-group .form-control {
    border: 0 !important;
    background: transparent !important;
    border-radius: 0.4rem !important;
    height: 2.85rem;
    box-shadow: none !important;
    flex: 1 1 auto;
    width: auto;
    font-size: 1.05rem;
}

body.stick-site #order-standard_cart .stick-domain-input-group .btn-primary,
body.stick-site #order-standard_cart .domain-check-availability {
    background: #16a34a !important;
    border-color: #16a34a !important;
    border-radius: 0.4rem !important;
    font-weight: 700 !important;
    min-width: 6.5rem;
    height: 2.85rem;
}

body.stick-site #order-standard_cart .stick-domain-tlds {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.75rem 0 0;
    padding: 0;
    justify-content: flex-start;
}

body.stick-site #order-standard_cart .stick-domain-tlds li {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
    border-radius: 0.35rem;
    padding: 0.28rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 600;
}

body.stick-site #order-standard_cart .stick-domain-tlds li span {
    font-weight: 800;
    color: #082f49;
    margin-right: 0.2rem;
}

body.stick-site #order-standard_cart .stick-domain-owned--compact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 1rem;
    margin: 0.85rem 0 0.25rem;
    padding: 0.65rem 0.85rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    text-align: left;
}

body.stick-site #order-standard_cart .stick-domain-owned--compact .stick-domain-owned__title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #082f49;
}

body.stick-site #order-standard_cart .stick-domain-owned__link {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0369a1;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.stick-site #order-standard_cart .stick-domain-owned__link:hover {
    color: #ea580c;
}

body.stick-site #order-standard_cart #DomainSearchResults {
    margin-top: 1rem;
}

body.stick-site #order-standard_cart .primary-domain-header {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin: 0 0 0.5rem;
    border: 0;
    padding: 0;
}

/* Carte résultat principal style LWS */
body.stick-site #order-standard_cart .stick-primary-result {
    border-radius: 0.65rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 1rem 1.15rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    text-align: left !important;
}

body.stick-site #order-standard_cart .stick-primary-result__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

body.stick-site #order-standard_cart .stick-primary-result__status p {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
}

body.stick-site #order-standard_cart .stick-own-domain-hint {
    margin-top: 0.45rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #475569 !important;
    line-height: 1.4;
}

body.stick-site #order-standard_cart .stick-own-domain-hint a {
    color: #0369a1;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.stick-site #order-standard_cart .stick-own-domain-hint a:hover {
    color: #ea580c;
}

body.stick-site #order-standard_cart .domain-checker-unavailable,
body.stick-site #order-standard_cart .domain-unavailable {
    color: #dc2626 !important;
}

body.stick-site #order-standard_cart .domain-checker-available,
body.stick-site #order-standard_cart .domain-available {
    color: #16a34a !important;
}

body.stick-site #order-standard_cart .stick-primary-result__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

body.stick-site #order-standard_cart .stick-primary-result .domain-price {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

body.stick-site #order-standard_cart .stick-btn-transfer {
    background: #ea580c !important;
    border: 1px solid #ea580c !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 0.4rem !important;
    padding: 0.45rem 1rem !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}

body.stick-site #order-standard_cart .stick-btn-add,
body.stick-site #order-standard_cart .btn-add-to-cart.stick-btn-add {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 0.4rem !important;
}

/* Spotlight en lignes type tableau */
body.stick-site #order-standard_cart .stick-spotlight-table {
    margin: 1rem 0 0;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    overflow: hidden;
    background: #fff;
}

body.stick-site #order-standard_cart .stick-results-table-head {
    display: none;
    background: #082f49;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.65rem 1rem;
}

@media (min-width: 768px) {
    body.stick-site #order-standard_cart .stick-results-table-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    body.stick-site #order-standard_cart .stick-spotlight-table > .stick-results-table-head span:nth-child(2),
    body.stick-site #order-standard_cart .stick-spotlight-table > .stick-results-table-head span:nth-child(3) {
        display: none;
    }
}

body.stick-site #order-standard_cart .stick-spotlight-table .spotlight-tlds-container {
    display: block !important;
    margin: 0 !important;
}

body.stick-site #order-standard_cart .stick-spotlight-table .spotlight-tld-container {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.stick-site #order-standard_cart .stick-spotlight-table .spotlight-tld {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0.75rem 1rem !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem 1rem;
}

body.stick-site #order-standard_cart .stick-spotlight-table .stick-spotlight-tld-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #082f49;
    flex: 1 1 auto;
}

body.stick-site #order-standard_cart .stick-spotlight-table .domain-lookup-result {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem 0.75rem;
}

body.stick-site #order-standard_cart .stick-spotlight-table .available.price {
    font-weight: 700;
    color: #0f172a;
}

body.stick-site #order-standard_cart .stick-spotlight-table .btn.unavailable,
body.stick-site #order-standard_cart .stick-spotlight-table .btn.invalid {
    background: transparent !important;
    border: 0 !important;
    color: #94a3b8 !important;
    width: auto !important;
    padding: 0 !important;
}

body.stick-site #order-standard_cart .stick-spotlight-table .stick-btn-add,
body.stick-site #order-standard_cart .stick-spotlight-table .stick-btn-transfer {
    width: auto !important;
    min-width: 7rem;
    justify-self: end;
}

/* Suggestions type tableau LWS */
body.stick-site #order-standard_cart .stick-suggestions-table {
    border-radius: 0.65rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-top: 1rem;
    background: #fff;
}

body.stick-site #order-standard_cart .stick-suggestions-table > .card-header,
body.stick-site #order-standard_cart .stick-suggestions-table > .panel-heading {
    border: 0;
    border-radius: 0;
}

body.stick-site #order-standard_cart .suggested-domains .list-group-item {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    align-items: center;
    border-left: 0;
    border-right: 0;
    padding: 0.8rem 1rem;
}

@media (min-width: 768px) {
    body.stick-site #order-standard_cart .suggested-domains .list-group-item {
        grid-template-columns: minmax(0, 1.4fr) auto;
    }

    body.stick-site #order-standard_cart .suggested-domains .actions {
        display: grid;
        grid-template-columns: 0.7fr 0.7fr 0.9fr;
        gap: 0.5rem;
        align-items: center;
        float: none !important;
        width: auto !important;
        min-width: 280px;
    }
}

body.stick-site #order-standard_cart .suggested-domains .domain,
body.stick-site #order-standard_cart .suggested-domains .extension {
    font-size: 1rem;
    font-weight: 700;
    color: #082f49;
}

body.stick-site #order-standard_cart .suggested-domains .price {
    font-weight: 700;
    color: #0f172a;
}

body.stick-site #order-standard_cart .stick-suggestion-status {
    display: none;
    color: #16a34a;
    font-weight: 700;
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    body.stick-site #order-standard_cart .stick-suggestion-status {
        display: inline;
        text-align: center;
    }
}

body.stick-site #order-standard_cart .suggested-domains .more-suggestions,
body.stick-site #order-standard_cart .suggested-domains .card-footer {
    background: #e0f2fe;
    border: 0;
    padding: 0.75rem;
}

body.stick-site #order-standard_cart .suggested-domains .more-suggestions a {
    font-weight: 700;
    color: #0369a1;
}

/* Récapitulatif droite */
body.stick-site #order-standard_cart .stick-domain-recap {
    position: relative;
}

@media (min-width: 992px) {
    body.stick-site #order-standard_cart .stick-domain-recap {
        position: sticky;
        top: 1rem;
    }
}

body.stick-site #order-standard_cart .stick-recap {
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

body.stick-site #order-standard_cart .stick-recap__head {
    background: #082f49;
    color: #fff;
    font-weight: 700;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
}

body.stick-site #order-standard_cart .stick-recap__body {
    padding: 1rem;
}

<body.stick-site #order-standard_cart .stick-recap__items {
    list-style: none;
    margin: 0 0 0.85rem;
    padding: 0;
    min-height: 2.5rem;
}

body.stick-site #order-standard_cart .stick-recap__items--scroll,
body.stick-site .stick-choose-hosting .stick-recap__items--scroll,
body.stick-site .stick-choose-recap .stick-recap__items--scroll {
    max-height: 14rem;
    overflow-y: auto;
    padding-right: 0.25rem;
}

body.stick-site .stick-choose-hosting__note {
    margin: 0.75rem 0 1.25rem;
    padding: 0.75rem 1rem;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 0.5rem;
    color: #9a3412;
    font-size: 0.92rem;
    line-height: 1.45;
}

body.stick-site .stick-recap__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

body.stick-site .stick-recap__section-head .stick-recap__section-label {
    margin: 0;
}

body.stick-site .stick-recap__clear-all {
    border: 0;
    background: transparent;
    color: #b91c1c;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0.15rem 0;
    text-decoration: underline;
}

body.stick-site .stick-recap__clear-all:hover {
    color: #7f1d1d;
}

body.stick-site .stick-recap__clear-all--block {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 0.75rem;
    padding: 0.4rem;
    text-decoration: none;
    border: 1px solid #fecaca;
    border-radius: 0.4rem;
    background: #fef2f2;
}

body.stick-site #order-standard_cart .stick-recap__empty {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.4;
}

body.stick-site #order-standard_cart .stick-recap__item {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}

body.stick-site #order-standard_cart .stick-recap__name {
    font-weight: 700;
    color: #082f49;
    word-break: break-all;
}

body.stick-site #order-standard_cart .stick-recap__price {
    color: #334155;
    white-space: nowrap;
}

body.stick-site #order-standard_cart .stick-recap__totals {
    border-top: 1px solid #e2e8f0;
    padding-top: 0.75rem;
    margin-bottom: 0.85rem;
}

body.stick-site #order-standard_cart .stick-recap__row {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #082f49;
}

body.stick-site #order-standard_cart .stick-recap__continue {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 0.45rem !important;
    padding: 0.7rem 1rem !important;
    text-decoration: none !important;
}

body.stick-site #order-standard_cart .stick-recap__continue:hover {
    background: #15803d !important;
    border-color: #15803d !important;
    color: #fff !important;
}

body.stick-site #order-standard_cart .stick-recap__continue--disabled {
    opacity: 0.55;
    pointer-events: none;
    cursor: not-allowed;
}

body.stick-site #order-standard_cart .stick-recap__hint {
    margin: 0.65rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
    text-align: center;
}

body.stick-site #order-standard_cart .stick-recap-trust {
    margin-top: 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #f8fafc;
    padding: 0.85rem 1rem;
}

body.stick-site #order-standard_cart .stick-recap-trust ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.stick-site #order-standard_cart .stick-recap-trust li {
    font-size: 0.84rem;
    color: #475569;
    padding: 0.25rem 0;
    font-weight: 600;
}


/* ========== Choix hébergement (étape LWS) ========== */
body.stick-site .stick-choose-hosting {
    max-width: 1120px;
    margin: 0 auto 2.5rem;
    padding: 0 0.85rem;
}

body.stick-site .stick-choose-hosting__title {
    font-family: var(--stick-font-display, "Outfit", sans-serif);
    font-size: clamp(1.5rem, 3vw, 1.95rem);
    font-weight: 700;
    color: #082f49;
    margin: 0 0 0.4rem;
}

body.stick-site .stick-choose-hosting__lead {
    color: #64748b;
    margin: 0 0 1.25rem;
}

body.stick-site .stick-choose-hosting__alert {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
}

body.stick-site .stick-choose-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 992px) {
    body.stick-site .stick-choose-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 1.5rem;
    }
}

body.stick-site .stick-plan-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

body.stick-site .stick-plan-card {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    gap: 0.65rem;
    align-items: start;
    margin: 0;
    cursor: pointer;
}

body.stick-site .stick-plan-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.stick-site .stick-plan-card__radio {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 1.15rem;
    border: 2px solid #94a3b8;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

body.stick-site .stick-plan-card.is-selected .stick-plan-card__radio,
body.stick-site .stick-plan-card:has(input:checked) .stick-plan-card__radio {
    border-color: #0284c7;
}

body.stick-site .stick-plan-card.is-selected .stick-plan-card__radio::after,
body.stick-site .stick-plan-card:has(input:checked) .stick-plan-card__radio::after {
    content: "";
    position: absolute;
    inset: 0.2rem;
    border-radius: 50%;
    background: #0284c7;
}

body.stick-site .stick-plan-card__inner {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1rem 1.1rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.stick-site .stick-plan-card.is-selected .stick-plan-card__inner,
body.stick-site .stick-plan-card:has(input:checked) .stick-plan-card__inner {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18);
}

body.stick-site .stick-plan-card__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 0.65rem;
}

body.stick-site .stick-plan-card__name {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #082f49;
    margin-right: 0.45rem;
}

body.stick-site .stick-plan-card__badge {
    display: inline-block;
    background: #16a34a;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    vertical-align: middle;
}

body.stick-site .stick-plan-card__desc {
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

body.stick-site .stick-plan-card__price {
    text-align: right;
}

body.stick-site .stick-plan-card__price strong {
    font-size: 1.35rem;
    color: #082f49;
}

body.stick-site .stick-plan-card__price small {
    color: #64748b;
}

body.stick-site .stick-plan-card__price span {
    display: block;
    font-size: 0.8rem;
    color: #0369a1;
    font-weight: 600;
    margin-top: 0.15rem;
}

body.stick-site .stick-plan-card__power {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 0.7rem;
}

body.stick-site .stick-plan-card__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #e2e8f0;
}

body.stick-site .stick-plan-card__dot.is-on {
    background: #0284c7;
}

body.stick-site .stick-plan-card__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
}

@media (min-width: 700px) {
    body.stick-site .stick-plan-card__features {
        grid-template-columns: 1fr 1fr;
    }
}

body.stick-site .stick-plan-card__features li {
    font-size: 0.88rem;
    color: #334155;
    padding-left: 1.25rem;
    position: relative;
}

body.stick-site .stick-plan-card__features li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700;
}

body.stick-site .stick-plan-card__features li.is-no::before {
    content: "\00d7";
    color: #dc2626;
}

body.stick-site .stick-choose-recap {
    position: relative;
}

@media (min-width: 992px) {
    body.stick-site .stick-choose-recap {
        position: sticky;
        top: 1rem;
    }
}

body.stick-site .stick-recap__section-label {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

body.stick-site .stick-recap__hosting-pick {
    font-weight: 800;
    color: #082f49;
    margin: 0 0 0.85rem;
}

body.stick-site .stick-recap__muted {
    margin: -0.35rem 0 0.85rem;
    font-size: 0.78rem;
    color: #64748b;
}

body.stick-site .stick-recap__row--total {
    margin-top: 0.35rem;
    font-size: 1.05rem;
}

body.stick-site .stick-recap__row--total strong {
    color: #16a34a;
}

body.stick-site:has(.stick-choose-hosting) .master-breadcrumb {
    display: none !important;
}

body.stick-site:has(.stick-choose-hosting) #main-body {
    padding-top: 1.5rem;
}


/* Récapitulatif + toggle billing (page choix hébergement) */
body.stick-site .stick-billing-toggle {
    display: inline-flex;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.2rem;
    margin: 0 0 1.15rem;
    gap: 0.15rem;
}

body.stick-site .stick-billing-toggle--recap {
    display: flex;
    width: 100%;
    margin: 0 0 0.75rem;
}

body.stick-site .stick-billing-toggle--recap .stick-billing-toggle__btn {
    flex: 1;
    text-align: center;
}

body.stick-site .stick-billing-toggle__btn {
    border: 0;
    background: transparent;
    color: #475569;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    cursor: pointer;
}

body.stick-site .stick-billing-toggle__btn.is-active {
    background: #082f49;
    color: #fff;
}

body.stick-site .stick-recap__duration {
    display: block;
    margin: 0 0 1rem;
}

body.stick-site .stick-recap__duration span {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 0.35rem;
}

body.stick-site .stick-recap__select {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 0.45rem;
    padding: 0.55rem 0.7rem;
    background: #fff;
    color: #082f49;
    font-weight: 600;
}

body.stick-site .stick-recap__number {
    -moz-appearance: textfield;
}

body.stick-site .stick-recap__number::-webkit-outer-spin-button,
body.stick-site .stick-recap__number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body.stick-site .stick-recap__price-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

body.stick-site .stick-recap__remove {
    border: 0;
    background: #fee2e2;
    color: #b91c1c;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 0.3rem;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    font-weight: 700;
}

body.stick-site .stick-recap__remove:hover {
    background: #fecaca;
}

body.stick-site .stick-recap__rule {
    margin: 0 0 0.85rem;
    font-size: 0.78rem;
    color: #b45309;
    line-height: 1.35;
}

body.stick-site .stick-recap__savings {
    margin: 0 0 0.75rem;
    padding: 0.45rem 0.6rem;
    border-radius: 0.4rem;
    background: #ecfdf5;
    color: #047857;
    font-size: 0.84rem;
    font-weight: 600;
}

body.stick-site .stick-recap__strike {
    text-decoration: line-through;
    color: #94a3b8 !important;
    font-weight: 600 !important;
}

body.stick-site .stick-plan-card__savings {
    display: block;
    margin-top: 0.35rem;
    color: #16a34a;
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 700;
}

body.stick-site .stick-choose-hosting .stick-recap,
body.stick-site .stick-choose-recap .stick-recap {
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.65rem !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

body.stick-site .stick-choose-hosting .stick-recap__head,
body.stick-site .stick-choose-recap .stick-recap__head {
    background: #082f49 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.95rem !important;
}

body.stick-site .stick-choose-hosting .stick-recap__body,
body.stick-site .stick-choose-recap .stick-recap__body {
    padding: 1rem !important;
}

body.stick-site .stick-choose-hosting .stick-recap__items,
body.stick-site .stick-choose-recap .stick-recap__items {
    list-style: none !important;
    margin: 0 0 0.85rem !important;
    padding: 0 !important;
}

body.stick-site .stick-choose-hosting .stick-recap__item,
body.stick-site .stick-choose-recap .stick-recap__item {
    display: flex !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
    padding: 0.45rem 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 0.9rem !important;
}

body.stick-site .stick-choose-hosting .stick-recap__name,
body.stick-site .stick-choose-recap .stick-recap__name {
    font-weight: 700 !important;
    color: #082f49 !important;
    word-break: break-all !important;
}

body.stick-site .stick-choose-hosting .stick-recap__price,
body.stick-site .stick-choose-recap .stick-recap__price {
    color: #334155 !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
}

body.stick-site .stick-choose-hosting .stick-recap__totals,
body.stick-site .stick-choose-recap .stick-recap__totals {
    border-top: 1px solid #e2e8f0 !important;
    padding-top: 0.75rem !important;
    margin: 0.5rem 0 0.85rem !important;
}

body.stick-site .stick-choose-hosting .stick-recap__row,
body.stick-site .stick-choose-recap .stick-recap__row {
    display: flex !important;
    justify-content: space-between !important;
    font-weight: 600 !important;
    color: #082f49 !important;
    margin-bottom: 0.25rem !important;
}

body.stick-site .stick-choose-hosting .stick-recap__continue,
body.stick-site .stick-choose-recap .stick-recap__continue {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    background: #16a34a !important;
    border: 1px solid #16a34a !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 0.45rem !important;
    padding: 0.75rem 1rem !important;
    text-decoration: none !important;
}

body.stick-site .stick-choose-hosting .stick-recap__continue:hover,
body.stick-site .stick-choose-recap .stick-recap__continue:hover {
    background: #15803d !important;
    border-color: #15803d !important;
    color: #fff !important;
}

body.stick-site .stick-choose-hosting .stick-recap__hint,
body.stick-site .stick-choose-recap .stick-recap__hint {
    margin: 0.65rem 0 0 !important;
    font-size: 0.78rem !important;
    color: #94a3b8 !important;
    text-align: center !important;
}

body.stick-site .stick-choose-hosting .stick-recap-trust,
body.stick-site .stick-choose-recap .stick-recap-trust {
    margin-top: 0.85rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.65rem !important;
    background: #f8fafc !important;
    padding: 0.85rem 1rem !important;
}

body.stick-site .stick-choose-hosting .stick-recap-trust ul,
body.stick-site .stick-choose-recap .stick-recap-trust ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.stick-site .stick-choose-hosting .stick-recap-trust li,
body.stick-site .stick-choose-recap .stick-recap-trust li {
    font-size: 0.84rem !important;
    color: #475569 !important;
    padding: 0.25rem 0 !important;
    font-weight: 600 !important;
}

/* ===== Panier final (style LWS) ===== */
body.stick-site:has(.stick-panier) .master-breadcrumb { display: none !important; }
body.stick-site:has(.stick-panier) #main-body { padding-top: 1.25rem; }

body.stick-site .stick-panier {
    max-width: 1100px;
    margin: 0 auto 2.5rem;
    padding: 0 1rem;
}

body.stick-site .stick-panier__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #082f49;
    margin: 0 0 0.35rem;
}

body.stick-site .stick-panier__lead {
    color: #64748b;
    margin: 0 0 1.5rem;
    font-size: 0.98rem;
}

body.stick-site .stick-panier__layout {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 960px) {
    body.stick-site .stick-panier__layout {
        grid-template-columns: 1fr 280px;
        align-items: start;
    }
}

body.stick-site .stick-panier-block {
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 1rem;
}

body.stick-site .stick-panier-block__head {
    display: grid;
    grid-template-columns: 1fr 7rem 7.5rem;
    gap: 0.5rem;
    background: #082f49;
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.65rem 1rem;
}

body.stick-site .stick-panier-pack {
    display: grid;
    grid-template-columns: 1fr 7rem 7.5rem;
    gap: 0.5rem;
    padding: 1rem;
    align-items: start;
}

@media (max-width: 700px) {
    body.stick-site .stick-panier-block__head,
    body.stick-site .stick-panier-pack,
    body.stick-site .stick-panier-domains__row {
        grid-template-columns: 1fr !important;
    }
}

body.stick-site .stick-panier-pack__name {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #082f49;
}

body.stick-site .stick-panier-pack__features {
    list-style: none;
    margin: 0 0 0.85rem;
    padding: 0;
}

body.stick-site .stick-panier-pack__features li {
    position: relative;
    padding: 0.2rem 0 0.2rem 1.25rem;
    font-size: 0.88rem;
    color: #334155;
}

body.stick-site .stick-panier-pack__features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #16a34a;
}

body.stick-site .stick-panier-pack__primary label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: 0.25rem;
}

body.stick-site .stick-panier-pack__select {
    width: 100%;
    max-width: 18rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.4rem;
    padding: 0.4rem 0.55rem;
    font-size: 0.9rem;
}

body.stick-site .stick-panier-pack__duration {
    text-align: center;
    font-size: 0.95rem;
    color: #082f49;
}

body.stick-site .stick-panier-pack__edit {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #0369a1;
    font-weight: 600;
}

body.stick-site .stick-panier-pack__price {
    text-align: right;
    font-size: 1.05rem;
    color: #082f49;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

body.stick-site .stick-panier-domains {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.stick-site .stick-panier-domains__row {
    display: grid;
    grid-template-columns: 1fr 7rem 7.5rem;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    align-items: center;
}

body.stick-site .stick-panier-domains__name strong {
    color: #082f49;
    font-size: 0.95rem;
}

body.stick-site .stick-panier-domains__type {
    color: #64748b;
    font-size: 0.82rem;
    margin-left: 0.25rem;
}

body.stick-site .stick-panier-domains__duration {
    text-align: center;
    color: #475569;
    font-size: 0.9rem;
}

body.stick-site .stick-panier-domains__price {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    color: #082f49;
}

body.stick-site .stick-panier-domains__add {
    display: inline-block;
    padding: 0.75rem 1rem;
    font-weight: 700;
    color: #0369a1;
    font-size: 0.9rem;
}

body.stick-site .stick-panier__remove {
    border: 0;
    background: #fee2e2;
    color: #b91c1c;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.3rem;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

body.stick-site .stick-panier__remove:hover {
    background: #fecaca;
}

body.stick-site .stick-panier-summary {
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 1rem;
}

body.stick-site .stick-panier-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-size: 0.92rem;
    color: #334155;
}

body.stick-site .stick-panier-summary__row--total {
    border-top: 1px solid #e2e8f0;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    font-size: 1.05rem;
    color: #082f49;
}

body.stick-site .stick-panier-summary__continue {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.45rem !important;
}

body.stick-site .stick-panier-summary__continue:hover {
    background: #15803d !important;
    border-color: #15803d !important;
    color: #fff !important;
}

body.stick-site .stick-panier-summary__hint {
    margin: 0.65rem 0 0;
    font-size: 0.8rem;
    color: #94a3b8;
    text-align: center;
}

body.stick-site .stick-panier-domains__was {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
    margin-right: 0.25rem;
}
body.stick-site .stick-panier-domains__free {
    color: #16a34a !important;
    font-weight: 800 !important;
}
body.stick-site .stick-panier-pack__offer {
    margin: 0 0 0.65rem;
    padding: 0.4rem 0.55rem;
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-radius: 0.35rem;
    color: #166534;
    font-size: 0.86rem;
}

/* Google Sign-In (checkout) */
body.stick-site .stick-google-auth {
    margin: 0 0 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    background: #f8fafc;
}
body.stick-site .stick-google-auth__title {
    margin: 0 0 0.65rem;
    font-weight: 800;
    color: #082f49;
    font-size: 1rem;
}
body.stick-site .stick-google-signin-btn {
    min-height: 2.5rem;
    max-width: 400px;
}
body.stick-site .stick-google-auth__note {
    margin: 0.55rem 0 0;
    font-size: 0.84rem;
    color: #64748b;
}
body.stick-site .stick-google-auth__sep {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1rem 0 0.25rem;
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
body.stick-site .stick-google-auth__sep::before,
body.stick-site .stick-google-auth__sep::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}
body.stick-site .stick-google-auth__error {
    margin: 0 0 0.75rem;
    padding: 0.55rem 0.7rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.4rem;
    color: #b91c1c;
    font-size: 0.88rem;
}

body.stick-site .stick-checkout-recap {
    margin: 0 0 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.55rem;
    background: #f8fafc;
}
body.stick-site .stick-checkout-recap__title {
    font-weight: 800;
    color: #082f49;
    margin-bottom: 0.65rem;
}
body.stick-site .stick-checkout-recap__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.stick-site .stick-checkout-recap__list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
    color: #082f49;
    font-weight: 700;
}
body.stick-site .stick-checkout-recap__list strong {
    color: #166534;
}
body.stick-site .stick-checkout-recap__total {
    display: flex;
    justify-content: space-between;
    margin-top: 0.75rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #082f49;
}
body.stick-site .stick-checkout-recap__hint {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
}
