:root {
    --cream: #FFF3D3;
    --salmon: #D79A8C;
    --gold: #FFEEB7;
    --teal: #5E917D;
}

body {
    box-sizing: border-box;
    position: relative;
    max-width: 1440px;
    width: 100%;
    background: #2E2E2E;
    mix-blend-mode: normal;
    margin: auto;
    font-size: 26px;
    font-family: Cormorant Infant;
    line-height: 118%;
    font-weight: 500;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.logo-header {
    max-height: 74px;
    max-width: 151px;
}

#header-main {
    background-color: #FFEEB7;
}

button {
    height: 48;
    opacity: 1;
    border-radius: 5px;
    border-width: 1px;
    gap: 10px;
    padding-top: 19px;
    padding-right: 63px;
    padding-bottom: 19px;
    padding-left: 63px;
}

a.contact-header {
    text-decoration: unset;
}

input {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.contact-header img {
    width: 52px;
    height: 52px;
    opacity: 1;

}

.contact-header span {
    color: var(--teal);
    font-weight: 700;
}

/* ========== Banner ========== */
#banner {
    position: relative;
    min-height: 669px;
    background-image: url('../images/banner 1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}


#banner .container {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}


.banner-content h1 {
    font-family: Cormorant SC;
    font-size: 63px;
    max-width: 708px;
    color: var(--gold);
    padding-bottom: 30px;
}

.banner-content h1 span {
    font-weight: 700;
    font-size: 80px;
}

.banner-content p {
    font-family: Cormorant Infant;
    font-weight: 700;
    color: #fff;
    max-width: 495px;
    padding-bottom: 30px;
}

/* Button chung */
.btn-teal,
.btn-gold {
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 4px;
    border: 1px solid;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;

    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1%;

}

/* Button Teal */
.btn-teal {
    background: transparent;
    color: var(--teal);
    border-color: var(--teal);
}

.btn-teal:hover {
    background-color: var(--teal);
    color: #fff;
    text-decoration: none;
}

/* Button Gold */
.btn-gold {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
}

.btn-gold:hover {
    background-color: var(--gold);
    color: #333;
    text-decoration: none;
}

/* ========== About ========== */
#about {
    background-color: var(--cream);

}

.main-about {
    padding-top: 130px;
    padding-bottom: 105px;
}

#about .about-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #DC9E8F;
    padding-bottom: 50px;
}

.about-text {
    position: relative;
}

img.about-quote {
    position: absolute;
    top: 10px;
    right: calc(100% + 35px);
}

.about-avatar img {
    max-width: 315px;
    max-height: 305px;
}

.about-avatar {
    text-align: left;
}

.about-btn {
    padding-top: 40px;
}

/* ========== Pour Qui ========== */
#pour {
    padding: 0;
}

#pour .container {
    max-width: 100%;
    padding: 0;
}

#pour .row {
    margin: 0;
    --bs-gutter-x: 0;
}

#pour .row>div {
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Row 1: Pour Qui (left) + Flag image (right) */
#pour .row:first-child .col-md-6:first-child {
    background-color: var(--teal);
    padding: 60px 50px;
}

.pout-title {
    font-size: 43px;
    margin-bottom: 25px;
    font-family: Cormorant SC;
    font-weight: 700;
    font-style: Bold;

}

/* Title on teal background */
#pour .row:first-child .pout-title {
    color: #FFF3B8;
}

.pour-content {
    margin-bottom: 50px;
}

.pour-content p {
    margin-bottom: 15px;
    font-family: Cormorant Infant;
    font-weight: 500;
}


/* Flag image right */
.pour-img-right {
    background-image: url('../images/Frame (1).png');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

/* Row 2: Property image (left) + Questions (right) */
#pour .row:nth-child(2) .col-md-6:last-child {
    background-color: var(--teal);
    padding: 60px 50px;
}

/* Title on teal background (row 2) */
#pour .row:nth-child(2) .pout-title {
    color: var(--gold);
}

#pour .pour-content p {
    color: #fff;
}

/* Property image left */
.pour-img-left {
    background-image: url('../images/Rectangle.jpg');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

/* List styling inside pour-content */
.pour-content ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

.pour-content ul li {
    font-family: Cormorant Infant;
    color: #fff;
}

.pour-content ul li::marker {
    font-size: 20px;
}

/* ========== Securiser ========== */
#securiser {
    background-color: var(--cream);
    padding: 80px 0;
}

/* Partie 1: Cards */
.securiser-title,
.fonc-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    text-align: center;
    color: #DC9E8F;
    margin-bottom: 50px;
}

.securiser-subtitle,
.fonc-subtitle {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    color: var(--teal);
    margin-bottom: 50px;


}

.securiser-cards {
    margin-bottom: 80px;
}

.card-service {
    background-color: #DC9E8F;
    border-radius: 131px;
    padding: 30px 20px;
    text-align: center;
    height: 438px;
}

.card-service img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.card-service h3 {
    color: #fff;
    margin-bottom: 10px;
    font-family: Cormorant Infant;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;

}

.card-service p {
    line-height: 1.5;
    color: #fff;
    font-family: Cormorant Infant;
    font-weight: 500;
    text-align: center;

}

/* Partie 2: Comment ça fonctionne */
.fonc-grid {
    margin-bottom: 50px;
}


.fonc-image {
    border-radius: 20px;
    overflow: hidden;
    height: 598px;
}

.fonc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fonc-steps {
    display: table;
    width: 100%;
}

.fonc-step {
    display: table-row;
}

.fonc-step>span,
.fonc-step>h4,
.fonc-step>p {
    display: table-cell;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    vertical-align: top;
}

.fonc-step:last-child>span,
.fonc-step:last-child>h4,
.fonc-step:last-child>p {
    border-bottom: none;
}

.fonc-num {
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    color: #D79A8C;
    white-space: nowrap;
    width: 80px;
}

.fonc-step h4 {
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    color: #5E917D;
    white-space: nowrap;
    width: 180px;
}

.fonc-step p {
    font-family: 'Cormorant Infant', serif;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.fonc-buttons {
    padding-top: 10px;
}

/* ========== Formules + Confiance ========== */
#formules {
    background-color: var(--salmon);
    padding: 80px 0;
}

/* Formules */
.formules-title,
.confiance-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;
    color: #FFEEB7;
    margin-bottom: 30px;
}

.formules-subtitle,
.confiance-subtitle {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.formules-packs {
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.formules-pack {
    flex: 1;
    min-width: 200px;
    background-color: var(--gold);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    height: 341px;
}

.formules-pack h3 {
    margin-bottom: 10px;
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;
    color: #D79A8C;
}

.formules-pack h4 {
    font-family: Cormorant Garamond;
    border-top: 1px solid #D79A8C;
    border-bottom: 1px solid #D79A8C;
    font-weight: 600;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    color: #5E917D;
    height: 114px;
    align-content: center;
}

.formules-pack p {
    font-family: 'Cormorant Infant', Medium;
    color: #000;
    font-weight: 500;
    text-align: center;

}

.formules-note {
    font-family: Cormorant Infant;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

/* Confiance */
.confiance-list {
    padding-left: 15px;
}

.confiance-grid {
    margin-bottom: 40px;
}

.confiance-image {
    border-radius: 20px;
    overflow: hidden;
    height: 598px;
}

.confiance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.confiance-item {
    margin-bottom: 10px;
}

.confiance-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-top: 5px;
}

.confiance-item h4 {
    color: var(--gold);
    margin-bottom: 4px;
    font-family: Cormorant Infant;
    font-weight: 500;

}

.confiance-item p {
    font-family: Cormorant Infant;
    font-weight: 500;
    color: #fff;
}

.formules-buttons {
    padding-top: 10px;
}

/* Override btn-teal on salmon background */
#formules .btn-teal {
    color: var(--teal);
    border-color: var(--teal);
}

#formules .btn-teal:hover {
    background-color: var(--teal);
    color: #fff;
}

/* ========== FAQ ========== */
#faq {
    background-color: var(--cream);
    padding: 80px 0;
}

.faq-title {
    color: #DC9E8F;
    margin-bottom: 50px;
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;

}

#faq .accordion {
    max-width: 1060px;
    margin: 0 auto;
}

#faq .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 12px;
}

#faq .accordion-button {
    color: #000;
    background-color: #FFEDB6;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    padding: 18px 25px;

    font-size: 26px;
    font-family: Cormorant Infant;
    font-weight: 500;
    text-align: center;


}

#faq .accordion-button:not(.collapsed) {
    background-color: var(--gold);
    box-shadow: none;
}

#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-button::after {
    content: '+';
    background-image: none;
    width: auto;
    height: auto;
    line-height: 1;
    transform: none;


    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 48px;

}

#faq .accordion-button:not(.collapsed)::after {
    content: '×';
    transform: none;
}

#faq .accordion-body {
    color: #000;
    padding: 15px 25px 20px;
    background-color: #FFEEB7;
    border-radius: 0 0 10px 10px;
    margin-top: 15px;
    font-size: 26px;
    font-family: Cormorant Infant;
    font-weight: 500;
}

/* ========== Commence ========== */
#commence {
    background-color: var(--teal);
    padding: 80px 0;
}

.commence-title {
    font-family: Cormorant SC;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    text-align: center;
    color: #FFEEB7;
    max-width: 850px;
    margin: 0 auto 40px;
}

.commence-text {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: var(--cream);
    margin: 0 auto 40px;
    color: #fff;
}

.commence-buttons {
    margin-bottom: 50px;
}

.commence-label {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}

.commence-email {
    display: block;
    color: var(--gold);
    margin-bottom: 10px;
    font-family: Cormorant Garamond;
    font-weight: 700;
    font-size: 28px;
    line-height: 122%;
    text-align: center;
    text-decoration: none;
}

.commence-email:hover {
    color: #fff;
}

.commence-phone {
    display: block;
    color: var(--gold);
    font-family: Cormorant Garamond;
    font-weight: 700;
    font-size: 40px;
    line-height: 122%;
    text-align: center;
    text-decoration: none;
}

.commence-phone:hover {
    color: #fff;
}

/* ========== Footer ========== */
#site-footer {
    background-color: #FFEEB7;
    padding: 40px 0;
}

.footer-grid {
    gap: 40px;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    max-height: 74px;
    max-width: 151px;
    margin-bottom: 10px;
}

.footer-address {
    color: #000;
    margin-bottom: 15px;
    font-family: Cormorant Infant;
    font-weight: 700;
    font-size: 20px;
}

.footer-contacts {
    flex-wrap: wrap;
}

.footer-contact-item {
    text-decoration: none;
}

.footer-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}

.footer-contact-item span {
    color: #DC9E8F;
    font-family: Cormorant Infant;
    font-weight: 700;
    font-size: 20px;
}

.footer-contact-item:hover span {
    color: var(--teal);
}

.footer-divider {
    width: 1px;
    background-color: var(--salmon);
    align-self: stretch;
    opacity: 0.4;
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.footer-disclaimer {
    font-family: Cormorant Infant;
    font-weight: 500;
    font-size: 20px;
    color: #111;
    margin-bottom: auto;
}

.footer-links a {
    font-family: Cormorant Infant;
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #D6998B;
}

.footer-links a:hover {
    color: var(--teal);
}

/* ========== Popup Lead Magnet ========== */
.popup-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.popup-grid {
    min-height: 400px;
}

.popup-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.popup-form-wrap {
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.popup-title {
    font-family: 'Cormorant SC';
    font-size: 43px;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 15px;
    line-height: 100%;
}

.popup-text {
    font-family: 'Cormorant Infant';
    font-size: 26px;
    color: #000;
    margin-bottom: 25px;
}

/* Form fallback (no CF7) */
.popup-form input,
.popup-form textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 12px;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.popup-form textarea {
    min-height: 110px;
    max-height: 200px;
    resize: vertical;
    line-height: 1.5;
}

.popup-form input:focus,
.popup-form textarea:focus {
    border-color: var(--teal);
}

.popup-submit {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 14px;
    background-color: var(--teal);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background-color 0.3s;
}

.popup-submit:hover {
    background-color: #4a7d6b;
}

/* CF7 inside popup */
.popup-form-wrap .wpcf7 input[type="text"],
.popup-form-wrap .wpcf7 input[type="email"],
.popup-form-wrap .wpcf7 input[type="tel"],
.popup-form-wrap .wpcf7 textarea {
    font-family: 'Cormorant Infant';
    font-size: 26px;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 15px;
    outline: none;
    transition: border-color 0.3s;
    background-color: unset;
    color: #000;
    box-sizing: border-box;
}

.popup-form-wrap .wpcf7 textarea {
    min-height: 110px;
    max-height: 200px;
    resize: vertical;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

.popup-close {
    font-size: 16px;
}

.popup-form-wrap .wpcf7 input[type="text"]:focus,
.popup-form-wrap .wpcf7 input[type="email"]:focus,
.popup-form-wrap .wpcf7 input[type="tel"]:focus,
.popup-form-wrap .wpcf7 textarea:focus {
    border-color: var(--teal);
}

.popup-form-wrap .wpcf7 input[type="submit"] {
    font-family: 'Cormorant Infant';
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    padding: 14px;
    background-color: var(--teal);
    color: #FFEEB7;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background-color 0.3s;
}

.popup-form-wrap .wpcf7 input[type="submit"]:hover {
    background-color: #4a7d6b;
}

.popup-form-wrap .wpcf7 p {
    margin-bottom: 0;
}

/* Popup success state (after form submit) */
.popup-success {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.popup-success .popup-title {
    margin-bottom: 20px;
}

.popup-success-text {
    font-family: 'Cormorant Infant', serif;
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 30px;
}

.popup-success-btn {
    display: inline-block;
    padding: 14px 32px;
    text-align: center;
    background-color: var(--teal);
    color: #fff;
    border: 1px solid var(--teal);
    border-radius: 4px;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s;
}

.popup-success-btn:hover {
    background-color: transparent;
    color: var(--teal);
}

/* CF7 response message inside popup */
.popup-form-wrap .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.popup-form-wrap .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--teal) !important;
    background-color: rgba(94, 145, 125, 0.08);
    color: var(--teal);
}

.popup-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.popup-form-wrap .wpcf7 form.aborted .wpcf7-response-output,
.popup-form-wrap .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.08);
    color: #dc3545;
}

/* CF7 spinner overlay inside button */
.popup-form-wrap .wpcf7-submit-wrap {
    position: relative;
    display: block;
}

.popup-form-wrap .wpcf7-submit-wrap .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    margin: 0;
}

/* CF7 validation errors */
.popup-form-wrap .wpcf7-not-valid-tip {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #dc3545;
    display: block;
    margin-top: -8px;
    margin-bottom: 8px;
}

/* CF7 invalid field border */
.popup-form-wrap .wpcf7-not-valid {
    border-color: #dc3545 !important;
}

/* ========== Cookie Consent ========== */
.cookie-consent {
    position: fixed;
    bottom: 30px;
    left: 30px;
    transform: none;
    z-index: 9999;
    background-color: var(--salmon);
    border-radius: 12px;
    padding: 30px 35px;
    max-width: 460px;
    width: 90%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.cookie-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    color: var(--cream);
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.8;
}

.cookie-close:hover {
    opacity: 1;
}

.cookie-heading {
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--cream);
    margin-bottom: 10px;
}

.cookie-text {
    font-family: 'Cormorant Infant', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: var(--cream);
    margin-bottom: 20px;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    flex: 1;
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn-necessary {
    background: transparent;
    border: 1px solid var(--cream);
    color: var(--cream);
}

.cookie-btn-necessary:hover {
    background-color: var(--cream);
    color: var(--salmon);
}

.cookie-btn-accept {
    background-color: var(--gold);
    border: 1px solid var(--gold);
    color: #333;
}

.cookie-btn-accept:hover {
    background-color: #fff;
    border-color: #fff;
}

/* ========== Legal / Privacy Pages ========== */
.page-legal {
    background-color: #FFF3D3;
    padding: 80px 0;
}

.page-legal h1 {
    font-family: 'Cormorant SC', serif;
    font-weight: 700;
    font-size: 43px;
    line-height: 100%;
    color: var(--teal);
    margin-bottom: 40px;
}


.page-legal .page-content p,
.page-legal .page-content li {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 122%;
    color: #333;
    margin-bottom: 20px;
}

.page-legal .page-content strong {
    font-weight: 700;
    display: block;
    margin-top: 30px;
}

.page-legal .page-content a {
    color: var(--teal);
    text-decoration: underline;
}

.page-legal .page-content a:hover {
    color: var(--salmon);
}

.page-legal .page-content ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

/* Popup responsive */
@media (max-width: 768px) {

    #popupLeadMagnet .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }

    .popup-grid {
        min-height: auto;
    }

    .popup-grid .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 200px;
        overflow: hidden;
    }

    .popup-grid .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .popup-form-wrap {
        padding: 30px 20px;
    }

    .popup-title {
        font-size: 28px;
    }

    .popup-text {
        font-size: 20px;
    }

    .popup-success-text {
        font-size: 18px;
    }

    .popup-success-btn {
        width: 100%;
        text-align: center;
    }

    .popup-close {
        top: 10px;
        right: 10px;
    }

    .cookie-consent {
        bottom: 15px;
        padding: 20px 25px;
    }

    .cookie-buttons {
        flex-direction: column;
    }
}

.popup-grid {
    min-height: 400px;
    background-color: #FFEEB7;
}