.professionnels-page {
    background: #f6efe3;
    color: #231611;
    min-height: 100vh;
    overflow-x: hidden;
}

.pro-container {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
}

.pro-main {
    background: radial-gradient(circle at 20% 8%, rgba(201, 142, 39, .12), transparent 32%),
        linear-gradient(180deg, #fbf6ed 0%, #f4eadb 48%, #fffaf3 100%);
}

.pro-hero {
    padding: 82px 0 50px;
    text-align: center;
}

.pro-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: #b57a19;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
}

.pro-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #31513a;
    box-shadow: 0 0 0 4px rgba(49, 81, 58, .12);
}

.pro-hero h1,
.pro-intro h2,
.pro-section-title h2,
.pro-form-text h2 {
    font-family: "Playfair Display", serif;
    line-height: .98;
    color: #241510;
}

.pro-hero h1 {
    max-width: 920px;
    margin: 0 auto 18px;
    font-size: clamp(2.35rem, 6vw, 5.2rem);
    letter-spacing: -.045em;
}

.pro-subtitle {
    margin: 0 auto 30px;
    max-width: 920px;
    font-weight: 800;
    color: rgba(35, 22, 17, .66);
    font-size: clamp(1rem, 2vw, 1.28rem);
}

.pro-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 920px;
    margin: 0 auto 32px;
}

.pro-features span {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 16px 18px;
    border: 1px solid rgba(35, 22, 17, .09);
    background: rgba(255, 252, 246, .82);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(54, 38, 22, .06);
    font-weight: 900;
    text-align: left;
}

.pro-features span::before {
    content: "✓";
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #e8efe5;
    color: #31513a;
    font-weight: 1000;
}

.pro-hero-btn,
.pro-form-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #c98e27, #b97912);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(185, 121, 18, .25);
    cursor: pointer;
}

.pro-hero-btn {
    padding: 15px 24px;
}

.pro-intro,
.pro-steps-section,
.pro-form-section {
    padding: 34px 0;
}

.pro-grid-two,
.pro-form-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 28px;
    align-items: start;
}

.pro-card,
.pro-form,
.pro-contact-box {
    border: 1px solid rgba(35, 22, 17, .09);
    background: rgba(255, 252, 246, .88);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(54, 38, 22, .08);
}

.pro-card {
    padding: 30px;
}

.pro-card-large h2,
.pro-form-text h2,
.pro-section-title h2 {
    margin: 0 0 16px;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.pro-card p,
.pro-form-text p,
.pro-steps p,
.pro-card li {
    color: rgba(35, 22, 17, .68);
    line-height: 1.75;
    font-weight: 600;
}

.pro-card-note ul {
    margin: 18px 0 0;
    padding-left: 20px;
}

.pro-section-title {
    text-align: center;
    margin-bottom: 24px;
}

.pro-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.pro-steps article {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 252, 246, .78);
    border: 1px solid rgba(35, 22, 17, .08);
}

.pro-steps span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #31513a;
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
}

.pro-steps h3 {
    margin: 0 0 8px;
    font-size: 1.06rem;
}

.pro-form-section {
    padding-bottom: 76px;
}

.pro-form-text {
    position: sticky;
    top: 110px;
}

.pro-contact-box {
    padding: 20px;
    margin-top: 22px;
}

.pro-contact-box strong {
    display: block;
    margin-bottom: 8px;
}

.pro-contact-box a {
    display: block;
    color: #31513a;
    font-weight: 900;
    text-decoration: none;
    margin-top: 8px;
}

.pro-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 28px;
}

.pro-form-group h3 {
    margin: 8px 0 0;
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
}

.pro-span-2 {
    grid-column: 1 / -1;
}

.pro-form label,
.pro-checks legend {
    display: grid;
    gap: 8px;
    color: rgba(35, 22, 17, .78);
    font-size: .92rem;
    font-weight: 900;
}

.pro-form input,
.pro-form select,
.pro-form textarea {
    width: 100%;
    border: 1px solid rgba(35, 22, 17, .14);
    background: #fffaf3;
    border-radius: 16px;
    padding: 13px 14px;
    color: #241510;
    font: inherit;
    outline: none;
}

.pro-form input:focus,
.pro-form select:focus,
.pro-form textarea:focus {
    border-color: rgba(201, 142, 39, .75);
    box-shadow: 0 0 0 4px rgba(201, 142, 39, .12);
}

.pro-checks {
    border: 1px solid rgba(35, 22, 17, .10);
    border-radius: 20px;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.pro-checks legend {
    padding: 0 6px;
}

.pro-checks label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
}

.pro-checks input {
    width: auto;
}

.pro-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

.pro-form-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 10px;
}

.pro-form-actions button {
    min-height: 52px;
    padding: 15px 24px;
    font-size: 1rem;
}

.pro-form-actions button:disabled {
    opacity: .65;
    cursor: wait;
}

.pro-form-actions p {
    margin: 0;
    font-weight: 900;
    color: #31513a;
}

.pro-form-actions p.is-error {
    color: #9b2f20;
}

@media (max-width: 980px) {
.pro-features,
    .pro-steps {
    grid-template-columns: repeat(2, 1fr);
}

.pro-grid-two,
    .pro-form-layout {
    grid-template-columns: 1fr;
}

.pro-form-text {
    position: static;
}
}

@media (max-width: 720px) {
.pro-container {
    width: min(100% - 24px, 1120px);
}

.pro-hero {
    padding: 46px 0 28px;
}

.pro-features,
    .pro-steps,
    .pro-form,
    .pro-checks {
    grid-template-columns: 1fr;
}

.pro-card,
    .pro-form {
    border-radius: 22px;
    padding: 20px;
}

.pro-form-section {
    padding-bottom: 38px;
}

.pro-form-actions {
    display: grid;
    gap: 10px;
}

.pro-form-actions button {
    width: 100%;
    min-height: 56px;
}

.site-footer {
    display: block !important;
    visibility: visible !important;
}
}
