@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800;900&display=swap");

/* Site-specific overrides and extensions to the design system */

/* Ensure footer stays at bottom */
html {
    height: 100%;
}

body {
    min-height: 100%;
}

/* Ensure body content padding doesn't conflict with design system */
.body-content {
    /* Removed margin-top and padding as design system handles this */
}

/* Add top padding to main content to prevent navbar overlap on small screens */
main {
    padding-top: 100px;
}

 

/* Allow description lists to wrap properly */
.dl-horizontal dt {
    white-space: normal;
}

/* Form inputs use design system sizing - remove max-width restriction */
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    /* Design system handles sizing - removed max-width */
}

/* Premium compact page headings for setup/register/install/contact pages */
.marketing-page-heading .section-title,
.stripe-card > .mb-4 .section-title,
#step2Header .section-title,
#step3Header .section-title {
    font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.03em;
    margin-bottom: 0.85rem !important;
}

.marketing-page-heading h2,
.stripe-card h2.h4,
.stripe-card h2.h5,
#step3Header h2 {
    font-size: clamp(1.15rem, 1.8vw, 1.45rem) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em;
}

.marketing-page-heading p,
.stripe-card > .mb-4 > p,
#step2Header p,
#step3Header p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    .marketing-page-heading .section-title,
    .stripe-card > .mb-4 .section-title,
    #step2Header .section-title,
    #step3Header .section-title {
        font-size: 1.65rem !important;
        line-height: 1.16 !important;
    }

    .marketing-page-heading h2,
    .stripe-card h2.h4,
    .stripe-card h2.h5,
    #step3Header h2 {
        font-size: 1.12rem !important;
    }
}

/* Additional site-specific utilities can be added here */

/* Form validation states */
.form-control.is-invalid {
    border-color: #DC2626 !important;
    background-image: none !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.15) !important;
}

.form-control.is-valid {
    border-color: #22C55E !important;
    background-image: none !important;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.15) !important;
}

.form-control.is-invalid:focus {
    border-color: #DC2626 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.15) !important;
}

.form-control.is-valid:focus {
    border-color: #22C55E !important;
    box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.15) !important;
}

/* Shared text logo used in header, mobile menu, and footer */
.mm-brand-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 168px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    white-space: nowrap;
    text-rendering: geometricPrecision;
}

.mm-brand-logo__row {
    width: 100%;
    display: flex;
}

.mm-brand-logo__row--top {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 4px;
}

.mm-brand-logo__model,
.mm-brand-logo__pos {
    text-transform: uppercase;
}

.mm-brand-logo__model {
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.mm-brand-logo__pos {
    font-size: 2.1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
}

.mm-brand-logo__powered {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.mm-brand-logo--dark .mm-brand-logo__model,
.mm-brand-logo--dark .mm-brand-logo__pos,
.mm-brand-logo--dark .mm-brand-logo__powered {
    color: #0f172a;
}

.mm-brand-logo--light .mm-brand-logo__model,
.mm-brand-logo--light .mm-brand-logo__pos,
.mm-brand-logo--light .mm-brand-logo__powered {
    color: #ffffff;
}

/* Landing hero responsive fixes (Home page banner) */
.landing-hero .banner-two__content {
    max-width: min(708px, 100%);
    margin-inline: auto;
}

.landing-hero .banner-two__content .landing-hero__title {
    width: 100%;
    text-align: center;
}

.landing-hero .banner-two__content .landing-hero__title .line-one,
.landing-hero .banner-two__content .landing-hero__title .line-middle,
.landing-hero .banner-two__content .landing-hero__title .line-two {
    width: 100%;
    margin-inline: auto;
    text-align: center;
    justify-content: center;
}

.landing-hero .banner-two__content .landing-hero__title .line-one {
    display: inline-flex;
}

.landing-hero .banner-two__content .landing-hero__title .line-middle {
    display: block;
}

@media (max-width: 1199.98px) {
    .landing-hero .banner-two__content .title {
        font-size: clamp(3rem, 5.9vw, 4rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }

    .landing-hero .banner-two__content p {
        font-size: 1.02rem;
        line-height: 1.55;
    }
}

@media (max-width: 767.98px) {
    .landing-hero .banner-two__wrapper {
        min-height: auto;
    }

    .landing-hero .banner-two__content .title .line-one__span {
        display: none !important;
    }

    .landing-hero .banner-two__content .title {
        margin-bottom: 14px;
        font-size: clamp(2.55rem, 10vw, 3.45rem);
        line-height: 1.08;
        letter-spacing: -0.01em;
    }

    .landing-hero .banner-two__content p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .landing-hero .banner-two__wrapper .banner-circles,
    .landing-hero .banner-two__wrapper .color-circle,
    .landing-hero .banner-two__wrapper .toots-shape,
    .landing-hero .banner-two__wrapper .draw-svg,
    .landing-hero .banner-two__wrapper .banner-graph {
        display: none !important;
    }

    .landing-hero .banner-two__thumb {
        margin: 1.5rem auto 0;
        text-align: center;
    }

    .landing-hero .banner-two__thumb img {
        display: block;
        width: 100%;
        max-width: 360px;
        height: auto;
        margin-inline: auto;
        animation: none !important;
    }

    .landing-hero .banner-two__content .banner-buttons {
        row-gap: 12px;
        margin-top: 1.5rem;
    }

    .landing-hero .banner-two__content .banner-buttons a {
        width: min(100%, 20rem);
        justify-content: center;
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .landing-hero .banner-two__content .title {
        font-size: clamp(2.2rem, 11vw, 2.9rem);
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .landing-hero .banner-two__content p {
        font-size: 0.98rem;
    }

    .landing-hero .banner-two__content .banner-buttons .saaslyn-3-btn {
        width: 100%;
        max-width: 21rem;
        padding: 0.92rem 1.1rem;
    }
}
 


