/* ==========================================================================
   INOCHI.CITY — Dark overrides pour les formulaires (layout GodLike)
   ========================================================================== */

body { background: #0d1117 !important; color: rgba(255,255,255,.8); }

/* Cards */
.card {
    background: rgba(10,12,16,.75) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    color: rgba(255,255,255,.8) !important;
    backdrop-filter: blur(6px);
}
.card-header {
    background: rgba(0,0,0,.3) !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    color: #fff !important;
}
.card-body { color: rgba(255,255,255,.8) !important; }

/* Inputs */
.form-control, .form-select {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    color: #fff !important;
}
.form-control:focus, .form-select:focus {
    background: rgba(255,255,255,.09) !important;
    border-color: rgba(195,151,74,.6) !important;
    box-shadow: 0 0 0 .2rem rgba(195,151,74,.15) !important;
    color: #fff !important;
}
.form-control::placeholder { color: rgba(255,255,255,.25) !important; }

/* Labels */
label, .form-label, .col-form-label { color: rgba(255,255,255,.7) !important; }

/* Textes généraux */
h1, h2, h3, h4, h5, h6 { color: #fff !important; }
p, span, li, td, th { color: rgba(255,255,255,.7); }
.text-muted { color: rgba(255,255,255,.35) !important; }

/* Boutons */
.btn-primary {
    background: #c3974a !important;
    border-color: #c3974a !important;
    color: #fff !important;
}
.btn-primary:hover {
    background: #d4a85a !important;
    border-color: #d4a85a !important;
}
.btn-secondary {
    background: rgba(255,255,255,.1) !important;
    border-color: rgba(255,255,255,.15) !important;
    color: #fff !important;
}
.btn-outline-primary {
    border-color: #c3974a !important;
    color: #c3974a !important;
}
.btn-outline-primary:hover {
    background: #c3974a !important;
    color: #fff !important;
}

/* Alertes */
.alert-success { background: rgba(109,195,74,.15) !important; border-color: rgba(109,195,74,.3) !important; color: #9de07a !important; }
.alert-danger  { background: rgba(195,74,74,.15) !important; border-color: rgba(195,74,74,.3) !important; color: #e07a7a !important; }
.alert-info    { background: rgba(74,179,195,.15) !important; border-color: rgba(74,179,195,.3) !important; color: #7ad4e0 !important; }
.alert-warning { background: rgba(195,151,74,.15) !important; border-color: rgba(195,151,74,.3) !important; color: #e0c07a !important; }

/* Tabs */
.nav-tabs { border-bottom: 1px solid rgba(255,255,255,.1) !important; }
.nav-tabs .nav-link { background: transparent !important; color: rgba(255,255,255,.5) !important; border-color: transparent !important; }
.nav-tabs .nav-link.active {
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(255,255,255,.1) rgba(255,255,255,.1) transparent !important;
    color: #c3974a !important;
}

/* Progress */
.progress { background: rgba(255,255,255,.08) !important; }
.progress-bar { background: #c3974a !important; }

/* Tableaux */
.table { color: rgba(255,255,255,.7) !important; }
.table thead th { border-bottom-color: rgba(255,255,255,.1) !important; color: rgba(255,255,255,.4) !important; }
.table td, .table th { border-top-color: rgba(255,255,255,.06) !important; }
.table-striped tbody tr:nth-of-type(odd) { background: rgba(255,255,255,.03) !important; }

/* Badges */
.badge-primary, .badge.bg-primary { background: #c3974a !important; }

/* HR */
hr { border-color: rgba(255,255,255,.1) !important; }

/* Bouton submit licence */
.btn-activate,
.license-form-submit {
    background: transparent !important;
    border: 1px solid #c3974a !important;
    color: #c3974a !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    transition: background .2s, color .2s !important;
}
.btn-activate:hover,
.license-form-submit:hover {
    background: #c3974a !important;
    color: #fff !important;
}

/* Selects page licence */
.license-form-select,
.license-form-input {
    font-size: 14px !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    outline: none !important;
    transition: border-color .2s !important;
    width: 100% !important;
    display: block !important;
}
.license-form-select {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    color: #fff !important;
}
.license-form-select option {
    background: #1a1e26 !important;
    color: #fff !important;
}
.license-form-input {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    color: #fff !important;
}
.license-form-input::placeholder { color: rgba(255,255,255,.25) !important; }
.license-form-select:focus,
.license-form-input:focus {
    border-color: rgba(195,151,74,.6) !important;
    background: rgba(255,255,255,.09) !important;
}

/* Select2 si utilisé */
.select2-container--default .select2-selection--single {
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(255,255,255,.12) !important;
    color: #fff !important;
}

/* ── Solutions page — dark overrides ── */
.solutions-guidance {
    background: rgba(74,173,230,.07) !important;
    border-color: rgba(74,173,230,.18) !important;
}
.solutions-guidance__eyebrow { color: #4ab3c3 !important; }
.solutions-guidance__summary { color: rgba(255,255,255,.85) !important; }
.solutions-guidance__list    { color: rgba(255,255,255,.65) !important; }

.solutions-shell-nav {
    background: rgba(255,255,255,.04) !important;
    border-color: rgba(255,255,255,.1) !important;
    box-shadow: none !important;
}
.solutions-shell-nav__back {
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.15) !important;
    color: rgba(255,255,255,.8) !important;
}
.solutions-shell-nav__back:hover {
    background: rgba(255,255,255,.13) !important;
    color: #fff !important;
}
.solutions-shell-nav__step {
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(255,255,255,.12) !important;
    color: rgba(255,255,255,.7) !important;
}
.solutions-shell-nav__step.is-active,
.solutions-shell-nav__step.is-unlocked {
    background: #c3974a !important;
    border-color: #c3974a !important;
    color: #fff !important;
}
.solutions-shell-nav__index {
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
}

[data-solution-card] {
    background: rgba(10,12,16,.7) !important;
    border-color: rgba(255,255,255,.1) !important;
    box-shadow: none !important;
    padding: 1.5rem !important;
    backdrop-filter: blur(4px);
}
[data-solution-card]:hover {
    background: rgba(10,12,16,.82) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.4) !important;
}
[data-solution-card].is-selected {
    background: rgba(195,151,74,.18) !important;
    border-color: #c3974a !important;
}
.solution-dependent-outlet > .solution {
    background: rgba(255,255,255,.03) !important;
}

.solution-select-label__copy { color: rgba(255,255,255,.8) !important; }

.solution-choice-group__badge {
    background: rgba(74,173,230,.12) !important;
    color: #7ad4e0 !important;
}
.solution-choice-group__badge--optional {
    background: rgba(109,195,74,.1) !important;
    color: #9de07a !important;
}
.solution-choice-group__badge--muted {
    background: rgba(255,255,255,.07) !important;
    color: rgba(255,255,255,.45) !important;
}

.solutions-recap-sidebar {
    background: rgba(10,12,16,.75) !important;
    border-color: rgba(255,255,255,.1) !important;
    box-shadow: none !important;
    backdrop-filter: blur(6px);
}
.solutions-recap-sidebar__eyebrow { color: #c3974a !important; }
.solutions-recap-sidebar__intro   { color: rgba(255,255,255,.55) !important; }

.solutions-recap-progress {
    background: rgba(255,255,255,.04) !important;
    border-color: rgba(255,255,255,.08) !important;
}
.solutions-recap-progress__bar { background: rgba(255,255,255,.08) !important; }
.solutions-recap-progress__line span  { color: #c3974a !important; }
.solutions-recap-progress__line strong { color: rgba(255,255,255,.7) !important; }

.solutions-recap-category {
    background: rgba(255,255,255,.04) !important;
    border-color: rgba(255,255,255,.08) !important;
}
.solutions-recap-category[data-state="ready"] {
    background: rgba(195,151,74,.08) !important;
    border-color: rgba(195,151,74,.3) !important;
}
.solutions-recap-category[data-state="validated"] {
    background: rgba(109,195,74,.07) !important;
    border-color: rgba(109,195,74,.25) !important;
}
.solutions-recap-category__top h4     { color: rgba(255,255,255,.85) !important; }
.solutions-recap-category__status      { background: rgba(255,255,255,.08) !important; color: rgba(255,255,255,.6) !important; }
.solutions-recap-category[data-state="ready"] .solutions-recap-category__status {
    background: rgba(195,151,74,.18) !important; color: #e0c07a !important;
}
.solutions-recap-category[data-state="validated"] .solutions-recap-category__status {
    background: rgba(109,195,74,.15) !important; color: #9de07a !important;
}
.solutions-recap-category__total       { border-color: rgba(255,255,255,.08) !important; color: rgba(255,255,255,.55) !important; }
.solutions-recap-category__total strong { color: rgba(255,255,255,.8) !important; }
.solutions-recap-category__empty        { color: rgba(255,255,255,.4) !important; }

.solutions-recap-solution__title  { color: rgba(255,255,255,.8) !important; }
.solutions-recap-solution__price  { color: #c3974a !important; }
.solutions-recap-solution__meta   { color: rgba(255,255,255,.45) !important; }

.solutions-recap-total           { border-color: rgba(255,255,255,.1) !important; color: rgba(255,255,255,.7) !important; }
.solutions-recap-total strong    { color: #c3974a !important; }

.solutions-validation-overlay    { background: rgba(13,17,23,.6) !important; }

.validation-message              { color: rgba(255,255,255,.55) !important; }
.validation-message.is-ready     { color: #9de07a !important; }
.validation-message.is-pending   { color: #e0c07a !important; }

/* ── Contenu formulaire — marge horizontale propre au layout GodLike ── */
.godlike-form-content {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 576px) {
    .godlike-form-content { padding-left: 12px; padding-right: 12px; }
}

/* Padding interne des cards — Bootstrap GodLike ne l'applique pas comme Bootstrap standard */
.card > div {
    padding: 1.25rem 1.25rem 3.5rem;
}

/* ── Sidebar récap — style GodLike (sans grille) ── */
.step-recap-sidebar .border {
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
}
.step-recap-sidebar .border:last-child {
    border-bottom: none !important;
}
.step-recap-sidebar .btn-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.6rem !important;
    width: 100% !important;
    padding: 0.6rem 0 !important;
    text-decoration: none !important;
    color: rgba(255,255,255,.75) !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.step-recap-sidebar .btn-link h4 {
    margin: 0 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: .04em !important;
    color: inherit !important;
    text-transform: uppercase !important;
}
.step-recap-sidebar .btn-link::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #c3974a;
    border-bottom: 2px solid #c3974a;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.step-recap-sidebar .btn-link:not(.collapsed)::before {
    transform: rotate(45deg);
}
.step-recap-sidebar .btn-link.is-current-step {
    color: #c3974a !important;
}
.step-recap-sidebar .btn-link:hover {
    color: #fff !important;
}
.step-recap-sidebar .collapse .p-4,
.step-recap-sidebar .collapsing .p-4 {
    padding: 0.5rem 0 0.75rem !important;
    font-size: 0.82rem;
    color: rgba(255,255,255,.6) !important;
}
.step-recap-sidebar .collapse h5,
.step-recap-sidebar .collapsing h5 {
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,.45) !important;
    margin-top: 0.75rem !important;
    margin-bottom: 0.3rem !important;
}

/* ── Page demande de licence — hero layout ── */
/* footer collé en bas sur pages courtes (layout inochi-city) */
.nk-main {
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
}
.nk-main > div:first-child {
    flex: 1;
}

.hero--license {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 70px 30px 50px;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
}
.hero--license > .fade-in { flex: 1; min-width: 280px; max-width: 480px; }
.hero--license .hero-visual { max-width: 500px; width: 100%; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c3974a;
    background: rgba(195,151,74,.1);
    border: 1px solid rgba(195,151,74,.25);
    border-radius: 20px;
    padding: 5px 12px;
    margin-bottom: 20px;
}
.hero--license h1 { color: #fff; margin-bottom: 16px; }
.hero--license p  { color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 20px; }

.hero-list { list-style: none; padding: 0; margin: 0 0 24px; }
.hero-list li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; font-size: 14px; color: rgba(255,255,255,.65); }
.hero-list li span:first-child { font-size: 16px; }

.hero-card {
    background: rgba(10,12,16,.75);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 28px;
    backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
    width: 100%;
}
.hero-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c3974a, transparent);
}
.hero-card-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    margin-bottom: 20px;
}

.license-form { display: flex; flex-direction: column; gap: 14px; }
.license-form-field { display: flex; flex-direction: column; gap: 6px; }
.license-form-field-radio { display: flex; flex-direction: row; gap: 20px; flex-wrap: wrap; }
.license-form-field label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.license-form-submit { width: 100%; margin-top: 6px; text-align: center; cursor: pointer; }

/* ── Section DPEau (desktop uniquement) ── */
.dpe-eau-section {
    display: none; /* masqué par défaut (mobile) */
}
@media (min-width: 2250px) {
    .dpe-eau-section {
        display: block;
        max-width: 1100px;
        margin: 0 auto 60px;
        padding: 0 30px;
    }
}
.dpe-eau-inner {
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 40px;
}
.dpe-eau-eyebrow {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    color: #c3974a !important;
    margin-bottom: 10px !important;
}
.dpe-eau-title {
    font-size: 22px !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    letter-spacing: .03em;
}
.dpe-eau-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
.dpe-eau-body p {
    font-size: 13px !important;
    color: rgba(255,255,255,.6) !important;
    line-height: 1.75 !important;
}
.dpe-eau-body p strong { color: rgba(255,255,255,.85) !important; }
.dpe-eau-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.dpe-eau-list li {
    font-size: 13px !important;
    color: rgba(255,255,255,.6) !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dpe-eau-list li span { font-size: 16px; }
.dpe-eau-cta {
    font-size: 13px !important;
    color: rgba(255,255,255,.5) !important;
}
