/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 14:37:06 */
:root {
    --color-white:       #fff;
    --color-border:      #E7E5E4;
    --color-bg-section:  #F6F6F6;
    --color-text-dark:   #0F0F0F;
    --gray-600:          #535862;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
}

p {
	padding-bottom:0!important
}

body {
    font-weight: 400;
    background: var(--color-white);
    color: var(--color-text-dark);
}

img {
    max-width: 100%;
    display: block;
}

sup {
    font-size: 0.6em;
    line-height: 0;
    position: relative;
    top: -0.6em;
    vertical-align: baseline;
}

ol, ul { list-style: none; }
a { color: inherit; text-decoration: none; }

/* ==========================================================================
   Header — Main Nav Bar (logo only)
   ========================================================================== */

.main-nav {
    width: 100%;
    height: 67px;
    background: var(--color-white);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 0 var(--color-border);
}

.main-nav__inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav__left {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 30px;
}

.main-nav__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.main-nav__logo img {
    width: 147px;
    display: block;
}

/* ==========================================================================
   Hero — full-viewport landing
   ========================================================================== */

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #05142D 0%, #39499C 155.2%);
    color: #fff;
    min-height: calc(100vh - 67px);
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('https://www.neuropace.com/wp-content/themes/salient/get-started-images/hero-bg-pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.37;
    pointer-events: none;
    z-index: 0;
}

.hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 72px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.hero__copy {
    flex: 1 1 0;
    min-width: 0;
}

.hero__title {
font-style: normal;
	font-weight: 400!important;

font-size: 62px;
line-height: 80px;
letter-spacing: -0.02em;

    color: #DCECF2!important;
    margin-bottom: 32px;
}

.hero__body {
    font-weight: 325!important;
    font-size: 24px;
    line-height: 32px;
    color: #D5D7DA;
    margin-bottom: 56px;
}

.hero__email {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero__email-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.hero__email-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero__email-label {
    font-weight: 700!important;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.hero__email-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #f5f5f5;
}

.hero__form-card {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    color: var(--color-text-dark);
}

.hero__form-heading {
    font-weight: 500!important;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: var(--color-text-dark);
    margin-bottom: 24px;
}

.hero__options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.hero-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 16px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
    text-align: center;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.hero-option:hover {
    border-color: #00B4E4;
}

.hero-option--featured {
    grid-column: 1 / -1;
}

.hero-option__icon {
    width: 32px;
    height: 32px;
}

.hero-option__label {
    font-weight: 400!important;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
	padding-bottom:0!important
}

.hero__disclaimer {
    font-weight: 325;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-600);
}

.hero__disclaimer a {
    color: inherit;
    text-decoration: underline;
}

/* ==========================================================================
   Path to Success
   ========================================================================== */

.path-to-success {
    padding: 96px 0;
    background: var(--color-white);
}

.path-to-success__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 72px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.path-to-success__left {
    flex: 0 0 40%;
}

.path-to-success__eyebrow {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5F6E87;
    margin-bottom: 16px;
}

.path-to-success__heading {
    font-weight: 500!important;
    font-size: 40px!important;
    line-height: 48px!important;
    letter-spacing: -2px;
    color: #05142D!important;
}

.path-to-success__steps {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.path-to-success__step {
    display: flex;
    gap: 28px;
    position: relative;
}

.path-to-success__step-marker {
    flex-shrink: 0;
    position: relative;
    width: 44px;
}

.path-to-success__step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #00B4E4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.12em;
    position: relative;
    z-index: 1;
}

.path-to-success__step:not(:last-child) .path-to-success__step-marker::after {
    content: '';
    position: absolute;
    top: 44px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: #00B4E4;
}

.path-to-success__step-content {
    flex: 1;
    padding-bottom: 40px;
    padding-top: 4px;
}

.path-to-success__step:last-child .path-to-success__step-content {
    padding-bottom: 0;
}

.path-to-success__step-title {
    font-weight: 500!important;
    font-size: 24px!important;
    line-height: 32px!important;
    letter-spacing: 0.02em!important;
    color: #111111!important;
    margin-bottom: 8px!important;
}

.path-to-success__step-body {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-600);
}

/* ==========================================================================
   Refer for Care
   ========================================================================== */

.refer-care {
    padding: 0 0 96px;
    background: var(--color-white);
}

.refer-care__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 72px;
}

.refer-care__card {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 72px 80px;
    display: flex;
    gap: 64px;
    align-items: center;
}

.refer-care__left {
    flex: 1;
    min-width: 0;
}

.refer-care__eyebrow {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5F6E87;
    margin-bottom: 16px;
}

.refer-care__heading {
    font-weight: 500!important;
    font-size: 40px!important;
    line-height: 48px!important;
    letter-spacing: 0.02em!important;
    color: #111111!important;
    margin-bottom: 24px!important;
}

.refer-care__body {
    font-weight: 325;
    font-size: 20px;
    line-height: 30px;
    color: #535862;
}

.refer-care__visual {
    flex: 0 0 405px;
}

.refer-care__visual img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Patient Selection
   ========================================================================== */

.patient-selection {
    padding: 80px 0;
    background: var(--color-bg-section);
}

.patient-selection__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 72px;
}

.patient-selection__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}

.patient-selection__heading-group {
    min-width: 0;
    max-width: 50%;
}

.patient-selection__heading-group h2 {
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 24px!important;
    letter-spacing: 0.1em!important;
    text-transform: uppercase!important;
    color: #5F6E87!important;
    margin-bottom: 8px!important;
}

.patient-selection__heading-group h3 {
    font-weight: 500!important;
    font-size: 36px!important;
    line-height: 44px!important;
    letter-spacing: 0.02em!important;
    color: #111111!important;
}

.patient-selection__body {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.patient-selection__visual {
    flex: 0 0 40%;
    min-height: 480px;
    background-image: url('https://www.neuropace.com/wp-content/themes/salient/get-started-images/patient-selection.png');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.patient-selection__cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.patient-selection__card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 32px 40px;
}

.patient-selection__card-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-600);
    margin-bottom: 20px;
}

.patient-selection__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
	margin-bottom:0!important
}

.patient-selection__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.patient-selection__list li img {
    flex-shrink: 0;
    margin-top: 3px;
}

.patient-selection__list li span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-text-dark);
}

/* ==========================================================================
   Resources — Comprehensive Support
   ========================================================================== */

.resources {
    padding: 96px 0;
    background: #39499C;
    color: #fff;
}

.resources__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 72px;
}

.resources__eyebrow {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #DCECF2;
    margin-bottom: 16px;
}

.resources__heading {
    font-weight: 500!important;
    font-size: 40px!important;
    line-height: 48px!important;
    letter-spacing: 0.02em!important;
    color: #fff!important;
    margin-bottom: 56px!important;
}

.resources__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.resources__card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}

.resources__card-title {
    font-weight: 500!important;
    font-size: 20px!important;
    line-height: 28px!important;
    letter-spacing: 0.02em!important;
    color: #fff!important;
    margin-bottom: 12px!important;
}

.resources__card-body {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    color: #D5D7DA;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 64px;
    background-color: #F6F6F6;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('https://www.neuropace.com/wp-content/themes/salient/get-started-images/contact-bg-pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

.contact-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 72px;
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.contact-section__left {
    flex: 1;
    min-width: 0;
}

.contact-section__heading {
    font-weight: 400!important;
    font-size: 64px!important;
    line-height: 72px!important;
    letter-spacing: 0.02em!important;
    color: #05142D!important;
    margin-bottom: 24px!important;
}

.contact-section__body {
    font-weight: 325;
    font-size: 22px;
    line-height: 32px;
    color: #535862;
    margin-bottom: 56px;
    max-width: 560px;
}

.contact-section__email {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-section__email-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.contact-section__email-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-section__email-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #05142D;
}

.contact-section__email-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #535862;
}

.contact-section__right {
    flex: 0 0 480px;
    max-width: 480px;
}

.contact-section__rev {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 80px auto 0;
    padding: 0 72px;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #717680;
    letter-spacing: 0.02em;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 979px) {
    .main-nav {
        box-shadow: none;
    }

    .main-nav__inner {
        padding: 0 20px;
    }
}

@media (max-width: 900px) {
    .hero {
        min-height: 0;
        padding: 56px 0;
    }
    .hero__inner {
        flex-direction: column;
        padding: 0 24px;
        gap: 48px;
        align-items: stretch;
    }
    .hero__title {
        font-size: 44px!important;
        line-height: 52px!important;
        margin-bottom: 20px!important;
    }
    .hero__body {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 32px;
    }
    .hero__form-card {
        padding: 28px;
    }
    .hero__options {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .path-to-success {
        padding: 64px 0;
    }
    .path-to-success__inner {
        flex-direction: column;
        padding: 0 24px;
        gap: 40px;
    }
    .path-to-success__left {
        flex: none;
    }
    .path-to-success__heading {
        font-size: 28px!important;
        line-height: 36px!important;
    }
    .path-to-success__step-content {
        padding-bottom: 32px;
    }

    .refer-care {
        padding: 0 0 64px;
    }
    .refer-care__inner {
        padding: 0 24px;
    }
    .refer-care__card {
        flex-direction: column;
        align-items: flex-start;
        padding: 48px 32px;
        gap: 40px;
    }
    .refer-care__heading {
        font-size: 28px!important;
        line-height: 36px!important;
    }
    .refer-care__visual {
        flex: none;
        width: 100%;
        max-width: 405px;
        align-self: center;
    }

    .resources {
        padding: 64px 0;
    }
    .resources__inner {
        padding: 0 24px;
    }
    .resources__heading {
        font-size: 28px!important;
        line-height: 36px!important;
        margin-bottom: 40px!important;
    }
    .resources__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-section {
        padding: 72px 0 48px;
    }
    .contact-section__inner {
        flex-direction: column;
        padding: 0 24px;
        gap: 48px;
    }
    .contact-section__heading {
        font-size: 44px!important;
        line-height: 52px!important;
    }
    .contact-section__body {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 32px;
    }
    .contact-section__right {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .contact-section__rev {
        margin-top: 48px;
        padding: 0 24px;
    }

    .patient-selection__inner {
        padding: 0 24px;
    }

    .patient-selection__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .patient-selection__heading-group {
        max-width: 100%;
    }

    .patient-selection__body {
        flex-direction: column;
    }

    .patient-selection__visual {
        flex: none;
        width: 100%;
        min-height: 240px;
    }

    .patient-selection__card {
        padding: 24px;
    }

    .patient-selection__list li span {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width: 600px) {
    .hero__title {
        font-size: 36px!important;
        line-height: 44px!important;
    }
    .hero__body {
        font-size: 17px;
        line-height: 25px;
    }
    .hero__options {
        grid-template-columns: 1fr;
    }
    .contact-section__heading {
        font-size: 36px!important;
        line-height: 44px!important;
    }
}


#header-outer, #header-space, .mob-menu-header-holder {
	display:none!important
}
.container::before{display:none}