*,
*::before,
*::after {
    box-sizing: border-box;
}

body.page-template-page-landing #header {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}

body.page-template-page-landing #logo {
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: 10;
}

body.page-template-page-landing #logo svg#logo_civitas {
    height: 160px;
    width: 160px;
}

body.page-template-page-landing .navbar-btn {
    font-family: 'Calibri', 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    display: block;
    position: fixed;
    top: 73px;
    right: calc((100vw - 1440px) / 2 + 70px);
    border-radius: 50px;
    background: #fff;
    color: #cf3037;
    padding: 0px 35px 0px 35px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 55px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.15s ease;
}

body.page-template-page-landing .navbar-btn:hover {
    background-color: #cf3037;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

body.page-template-page-landing .navbar-btn:active {
    background-color: #b32424;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

@media (max-width: 1440px) {
    body.page-template-page-landing .navbar-btn {
        right: 70px; /* or whatever right margin looks good on small screens */
    }
}

@media (max-width: 768px) {
    body.page-template-page-landing #logo {
        top: 20px;
        left: 20px;
    }

    body.page-template-page-landing #logo svg#logo_civitas {
        height: 60px;
        width: 60px;
    }

    body.page-template-page-landing .navbar-btn {
        top: 23px;
        right: 20px;
        font-size: 12px;
        padding: 0px 15px;
        line-height: 35px;
    }

}

body.page-template-page-landing #wrapper {
    position: relative;
}


/* ==========================================================================
   Civitas Landing Page Template Styles
   Scope: body.page-template-page-landing
   ========================================================================== */

body.page-template-page-landing {
    font-family: 'Brandon Grotesque', 'Helvetica Neue', Arial, sans-serif;
    color: #222;
    line-height: 1.6;
    font-size: 1rem;
}

body.page-template-page-landing h1,
body.page-template-page-landing h2,
body.page-template-page-landing h3 {
    font-weight: 700;
    line-height: 1.3;
}

body.page-template-page-landing h2 {
    font-size: 3rem;
    letter-spacing: 2px;
}

body.page-template-page-landing h3 {
    font-size: 1.25rem;
}

body.page-template-page-landing p {
    margin: 0 0 1.5rem;
    font-size: 1.3rem;
}

body.page-template-page-landing .button,
body.page-template-page-landing button {
    display: inline-block;
    font-weight: bold;
    border-radius: 20px;
    background: #cf3037;
    color: #fff;
    padding: 0px 21px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 79px;
    z-index: 10;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.15s ease;
}

body.page-template-page-landing .button:hover,
body.page-template-page-landing button:hover {
    background-color: #b32424;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

body.page-template-page-landing .button:active,
body.page-template-page-landing button:active {
    background-color: #9a1e1e;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

body.page-template-page-landing .button-alt {
    display: inline-block;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    color: #cf3037;
    padding: 0px 21px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 79px;
    z-index: 10;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.15s ease;
}

body.page-template-page-landing .button-alt:hover {
    background-color: #cf3037;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

body.page-template-page-landing .button-alt:active {
    background-color: #b32424;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

@media (max-width: 768px) {

    body.page-template-page-landing h2 {
        font-size: 2rem;
    }

    body.page-template-page-landing h3 {
        font-size: 1.25rem;
    }

    body.page-template-page-landing p {
        font-size: 1rem;
    }

    body.page-template-page-landing .button,
    body.page-template-page-landing button {
        display: inline-block;
        font-weight: bold;
        border-radius: 20px;
        background: #cf3037;
        color: #fff;
        padding: 0px 10px;
        letter-spacing: -0.2px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 50px;
        z-index: 10;
    }

    body.page-template-page-landing .button:hover,
    body.page-template-page-landing button:hover {
        background-color: #b32424;
    }

    body.page-template-page-landing .button-alt {
        display: inline-block;
        font-weight: bold;
        border-radius: 20px;
        background: #fff;
        color: #cf3037;
        padding: 0px 10px;
        letter-spacing: -0.2px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 50px;
        z-index: 10;
    }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
body.page-template-page-landing .hero {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tmp/hero-image.png'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 22rem 7rem 5rem;
    color: #fff;
    position: relative;
    text-align: left;
}

body.page-template-page-landing .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

body.page-template-page-landing .hero-content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
}

body.page-template-page-landing h1 {
    font-size: 4.7rem;
    line-height: 1.05;
    margin-bottom: 0.3em;
    max-width: 640px;
}

body.page-template-page-landing .hero-content p {
    font-size: 33px;
    letter-spacing: 0.15px;
    line-height: 42px;
    max-width: 520px;
    margin: 0 0 2.5rem;
}

@media (max-width: 768px) {
    body.page-template-page-landing .hero {
        background-position: 65% bottom;
        padding: 10rem 2rem 5rem;
    }

    body.page-template-page-landing .hero h1 {
        font-size: 2.8rem;
    }

    body.page-template-page-landing .hero-content p {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}

/* ==========================================================================
   Civitas Help Section
   ========================================================================== */
body.page-template-page-landing .civitas-help {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tmp/Mask.png'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 7.5rem 0 12.5rem;

}

body.page-template-page-landing .civitas-help .content-wrapper {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-end;
}

body.page-template-page-landing .image-col {
    position: relative;
    flex: 0 1 43%;
    text-align: right;
}

body.page-template-page-landing .image-wrap {
    position: relative;
    left: 60px;
}

body.page-template-page-landing .image-wrap img {
    width: 592px;
    max-width: 100%;
    height: auto;
    display: block;
}

body.page-template-page-landing .image-wrap p.caption {
    text-align: left;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    left: 11%;
    line-height: 1.2;
    margin-top: 0.6rem;
}

body.page-template-page-landing .text-col {
    flex: 1 1 57%;
    background: #fff;
    padding: 4rem 6rem;
}

body.page-template-page-landing .text-col .highlight {
    display: block;
    font-size: 1.5rem;
    color: #cf3037;
}

body.page-template-page-landing .civitas-help .tagline {
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    body.page-template-page-landing .civitas-help {
        padding: 0;
        background-position: center bottom;
        background-size: 140%;
    }

    body.page-template-page-landing .civitas-help .content-wrapper {
        /* display: block; */
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch;
    }

    body.page-template-page-landing .image-col,
    body.page-template-page-landing .text-col {
        padding: 0;
    }

    body.page-template-page-landing .text-col h2 {
        padding: 2rem 2rem 0 2rem;
    }

    body.page-template-page-landing .text-col p {
        padding: 0 2rem;
    }

    body.page-template-page-landing .text-col .button {
        margin: 0 2rem 2rem 2rem;
    }

    body.page-template-page-landing .image-wrap {
        position: unset;
        display: flex;
        flex-direction: column-reverse;
    }

    body.page-template-page-landing .image-wrap img {
        margin: 2rem auto;
        width: 80%;
    }

    body.page-template-page-landing .image-wrap p.caption {
        position: unset;
        font-size: 1.2rem;
        margin: 2rem auto 0;
        width: 80%;
    }
}

/* ==========================================================================
   Why EB-5 Section
   ========================================================================== */
body.page-template-page-landing .why-eb5 {
    /* background-image: url('../images/tmp/Bitmap 3.png'); */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 9rem 0 28rem;
    text-align: center;
}

body.page-template-page-landing .why-eb5 .content-wrapper {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.2rem 5.2rem;
}

body.page-template-page-landing .why-eb5 .content-wrapper>p {
    padding: 0px 6rem;
    font-size: 1.2rem;
    font-weight: bold;
}

body.page-template-page-landing .benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    row-gap: 1rem;
    column-gap: 2rem;
    margin-top: 7rem;
    text-align: left;
}

body.page-template-page-landing .benefit-grid .benefit {
    padding-left: 5rem;
}

body.page-template-page-landing .benefit-grid .icon {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 5px;
    background-size: 50px;
}

body.page-template-page-landing .benefit h3 {
    color: #cf3037;
    font-size: 1.5rem;
}

body.page-template-page-landing .benefit p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0px;
}

@media (max-width: 768px) {

    body.page-template-page-landing .why-eb5 {
        background-position: center bottom;
        background-size: 200%;
        padding: 0rem 0 20rem;
        text-align: center;
    }

    body.page-template-page-landing .why-eb5 .content-wrapper {
        padding: 4rem 2rem;
    }

    body.page-template-page-landing .why-eb5 .content-wrapper>p {
        padding: 0px;
        font-size: 1rem;
        font-weight: normal;
        margin-top: 2rem;
    }

    body.page-template-page-landing .benefit-grid {
        display: flex;
        flex-direction: column;
        grid-template-columns: unset;
        width: 100%;
        margin-top: 4rem;
    }

    body.page-template-page-landing.benefit-grid .benefit {
        padding-left: 0;
    }

    body.page-template-page-landing .benefit h3 {
        font-size: 1.2rem;
    }

    body.page-template-page-landing .benefit p {
        font-size: 1rem;
        line-height: 1.4;
    }

}

/* ==========================================================================
   EB-5 Process Section
   ========================================================================== */
body.page-template-page-landing .eb5-process {
    background: #fff;
    padding: 7rem 0 9rem;
    text-align: center;
}

body.page-template-page-landing .eb5-process h2 {
    margin: 0;
}

body.page-template-page-landing .eb5-process h3 {
    font-size: 3rem;
    font-weight: normal;
    max-width: 620px;
    margin: 0 auto 3rem;
}

body.page-template-page-landing .eb5-process .steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    padding-left: 0;
}

body.page-template-page-landing .eb5-process .steps::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 110px;
    width: 100%;
    max-width: 760px;
    height: 4px;
    background-color: #cf3037;
    z-index: 0;
    transform: translateY(-50%);
}

body.page-template-page-landing .eb5-process .steps li {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #222;
    padding: 0;
    width: 170px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

body.page-template-page-landing .eb5-process .steps li span {
    background: #fff;
    border: 4px solid #003366;
    color: #003366;
    font-size: 3rem;
    font-weight: 500;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

@media (max-width: 942px) {
    body.page-template-page-landing .eb5-process .steps {
        gap: 1rem;
    }

    body.page-template-page-landing .eb5-process .steps::before {
        content: '';
        position: absolute;
        top: 32%;
        left: 18%;
        max-width: 64%;
        height: 2px;
        transform: translateY(-50%);
    }

    body.page-template-page-landing .eb5-process .steps li {
        font-size: 0.8rem;
        width: 120px;
    }

    body.page-template-page-landing .eb5-process .steps li span {
        border: 2px solid #003366;
        font-size: 2rem;
        width: 4rem;
        height: 4rem;
    }
}

@media (max-width: 768px) {
    body.page-template-page-landing .eb5-process {
        padding: 5rem 0 5rem;
    }

    body.page-template-page-landing .eb5-process h3 {
        font-size: 1.6rem;
        margin: 0 2rem 2rem 2rem;
    }

    body.page-template-page-landing .eb5-process .steps {
        gap: 1rem;
    }

    body.page-template-page-landing .eb5-process .steps::before {
        content: '';
        position: absolute;
        top: 20%;
        left: 24%;
        max-width: 52%;
        height: 2px;
        transform: translateY(-50%);
    }

    body.page-template-page-landing .eb5-process .steps li {
        font-size: 0.8rem;
        width: 70px;
    }

    body.page-template-page-landing .eb5-process .steps li span {
        border: 2px solid #003366;
        font-size: 1.5rem;
        width: 3rem;
        height: 3rem;
    }
}

@media (max-width: 600px) {
    body.page-template-page-landing .eb5-process .steps::before {
        content: '';
        position: absolute;
        top: 20%;
        left: 17%;
        max-width: 66%;
        height: 2px;
        transform: translateY(-50%);
    }
}

@media (max-width: 465px) {
    body.page-template-page-landing .eb5-process .steps::before {
        content: '';
        position: absolute;
        top: 20%;
        left: 10%;
        max-width: 80%;
        height: 2px;
        transform: translateY(-50%);
    }
}

@media (max-width:430px) {
    body.page-template-page-landing .eb5-process .steps {
        gap: 1rem;
    }

    body.page-template-page-landing .eb5-process .steps::before {
        left: 14%;
        max-width: 72%;
    }

    body.page-template-page-landing .eb5-process .steps li {
        font-size: 0.7rem;
        width: 50px;
    }

    body.page-template-page-landing .eb5-process .steps li span {
        font-size: 1.5rem;
    }
}

@media (max-width:330px) {
    body.page-template-page-landing .eb5-process .steps {
        gap: .5rem;
    }

    body.page-template-page-landing .eb5-process .steps::before {
        left: 14%;
        max-width: 72%;
    }

    body.page-template-page-landing .eb5-process .steps li {
        font-size: 0.7rem;
        width: 50px;
    }

    body.page-template-page-landing .eb5-process .steps li span {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   Trust Section
   ========================================================================== */
body.page-template-page-landing .trust {
    background: #f2f2f2;
}

body.page-template-page-landing .trust .content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1440px;
    margin: 0 auto;
}

body.page-template-page-landing .trust .left-col {
    background: #cf3037;
    color: #fff;
    width: 54%;
    padding: 6.5rem 2rem 6.5rem 7.5rem;
}

body.page-template-page-landing .trust .left-col h2 {
    color: #fff;
    margin-bottom: 0.5rem;
}

body.page-template-page-landing .trust .left-col h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

body.page-template-page-landing .trust .left-col p {
    font-size: 1.5rem;
}

body.page-template-page-landing .trust .right-col {
    width: 46%;
    padding: 4rem 5rem;
}

body.page-template-page-landing .trust .stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

body.page-template-page-landing .trust .stat {
    background: #fff;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    height: 100%;
}

body.page-template-page-landing .trust .stat strong {
    display: block;
    font-size: 2.5rem;
    color: #003366;
    line-height: 1.5;
}

body.page-template-page-landing .trust .stat strong span {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.8;
}

body.page-template-page-landing .trust .right-col .disclaimer {
    font-size: 0.65em;
    line-height: 16px;
    margin-top: 30px;
}

@media (max-width: 1110px) {
    body.page-template-page-landing .trust .stat strong {
        font-size: 2.2rem;
    }

    body.page-template-page-landing .trust .stat strong span {
        font-size: 1.3rem;
    }
}


@media (max-width: 1110px) {
    body.page-template-page-landing .trust .content-wrapper {
        flex-direction: column;
    }

    body.page-template-page-landing .trust .left-col {
        width: 100%;
        padding: 2rem;
        text-align: center;
    }

    body.page-template-page-landing .trust .left-col h3 {
        margin-top: 1rem;
        font-size: 1rem;
    }

    body.page-template-page-landing .trust .left-col p {
        font-size: 1rem;
        margin: 2rem 0 0 0;
    }

    body.page-template-page-landing .trust .right-col {
        width: 100%;
        padding: 2rem;
    }
}

@media (max-width: 768px) {

    body.page-template-page-landing .trust .stats {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
body.page-template-page-landing .faq {
    padding: 4rem 6.5rem;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

body.page-template-page-landing .faq h2 {
    color: #cf3037;
    margin-bottom: 2rem;
}

body.page-template-page-landing .faq-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

body.page-template-page-landing .faq-columns .column {
    flex: 1 1 50%;
}

body.page-template-page-landing .faq-columns h3 {
    font-size: 1.8rem;
    border-bottom: 2px solid #003366;
    padding-bottom: 1.3rem;
    margin-bottom: 1rem;
}

body.page-template-page-landing .faq-columns ul {
    column-count: 2;
    column-gap: 6rem;
    list-style: none;
    padding: 0;
}

body.page-template-page-landing .faq-columns li {
    position: relative;
    break-inside: avoid;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.75rem;
    padding-right: 3rem;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

body.page-template-page-landing .faq-columns li::after {
    content: "+";
    right: 20px;
    top: 0px;
    color: #fff;
    background: #003366;
    position: absolute;
    font-size: 1rem;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

body.page-template-page-landing .faq-columns li.open::after {
    content: "-";
}

body.page-template-page-landing .faq-columns li span {
    display: block;
    font-weight: bold;
    transition: all 0.3s ease;
}

body.page-template-page-landing .faq-columns li:hover span {
    color: #cf3037;
    transform: translateY(-1px);
}

body.page-template-page-landing .faq-columns li .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

body.page-template-page-landing .faq-columns li .answer * {
    all: revert;
}

body.page-template-page-landing .faq-columns li.open .answer {
    max-height: 1000px;
    cursor: default;
}

@media (max-width: 768px) {
    body.page-template-page-landing .faq {
        padding: 2rem;
    }

    body.page-template-page-landing .faq-columns {
        display: block;
    }

    body.page-template-page-landing .faq-columns .column {
        flex: none;
    }

    body.page-template-page-landing .faq-columns ul {
        column-count: 1;
    }
}

/* ==========================================================================
   Lead Form Section
   ========================================================================== */
body.page-template-page-landing .lead-form .hs-form h1,
body.page-template-page-landing .lead-form .hs-form h2 {
    display: none;
}

body.page-template-page-landing .lead-form {
    background-image: url('../images/tmp/Bitmap 2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

body.page-template-page-landing .lead-form .form-wrapper {
    max-width: 780px;
    background-color: rgba(255, 255, 255, 0.85);
    margin-left: calc((100% - 1440px) / 2);
    padding: 3.5rem 6rem;
}

body.page-template-page-landing .lead-form h2 {
    color: #cf3037;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    padding-right: 8rem;
}

body.page-template-page-landing .lead-form>p {
    font-size: 2rem;
    margin-bottom: 0rem;
}

/* ====== HubSpot Form Overrides ====== */
body.page-template-page-landing .lead-form>h1 {
    display: none;
}

body.page-template-page-landing .lead-form .hbspt-form {
    font-family: inherit;
    font-size: 1rem;
    color: #000;
}

/* ====== HubSpot Form Overrides ====== */
body.page-template-page-landing .lead-form .hbspt-form {
    font-family: inherit;
    font-size: 1rem;
    color: #000;
}

body.page-template-page-landing .lead-form fieldset {
    border: none;
    padding: 0;
    display: flex;
    gap: 1rem;
}

body.page-template-page-landing .lead-form .form-columns-2>div {
    flex: 1 1 calc(50% - 0.5rem);
    /* min-width: 240px; */
}

body.page-template-page-landing .lead-form .form-columns-1>div {
    flex: 1 1 100%;
}

body.page-template-page-landing .lead-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
    position: relative !important;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    border: 0;
}

body.page-template-page-landing .lead-form input.hs-input,
body.page-template-page-landing .lead-form select.hs-input,
body.page-template-page-landing .lead-form textarea.hs-input {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #cf3037;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
}

body.page-template-page-landing .lead-form textarea.hs-input {
    min-height: 100px;
    resize: vertical;
}

body.page-template-page-landing .lead-form .hs-form-field.hs-fieldtype-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body.page-template-page-landing .lead-form .hs-form-field.hs-fieldtype-radio>label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
}

body.page-template-page-landing .lead-form .hs-form-field.hs-fieldtype-radio .input {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

body.page-template-page-landing .lead-form .multi-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

body.page-template-page-landing .lead-form .multi-container li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 0.5rem; /* space between radio and label */
}

body.page-template-page-landing .lead-form .hs-form-radio-display {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-size: 1rem;
    gap: 8px;
    font-weight: normal;
    justify-content: flex-start;
}

body.page-template-page-landing .lead-form .hs-form-radio-display input[type="radio"] {
    width: 1rem;
    min-width: 0;
    height: 1rem;
    accent-color: #cf3037;
    margin: 0;
    vertical-align: middle;
}
body.page-template-page-landing .lead-form .hs-form-booleancheckbox-display input[type="checkbox"] {
    width: 1rem !important;
    height: 1rem;
    accent-color: #cf3037;
    position: relative;
    top: 4px;
}

body.page-template-page-landing .lead-form .hs-form-booleancheckbox {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.page-template-page-landing .lead-form ul.inputs-list {
    margin: 0;
    padding: 0;
}

body.page-template-page-landing .lead-form label.hs-form-booleancheckbox-display {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem; /* space between checkbox and label text */
}

body.page-template-page-landing .lead-form .hs-form-booleancheckbox-display input[type="checkbox"] {
    margin: 0;
}

body.page-template-page-landing .lead-form input[type=submit]:not(:disabled) {
    display: block;
    font-weight: normal;
    border-radius: 20px;
    background: #cf3037;
    color: #fff;
    padding: 0px 3rem;
    margin: 2rem auto;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 62px;
    border: 0;
    z-index: 10;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.15s ease;
}

body.page-template-page-landing .lead-form input[type=submit]:not(:disabled):hover {
    background-color: #b32424;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

body.page-template-page-landing .lead-form input[type=submit]:not(:disabled):active {
    background-color: #9a1e1e;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}


body.page-template-page-landing #footer {
    background: #cf3037;
}

body.page-template-page-landing #footer p,
body.page-template-page-landing #footer ul li a {
    font-size: .9rem;
}

@media (max-width: 1440px) {
    body.page-template-page-landing .lead-form .form-wrapper {
        margin-left: 0;
    }
}

/* ====== Responsive Behavior ====== */
@media (max-width: 768px) {
    body.page-template-page-landing .lead-form h2 {
        font-size: 2rem;
        padding-right: 0;
    }

    body.page-template-page-landing .lead-form {
        padding: 3rem 1rem;
        background-position: center top;
    }

    body.page-template-page-landing .lead-form .form-wrapper {
        padding: 2rem 1rem;
        max-width: 100%;
        margin: 0 auto;
    }

    body.page-template-page-landing .lead-form fieldset {
        flex-direction: column;
        gap: 0;
    }
}