﻿
.header-heading {
    align-self: stretch;
    color: #1C1917;
    font-family: "Gambetta-Medium";
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.16px;
}

.header-paragraph {
    align-self: stretch;
    color: #44403C;
    font-family: "Roboto-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bg-neutral-50 {
    background: #FAFAF9 !important;
}
.responsive-heading-h1 {
    color: var(--text-heading, #1C1917); /* Default: mobile */
    text-align: center;
    font-family: Gambetta-Medium, serif;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.96px;
    align-self: stretch;
}

@media (min-width: 992px) {
    .responsive-heading-h1 {
        color: var(--neutral-900, #1C1917); /* Desktop override */
        font-size: 96px;
        line-height: 110%; /* 105.6px */
        letter-spacing: -1.92px;
    }
}
.responsive-heading-gambetta-h2 {
    font-family: Gambetta-Medium, serif;
    font-size: 58px;
    font-weight: 500;
    line-height: 110%; /* ~63.8px */
    letter-spacing: -1.16px;
    color: var(--neutral-black, #000);
    max-width: 852px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .responsive-heading-gambetta-h2 {
        font-size: 34px;
        text-align: left;
        line-height: 120%;
        letter-spacing: -0.68px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
.responsive-58by40-gambetta-h2 {
    color: var(--neutral-900, #1C1917);
    font-family: Gambetta-Medium, serif;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* Desktop default */
    letter-spacing: -1.16px;
    font-size: 40px; /* Mobile default */
    text-align: center;
    align-self: stretch;
}

@media (min-width: 992px) {
    .responsive-58by40-gambetta-h2 {
        font-size: 58px;
        line-height: 110%; /* 63.8px */
        letter-spacing: -1.16px;
        text-align: left; /* Optional for desktop layout */
    }
}
.responsive-16By18-RobotoRegular {
    color: var(--neutral-700, #44403C);
    font-family: Roboto-Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: 16px; /* Mobile default */
    text-align: center;
    align-self: stretch;
}

@media (min-width: 992px) {
    .responsive-16By18-RobotoRegular {
        font-size: 18px; /* Desktop */
        line-height: 150%; /* 27px */
        text-align: left; /* Optional: usually left-align on desktop */
    }
}

.responsive-heading-gambetta-h3 {
    color: var(--text-heading, #1C1917);
    text-align: center;
    font-family: Gambetta-Medium, serif;
    font-size: 36px; /* Mobile base */
    font-weight: 500;
    font-style: normal;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    align-self: stretch;
}

@media (min-width: 992px) {
    .responsive-heading-gambetta-h3 {
        font-size: 48px;
        line-height: 120%; /* 57.6px */
        letter-spacing: -0.96px;
    }
}

.responsive-heading-h4 {
    color: var(--text-heading, #1C1917);
    font-family: Gambetta-Medium, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px; /* Mobile base */
    line-height: 120%;
    letter-spacing: -0.64px;
    align-self: stretch;
}

@media (min-width: 992px) {
    .responsive-heading-h4 {
        font-size: 40px;
        letter-spacing: -0.8px;
    }
}
.responsive-paragraph-lg {
    color: var(--neutral-700, #44403C);
    font-family: Roboto-Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px if base font-size is 18px */
    font-size: 16px;
    align-self: stretch;
}

@media (min-width: 992px) {
    .responsive-paragraph-lg {
        /* e.g. change size or line-height here */
        font-size: 18px;
    }
}


.responsive-heading-h5 {
    color: var(--text-heading, #1C1917);
    text-align: center;
    font-family: Roboto-Light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%; /* 33.6px when base font-size is 24px */
    letter-spacing: -0.48px;
}

@media (min-width: 992px) {
    .responsive-heading-h5 {
        font-size: 32px;
        line-height: 130%; /* 41.6px when base font-size is 32px */
        letter-spacing: -0.64px;
    }
}
.responsive-paragraph-Roboto-Regular-20 {
    color: var(--neutral-500, #7A7671);
    text-align: center;
    align-self: stretch;
    font-family: Roboto-Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%; /* 30px when font-size is 20px */
}
.responsive-heading-h6 {
    color: var(--neutral-900, #1C1917);
    text-align: center;
    font-family: Gambetta-Medium, serif;
    font-size: clamp(64px, 8vw, 96px);
    font-weight: 500;
    font-style: normal;
    line-height: 110%; /* 105.6px at 96px */
    letter-spacing: -1.92px;
}
.responsive-heading-RobotoLight-h6 {
    color: var(--text-paragraph, #44403C);
    text-align: center;
    font-family: Roboto-Light, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.4px;
    font-size: 20px !important;
}

@media (max-width: 767.98px) {

    .header-heading {
        color: #000;
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -0.8px;
    }

    .header-paragraph {
        font-size: 16px;
    }


    .responsive-heading-RobotoLight-h6 {
        font-size: 24px !important;
    }
}
/* Paragraph style (matches “paragraph/lg/regular”) */
.fs-18 {
    color: var(--text-paragraph, #44403C);
    font-family: Roboto-Regular, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% of 18px */
    align-self: stretch;
}

.fs-16 {
    color: var(--text-paragraph, #44403C);
    font-family: Roboto-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% of 18px */
    align-self: stretch;
}
.fs-16-medium {
    align-self: stretch;
    color: var(--text-heading, #1C1917);
    font-family: Roboto-Medium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.roboto-regular-desktop-20-mobile-18 {
    font-family: Roboto-Regular, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    color: var(--text-paragraph, #44403C);
    max-width: 720px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    text-align: center;
}

@media (max-width: 991.98px) {
    .roboto-regular-desktop-20-mobile-18 {
        font-size: 18px;
        line-height: 150%; /* 27px */
        width: 100%;
    }
}

@media (min-width: 992px) {
    .roboto-regular-desktop-20-mobile-18 {
        text-align: left;
    }
}
.roboto-regular-desktop-24-mobile-20 {
    font-family: Roboto-Regular, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
    color: var(--text-paragraph, #44403C);
    max-width: 720px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    text-align: center;
}

@media (max-width: 991.98px) {
    .roboto-regular-desktop-24-mobile-20 {
        font-size: 20px;
        line-height: 140%; /* 28px */
        width: 100%;
    }
}

@media (min-width: 992px) {
    .roboto-regular-desktop-24-mobile-20 {
        text-align: left;
    }
}

.star-Heading {
    color: var(--text-heading, #1C1917);
    text-align: center;
    align-self: stretch;
    font-family: Roboto-Light;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.text-align-left {
    text-align: left !important;
}
.text-align-right {
    text-align: right !important;
}

.btn-fs-18 {
    color: #FFF;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.btn-fs-18-light {
    color: #171412;
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}
.ms-6 {
    margin-left: 64px !important; /* you can fine-tune the px value */
}

.fs-18-medium {
    align-self: stretch;
    font-family: Roboto-Medium, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.fs-20-roboto {
    align-self: stretch;
    color: #7A7671;
    text-align: center;
    font-family: Roboto-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

@media (max-width: 767.98px) {

    .fs-20-roboto {
        font-size: 18px;
    }

}
.numberFont {
    color: var(--neutral-600, #57534E);
    font-family: Roboto-Light, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.48px;
}
.number-button {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--neutral-200, #ECEBE9);
    background: var(--surface-secondary, #FFF);
    box-shadow: 0px 1px 1px 0px rgba(68, 64, 60, 0.25);
}

    .number-button h6 {
        margin: 0; /* Remove default margin */
        line-height: 1; /* Override heading line height */
        font-size: 24px;
        font-weight: 300;
        letter-spacing: -0.48px;
        color: var(--neutral-600, #57534E);
        font-family: Roboto-Light, sans-serif;
        font-style: normal;
    }

}
/* Button Styles */
.btn-dark {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    color: white;
    border: 1px solid var(--neutral-600, #57534E) !important;
}

    .btn-dark:hover {
        background-color: #343a40;
    }