/* Passwordless Suite LP — all selectors scoped to .lp-passwordless */

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.lp-passwordless *,
.lp-passwordless *::before,
.lp-passwordless *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.lp-passwordless {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

/* Header */
.lp-passwordless .lp-passwordless-header {
    background: #192933;
    padding: 0 140px;
}

.lp-passwordless .lp-passwordless-header__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0 24px;
    display: flex;
    align-items: center;
}

.lp-passwordless .lp-passwordless-header__logo-link {
    display: inline-flex;
    line-height: 0;
}

.lp-passwordless .lp-passwordless-header__logo {
    height: 48px;
    width: auto;
    max-width: 100%;
    display: block;
}

@media (max-width: 1200px) {
    .lp-passwordless .lp-passwordless-header {
        padding: 0 40px;
    }

    .lp-passwordless .lp-passwordless-header__inner {
        padding: 20px 0;
    }
}

/* Hero Section */
.lp-passwordless .lp-passwordless-hero {
    background: #192933;
    padding: 80px 140px;
    position: relative;
    overflow: hidden;
}

.lp-passwordless .lp-passwordless-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
}

.lp-passwordless .lp-passwordless-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, #192933 30%, rgba(25, 41, 51, 0.85) 55%, rgba(25, 41, 51, 0.3) 80%, rgba(25, 41, 51, 0.1) 100%),
        linear-gradient(to bottom, rgba(25, 41, 51, 0.2) 0%, rgba(25, 41, 51, 0) 30%, rgba(25, 41, 51, 0) 70%, rgba(25, 41, 51, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
}

.lp-passwordless .lp-passwordless-hero__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.lp-passwordless .lp-passwordless-hero__content {
    flex: 0 0 740px;
    max-width: 740px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.lp-passwordless .lp-passwordless-hero__eyebrow {
    margin: 0;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #d8b24c;
}

.lp-passwordless .lp-passwordless-hero__heading {
    margin: 0;
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 90px;
    font-weight: 350;
    line-height: 1.02;
    letter-spacing: 4px;
    color: #78b5c7;
}

.lp-passwordless .lp-passwordless-hero__subcopy {
    margin: 0;
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
}

.lp-passwordless .lp-passwordless-hero__cta {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    background: #d8b24c;
    color: #192933;
    text-decoration: none;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

.lp-passwordless .lp-passwordless-hero__media {
    flex: 0 0 660px;
}

.lp-passwordless .lp-passwordless-hero__media-inner {
    width: 100%;
    height: 465px;
    background: transparent;
    overflow: hidden;
}

.lp-passwordless .lp-passwordless-hero__media-inner iframe,
.lp-passwordless .lp-passwordless-hero__media-inner video,
.lp-passwordless .lp-passwordless-hero__media-inner img {
    width: 100%;
    height: 100%;
    display: block;
}


/* Stat + Copy Section */
.lp-passwordless .lp-passwordless-statcopy {
    background: #192933;
    padding: 40px 140px 100px;
}

.lp-passwordless .lp-passwordless-statcopy__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 101px;
    align-items: center;
}

.lp-passwordless .lp-passwordless-statcopy__card {
    flex: 0 0 453px;
}

.lp-passwordless .lp-passwordless-statcopy__card-inner {
    background: #1f3643;
    border-radius: 7px;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-passwordless .lp-passwordless-statcopy__card-border {
    border-left: 2px solid #d8b24c;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.lp-passwordless .lp-passwordless-statcopy__value {
    margin: 0;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 95px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #78b5c7;
}

.lp-passwordless .lp-passwordless-statcopy__text {
    margin: 0;
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #e5eae8;
}

.lp-passwordless .lp-passwordless-statcopy__source {
    margin: 0;
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
    color: #d8b24c;
}

.lp-passwordless .lp-passwordless-statcopy__copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-passwordless .lp-passwordless-statcopy__title {
    margin: 0;
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: 350;
    line-height: 1.38;
    letter-spacing: 3px;
    color: #78b5c7;
}

.lp-passwordless .lp-passwordless-statcopy__body {
    margin: 0;
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
}

.lp-passwordless .lp-passwordless-statcopy__emphasis {
    margin: 0;
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #78b5c7;
}

/* Features Section */
.lp-passwordless .lp-passwordless-features {
    background: #e5eae8;
    padding: 100px 135px;
}

.lp-passwordless .lp-passwordless-features__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.lp-passwordless .lp-passwordless-features__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.lp-passwordless .lp-passwordless-features__heading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 350;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #192933;
    text-align: center;
    max-width: 1011px;
}

.lp-passwordless .lp-passwordless-features__subheading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #192933;
    text-align: center;
}

.lp-passwordless .lp-passwordless-features__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.lp-passwordless .lp-passwordless-features__row {
    display: flex;
    gap: 56px;
    width: 100%;
    justify-content: center;
}

.lp-passwordless .lp-passwordless-features__row--bottom {
    max-width: 941px;
}

.lp-passwordless .lp-passwordless-features__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.lp-passwordless .lp-passwordless-features__icon {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
}

.lp-passwordless .lp-passwordless-features__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.lp-passwordless .lp-passwordless-features__item-title {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #0d1216;
    text-align: center;
}

.lp-passwordless .lp-passwordless-features__item-body {
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #0d1216;
    text-align: center;
}

.lp-passwordless .lp-passwordless-features__cta {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    background: #d8b24c;
    color: #192933;
    text-decoration: none;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    align-self: center;
}

/* Paths Section */
.lp-passwordless .lp-passwordless-paths {
    background: #192933;
    padding: 100px 240px;
}

.lp-passwordless .lp-passwordless-paths__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.lp-passwordless .lp-passwordless-paths__heading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 350;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #78b5c7;
    text-align: center;
    max-width: 756px;
}

.lp-passwordless .lp-passwordless-paths__cards {
    display: flex;
    gap: 40px;
    width: 100%;
    align-items: stretch;
}

.lp-passwordless .lp-passwordless-paths__card {
    flex: 1;
    background: #1f3643;
    padding: 60px 56px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.lp-passwordless .lp-passwordless-paths__card-title {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: 350;
    line-height: 1.38;
    letter-spacing: 3px;
    color: #d8b24c;
}

.lp-passwordless .lp-passwordless-paths__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lp-passwordless .lp-passwordless-paths__list-item {
    border-left: 3.5px solid #d8b24c;
    padding-left: 30px;
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.9);
}

.lp-passwordless .lp-passwordless-paths__footer {
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 27px;
    color: #e5eae8;
    text-align: center;
}

/* Gated / One-Pager Section */
.lp-passwordless .lp-passwordless-gated {
    background: #ffffff;
    border-top: 3.5px solid #78b5c7;
}

.lp-passwordless .lp-passwordless-gated__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lp-passwordless .lp-passwordless-gated__header {
    padding: 100px 240px 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

/* Diagonal line from intersection (50% left, bottom) to top-right corner */
.lp-passwordless .lp-passwordless-gated__header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cline x1='100' y1='0' x2='0' y2='100' stroke='%2378b5c7' stroke-width='1.5' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    pointer-events: none;
}

.lp-passwordless .lp-passwordless-gated__heading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 350;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #192933;
    max-width: 664px;
}

.lp-passwordless .lp-passwordless-gated__subheading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #192933;
}

.lp-passwordless .lp-passwordless-gated__body {
    display: flex;
    align-items: center;
    min-height: 500px;
}

/* Vertical divider + top border on image col only */
.lp-passwordless .lp-passwordless-gated__image-col {
    flex: 0 0 50%;
    padding: 60px 60px 60px 240px;
    background: rgba(229, 234, 232, 0.4);
    border-top: 2px solid #78b5c7;
    border-right: 2px solid #78b5c7;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.lp-passwordless .lp-passwordless-gated__image {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
}

.lp-passwordless .lp-passwordless-gated__form-col {
    flex: 0 0 50%;
    padding: 60px 80px 60px 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: stretch;
    justify-content: center;
}

.lp-passwordless .lp-passwordless-gated__form-heading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 350;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #192933;
}

.lp-passwordless .lp-passwordless-gated__form-subtext {
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #192933;
}

/* Fallback form */
.lp-passwordless .lp-passwordless-gated__fallback-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.lp-passwordless .lp-passwordless-gated__email-input {
    width: 100%;
    max-width: 560px;
    height: 60px;
    padding: 0 24px;
    border: 1.5px solid #192933;
    background: #ffffff;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    color: #192933;
    outline: none;
}

.lp-passwordless .lp-passwordless-gated__email-input::placeholder {
    color: rgba(25, 41, 51, 0.5);
}

.lp-passwordless .lp-passwordless-gated__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    background: #d8b24c;
    color: #192933;
    border: none;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    cursor: pointer;
}

/* Gravity Forms overrides — scoped to this section */
.lp-passwordless .lp-passwordless-gated__gf-wrap .gform_wrapper {
    margin: 0;
}

.lp-passwordless .lp-passwordless-gated__gf-wrap .gfield {
    margin-bottom: 16px;
}

.lp-passwordless .lp-passwordless-gated__gf-wrap .gfield label.gfield_label {
    display: block;
    margin-bottom: 8px;
}

.lp-passwordless .lp-passwordless-gated__gf-wrap .gfield input[type="email"],
.lp-passwordless .lp-passwordless-gated__gf-wrap .gfield input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 0 24px;
    border: 1.5px solid #192933;
    background: #ffffff;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    color: #192933;
    border-radius: 0;
    outline: none;
}

.lp-passwordless .lp-passwordless-gated__gf-wrap .gform_footer {
    margin-top: 16px;
}

.lp-passwordless .lp-passwordless-gated__gf-wrap .gform_footer input[type="submit"],
.lp-passwordless .lp-passwordless-gated__gf-wrap .gform_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    background: #d8b24c;
    color: #192933;
    border: none;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    width: auto;
}

/* CTA + Form Section */
.lp-passwordless .lp-passwordless-ctaform {
    background-color: #192933;
    position: relative;
    min-height: 1000px;
}

.lp-passwordless .lp-passwordless-ctaform__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    z-index: 0;
}

.lp-passwordless .lp-passwordless-ctaform__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, #192933 0%, #192933 50%, rgba(25, 41, 51, 0.2) 70%, rgba(25, 41, 51, 0.7) 90%, #192933 100%),
        linear-gradient(to left, #192933 0%, #192933 40%, rgba(25, 41, 51, 0.9) 60%, rgba(25, 41, 51, 0) 80%);
    pointer-events: none;
    z-index: 1;
}

.lp-passwordless .lp-passwordless-ctaform__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: flex-start;
}

.lp-passwordless .lp-passwordless-ctaform__left {
    flex: 0 0 50%;
    padding: 0 80px 0 240px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lp-passwordless .lp-passwordless-ctaform__heading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 350;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #78b5c7;
}

.lp-passwordless .lp-passwordless-ctaform__body {
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #e5eae8;
}

.lp-passwordless .lp-passwordless-ctaform__cta {
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: #d8b24c;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp-passwordless .lp-passwordless-ctaform__cta-arrow {
    font-size: 32px;
    flex-shrink: 0;
}

.lp-passwordless .lp-passwordless-ctaform__right {
    flex: 0 0 50%;
    padding: 0 240px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lp-passwordless .lp-passwordless-ctaform__form-heading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 45px;
    font-weight: 350;
    line-height: 1.2;
    color: #78b5c7;
}

/* Gravity Forms dark theme overrides */
.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gform_wrapper {
    margin: 0;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield {
    margin-bottom: 16px;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield label.gfield_label {
    display: block;
    margin-bottom: 8px;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    color: #78b5c7;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield input[type="text"],
.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield input[type="email"],
.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield input[type="tel"],
.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield select,
.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield textarea {
    width: 100%;
    height: 60px;
    padding: 0 24px;
    border: 1.5px solid #78b5c7;
    background: transparent;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    color: #78b5c7;
    border-radius: 0;
    outline: none;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield textarea {
    height: auto;
    padding: 16px 24px;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield select {
    appearance: none;
    color: rgba(120, 181, 199, 0.6);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2378b5c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 52px;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield select.gf--has-value {
    color: #78b5c7;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield input::placeholder,
.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gfield textarea::placeholder {
    color: rgba(120, 181, 199, 0.6);
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gform_footer {
    margin-top: 16px;
}

.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gform_footer input[type="submit"],
.lp-passwordless .lp-passwordless-ctaform__gf-wrap .gform_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    background: #d8b24c;
    color: #192933;
    border: none;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.44px;
    cursor: pointer;
    border-radius: 0;
    width: auto;
}

/* Fallback form */
.lp-passwordless .lp-passwordless-ctaform__fallback-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.lp-passwordless .lp-passwordless-ctaform__input {
    width: 100%;
    height: 60px;
    padding: 0 24px;
    border: 1.5px solid #78b5c7;
    background: transparent;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 20px;
    font-weight: 500;
    color: #78b5c7;
    outline: none;
}

.lp-passwordless .lp-passwordless-ctaform__input::placeholder {
    color: rgba(120, 181, 199, 0.6);
}

.lp-passwordless .lp-passwordless-ctaform__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    background: #d8b24c;
    color: #192933;
    border: none;
    font-family: cofo-sans-mono-variable, 'IBM Plex Mono', monospace;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

/* Footer */
.lp-passwordless .lp-passwordless-footer {
    background: #192933;
    border-top: 2px solid #4d91ac;
    border-bottom: 2px solid #4d91ac;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.lp-passwordless .lp-passwordless-footer__logo {
    height: 66px;
    width: auto;
    max-width: 100%;
    display: block;
}

.lp-passwordless .lp-passwordless-footer__fallback {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 350;
    color: #78b5c7;
}

/* Verticals / Industry Section */
.lp-passwordless .lp-passwordless-verticals {
    background: #192933;
    padding: 80px 120px;
}

.lp-passwordless .lp-passwordless-verticals__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.lp-passwordless .lp-passwordless-verticals__heading {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 64px;
    font-weight: 350;
    line-height: 1.15;
    letter-spacing: 3px;
    color: #78b5c7;
    text-align: center;
}

.lp-passwordless .lp-passwordless-verticals__grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.lp-passwordless .lp-passwordless-verticals__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    flex: 1;
    max-width: 264px;
    text-align: center;
}

.lp-passwordless .lp-passwordless-verticals__icon {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
}

.lp-passwordless .lp-passwordless-verticals__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.lp-passwordless .lp-passwordless-verticals__title {
    font-family: neue-haas-grotesk-display, 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #e5eae8;
}

.lp-passwordless .lp-passwordless-verticals__body {
    font-family: neue-haas-grotesk-text, 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #78b5c7;
}

@media (max-width: 1200px) {
    .lp-passwordless .lp-passwordless-hero {
        padding: 60px 40px;
    }

    .lp-passwordless .lp-passwordless-hero__inner {
        flex-direction: column;
    }

    .lp-passwordless .lp-passwordless-hero__media {
        flex: 0 0 auto;
        width: 100%;
    }

    .lp-passwordless .lp-passwordless-hero__media-inner {
        height: 360px;
    }

    .lp-passwordless .lp-passwordless-statcopy {
        padding: 40px 40px 80px;
    }

    .lp-passwordless .lp-passwordless-statcopy__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .lp-passwordless .lp-passwordless-statcopy__card {
        width: 100%;
    }

    .lp-passwordless .lp-passwordless-features {
        padding: 60px 40px;
    }

    .lp-passwordless .lp-passwordless-features__row {
        flex-wrap: wrap;
    }

    .lp-passwordless .lp-passwordless-features__item {
        flex: 0 0 calc(50% - 28px);
    }

    .lp-passwordless .lp-passwordless-features__row--bottom {
        max-width: 100%;
    }

    .lp-passwordless .lp-passwordless-paths {
        padding: 60px 40px;
    }

    .lp-passwordless .lp-passwordless-paths__cards {
        flex-direction: column;
    }

    .lp-passwordless .lp-passwordless-gated__header {
        padding: 60px 40px 40px;
    }

    .lp-passwordless .lp-passwordless-gated__body {
        flex-direction: column;
    }

    .lp-passwordless .lp-passwordless-gated__image-col,
    .lp-passwordless .lp-passwordless-gated__form-col {
        flex: 0 0 auto;
        width: 100%;
        padding: 40px;
    }

    .lp-passwordless .lp-passwordless-gated__image-col {
        border-right: none;
        border-bottom: 2px solid #78b5c7;
    }

    .lp-passwordless .lp-passwordless-ctaform__inner {
        padding: 60px 0;
        flex-direction: column;
        gap: 0;
    }

    .lp-passwordless .lp-passwordless-ctaform__left {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 32px 48px;
    }

    .lp-passwordless .lp-passwordless-ctaform__right {
        flex: 0 0 auto;
        width: 100%;
        padding: 48px 32px 60px;
        border-top: 1px solid rgba(120, 181, 199, 0.3);
    }

    .lp-passwordless .lp-passwordless-verticals {
        padding: 60px 40px;
    }

    .lp-passwordless .lp-passwordless-verticals__grid {
        flex-wrap: wrap;
        gap: 40px;
    }

    .lp-passwordless .lp-passwordless-verticals__item {
        flex: 0 0 calc(50% - 20px);
        max-width: none;
    }
}

@media (max-width: 768px) {
    .lp-passwordless .lp-passwordless-header {
        padding: 0 24px;
    }

    .lp-passwordless .lp-passwordless-header__inner {
        padding: 16px 0;
        justify-content: center;
    }

    .lp-passwordless .lp-passwordless-header__logo {
        height: 36px;
    }

    .lp-passwordless .lp-passwordless-hero__bg {
        top: 60px;
    }

    .lp-passwordless .lp-passwordless-hero__overlay {
        background:
            linear-gradient(to right, rgba(25, 41, 51, 0.6) 0%, rgba(25, 41, 51, 0.3) 50%, rgba(25, 41, 51, 0.1) 100%),
            linear-gradient(to bottom, rgba(25, 41, 51, 0.2) 0%, rgba(25, 41, 51, 0) 30%, rgba(25, 41, 51, 0) 70%, rgba(25, 41, 51, 0.5) 100%);
    }

    .lp-passwordless .lp-passwordless-hero__heading {
        font-size: 56px;
    }

    .lp-passwordless .lp-passwordless-hero__subcopy,
    .lp-passwordless .lp-passwordless-statcopy__body,
    .lp-passwordless .lp-passwordless-statcopy__emphasis {
        font-size: 20px;
    }

    .lp-passwordless .lp-passwordless-statcopy__title {
        font-size: 32px;
    }

    .lp-passwordless .lp-passwordless-statcopy__value {
        font-size: 72px;
    }

    .lp-passwordless .lp-passwordless-features__heading {
        font-size: 40px;
    }

    .lp-passwordless .lp-passwordless-features__item {
        flex: 0 0 100%;
    }

    .lp-passwordless .lp-passwordless-paths__heading {
        font-size: 40px;
    }

    .lp-passwordless .lp-passwordless-paths__footer {
        font-size: 22px;
        line-height: 1.4;
    }

    .lp-passwordless .lp-passwordless-verticals__heading {
        font-size: 36px;
    }

    .lp-passwordless .lp-passwordless-verticals__item {
        flex: 0 0 100%;
    }
}

