@font-face {
    font-family: "Monterserrat-Regular";
    src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Monterserrat-SemiBold";
    src: url(../fonts/Montserrat/static/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: "Monterserrat-Light";
    src: url(../fonts/Montserrat/static/Montserrat-Light.ttf);
}

@font-face {
    font-family: "Monterserrat-Medium";
    src: url(../fonts/Montserrat/static/Montserrat-Medium.ttf);
}

/* --- BUTTONS --- */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;

}

.btn:hover {
    transform: scale(1.05);
}

.btn-light {
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.btn-dark {
    background-color: #42362D;
    color: #ffffff !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Monterserrat-Regular";
    color: #42362D;
    background-color: rgb(255, 255, 255);
    margin: 0;
}

h1 {
    font-family: "Monterserrat-Regular";
}

li {
    list-style: none;
}

ul {
    padding-inline-start: 0px;
}

.navbar-container {
    font-family: "Monterserrat-Regular";
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-left: 40px;
    margin-right: 40px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1130px; */
    width: 100%;
    /* flex-direction: row; */
}

.navbar-logo-container {
    /* display: flex;
    justify-content: center;
    align-items: center; */

    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:any-link {
    color: #000000;
    text-decoration: none;
}

.navbar-anchors {
    display: flex;
    flex: 1;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    justify-self: flex-start;
    /* margin-left: 40px;
    padding-right: 0px; */
}

.navbar-anchors li {
    margin-right: 20px;
    margin-left: 20px;
    /* padding-left: 23px;
    padding-right: 23px; */

    font-size: 1em;
}

.navbar-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.navbar-socials li {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-socials li.nav-item:nth-child(1) {
    width: 26px;
    height: 26px;
    background-image: url(../images/facebook.svg);

}

.navbar-socials li.nav-item:nth-child(2) {
    width: 26px;
    height: 26px;
    background-image: url(../images/insta.svg);
}

.navbar-container li {
    list-style: none;
    vertical-align: middle;
}

.navbar-container li a {
    transition: 0.3s ease;
    font-size: 14px;
}

.hero-container-main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    background-image: linear-gradient(to bottom left,
            #FFFFFF 0%,
            #FFFFFF 60%,
            #EEEDEC 100%);
    background-size: cover;
    background-position: center;
    height: 600px;
}

.hero-container-main.offer {
    height: 330px;
    background-color: #FFFFFF;
    background-image: none;
    /* Remove gradient background */

}

.hero-background {
    background-image: url(/images/hero-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    border-radius: 0px 50px 0px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;

}

.hero-background.offer {
    background-image: url(/images/offer-background.png);
    background-size: cover;
    height: 330px;
}

.hero-background.cennik {
    background-image: url(/images/cennik-background.png);
    background-size: cover;
    height: 330px;
}

.hero-background.onas {
    background-image: url(/images/onas-background.png);
    background-size: cover;
    height: 330px;
}

.hero-copy a.hero-title {
    font-size: 2em;
    font-family: "Monterserrat-SemiBold";
}

.hero-copy a.hero-text {
    font-family: "Monterserrat-Regular";
    font-size: 1em;
}


.hero-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
}

.hero-copy-container {
    max-width: 1130px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-copy-container.cennik a {
    color: #42362D;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 0;
    max-width: 586px;
    text-align: center;
    color: #E6E6E6;
    justify-content: center;
}

.button.hero {
    background-color: #ffffff;
    color: rgb(9, 9, 8);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 47px;
    border-radius: 30px;
    box-shadow: rgba(158, 158, 158, 0.07) 0px 1px 1px, rgba(158, 158, 158, 0.07) 0px 2px 2px, rgba(158, 158, 158, 0.07) 0px 4px 4px, rgba(158, 158, 158, 0.07) 0px 8px 8px, rgba(158, 158, 158, 0.07) 0px 16px 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "Monterserrat-Regular";
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.button.hero:hover {
    transform: scale(1.05);
    background-color: #f5f5f5;
}

/* --- TWO-COLUMN SECTION (Results, Experts) --- */
.two-column-section {
    padding: 80px 0;
}

.two-column-section .container {
    display: flex;
    align-items: center;
    gap: 60px;
    /* max-width: 1060px; or your preferred content width */
    /* width: 100%; */
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.container {
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
}

.two-column-section .image-content,
.two-column-section .text-content {
    /* flex: 0 0 300px;      Fixed width, will wrap when not enough space */
    max-width: 500px;
    /* min-width: 280px; */
    width: 100%;
}

.two-column-section .image-placeholder {
    width: 100%;
    height: 450px;
    background-color: #e0e0e0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-style: italic;
}

.two-column-section {
    background-color: #EEEDEC;
}

.two-column-section.results .image-placeholder {
    background-image: url(../images/image-results.png);
    border-radius: 0px 50px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    /* limits max size on large screens */
    aspect-ratio: 5 / 6;
    /* keeps image proportion */
    height: auto;
    /* lets height scale with width */

}

.two-column-section.results.offer .image-placeholder {
    height: 420px;
    ;
}

.two-column-section.experts .image-placeholder {
    background-image: url(../images/image-experts.png);
    border-radius: 0px 50px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    /* limits max size on large screens */
    aspect-ratio: 5 / 6;
    /* keeps image proportion */
    height: auto;
    /* lets height scale with width */
}

.image-placeholder.salon {
    background-image: url(/images/onas-salon-background.png);
    border-radius: 0px 50px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder.magazine {
    background-image: url(/images/onas-magazine-background.png) !important;
}

.two-column-section h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.two-column-section p {
    margin-bottom: 30px;
}

.experts .container {
    flex-direction: row-reverse;
}

/* --- TREATMENTS SECTION --- */
.treatments {
    padding: 100px 0 100px;
    text-align: center;
}

.treatments-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    margin-bottom: 40px;
}

.treatment-card {
    flex: 0 0 300px;
    max-width: 300px;
}

.treatment-card .image-placeholder {
    width: 100%;
    height: 300px;
    background-color: #e0e0e0;
    border-radius: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-style: italic;
}

.treatments-grid .treatment-card:nth-child(1) .image-placeholder {
    background-image: url(../images/face-treatments.png);
    border-radius: 0px 50px 0px 50px;
    background-repeat: no-repeat;
    /* background-position: left top; */
    background-size: cover;
}

.treatments-grid .treatment-card:nth-child(2) .image-placeholder {
    background-image: url(../images/body-treatments.png);
    border-radius: 0px 50px 0px 50px;
    background-repeat: no-repeat;
    /* background-position: left top; */
    background-size: cover;
}

.treatments-grid .treatment-card:nth-child(3) .image-placeholder {
    background-image: url(../images/beauty-treatments.png);
    border-radius: 0px 50px 0px 50px;
    background-repeat: no-repeat;
    /* background-position: left top; */
    background-size: cover;
}

.treatment-card p {
    font-weight: 600;
    font-size: 1.1rem;
}


/* --- FOOTER --- */
.main-footer {
    background-color: #42362D;
    color: #FCFBF7;
    padding: 80px 0 40px;
    /* Placeholder for decorative background pattern */
    position: relative;
    overflow: hidden;

}

.footer-decorative-background-pattern {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 50%; */
    height: 100%;
    /* z-index: -1; */
    pointer-events: none;
}

.footer-contact-header {
    color: #FCFBF7;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    position: relative;
}

.footer-contact-header::before,
.footer-contact-header::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-contact-header::before {
    left: 0%;
}

.footer-contact-header::after {
    right: 0%;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: space-around;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a,
.footer-column p {
    opacity: 0.8;
    transition: opacity 0.3s;
    color: #FCFBF7;
}

.footer-column a:hover {
    opacity: 1;
}

.footer-hours-grid {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.footer-contact p {
    margin-bottom: 10px;
    color: #FCFBF7;
}

.footer-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    font-size: 0.9rem;
    opacity: 0.7;
}

footer {
    display: flex;
    justify-content: center;
    background-color: rgb(9, 9, 8);
    color: #FCFBF7;
    /* margin-top: 30px;
    margin-bottom: 30px; */
}

footer a {
    transition: 0.3s ease;
}

.mobile-menu {
    display: none;
}

.hamburger {
    display: none;
}

@media screen and (max-width: 1024px) {
    .navbar-container {
        margin: 0;
        width: 100%;
    }

    .navbar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        min-height: 60px;
        /* padding: 0px 40px; */
        padding-right: 20px;
        ;
    }

    .navbar-logo-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
    }

    .navbar-logo-container img {
        content: url("../images/logo-horizontal-black.svg");
        height: 80px;
        width: auto;
    }

    .mobile-menu-logo {
        width: 60px;
        height: auto;
        margin-bottom: 0px;
        margin-top: 20px;
        display: block;
    }

    .hamburger {
        display: block;
        width: 36px;
        height: 36px;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        margin-left: auto;
        z-index: 1001;
    }

    .hamburger span {
        display: block;
        width: 28px;
        height: 4px;
        margin: 5px auto;
        background: #42362D;
        border-radius: 2px;
        transition: 0.3s;
        position: relative;
    }

    .navbar-anchors,
    .navbar-socials {
        display: none;
    }

    /* Animate to X when menu is open */
    body.menu-open .hamburger span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    body.menu-open .hamburger span:nth-child(2) {
        opacity: 0;
    }

    body.menu-open .hamburger span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: auto;
        background: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

    .mobile-menu.active {
        display: flex;
    }

    .mobile-menu .navbar-anchors {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 32px;
    }

    .mobile-menu .navbar-anchors li {
        margin: 18px 0;
        font-size: 1.2em;
    }

    .mobile-menu .navbar-socials {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 18px;
    }

    body.menu-open {
        overflow: hidden;
    }

    #oferta-pelna {
        display: none;
    }
}

/* OFERTA.HTML specific styles  */
.btn-back {
    display: inline-block;
    margin: 0;
    padding: 8px 24px;
    border-radius: 30px;
    background: #42362D;
    color: #fff !important;
    font-size: 1em;
    font-family: "Monterserrat-Regular";
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    vertical-align: middle;
}

.btn-back:hover {
    transform: scale(1.05);
    background: #2e241c;
}

.offer-section {
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding: 0 24px; /* was 16px, now 24px for better side spacing */
}

@media (max-width: 900px) {
    .offer-section {
        padding: 0 16px; /* slightly less on tablet */
        margin-left:40px;
        margin-right:40px;
    }
}

@media (max-width: 600px) {
    .offer-section {
        padding: 0 8px; /* minimal margin on smallest screens */
        margin-left:40px;
        margin-right:40px;
    }
}

.offer-row {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 0;
}

.offer-question {
    flex: 0 0 320px;
    font-size: 1.2em;
    font-family: "Monterserrat-SemiBold";
    color: #42362D;
    margin: 0 0 18px 0;
    text-align: left;
}

.offer-answer {
    flex: 1;
    font-size: 1em;
    color: #42362D;
    margin: 0 0 18px 0;
}

.offer-answer ul {
    margin: 0;
    padding-left: 18px;
}

/* Light bullets for offer-answer lists */
.offer-answer ul {
    list-style: none;
    padding-left: 0;
}

.offer-answer ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 7px;
}

.offer-answer ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    background: #dad2c3;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-50%);
}

@media (max-width: 900px) {
    .offer-row {
        flex-direction: column;
        gap: 0;
    }
    .offer-question {
        margin-bottom: 8px;
        font-size: 1.1em;
        flex: unset;
    }
    .offer-answer {
        margin-bottom: 24px;
    }
}

/* .breadcrumbs {
    font-size: 0.95em;
    color: #42362D;
    margin: 24px 0 8px 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    gap: 24px;
} */

.breadcrumbs-row {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    max-width: 900px;
    margin: 20px 40px 8px 40px;
    padding: 0 16px;
    gap: 24px;
}

.breadcrumbs {
    font-size: 0.95em;
    color: #42362D;
    padding-left: 0;
}


/* CENNIK.HTML specific styles */
.price-chart {
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding: 0 16px;
}

.price-section {
    margin-bottom: 32px;
}

.price-section-title {
    background: #dad2c3;
    color: #42362D;
    font-size: 1.1em;
    font-family: "Monterserrat-SemiBold";
    padding: 8px 16px;
    /* border-radius: 8px 8px 0 0; */
    margin-bottom: 0;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 1em;
    table-layout: fixed;
}

.price-table td {
    padding: 10px 8px;
    color: #42362D;
    vertical-align: middle;
    word-break: break-word;
}

.price-table td:nth-child(1) {
    width: 55%;
    text-align: left;
}

.price-table td:nth-child(2) {
    width: 20%;
    text-align: center;
}

.price-table td:nth-child(3) {
    width: 25%;
    text-align: right;
    font-weight: bold;
}

/* Remove colgroup width rules */
.price-table colgroup col {
    width: auto !important;
}

.price-table tr.procedure-group-end td {
    border-bottom: 1px solid #e6e6e6;
}

/* --- ONAS HERO SECTION --- */
.onas-hero {
    background: #fff;
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 80px 16px 40px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.onas-decorative-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.onas-hero h1 {
    font-size: 2.4rem;
    font-family: "Monterserrat-SemiBold";
    color: #42362D;
    margin-bottom: 24px;
    margin-top: 0;
    z-index: 1;
}

.onas-hero p {
    font-size: 1.1rem;
    color: #42362D;
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

/* --- ONAS ATTRIBUTES --- */
.onas-attributes {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    background: #fff;
    max-width: 1130px;
    margin: 0 auto 60px auto;
    padding: 40px 16px 0 16px;
    z-index: 2;
    position: relative;
}

.attributes-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    text-align: center;
    gap: 16px;
}

.attributes-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}

.attributes-item p {
    font-size: 1.05rem;
    color: #42362D;
    font-family: "Monterserrat-SemiBold";
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .onas-attributes {
        gap: 32px;
        flex-wrap: wrap;
        padding-top: 24px;
    }

    .attributes-item {
        width: 140px;
        gap: 10px;
    }

    .onas-hero {
        padding: 48px 8px 24px 8px;
    }
}

@media (max-width: 600px) {
    .onas-attributes {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-top: 16px;
    }

    .attributes-item {
        width: 100%;
        max-width: 260px;
    }

    .onas-hero h1 {
        font-size: 1.3rem;
    }

    .onas-hero {
        padding: 32px 4px 16px 4px;
    }
}

/* --- STYMULATORY HERO SECTION --- */
.stymulatory-hero {
    position: relative;
    background: #dad2c3;
    border-top-right-radius: 64px;
    border-bottom-left-radius: 64px;
    margin-bottom: 32px;
    padding: 32px 0 24px 0; /* less top/bottom padding */
    overflow: hidden;
    min-height: 180px;
    display: flex;
    align-items: stretch;
}

.stymulatory-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stymulatory-hero-title {
    font-family: "Monterserrat-SemiBold";
    color: #42362D;
    font-size: 2em; /* smaller */
    margin-bottom: 22px; /* less space below title */
    margin-top: 0;
    text-align: center;
}

.stymulatory-hero-columns {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 900px;
    gap: 0;
    background: none;
}

.stymulatory-hero-col {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    position: relative;
}

.stymulatory-hero-label {
    color: #42362D;
    font-size: 1em;
    margin-bottom: 10px;
    font-family: "Monterserrat-Regular";
    font-weight: 400;
}

.stymulatory-hero-value {
    font-size: 1.6em; /* smaller */
    font-family: "Monterserrat-SemiBold";
    color: #42362D;
    font-weight: 700;
    margin-bottom: 0;
}

.stymulatory-hero-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    width: 2px; /* more visible */
    height: 64%;
    background: #42362D;
    opacity: 0.18; /* more visible */
}

.stymulatory-hero-decal {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 1;
    pointer-events: none;
    opacity: 0.7;
    transition: height 0.3s, max-height 0.3s;
    max-height: none;
}

@media (max-width: 900px) {
    .stymulatory-hero-title {
        font-size: 1.5em;
        margin-bottom: 18px;
    }
    .stymulatory-hero-columns {
        max-width: 100%;
    }
    .stymulatory-hero-col {
        padding: 0 8px;
    }
    .stymulatory-hero-decal {
        height: 100%;
        max-height: none;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0.6;
    }
}

@media (max-width: 600px) {
    .stymulatory-hero {
        padding: 18px 0 18px 0;
        min-height: 0;
    }
    .stymulatory-hero-title {
        font-size: 1.5em; /* slightly bigger */
        margin-bottom: 32px; /* more space below title */
    }
    .stymulatory-hero-columns {
        flex-direction: column;
        gap: 32px; /* more space between columns */
        max-width: 100%;
        width: 100%;
    }
    .stymulatory-hero-col {
        padding: 0 16px 0 16px;
        position: relative;
    }
    .stymulatory-hero-label {
        font-size: 1em;
        margin-bottom: 8px;
    }
    .stymulatory-hero-value {
        font-size: 1.3em;
        margin-bottom: 0;
    }
    .stymulatory-hero-col:not(:last-child)::after {
        display: none;
    }
    /* Horizontal lines between columns, max width as text */
    .stymulatory-hero-col:not(:last-child) {
        border-bottom: none;
    }
    .stymulatory-hero-col:not(:last-child) .stymulatory-hero-value::after {
        content: "";
        display: block;
        margin: 12px auto 0 auto;
        width: 70%;
        max-width: 180px;
        height: 2px;
        background: #c2b8a6;
        opacity: 0.7;
    }
    .stymulatory-hero-decal {
        height: 100%;
        max-height: none;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0.5;
    }
}

/* --- OFFER BUTTONS --- */
.offer-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 12px;
    margin-bottom: 40px;
}

.offer-btn {
    padding: 10px 28px;
    border-radius: 30px;
    border: 1px solid #42362D;
    background: #fff;
    color: #42362D;
    font-family: "Monterserrat-Regular";
    font-size: 1em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-bottom: 8px;
}

.offer-btn:hover,
.offer-btn:focus {
    background: #42362D;
    color: #fff;
    border-color: #42362D;
}

.offer-btn.active,
.offer-btn[aria-current="page"] {
    background: #42362D;
    color: #fff;
    border-color: #42362D;
}