/**
 * Pages satellites (services, boutique, etc.) — alignement visuel avec home-landing.
 */

.home-landing--satellite .hero--satellite {
    padding-bottom: clamp(2rem, 4vw, 3rem);
}

.home-landing--satellite .hero-landing-grid--satellite {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    padding-bottom: clamp(2rem, 4vw, 3rem);
}

.home-landing--satellite .hero-landing-copy--center {
    max-width: 44rem;
    margin: 0 auto;
    transform: none;
}

.home-landing--satellite .hero-landing-copy--center .hero-landing-lead {
    margin-left: auto;
    margin-right: auto;
}

.home-landing--satellite .hl-satellite-main {
    position: relative;
    z-index: 1;
}

/* --- Section Axia --- */
.home-landing--satellite .hl-satellite-axia {
    margin: clamp(1.5rem, 4vw, 2.5rem) 0;
    padding: 0 clamp(1rem, 3vw, 1.5rem);
}

.home-landing--satellite .hl-satellite-axia .container {
    max-width: 1200px;
}

.home-landing--satellite .axia-accordion.hl-satellite-axia-card {
    background: var(--hl-gradient) !important;
    border-radius: 1.25rem;
    box-shadow: 0 16px 48px rgba(99, 102, 241, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.home-landing--satellite .axia-accordion.hl-satellite-axia-card .axia-accordion-content {
    background: var(--hl-gradient) !important;
}

.home-landing--satellite .axia-accordion-header {
    font-family: var(--hl-font-body);
}

/* --- Sections alternées --- */
.home-landing--satellite .hl-satellite-section--light {
    background:
        radial-gradient(ellipse 80% 60% at 90% 10%, rgba(139, 92, 246, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #fafbff 0%, #f4f6fb 100%);
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    position: relative;
}

.home-landing--satellite .hl-satellite-section--light::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.25), transparent);
}

.home-landing--satellite .hl-satellite-section--dark {
    background:
        radial-gradient(ellipse 70% 55% at 15% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 80%, rgba(168, 85, 247, 0.25) 0%, transparent 50%),
        linear-gradient(165deg, #1e1b4b 0%, #312e81 45%, #1e1b4b 100%);
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    position: relative;
    overflow: hidden;
}

.home-landing--satellite .hl-satellite-badge {
    display: inline-block;
    background: var(--hl-gradient);
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.35);
    margin-bottom: 1.25rem;
}

.home-landing--satellite .hl-satellite-section--dark .hl-satellite-badge {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: none;
}

.home-landing--satellite .hl-satellite-section-title {
    font-family: var(--hl-font-display);
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 1rem;
    color: var(--hl-ink);
}

.home-landing--satellite .hl-satellite-section--dark .hl-satellite-section-title {
    color: #fff;
}

.home-landing--satellite .hl-satellite-section-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--hl-ink-soft);
    max-width: 40rem;
    margin: 0 auto;
}

.home-landing--satellite .hl-satellite-section--dark .hl-satellite-section-lead {
    color: rgba(255, 255, 255, 0.88);
}

.home-landing--satellite .hl-satellite-section-head {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

/* --- Création (section sombre existante) --- */
.home-landing--satellite .creation-hero-wrapper {
    background:
        radial-gradient(ellipse 70% 55% at 15% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 80%, rgba(168, 85, 247, 0.25) 0%, transparent 50%),
        linear-gradient(165deg, #1e1b4b 0%, #312e81 45%, #1e1b4b 100%);
}

.home-landing--satellite .creation-badge {
    background: var(--hl-gradient);
    border-radius: 999px;
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.35);
}

.home-landing--satellite .creation-service-icon {
    background: var(--hl-gradient) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35) !important;
}

.home-landing--satellite .creation-service-item h3 {
    font-family: var(--hl-font-display);
}

.home-landing--satellite .creation-service-item p {
    color: rgba(255, 255, 255, 0.82) !important;
}

.home-landing--satellite .creation-services-carousel-btn,
.home-landing--satellite .models-carousel-btn,
.home-landing--satellite .creation-services-carousel-prev,
.home-landing--satellite .creation-services-carousel-next {
    background: var(--hl-primary) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
}

.home-landing--satellite .models-carousel-btn {
    background: #fff !important;
    color: var(--hl-primary) !important;
    border: 2px solid rgba(99, 102, 241, 0.2) !important;
}

.home-landing--satellite .models-carousel-btn:hover {
    background: var(--hl-primary) !important;
    color: #fff !important;
    border-color: var(--hl-primary) !important;
}

.home-landing--satellite .creation-stat-number {
    font-family: var(--hl-font-display);
    color: var(--hl-primary);
}

.home-landing--satellite .creation-hero-wrapper .creation-stat-number {
    color: #fff;
}

/* --- Cartes modèles --- */
.home-landing--satellite .models-service-item {
    background: #fff !important;
    border: 1px solid rgba(99, 102, 241, 0.12) !important;
    border-radius: 1.25rem !important;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06) !important;
}

.home-landing--satellite .models-service-item:hover {
    border-color: rgba(99, 102, 241, 0.35) !important;
    box-shadow: 0 16px 40px rgba(99, 102, 241, 0.14) !important;
}

.home-landing--satellite .models-service-icon {
    background: var(--hl-gradient) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3) !important;
}

.home-landing--satellite .models-service-item h3 {
    font-family: var(--hl-font-display);
    color: var(--hl-ink) !important;
}

.home-landing--satellite .models-service-item p {
    color: var(--hl-ink-soft) !important;
}

.home-landing--satellite .models-badge {
    background: var(--hl-gradient) !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.3) !important;
}

.home-landing--satellite .models-hero-title {
    font-family: var(--hl-font-display);
    color: var(--hl-ink) !important;
}

.home-landing--satellite .models-hero-description {
    color: var(--hl-ink-soft) !important;
}

/* --- Visibilité --- */
.home-landing--satellite .visibility-hero-wrapper {
    background:
        radial-gradient(ellipse 70% 55% at 15% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 80%, rgba(168, 85, 247, 0.25) 0%, transparent 50%),
        linear-gradient(165deg, #1e1b4b 0%, #312e81 45%, #1e1b4b 100%) !important;
}

.home-landing--satellite .visibility-badge {
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px !important;
    box-shadow: none !important;
}

.home-landing--satellite .visibility-type-icon {
    background: var(--hl-gradient) !important;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4) !important;
}

.home-landing--satellite .visibility-type-card {
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.home-landing--satellite .visibility-type-card:hover {
    border-color: rgba(167, 139, 250, 0.55) !important;
    box-shadow: 0 16px 48px rgba(99, 102, 241, 0.25) !important;
}

/* --- Technicien --- */
.home-landing--satellite .technician-section-wrapper {
    background: var(--hl-muted) !important;
}

.home-landing--satellite .technician-badge {
    background: var(--hl-gradient);
    border-radius: 999px;
}

.home-landing--satellite .technician-option-icon {
    background: var(--hl-gradient) !important;
}

.home-landing--satellite .btn-technician-primary {
    background: var(--hl-gradient) !important;
}

/* --- Boutons Accéder --- */
.home-landing--satellite .hl-satellite-cta {
    margin-top: 1.5rem;
    display: inline-block;
    text-decoration: none;
}

/* --- Ancien hero masqué --- */
.home-landing--satellite .services-hero,
.home-landing--satellite .project-page-hero {
    display: none;
}

/* --- Pages forfait (service-web, etc.) --- */
.home-landing--satellite .project-description {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: var(--hl-surface);
}

.home-landing--satellite .description-content {
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
}

.home-landing--satellite .description-text h2 {
    font-family: var(--hl-font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: var(--hl-ink);
    background: none;
    -webkit-text-fill-color: unset;
}

.home-landing--satellite .description-text p {
    color: var(--hl-ink-soft);
    font-size: 1.05rem;
    line-height: 1.75;
}

.home-landing--satellite .description-image {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(99, 102, 241, 0.14);
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.home-landing--satellite .project-packages {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background:
        radial-gradient(ellipse 80% 60% at 90% 10%, rgba(139, 92, 246, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #fafbff 0%, #f4f6fb 100%);
    position: relative;
}

.home-landing--satellite .project-packages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.25), transparent);
}

.home-landing--satellite .project-packages .section-title {
    font-family: var(--hl-font-display);
    font-size: clamp(1.85rem, 3.8vw, 2.5rem);
    font-weight: 800;
    color: var(--hl-ink);
    text-align: center;
    background: none;
    -webkit-text-fill-color: unset;
}

.home-landing--satellite .project-packages .section-subtitle {
    text-align: center;
    color: var(--hl-ink-soft);
    margin-bottom: 2rem;
}

.home-landing--satellite .package-tabs .tab-button.active,
.home-landing--satellite .package-sub-tab.active {
    background: var(--hl-gradient) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.home-landing--satellite .package-tabs .tab-button,
.home-landing--satellite .package-sub-tab {
    border-color: rgba(99, 102, 241, 0.2) !important;
    color: var(--hl-ink-soft);
    font-weight: 600;
}

.home-landing--satellite .project-process {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: var(--hl-surface);
}

.home-landing--satellite .project-process .section-title {
    font-family: var(--hl-font-display);
    font-weight: 800;
    text-align: center;
    color: var(--hl-ink);
    background: none;
    -webkit-text-fill-color: unset;
}

.home-landing--satellite .step-number {
    background: var(--hl-gradient) !important;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35) !important;
}

.home-landing--satellite .process-step h3 {
    font-family: var(--hl-font-display);
    color: var(--hl-ink);
}

.home-landing--satellite .process-step p {
    color: var(--hl-ink-soft);
}

.home-landing--satellite .project-cta {
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    background:
        radial-gradient(ellipse 70% 55% at 15% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 80%, rgba(168, 85, 247, 0.25) 0%, transparent 50%),
        linear-gradient(165deg, #1e1b4b 0%, #312e81 45%, #1e1b4b 100%);
    text-align: center;
}

.home-landing--satellite .project-cta .cta-content h2 {
    font-family: var(--hl-font-display);
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    background: none;
    -webkit-text-fill-color: unset;
    margin-bottom: 0.75rem;
}

.home-landing--satellite .project-cta .cta-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    margin-bottom: 1.75rem;
}

.home-landing--satellite .project-cta .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.home-landing--satellite .project-cta .btn-forest-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
}

.home-landing--satellite .project-cta .btn-forest-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
}

/* --- Boutique --- */
.home-landing--satellite .shop-hero {
    display: none;
}

.home-landing--satellite .shop-modules {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background:
        radial-gradient(ellipse 80% 60% at 90% 10%, rgba(139, 92, 246, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #fafbff 0%, #f4f6fb 100%);
    position: relative;
}

.home-landing--satellite .shop-modules::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.25), transparent);
}

.home-landing--satellite .shop-modules .section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.home-landing--satellite .shop-modules .section-title {
    font-family: var(--hl-font-display);
    font-size: clamp(1.85rem, 3.8vw, 2.5rem);
    font-weight: 800;
    color: var(--hl-ink);
    background: none;
    -webkit-text-fill-color: unset;
}

.home-landing--satellite .shop-modules .section-subtitle {
    color: var(--hl-ink-soft);
    font-size: 1.05rem;
}

.home-landing--satellite .module-card {
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.home-landing--satellite .module-card:hover {
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 16px 40px rgba(99, 102, 241, 0.14);
}

.home-landing--satellite .module-icon {
    background: var(--hl-gradient);
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3);
}

.home-landing--satellite .module-card h3 {
    font-family: var(--hl-font-display);
    color: var(--hl-ink);
}

.home-landing--satellite .module-card > p {
    color: var(--hl-ink-soft);
}

.home-landing--satellite .module-tag {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.18);
    color: var(--hl-primary-dark);
    border-radius: 999px;
}

.home-landing--satellite .btn-module {
    background: var(--hl-gradient);
    border: none;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.home-landing--satellite .btn-module:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.4);
    color: #fff;
}

.home-landing--satellite .custom-module-section {
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    background:
        radial-gradient(ellipse 70% 55% at 15% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 80%, rgba(168, 85, 247, 0.25) 0%, transparent 50%),
        linear-gradient(165deg, #1e1b4b 0%, #312e81 45%, #1e1b4b 100%);
    color: #fff;
}

.home-landing--satellite .custom-module-icon {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.25rem;
}

.home-landing--satellite .custom-module-content h2 {
    font-family: var(--hl-font-display);
    font-weight: 800;
    color: #fff;
}

.home-landing--satellite .custom-module-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    margin-bottom: 1.75rem;
}

.home-landing--satellite .custom-module-content .btn-forest-primary {
    display: inline-block;
    text-decoration: none;
}

/* Modale boutique */
.home-landing--satellite .hl-boutique-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(12, 18, 34, 0.65);
    backdrop-filter: blur(6px);
}

.home-landing--satellite .hl-boutique-modal.is-open {
    display: flex;
}

.home-landing--satellite .hl-boutique-modal__card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    max-width: 28rem;
    width: 100%;
    box-shadow: 0 24px 64px rgba(99, 102, 241, 0.25);
    position: relative;
    text-align: center;
}

.home-landing--satellite .hl-boutique-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 50%;
    background: var(--hl-muted);
    color: var(--hl-ink-soft);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-landing--satellite .hl-boutique-modal__close:hover {
    background: rgba(99, 102, 241, 0.12);
    color: var(--hl-primary-dark);
}

.home-landing--satellite .hl-boutique-modal__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.25rem;
    color: var(--hl-primary);
}

.home-landing--satellite .hl-boutique-modal__title {
    font-family: var(--hl-font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--hl-ink);
    margin: 0 0 0.75rem;
}

.home-landing--satellite .hl-boutique-modal__text {
    color: var(--hl-ink-soft);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
}
