
                .maroc-form-section {
                    padding: 60px 24px;
                    display: flex;
                    justify-content: center;
                    background: rgba(255, 255, 255, 0.05);
                }
                .maroc-form-wrapper {
                    width: min(1100px, 100%);
                    border-radius: 24px;
                    box-shadow: 0 40px 80px rgba(171, 177, 148, 0.15);
                    background: rgba(255, 255, 255, 0.95);
                }
                .maroc-form-card {
                    display: grid;
                    grid-template-columns: 1.05fr 1fr;
                    background: linear-gradient(110deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
                    border-radius: 24px;
                    overflow: hidden;
                }
                .maroc-form-media {
                    position: relative;
                    min-height: 420px;
                    background: rgba(171, 177, 148, 0.1);
                    overflow: hidden;
                    border-radius: 24px 0 0 24px;
                }
                .maroc-form-media img {
                    position: absolute;
                    inset: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    opacity: 0.85;
                }
                .maroc-form-media-caption {
                    position: absolute;
                    inset-inline: 36px;
                    bottom: 36px;
                    color: rgba(255, 255, 255, 0.95);
                    font-size: 16px;
                    line-height: 1.5;
                }
                .maroc-form-media-caption strong {
                    display: block;
                    font-size: 24px;
                    font-weight: 600;
                    margin-bottom: 12px;
                }
                .maroc-form-content {
                    padding: 48px 52px;
                    display: flex;
                    flex-direction: column;
                    gap: 24px;
                    color: #2c2c2c;
                    background: radial-gradient(circle at top right, rgba(171, 177, 148, 0.15), transparent 55%);
                    border-radius: 0 24px 24px 0;
                }
                .maroc-form-heading h1 {
                    font-size: clamp(24px, 2.4vw, 30px);
                    font-weight: 600;
                    margin: 0 0 8px;
                    color: #2c2c2c;
                }
                .maroc-form-heading p {
                    margin: 0;
                    color: rgba(44, 44, 44, 0.65);
                    font-size: 15px;
                }
                .maroc-form-row {
                    display: grid;
                    gap: 14px;
                    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                }
                .maroc-form-row--tight {
                    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
                }
                .maroc-form-label {
                    display: block;
                    font-size: 13px;
                    text-transform: uppercase;
                    letter-spacing: 0.06em;
                    margin-bottom: 8px;
                    color: rgba(44, 44, 44, 0.7);
                }
                .maroc-input {
                    width: 100%;
                    padding: 12px 16px;
                    border-radius: 12px;
                    border: 1px solid rgba(171, 177, 148, 0.4);
                    background: rgba(255, 255, 255, 0.6);
                    color: #2c2c2c;
                    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
                }
                .maroc-input:focus {
                    outline: none;
                    background: rgba(255, 255, 255, 0.85);
                    border-color: rgba(171, 177, 148, 0.8);
                    box-shadow: 0 0 0 3px rgba(171, 177, 148, 0.2);
                }
                .maroc-input::placeholder {
                    color: rgba(44, 44, 44, 0.4);
                }
                .maroc-submit {
                    border: none;
                    padding: 14px 20px;
                    border-radius: 12px;
                    font-size: 15px;
                    font-weight: 600;
                    letter-spacing: 0.04em;
                    background: #ABB194;
                    color: #ffffff;
                    cursor: pointer;
                    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
                }
                .maroc-submit:hover {
                    transform: translateY(-2px);
                    background: rgba(171, 177, 148, 0.85);
                    box-shadow: 0 20px 40px rgba(171, 177, 148, 0.3);
                }
                .maroc-submit:focus {
                    outline: none;
                    box-shadow: 0 0 0 3px rgba(171, 177, 148, 0.35);
                }
                .maroc-form-footer {
                    display: flex;
                    flex-direction: column;
                    gap: 14px;
                }
                .wrong-error {
                    color: #ff9b8d;
                    font-size: 13px;
                    margin-top: 8px;
                    display: block;
                }
                .phone-wrapper {
                    display: flex;
                    gap: 0;
                    border: 1px solid rgba(171, 177, 148, 0.4);
                    border-radius: 12px;
                    background: rgba(255, 255, 255, 0.6);
                    overflow: hidden;
                    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
                }
                .phone-wrapper:focus-within {
                    background: rgba(255, 255, 255, 0.85);
                    border-color: rgba(171, 177, 148, 0.8);
                    box-shadow: 0 0 0 3px rgba(171, 177, 148, 0.2);
                }
                .maroc-select-country {
                    width: auto;
                    min-width: 100px;
                    padding: 12px 12px 12px 16px;
                    border: none;
                    background: transparent;
                    color: #2c2c2c;
                    font-size: 14px;
                    cursor: pointer;
                    border-right: 1px solid rgba(171, 177, 148, 0.3);
                }
                .maroc-select-country:focus {
                    outline: none;
                }
                .maroc-input-phone {
                    flex: 1;
                    padding: 12px 16px;
                    border: none;
                    background: transparent;
                    color: #2c2c2c;
                }
                .maroc-input-phone:focus {
                    outline: none;
                }
                .maroc-input-phone::placeholder {
                    color: rgba(44, 44, 44, 0.4);
                }
                @media (max-width: 992px) {
                    .maroc-form-card {
                        grid-template-columns: 1fr;
                    }
                    .maroc-form-media {
                        min-height: 320px;
                    }
                    .maroc-form-media-caption {
                        inset-inline: 32px;
                        bottom: 32px;
                    }
                }
                @media (max-width: 640px) {
                    .maroc-form-section {
                        padding: 40px 16px;
                    }
                    .maroc-form-content {
                        padding: 36px 24px;
                    }
                    .maroc-form-label {
                        letter-spacing: 0.04em;
                    }
                }