:root {
    --nq-bg: #d9f8ff;
    --nq-surface: rgba(255, 255, 255, 0.66);
    --nq-surface-strong: rgba(240, 252, 255, 0.92);
    --nq-stroke: rgba(18, 133, 223, 0.14);
    --nq-text: #074a8a;
    --nq-text-soft: rgba(7, 56, 104, 0.82);
    --nq-primary: #0f86f8;
    --nq-accent: #49deff;
    --nq-violet: #18a9ff;
    --nq-shadow: 0 24px 80px rgba(55, 169, 255, 0.18);
}

html {
    scroll-behavior: smooth;
}

body.nq-homepage-2 .neuroquest-home-2 {
    background:
        radial-gradient(circle at top, rgba(73, 222, 255, 0.55), transparent 30%),
        radial-gradient(circle at 18% 18%, rgba(24, 169, 255, 0.35), transparent 24%),
        linear-gradient(180deg, #f2feff 0%, #d9f7ff 26%, #b9ecff 58%, #dff9ff 100%);
    color: var(--nq-text);
}

body.nq-homepage-2 .neuroquest-home-2 {
    position: relative;
    overflow: clip;
    min-height: 100vh;
}

body.nq-homepage-2 {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l4 8-4 12-4-12z' fill='%230f86f8' fill-opacity='.85' stroke='%2349deff' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='10' r='1.2' fill='white'/%3E%3C/svg%3E") 12 3, auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(15, 134, 248, 0.75) rgba(215, 246, 255, 0.9);
}

body.nq-homepage-2 a,
body.nq-homepage-2 button,
body.nq-homepage-2 [role="button"],
body.nq-homepage-2 input,
body.nq-homepage-2 select,
body.nq-homepage-2 textarea,
body.nq-homepage-2 .nq-btn-primary,
body.nq-homepage-2 .nq-btn-secondary {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5' fill='none' stroke='%230f86f8' stroke-width='1.8'/%3E%3Cpath d='M12 4v4M20 12h-4M12 20v-4M4 12h4' stroke='%2349deff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 12 12, pointer;
}

body.nq-homepage-2::-webkit-scrollbar {
    width: 11px;
}

body.nq-homepage-2::-webkit-scrollbar-track {
    background: linear-gradient(180deg, rgba(232, 250, 255, 0.95), rgba(214, 245, 255, 0.95));
}

body.nq-homepage-2::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1498ff, #49deff);
    border-radius: 999px;
    border: 2px solid rgba(232, 250, 255, 0.95);
    box-shadow: 0 0 10px rgba(15, 134, 248, 0.25);
}

body.nq-homepage-2::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0f86f8, #6ee7f9);
}

body.nq-homepage-2 .neuroquest-home-2::before,
body.nq-homepage-2 .neuroquest-home-2::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

body.nq-homepage-2 .neuroquest-home-2::before {
    width: 22rem;
    height: 22rem;
    top: 6rem;
    left: -6rem;
    background: rgba(73, 222, 255, 0.34);
}

body.nq-homepage-2 .neuroquest-home-2::after {
    width: 24rem;
    height: 24rem;
    top: 42rem;
    right: -8rem;
    background: rgba(24, 169, 255, 0.24);
}

.nq-section {
    position: relative;
    padding: 4.75rem 0;
}

body.nq-homepage-2 .neuroquest-home-2 .nq-section::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 0;
    left: 1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 134, 248, 0.18), transparent);
}

.nq-section:last-child::after {
    display: none;
}

.nq-shell {
    position: relative;
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 1;
}

body.nq-homepage-2 .neuroquest-home-2 .nq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(15, 134, 248, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(12, 94, 165, 0.82);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.nq-homepage-2 .neuroquest-home-2 .nq-eyebrow__dot,
body.nq-homepage-2 .nq-brand-mark__dot {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nq-accent), var(--nq-primary));
    box-shadow: 0 0 24px rgba(73, 222, 255, 0.3);
}

body.nq-homepage-2 .neuroquest-home-2 .nq-gradient-text {
    background: linear-gradient(135deg, #0a63b8 0%, #138ef8 34%, #46ddff 72%, #1498ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.nq-homepage-2 .neuroquest-home-2 .nq-card,
body.nq-homepage-2 .neuroquest-home-2 .nq-media-panel,
body.nq-homepage-2 .neuroquest-home-2 .nq-stat,
body.nq-homepage-2 .neuroquest-home-2 .nq-step-card,
body.nq-homepage-2 .neuroquest-home-2 .nq-compare-card,
body.nq-homepage-2 .neuroquest-home-2 .nq-input {
    border: 1px solid var(--nq-stroke);
    background: var(--nq-surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--nq-shadow);
}

.nq-card,
.nq-media-panel,
.nq-stat,
.nq-step-card,
.nq-compare-card {
    border-radius: 1.5rem;
}

.nq-card {
    padding: 1.5rem;
}

.nq-stat {
    padding: 1.25rem;
}

.nq-media-panel {
    position: relative;
    overflow: hidden;
    padding: 1.25rem;
}

.nq-media-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
        linear-gradient(135deg, rgba(110, 231, 249, 0.12), transparent 52%, rgba(155, 123, 255, 0.14));
    pointer-events: none;
}

.nq-panel-label {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    color: var(--nq-text-soft);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nq-placeholder {
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.03);
}

.nq-placeholder__meta {
    color: rgba(232, 240, 252, 0.82);
    font-size: 0.95rem;
    font-weight: 600;
}

.nq-placeholder__copy {
    color: rgba(232, 240, 252, 0.66);
    font-size: 0.85rem;
    line-height: 1.6;
}

.nq-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(248, 251, 255, 0.84);
    font-size: 0.92rem;
    font-weight: 500;
}

.nq-chip::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nq-accent), var(--nq-primary));
}

.nq-chip-panel {
    justify-content: flex-start;
    min-height: auto;
    padding: 1rem;
    border-radius: 1rem;
}

.nq-btn-primary,
.nq-btn-secondary,
.nq-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.25rem;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

body.nq-homepage-2 .neuroquest-home-2 .nq-btn-primary,
body.nq-homepage-2 .nq-header__cta,
body.nq-homepage-2 .nq-header__mobile-cta,
body.nq-homepage-2 .nq-popup__submit,
body.nq-homepage-2 .nq-waitlist__submit {
    background: linear-gradient(135deg, #0e86f7 0%, #23b8ff 48%, #6be9ff 100%);
    color: #ffffff;
    box-shadow: 0 16px 38px rgba(35, 184, 255, 0.22);
}

body.nq-homepage-2 .neuroquest-home-2 .nq-btn-secondary {
    border: 1px solid rgba(15, 134, 248, 0.14);
    background: rgba(255, 255, 255, 0.54);
    color: var(--nq-text);
}

.nq-btn-primary:hover,
.nq-btn-secondary:hover,
.nq-header-cta:hover {
    transform: translateY(-1px);
}

/* ── Header ────────────────────────────────────────────── */

body.nq-homepage-2 .nq-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(231, 250, 255, 0.82);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
}

body.nq-homepage-2 .nq-header__edge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(15, 134, 248, 0.16) 30%,
        rgba(73, 222, 255, 0.26) 70%,
        transparent
    );
}

.nq-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 78rem;
    margin: 0 auto;
    padding: 0.875rem 1rem;
}

body.nq-homepage-2 .nq-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: var(--nq-text);
}

.nq-header__brand-name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.nq-header__nav {
    display: none;
    align-items: center;
    gap: 2rem;
}

body.nq-homepage-2 .nq-header__link {
    position: relative;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(10, 93, 168, 0.68);
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 0.25rem 0;
}

body.nq-homepage-2 .nq-header__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--nq-primary), var(--nq-accent));
    transition: width 0.25s ease;
}

body.nq-homepage-2 .nq-header__link:hover {
    color: var(--nq-text);
}

.nq-header__link:hover::after {
    width: 100%;
}

.nq-header__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

body.nq-homepage-2 .nq-header__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(35, 184, 255, 0.28);
}

/* Hamburger */
body.nq-homepage-2 .nq-header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4.5px;
    width: 2rem;
    height: 2rem;
    padding: 0.35rem;
    border: 1px solid rgba(15, 134, 248, 0.12);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.52);
    cursor: pointer;
    transition: background 0.2s;
}

body.nq-homepage-2 .nq-header__burger:hover {
    background: rgba(255, 255, 255, 0.68);
}

body.nq-homepage-2 .nq-header__burger-line {
    display: block;
    height: 1.5px;
    border-radius: 1px;
    background: rgba(10, 93, 168, 0.72);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nq-header__burger[aria-expanded="true"] .nq-header__burger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nq-header__burger[aria-expanded="true"] .nq-header__burger-line:nth-child(2) {
    opacity: 0;
}

.nq-header__burger[aria-expanded="true"] .nq-header__burger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Mobile nav */
body.nq-homepage-2 .nq-header__mobile {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 1rem 1.25rem;
    border-top: 1px solid rgba(15, 134, 248, 0.08);
    background: rgba(238, 252, 255, 0.96);
    backdrop-filter: blur(16px);
}

.nq-header__mobile[hidden] {
    display: none;
}

body.nq-homepage-2 .nq-header__mobile[hidden] {
    display: none;
}

body.nq-homepage-2 .nq-header__mobile-link {
    display: block;
    padding: 0.7rem 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(10, 93, 168, 0.75);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

body.nq-homepage-2 .nq-header__mobile-link:hover {
    background: rgba(255, 255, 255, 0.66);
    color: var(--nq-text);
}

body.nq-homepage-2 .nq-header__mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    padding: 0.75rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
}

body.nq-homepage-2 .neuroquest-home-2 .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-chip,
body.nq-homepage-2 .neuroquest-home-2 .nq-btn-primary,
body.nq-homepage-2 .neuroquest-home-2 .nq-btn-secondary,
body.nq-homepage-2 .nq-header__cta,
body.nq-homepage-2 .nq-header__mobile-cta,
body.nq-homepage-2 .nq-popup__submit,
body.nq-homepage-2 .nq-waitlist__submit {
    width: auto;
    max-width: 100%;
}

body.nq-homepage-2 .neuroquest-home-2 .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-chip,
body.nq-homepage-2 .nq-popup__submit,
body.nq-homepage-2 .nq-waitlist__submit {
    align-self: flex-start;
}

/* Center eyebrow badges when section headings are centered. */
body.nq-homepage-2 .neuroquest-home-2 .nq-problem__header .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-benefits__header .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-steps__header .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-team__header .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-differ__header .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-faq__header .nq-eyebrow,
body.nq-homepage-2 .neuroquest-home-2 .nq-waitlist__content .nq-eyebrow {
    align-self: center;
}

body.nq-homepage-2 .nq-popup__submit {
    align-self: center;
    min-width: 12rem;
}

/* ── Footer ───────────────────────────────────────────── */

body.nq-homepage-2 .nq-footer {
    position: relative;
    background:
        radial-gradient(ellipse at 15% 15%, rgba(73, 222, 255, 0.12), transparent 40%),
        linear-gradient(180deg, rgba(247, 253, 255, 0.98) 0%, rgba(232, 248, 255, 0.94) 100%);
    backdrop-filter: blur(18px);
}

.nq-footer__edge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(110, 231, 249, 0.12) 30%,
        rgba(155, 123, 255, 0.1) 70%,
        transparent
    );
}

.nq-footer__main {
    display: grid;
    gap: 2.5rem;
    max-width: 78rem;
    margin: 0 auto;
    padding: 3.5rem 1rem 2.5rem;
}

.nq-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nq-footer__tagline {
    max-width: 22rem;
    font-size: 0.92rem;
    line-height: 1.75;
    color: var(--nq-text-soft);
}

.nq-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.nq-footer__badge {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 134, 248, 0.08);
    color: var(--nq-primary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15, 134, 248, 0.05);
}

.nq-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 3rem;
    padding: 0.75rem 1.05rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0e86f7 0%, #23b8ff 48%, #6be9ff 100%);
    color: #fff;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(35, 184, 255, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nq-footer__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(35, 184, 255, 0.25);
}

.nq-footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.nq-footer__col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.1rem 1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(15, 134, 248, 0.07);
    box-shadow: 0 14px 30px rgba(15, 134, 248, 0.05);
}

.nq-footer__col-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(7, 56, 104, 0.6);
    margin-bottom: 0.25rem;
}

.nq-footer__link {
    font-size: 0.92rem;
    color: var(--nq-text);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nq-footer__link:hover {
    color: var(--nq-primary);
    transform: translateX(2px);
}

.nq-footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-width: 78rem;
    margin: 0 auto;
    padding: 1.25rem 1rem;
    border-top: 1px solid rgba(15, 134, 248, 0.08);
    font-size: 0.8rem;
    color: rgba(7, 56, 104, 0.7);
}

.nq-footer__bottom-copy {
    color: rgba(7, 56, 104, 0.6);
}

.nq-phone {
    position: relative;
    max-width: 19rem;
    margin: 0 auto;
    padding: 0.9rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(5, 12, 22, 0.86);
    box-shadow: 0 22px 60px rgba(4, 10, 20, 0.55);
}

.nq-phone::before {
    content: "";
    display: block;
    width: 36%;
    height: 0.35rem;
    margin: 0 auto 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.nq-phone-screen {
    border-radius: 1.45rem;
    background:
        radial-gradient(circle at top, rgba(110, 231, 249, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(14, 27, 46, 0.98) 0%, rgba(8, 16, 30, 0.98) 100%);
    padding: 1rem;
}

.nq-mini-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.85rem;
}

.nq-progress-track {
    height: 0.5rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.nq-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nq-primary), var(--nq-accent), var(--nq-violet));
}

.nq-metric-bars {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    min-height: 5rem;
}

.nq-metric-bars span {
    flex: 1;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, rgba(174, 141, 255, 0.88), rgba(110, 231, 249, 0.52));
}

.nq-step-card {
    position: relative;
    padding: 1.5rem;
}

.nq-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nq-primary), var(--nq-accent));
    color: #04111d;
    font-weight: 700;
}

.nq-bullet-list {
    display: grid;
    gap: 0.85rem;
}

.nq-bullet {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(232, 240, 252, 0.82);
    line-height: 1.65;
}

.nq-bullet::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.45rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nq-accent), var(--nq-violet));
}

.nq-compare-card {
    height: 100%;
    padding: 1.5rem;
}

.nq-compare-card--featured {
    background:
        linear-gradient(180deg, rgba(110, 231, 249, 0.12), rgba(155, 123, 255, 0.1)),
        var(--nq-surface-strong);
    border-color: rgba(110, 231, 249, 0.26);
}

.nq-input {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    color: var(--nq-text);
    outline: none;
}

.nq-input::placeholder {
    color: rgba(7, 56, 104, 0.48);
}

.nq-input:focus {
    border-color: rgba(110, 231, 249, 0.55);
    box-shadow: 0 0 0 4px rgba(110, 231, 249, 0.12);
}

.nq-anchor-offset {
    scroll-margin-top: 5.75rem;
}
