.start-page {
    min-height: 100vh;
    color: #1f2937 !important;
    background:
        linear-gradient(rgba(37, 99, 235, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.026) 1px, transparent 1px),
        #f8fafc !important;
    background-size: 34px 34px;
}

.start-page > .navbar-brand,
.start-page > .nav-link {
    position: relative;
    z-index: 3;
}

.start-page > .start-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    margin: 10px;
    padding: 0.3rem 0.85rem 0.3rem 0.35rem;
    border-radius: 8px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    color: #2563eb !important;
    background: #fff;
    font-weight: 800;
    text-decoration: none !important;
}

.start-brand-logo {
    width: 34px;
    height: 34px;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: contain;
}

.start-brand-text {
    font-size: 1.05rem;
    letter-spacing: 0;
    color: #2563eb !important;
}

.start-page > .nav-link,
.start-login-button {
    min-height: auto;
    padding: 0.65rem 0.75rem !important;
    color: #2563eb !important;
    font-weight: 800;
}

.start-login-button {
    position: relative;
    z-index: 3;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 10px;
    padding: 0.68rem 1rem !important;
    border: 1px solid #2563eb;
    border-radius: 8px;
    color: #fff !important;
    background: #2563eb;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none;
}

.start-login-button:hover {
    color: #fff !important;
    background: #1d4ed8;
    border-color: #1d4ed8;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
}

.start-page .padding_start {
    width: min(1120px, 100%);
    margin: 0 auto !important;
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 2vw, 1.5rem) !important;
}

.start-page .padding_start > .row {
    align-items: flex-start;
    gap: clamp(1rem, 3vw, 2rem);
    margin-right: 0;
    margin-left: 0;
}

.start-page .padding_start > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.start-page .padding_start > .row > .col-lg-6:first-child {
    flex: 1 1 360px;
    align-self: flex-start;
    position: sticky;
    top: 2rem;
}

.start-page .padding_start > .row > .card {
    flex: 1 1 420px;
    max-width: 560px;
    margin-left: auto;
    padding: clamp(1.2rem, 2.8vw, 2rem) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07) !important;
}

.start-page .card::before {
    height: 3px;
    margin: calc(clamp(1.2rem, 2.8vw, 2rem) * -1) calc(clamp(1.2rem, 2.8vw, 2rem) * -1) 1.35rem;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, #2563eb 0%, #dbeafe 58%, #ffffff 100%) !important;
}

.start-page h2.prisedecontact,
.start-page h3.prisedecontact {
    color: #0f172a !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.start-page h2.prisedecontact {
    max-width: 15ch;
    margin-bottom: 0.9rem;
    font-size: clamp(2rem, 5vw, 3.3rem) !important;
    line-height: 1.02;
}

.start-page h3.prisedecontact {
    margin-bottom: 1rem;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem) !important;
    line-height: 1.15;
}

.start-page p,
.start-page .media-body {
    color: #475569 !important;
}

.start-page .form-control,
.start-page select.form-control {
    min-height: 46px;
    padding: 0.72rem 0.85rem !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 8px !important;
    color: #0f172a !important;
    background: #fff !important;
    box-shadow: none !important;
}

.start-page textarea.form-control {
    min-height: 128px;
}

.start-page .form-control:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

.start-page .background_turquoise,
.start-page .btn-success {
    min-height: 44px;
    padding: 0.68rem 1rem !important;
    border: 1px solid #2563eb !important;
    border-radius: 8px !important;
    color: #fff !important;
    background: #2563eb !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

.start-page .background_turquoise:hover,
.start-page .btn-success:hover {
    color: #fff !important;
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16) !important;
}

.start-page .btn-light {
    min-height: 44px;
    padding: 0.68rem 1rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    color: #334155 !important;
    background: #fff !important;
    font-weight: 800 !important;
}

.start-page .step-actions {
    gap: 0.75rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.start-page .step-actions .btn {
    min-width: 132px;
}

.start-page .marine {
    padding: 0.24rem 0.52rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    color: #1d4ed8 !important;
    background: #eff6ff;
    font-size: 0.78rem;
    font-weight: 800;
}

.start-page .text-blue-500 {
    color: #2563eb !important;
}

.start-page .bg-blue-500 {
    background: #2563eb !important;
}

.start-page #id11 .bg-blue-500 {
    border: 1px solid #dbeafe;
    color: #1f2937 !important;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06) !important;
}

.start-page #id11 .text-white,
.start-page #id11 .text-white p,
.start-page #id11 .text-white span,
.start-page #id11 .text-white li {
    color: #1f2937 !important;
}

.start-page #id11 {
    position: relative;
    padding: clamp(2.75rem, 5vw, 4rem) clamp(0.75rem, 2vw, 1.5rem) 2rem !important;
}

.start-page #id11 .plan-step-indicator {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    float: none;
}

.start-page #id11 .plan-container {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
}

.start-page #id11 .plan-title {
    margin: 0 auto 0.55rem;
    color: #0f172a;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    line-height: 1.1;
}

.start-page #id11 .plan-description {
    max-width: 600px;
    margin: 0 auto 1.2rem;
    color: #64748b !important;
    font-size: 0.88rem;
    line-height: 1.45;
}

.start-page #id11 .plan-layout {
    display: flex;
    justify-content: center;
}

.start-page #id11 .plan-column {
    width: 100%;
    max-width: 540px;
}

.start-page #id11 .plan-card {
    padding: 1.5rem clamp(1rem, 3vw, 1.75rem) 1.25rem;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    color: #1f2937;
    background: #fff;
    box-shadow: 0 18px 42px rgba(30, 64, 175, 0.1);
}

.start-page #id11 .plan-card > span:first-child {
    display: block;
    margin-bottom: 0.25rem;
    color: #0f172a !important;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 850;
    line-height: 1;
}

.start-page #id11 .plan-card > span:first-child em {
    color: #2563eb;
    font-style: normal;
}

.start-page #id11 .plan-card > p {
    margin: 0 0 1.15rem;
    color: #64748b !important;
    font-size: 0.82rem;
}

.start-page #id11 .plan-card > ul {
    max-width: 470px;
    margin: 0 auto 1rem;
    padding: 0;
    list-style: none;
    text-align: left;
}

.start-page #id11 .plan-card > ul::before {
    display: block;
    margin-bottom: 0.6rem;
    color: #0f172a;
    content: "Ce qui est inclus";
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.start-page #id11 .plan-card > ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-bottom: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.3;
}

.start-page #id11 .plan-card > ul svg {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 1.15rem;
    margin-top: 0.15rem;
    color: #2563eb;
    stroke: currentColor;
}

.start-page #id11 .plan-card .step-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid #e2e8f0;
    justify-content: center;
    flex-wrap: wrap;
}

.start-page #id11 .plan-card #btnSelect1 {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0.68rem 1.35rem;
    border: 1px solid #2563eb;
    border-radius: 8px;
    color: #fff !important;
    background: #2563eb;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
}

.start-page #id11 .plan-card #btnSelect1:hover {
    border-color: #1d4ed8;
    background: #1d4ed8;
}

@media (max-width: 600px) {
    .start-page #id11 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .start-page #id11 .plan-step-indicator {
        right: 0.5rem;
    }

    .start-page #id11 .plan-card {
        padding: 1.5rem 1rem 1.25rem;
    }

    .start-page #id11 .plan-card .step-actions,
    .start-page #id11 .plan-card .step-actions .btn,
    .start-page #id11 .plan-card #btnSelect1 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .start-page .padding_start > .row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .start-page .padding_start > .row > .card {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .start-page .padding_start > .row > .col-lg-6:first-child {
        position: static;
    }

    .start-page h2.prisedecontact {
        max-width: 20ch;
    }
}

@media (max-width: 600px) {
    .start-page > .start-brand {
        gap: 0.5rem;
    }

    .start-brand-logo {
        width: 34px;
        height: 34px;
    }

    .start-page .padding_start {
        padding: 1rem !important;
    }

    .start-page h2.prisedecontact {
        font-size: 1.9rem !important;
    }

    .start-page .step-actions {
        flex-direction: column;
    }

    .start-page .step-actions .btn,
    .start-page .background_turquoise {
        width: 100%;
    }
}
