.nslc {
    --nslc-ink: #06101a;
    --nslc-navy: #091724;
    --nslc-panel: rgba(8, 18, 30, .88);
    --nslc-panel-strong: rgba(7, 15, 26, .96);
    --nslc-blue: #1f8fff;
    --nslc-blue-soft: #59abff;
    --nslc-blue-pale: #dbeeff;
    --nslc-white: #ffffff;
    --nslc-muted: #aab9c8;
    --nslc-line: rgba(159, 198, 237, .17);
    --nslc-error: #ff9bad;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
    color: var(--nslc-white);
    background:
        radial-gradient(circle at 82% 16%, rgba(31, 143, 255, .14), transparent 24rem),
        radial-gradient(circle at 10% 64%, rgba(38, 84, 146, .2), transparent 26rem),
        linear-gradient(90deg, rgba(3,14,24,.95) 0%, rgba(4,16,27,.92) 36%, rgba(4,15,25,.72) 62%, rgba(4,15,25,.86) 100%),
        linear-gradient(180deg, rgba(7,19,32,.42), rgba(7,19,32,.42)),
        url("https://neonsnow.com.au/wp-content/uploads/2026/08/Late-Night-Office-Strategy-Meeting.png") center center / cover no-repeat;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.nslc *, .nslc *::before, .nslc *::after { box-sizing: border-box; }
.nslc [hidden] { display: none !important; }
.nslc button, .nslc input, .nslc textarea { font: inherit; }
.nslc button { border: 0; }
.nslc a { color: inherit; }
.nslc__inner {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(54px, 7vw, 96px) 0 clamp(58px, 7vw, 92px);
}
.nslc__site-glow {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4,12,22,.8) 0%, rgba(4,14,24,.58) 50%, rgba(4,14,24,.74) 100%),
        linear-gradient(180deg, rgba(7,19,32,.18), rgba(7,19,32,.36));
    pointer-events: none;
}
.nslc__site-glow::before,
.nslc__site-glow::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(16px);
    opacity: .8;
}
.nslc__site-glow::before {
    right: -8rem;
    top: 8rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(31,143,255,.22), transparent 68%);
}
.nslc__site-glow::after {
    left: -8rem;
    bottom: 0;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(88, 141, 221, .14), transparent 68%);
}
.nslc__sr-only, .nslc__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }

.nslc__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: center;
    margin-bottom: 56px;
}
.nslc__hero-copy {
    max-width: 690px;
}
.nslc__brand {
    display: inline-flex;
    margin-bottom: 24px;
    align-items: center;
    text-decoration: none;
}
.nslc__brand img {
    width: auto;
    max-width: 180px;
    max-height: 48px;
    display: block;
    filter: brightness(0) invert(1);
}
.nslc__brand span {
    display: inline-flex;
    padding: 9px 16px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.nslc__eyebrow, .nslc__step-head > p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 17px;
    color: #3ea2ff;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.nslc__eyebrow span, .nslc__step-head > p span { width: 34px; height: 1px; background: rgba(100, 173, 248, .72); }
.nslc__hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--nslc-white);
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1.03;
    text-wrap: balance;
}
.nslc__hero h1 span { color: var(--nslc-blue); }
.nslc__hero-copy > p:last-of-type {
    max-width: 660px;
    margin: 24px 0 0;
    color: #c5d4df;
    font-size: clamp(15px, 1.55vw, 18px);
    line-height: 1.8;
}
.nslc__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}
.nslc__button,
.nslc__next,
.nslc__submit {
    display: inline-flex;
    min-height: 53px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .015em;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}
.nslc__button--primary,
.nslc__next,
.nslc__submit {
    color: var(--nslc-white);
    background: linear-gradient(180deg, #2d9fff 0%, #177ee7 100%);
    border: 1px solid rgba(83, 169, 255, .95);
    box-shadow: 0 16px 38px rgba(25, 126, 231, .26);
}
.nslc__button--primary:hover,
.nslc__next:hover,
.nslc__submit:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #4aaaff 0%, #268af2 100%);
    box-shadow: 0 18px 42px rgba(25, 126, 231, .34);
}
.nslc__button--ghost {
    color: var(--nslc-white);
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: inset 0 1px rgba(255,255,255,.06);
}
.nslc__button--ghost:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.24);
}
.nslc__hero-footnote {
    display: inline-flex;
    max-width: 460px;
    margin-top: 18px;
    align-items: flex-start;
    gap: 10px;
    color: #d8e4ef;
    font-size: 13px;
    line-height: 1.55;
}
.nslc__pin {
    display: inline-grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    color: var(--nslc-blue);
    background: rgba(31,143,255,.12);
    border: 1px solid rgba(31,143,255,.3);
    border-radius: 50%;
}

.nslc__hero-visual {
    position: relative;
    max-width: 560px;
    margin-left: auto;
}
.nslc__hero-orbit-shell {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    filter: drop-shadow(0 28px 65px rgba(0,0,0,.34));
}
.nslc__hero-orbit-ring {
    position: absolute;
    inset: 8%;
    z-index: 1;
    border: 3px dotted rgba(0,146,255,.94);
    border-radius: 50%;
    filter: drop-shadow(0 0 9px rgba(0,141,255,.28));
    animation: nslcRingPulse 5s ease-in-out infinite;
}
@keyframes nslcRingPulse {
    0%,100% { opacity: .72; }
    50% { opacity: 1; }
}
.nslc__hero-orbit-nodes {
    position: absolute;
    inset: 8%;
    z-index: 25;
    border-radius: 50%;
    pointer-events: none;
    animation: nslcOrbitTravel 90s linear infinite;
}
@keyframes nslcOrbitTravel {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.nslc__hero-orbit-slot {
    position: absolute;
    inset: 0;
    transform: rotate(var(--angle));
}
.nslc__hero-orbit-node {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255,255,255,.98);
    text-align: center;
    font-size: 13px;
    font-weight: 550;
    letter-spacing: .025em;
    text-shadow: 0 2px 6px rgba(0,0,0,.5);
    animation: nslcOrbitCounterRotate 90s linear infinite;
}
@keyframes nslcOrbitCounterRotate {
    from {
        transform: translate(-50%,-50%) rotate(calc(-1 * var(--angle))) rotate(0deg);
    }
    to {
        transform: translate(-50%,-50%) rotate(calc(-1 * var(--angle))) rotate(-360deg);
    }
}
.nslc__hero-orbit-node::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #19a8ff;
    box-shadow: 0 0 9px rgba(25,168,255,.95), 0 0 16px rgba(25,168,255,.55);
}
.nslc__hero-orbit-node i {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(2,20,43,.48);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 0 4px rgba(8,124,255,.045), 0 7px 18px rgba(0,0,0,.16);
    font-style: normal;
    font-size: 25px;
}
.nslc__hero-orbit-node span {
    display: block;
    text-transform: uppercase;
}
.nslc__hero-orbit-centre {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 61%;
    aspect-ratio: 1 / 1;
    z-index: 5;
    transform: translate(-50%, -50%);
}
.nslc__cloud-scene {
    position: relative;
    width: 100%;
    height: 100%;
    isolation: isolate;
}
.nslc__cloud-layer {
    position: absolute;
    inset: 0;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    pointer-events: none;
    user-select: none;
    transform-origin: center;
    will-change: transform;
}
.nslc__cloud-layer--circle { z-index: 1; animation: nslcCircleDrift 16s ease-in-out -3s infinite; }
.nslc__cloud-layer--left { z-index: 2; animation: nslcLeftCloudDrift 11s ease-in-out -2s infinite; }
.nslc__cloud-layer--right { z-index: 3; animation: nslcRightCloudDrift 13s ease-in-out -5s infinite; }
.nslc__cloud-layer--large { z-index: 4; animation: nslcLargeCloudDrift 14s ease-in-out -7s infinite; }
.nslc__cloud-layer--bottom { z-index: 5; animation: nslcBottomCloudDrift 11.5s ease-in-out -4s infinite; }
.nslc__cloud-layer--person {
    z-index: 20;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,.12));
    animation: nslcPersonDrift 8.5s ease-in-out -3s infinite;
}
@keyframes nslcCircleDrift { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(0,-2px,0) scale(1.007); } }
@keyframes nslcLeftCloudDrift { 0%,100% { transform: translate3d(0,0,0); } 40% { transform: translate3d(-7px,-4px,0); } 75% { transform: translate3d(3px,2px,0); } }
@keyframes nslcRightCloudDrift { 0%,100% { transform: translate3d(0,0,0); } 42% { transform: translate3d(7px,-4px,0); } 76% { transform: translate3d(-3px,2px,0); } }
@keyframes nslcLargeCloudDrift { 0%,100% { transform: translate3d(0,0,0); } 38% { transform: translate3d(-4px,3px,0); } 72% { transform: translate3d(5px,-2px,0); } }
@keyframes nslcBottomCloudDrift { 0%,100% { transform: translate3d(0,0,0); } 45% { transform: translate3d(-5px,-3px,0); } 77% { transform: translate3d(4px,2px,0); } }
@keyframes nslcPersonDrift { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(1px,-7px,0); } }
.nslc__mini-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    justify-content: center;
}
.nslc__mini-points span {
    display: inline-flex;
    padding: 9px 14px;
    align-items: center;
    color: #d8e9fb;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 550;
}
.nslc__shell {
    display: grid;
    grid-template-columns: 245px minmax(0,1fr);
    overflow: hidden;
    border: 1px solid rgba(128, 180, 236, .18);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(7, 18, 30, .95), rgba(7, 15, 26, .98));
    box-shadow: 0 38px 90px rgba(0,0,0,.33), inset 0 1px rgba(255,255,255,.03);
    backdrop-filter: blur(14px);
}
.nslc__shell.is-success { grid-template-columns: 1fr; }
.nslc__progress {
    padding: 34px 24px;
    border-right: 1px solid rgba(128, 180, 236, .12);
    background: linear-gradient(180deg, rgba(11, 26, 43, .92), rgba(8, 20, 32, .82));
}
.nslc__progress-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; color: #96a7b5; font-size: 11px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.nslc__progress-top strong { color: #74bdff; }
.nslc__progress-bar { height: 3px; margin-bottom: 25px; overflow: hidden; border-radius: 10px; background: rgba(189,220,247,.1); }
.nslc__progress-bar span { display: block; width: 14.285%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #1f8fff, #74bdff); box-shadow: 0 0 12px rgba(31,143,255,.45); transition: width .3s ease; }
.nslc__progress ol { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.nslc__progress button { display: grid; grid-template-columns: 34px 1fr; width: 100%; min-height: 54px; padding: 8px 10px; align-items: center; gap: 10px; color: #73889a; background: transparent; border-radius: 14px; cursor: pointer; text-align: left; transition: color .18s ease, background .18s ease; }
.nslc__progress button:disabled { cursor: default; }
.nslc__progress button > span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(128, 180, 236, .18); border-radius: 50%; font-size: 11px; font-weight: 650; }
.nslc__progress button em { font-size: 12px; font-style: normal; font-weight: 500; }
.nslc__progress li.is-current button { color: var(--nslc-white); background: rgba(31,143,255,.08); }
.nslc__progress li.is-current button > span { color: var(--nslc-white); background: linear-gradient(180deg, #2d9fff 0%, #177ee7 100%); border-color: transparent; }
.nslc__progress li.is-complete button { color: #93ccff; }

.nslc__form-panel { min-width: 0; padding: clamp(32px, 5vw, 62px); }
.nslc__step { min-width: 0; margin: 0; padding: 0; border: 0; animation: nslc-step-in .28s ease both; }
@keyframes nslc-step-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
.nslc__step-head { margin-bottom: 34px; }
.nslc__step-head > p { margin-bottom: 12px; font-size: 11px; }
.nslc__step-head h2, .nslc__success h2 { margin: 0; color: var(--nslc-white); font-size: clamp(28px, 3vw, 41px); font-weight: 700; letter-spacing: -.045em; line-height: 1.12; }
.nslc__step-head > small { display: block; margin-top: 10px; color: #aebcc7; font-size: 14px; line-height: 1.6; }
.nslc__grid { display: grid; gap: 21px; }
.nslc__grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.nslc__span-two { grid-column: 1/-1; }
.nslc__field { position: relative; min-width: 0; margin-bottom: 25px; }
.nslc__grid .nslc__field { margin-bottom: 0; }
.nslc__field > label, .nslc__label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0 0 8px; color: #eef5fb; font-size: 14px; font-weight: 600; }
.nslc__field label b, .nslc__label b { color: #74bdff; }
.nslc__field label small, .nslc__label small { color: #94a6b5; font-size: 11px; font-weight: 550; letter-spacing: .08em; text-transform: uppercase; }
.nslc__field input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .nslc__field textarea, .nslc__field select {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    color: var(--nslc-white);
    background: rgba(4,13,21,.75);
    border: 1px solid rgba(128, 180, 236, .15);
    border-radius: 14px;
    outline: 0;
    font-size: 15px;
    line-height: 1.55;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.nslc__field textarea { min-height: 160px; resize: vertical; }
.nslc__field input::placeholder, .nslc__field textarea::placeholder { color: #6d8294; opacity: 1; }
.nslc__field input:focus, .nslc__field textarea:focus, .nslc__field select:focus { background: rgba(5,17,27,.95); border-color: #4ea8ff; box-shadow: 0 0 0 3px rgba(31,143,255,.12); }
.nslc__help { display: block; margin-top: 7px; color: #93a5b4; font-size: 12px; }
.nslc__alert { margin-bottom: 24px; padding: 13px 15px; color: #ffd8df; background: rgba(242,41,91,.08); border: 1px solid rgba(242,41,91,.3); border-radius: 13px; font-size: 13.5px; }
.nslc__error { margin: 7px 0 0; color: var(--nslc-error); font-size: 12.5px; line-height: 1.45; }
.nslc__field.is-invalid input, .nslc__field.is-invalid textarea, .nslc__field.is-invalid select, .nslc__choice-group.is-invalid .nslc__choice-grid, .nslc__services.is-invalid, .nslc__consent.is-invalid { border-color: rgba(255,155,173,.72); }

.nslc__choice-grid { display: grid; gap: 10px; padding: 0; border: 1px solid transparent; border-radius: 15px; }
.nslc__choice-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.nslc__choice-grid input, .nslc__chips input, .nslc__services input, .nslc__consent > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.nslc__choice-grid label > span { display: flex; min-height: 54px; padding: 10px 12px; align-items: center; justify-content: center; color: #cfdae2; background: rgba(4,13,21,.58); border: 1px solid rgba(128, 180, 236, .14); border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 550; transition: .16s ease; }
.nslc__choice-grid label > span:hover, .nslc__chips label > span:hover { color: var(--nslc-white); border-color: rgba(128, 180, 236, .36); transform: translateY(-1px); }
.nslc__choice-grid input:checked + span { color: var(--nslc-white); background: rgba(31,143,255,.18); border-color: rgba(88, 171, 255, .9); }
.nslc__conditional { margin-bottom: 27px; padding: 21px; border: 1px solid rgba(128, 180, 236, .13); border-radius: 18px; background: rgba(128, 180, 236, .04); animation: nslc-step-in .24s ease both; }
.nslc__conditional .nslc__field { margin: 0; }
.nslc__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.nslc__chips label > span { display: inline-flex; min-height: 44px; padding: 9px 14px; align-items: center; color: #cfdae2; background: rgba(4,13,21,.5); border: 1px solid rgba(128, 180, 236, .13); border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 500; transition: .16s ease; }
.nslc__chips input:checked + span { color: #eef7ff; background: rgba(31,143,255,.12); border-color: rgba(88,171,255,.52); }

.nslc__services { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; border: 1px solid transparent; border-radius: 20px; }
.nslc__services label > span { display: block; min-height: 156px; padding: 21px; color: #dce6ee; background: rgba(4,13,21,.5); border: 1px solid rgba(128, 180, 236, .13); border-radius: 18px; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.nslc__services label > span:hover { border-color: rgba(128, 180, 236, .35); transform: translateY(-2px); }
.nslc__services i { display: block; width: 16px; height: 16px; margin: 0 0 20px auto; border: 1px solid rgba(128, 180, 236, .27); border-radius: 50%; transition: .18s ease; }
.nslc__services strong, .nslc__services small { display: block; }
.nslc__services strong { margin-bottom: 7px; color: var(--nslc-white); font-size: 15px; font-weight: 620; line-height: 1.35; }
.nslc__services small { color: #a5b4c0; font-size: 12.5px; line-height: 1.62; }
.nslc__services input:checked + span { background: linear-gradient(145deg,rgba(31,143,255,.12),rgba(20,41,61,.48)); border-color: rgba(88,171,255,.55); box-shadow: 0 14px 32px rgba(0,0,0,.14); }
.nslc__services input:checked + span i { background: linear-gradient(180deg, #2d9fff 0%, #177ee7 100%); border-color: transparent; box-shadow: inset 0 0 0 4px var(--nslc-navy); }

.nslc__dropzone { display: flex; min-height: 230px; padding: 28px; align-items: center; justify-content: center; flex-direction: column; color: #dce8f1; background: rgba(31,143,255,.03); border: 1px dashed rgba(88,171,255,.34); border-radius: 18px; cursor: pointer; text-align: center; transition: .18s ease; }
.nslc__dropzone:hover, .nslc__dropzone.is-dragging { background: rgba(31,143,255,.08); border-color: #74bdff; transform: translateY(-1px); }
.nslc__upload-icon { display: grid; width: 50px; height: 50px; margin-bottom: 14px; place-items: center; color: #74bdff; background: rgba(31,143,255,.1); border: 1px solid rgba(88,171,255,.22); border-radius: 50%; font-size: 23px; font-weight: 300; }
.nslc__dropzone > strong { font-size: 15px; font-weight: 620; }
.nslc__dropzone > p { margin: 5px 0 13px; color: #9aabb9; font-size: 13.5px; }
.nslc__dropzone > p span { color: #74bdff; text-decoration: underline; text-underline-offset: 3px; }
.nslc__dropzone > small { color: #91a3b2; font-size: 11.5px; line-height: 1.5; text-transform: uppercase; }
.nslc__file-feedback { min-height: 18px; margin-top: 9px; color: var(--nslc-error); font-size: 12.5px; }
.nslc__file-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.nslc__file-list li { display: grid; grid-template-columns: minmax(0,1fr) 42px; padding: 10px 10px 10px 14px; align-items: center; gap: 10px; color: #c9d6e0; background: rgba(255,255,255,.04); border: 1px solid rgba(128, 180, 236, .1); border-radius: 12px; font-size: 13px; }
.nslc__file-list li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nslc__file-list button { display: grid; width: 40px; height: 40px; place-items: center; color: #a6b4c0; background: transparent; border-radius: 50%; cursor: pointer; font-size: 21px; }
.nslc__file-list button:hover { color: var(--nslc-white); background: rgba(255,255,255,.08); }
.nslc__privacy-note { display: flex; align-items: flex-start; gap: 8px; margin: 15px 0 0; color: #96a7b5; font-size: 12px; line-height: 1.55; }

.nslc__review { display: grid; gap: 1px; overflow: hidden; margin-bottom: 22px; border: 1px solid rgba(128, 180, 236, .13); border-radius: 18px; background: rgba(128, 180, 236, .08); }
.nslc__review > div { display: grid; grid-template-columns: 135px minmax(0,1fr); gap: 18px; padding: 15px 17px; background: #081724; }
.nslc__review span { color: #91a4b3; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nslc__review strong { color: #dbe6ef; font-size: 13.5px; font-weight: 550; line-height: 1.55; }
.nslc__consent { display: grid; grid-template-columns: 23px 1fr; padding: 16px; align-items: start; gap: 12px; color: #b9c5ce; background: rgba(255,255,255,.03); border: 1px solid rgba(128, 180, 236, .12); border-radius: 14px; cursor: pointer; font-size: 13px; line-height: 1.65; }
.nslc__consent-box { display: grid; width: 21px; height: 21px; place-items: center; color: transparent; border: 1px solid rgba(128, 180, 236, .34); border-radius: 6px; transition: .16s ease; }
.nslc__consent input:checked + .nslc__consent-box { color: var(--nslc-white); background: linear-gradient(180deg, #2d9fff 0%, #177ee7 100%); border-color: transparent; }
.nslc__consent a { color: #74bdff; text-underline-offset: 3px; }

.nslc__actions { display: flex; margin-top: 38px; padding-top: 28px; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid rgba(128, 180, 236, .11); }
.nslc__actions--end { justify-content: flex-end; }
.nslc__back { min-height: 48px; padding: 0 17px; color: #aebcc7; background: transparent; border-radius: 999px; cursor: pointer; font-size: 13.5px; font-weight: 600; }
.nslc__back:hover { color: var(--nslc-white); background: rgba(255,255,255,.06); }
.nslc__submit:disabled { cursor: wait; opacity: .65; transform: none; }
.nslc__submit-row { align-items: flex-start; }
.nslc__submit-row > div { display: flex; align-items: center; flex-direction: column; }
.nslc__submit-row > div > small { margin-top: 8px; color: #93a5b4; font-size: 11.5px; }

.nslc__success { max-width: 650px; margin: 0 auto; padding: clamp(35px,7vw,80px) 8px; text-align: center; animation: nslc-step-in .35s ease both; }
.nslc__brand--success { justify-content: center; margin-bottom: 14px; }
.nslc__success-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 23px; place-items: center; color: var(--nslc-white); background: linear-gradient(180deg, #2d9fff 0%, #177ee7 100%); border-radius: 50%; box-shadow: 0 0 0 10px rgba(31,143,255,.06), 0 17px 40px rgba(25, 126, 231, .22); font-size: 25px; }
.nslc__success > p:first-of-type { margin: 0 0 11px; color: #74bdff; font-size: 11px; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.nslc__success > p:last-of-type { max-width: 560px; margin: 17px auto 0; color: #b3c0ca; font-size: 14px; line-height: 1.75; }
.nslc__success > a:last-child { display: inline-flex; min-height: 49px; margin-top: 31px; padding: 0 20px; align-items: center; gap: 9px; color: var(--nslc-white); background: linear-gradient(180deg, #2d9fff 0%, #177ee7 100%); border-radius: 999px; font-size: 13.5px; font-weight: 650; text-decoration: none; box-shadow: 0 16px 38px rgba(25, 126, 231, .26); }

.nslc :is(a,button,input,textarea,select,[tabindex]):focus-visible { outline: 3px solid rgba(116,189,255,.85); outline-offset: 3px; }
.nslc__choice-grid input:focus-visible + span, .nslc__chips input:focus-visible + span, .nslc__services input:focus-visible + span, .nslc__consent input:focus-visible + .nslc__consent-box { outline: 3px solid rgba(116,189,255,.85); outline-offset: 3px; }

@media (max-width: 980px) {
    .nslc__hero { grid-template-columns: 1fr; gap: 28px; }
    .nslc__hero-copy { max-width: 100%; }
    .nslc__hero-visual { max-width: 560px; }
    .nslc__shell { grid-template-columns: 1fr; }
    .nslc__progress { padding: 22px 25px 18px; border-right: 0; border-bottom: 1px solid rgba(128, 180, 236, .13); }
    .nslc__progress-bar { margin-bottom: 15px; }
    .nslc__progress ol { grid-template-columns: repeat(7,minmax(0,1fr)); }
    .nslc__progress button { display: flex; min-height: 44px; padding: 6px; justify-content: center; }
    .nslc__progress button > span { width: 29px; height: 29px; }
    .nslc__progress button em { display: none; }
}

@media (max-width: 620px) {
    .nslc__inner {
        width: min(100% - 22px, 560px);
        padding: 40px 0 46px;
    }
    .nslc__hero { margin-bottom: 34px; }
    .nslc__hero h1 { font-size: clamp(35px,11vw,49px); }
    .nslc__hero-copy > p:last-of-type { font-size: 14px; }
    .nslc__hero-orbit-node i { width: 44px; height: 44px; font-size: 22px; }
    .nslc__hero-orbit-node { min-width: 92px; font-size: 11.5px; }
    .nslc__shell { border-radius: 24px; }
    .nslc__progress { padding: 20px 18px 16px; }
    .nslc__form-panel { padding: 29px 19px; }
    .nslc__step-head h2, .nslc__success h2 { font-size: 29px; }
    .nslc__grid--two, .nslc__services { grid-template-columns: 1fr; }
    .nslc__span-two { grid-column: auto; }
    .nslc__services label > span { min-height: 138px; }
    .nslc__dropzone { min-height: 205px; padding: 24px 15px; }
    .nslc__review > div { grid-template-columns: 1fr; gap: 5px; }
    .nslc__actions, .nslc__submit-row { align-items: stretch; flex-direction: column-reverse; }
    .nslc__hero-actions, .nslc__next, .nslc__submit, .nslc__submit-row > div { width: 100%; }
    .nslc__hero-actions { flex-direction: column; }
    .nslc__button { width: 100%; }
    .nslc__back { align-self: center; }
}

@media (prefers-reduced-motion: reduce) {
    .nslc *, .nslc *::before, .nslc *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* =========================================================
   DEDICATED CTA PAGE: FULL BLEED / REMOVE THEME WHITE GUTTERS
   ========================================================= */
body.nslc-landing-page {
    margin: 0 !important;
    overflow-x: hidden;
    background: #03111d;
}
body.nslc-landing-page :is(#content, #primary, .site-content, .content-area, .site-main, main.site-main, article.page, .entry-content, .page-content) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.nslc-landing-page .site-content > :is(.container, .ast-container) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.nslc-landing-page :is(.entry-header, .page-header, .entry-title, .page-title) {
    display: none !important;
}
body.nslc-landing-page .entry-content > :first-child {
    margin-top: 0 !important;
}
body.nslc-landing-page .entry-content > :last-child {
    margin-bottom: 0 !important;
}
body.nslc-landing-page :is(footer.site-footer, #colophon.site-footer, .elementor-location-footer) {
    display: none !important;
}

/* =========================================================
   NEON SNOW FOOTER
   Recreated from the supplied NEON SNOW homepage footer only.
   ========================================================= */
.nslc-footer {
    --ns-blue: #0788ff;
    --ns-blue-light: #7fc5ff;
    --ns-purple-light: #b995ff;
    width: 100%;
    margin: 0;
    color: #fff;
    background: rgba(3,17,39,.72);
    border-top: 1px solid rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
}
.nslc-footer__inner {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
}
.nslc-footer__top {
    min-height: 120px;
    display: grid;
    grid-template-columns: 180px minmax(0,1fr);
    gap: 55px;
    align-items: center;
    padding: 28px 0 23px;
}
.nslc-footer__brand { min-width: 0; }
.nslc-footer__logo {
    display: block;
    width: 132px;
    text-decoration: none;
}
.nslc-footer__logo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 132px !important;
    object-fit: contain !important;
    filter: none !important;
}
.nslc-footer__location {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.48);
    font-size: 11px;
}
.nslc-footer__location i {
    color: var(--ns-blue);
    font-size: 10px;
}
.nslc-footer__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 18px clamp(22px,2.4vw,39px);
}
.nslc-footer__nav a {
    color: rgba(255,255,255,.88);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color .2s ease;
}
.nslc-footer__nav a:hover { color: var(--ns-blue-light); }
.nslc-footer__support {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.nslc-footer__support i { font-size: 9px; }
.nslc-footer__services-row {
    min-height: 70px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px clamp(20px,2.7vw,42px);
    border-top: 1px solid rgba(255,255,255,.055);
}
.nslc-footer__services-label {
    color: var(--ns-blue-light);
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .13em;
}
.nslc-footer__services-row a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.60);
    text-decoration: none;
    font-size: 11px;
    transition: color .2s ease;
}
.nslc-footer__services-row a:hover { color: #fff; }
.nslc-footer__services-row i {
    color: var(--ns-blue-light);
    font-size: 10px;
}
.nslc-footer__services-row a:nth-of-type(2) i { color: var(--ns-purple-light); }
.nslc-footer__divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.15),rgba(255,255,255,.04));
}
.nslc-footer__bottom {
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 18px 0 25px;
}
.nslc-footer__legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}
.nslc-footer__legal a {
    color: rgba(255,255,255,.48);
    text-decoration: none;
    font-size: 11px;
    transition: color .2s ease;
}
.nslc-footer__legal a:hover { color: var(--ns-blue-light); }
.nslc-footer__legal span {
    width: 1px;
    height: 11px;
    background: rgba(255,255,255,.23);
}
.nslc-footer__copyright {
    color: rgba(255,255,255,.50);
    font-size: 11px;
    white-space: nowrap;
}

@media (max-width: 1050px) {
    .nslc-footer__inner { width: min(920px, calc(100% - 50px)); }
    .nslc-footer__top { grid-template-columns: 150px 1fr; gap: 30px; }
    .nslc-footer__nav { justify-content: flex-start; gap: 16px 24px; }
    .nslc-footer__services-row { justify-content: flex-start; }
}

@media (max-width: 700px) {
    .nslc-footer__inner { width: calc(100% - 32px); }
    .nslc-footer__top {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 0 30px;
    }
    .nslc-footer__logo { width: 125px; }
    .nslc-footer__logo img { max-width: 125px !important; }
    .nslc-footer__nav {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .nslc-footer__nav a { font-size: 14px; }
    .nslc-footer__services-row {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 13px;
        padding: 22px 0;
    }
    .nslc-footer__services-row a { font-size: 12px; }
    .nslc-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 23px 0 30px;
    }
    .nslc-footer__legal { gap: 10px; }
    .nslc-footer__copyright { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    .nslc-footer__nav a,
    .nslc-footer__services-row a,
    .nslc-footer__legal a { transition: none !important; }
}

/* v1.5.0 - multi-service conditional discovery */
.nslc__grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.nslc__field select {
    appearance: none;
    background-image: linear-gradient(45deg,transparent 50%,#83a4bf 50%),linear-gradient(135deg,#83a4bf 50%,transparent 50%);
    background-position: calc(100% - 19px) 23px,calc(100% - 14px) 23px;
    background-size: 5px 5px,5px 5px;
    background-repeat: no-repeat;
    padding-right: 42px;
}
.nslc__field select option { color: #101a24; background: #fff; }
.nslc__logic-note {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 13px;
    margin-top: 18px;
    padding: 15px 17px;
    align-items: center;
    color: #aebdca;
    background: rgba(31,143,255,.055);
    border: 1px solid rgba(88,171,255,.15);
    border-radius: 15px;
    font-size: 12.5px;
    line-height: 1.55;
}
.nslc__logic-note strong { color: #77c0ff; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.nslc__discovery-panels { display: grid; gap: 18px; }
.nslc__discovery-panel {
    padding: clamp(20px,3vw,28px);
    background: linear-gradient(145deg,rgba(10,28,44,.82),rgba(5,16,27,.72));
    border: 1px solid rgba(128,180,236,.15);
    border-radius: 21px;
    box-shadow: inset 0 1px rgba(255,255,255,.02);
    animation: nslc-step-in .24s ease both;
}
.nslc__discovery-panel[hidden] { display: none !important; }
.nslc__discovery-panel .nslc__field:last-child { margin-bottom: 0; }
.nslc__panel-head { margin-bottom: 22px; }
.nslc__panel-head > span {
    display: block;
    margin-bottom: 7px;
    color: #76bdff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.nslc__panel-head h3 { margin: 0; color: #f4f8fb; font-size: clamp(19px,2.4vw,25px); font-weight: 650; letter-spacing: -.025em; line-height: 1.25; }
.nslc__discovery-panel--advice p { max-width: 720px; margin: 0; color: #b7c5cf; font-size: 14px; line-height: 1.75; }
.nslc__discovery-panel--shared { border-color: rgba(88,171,255,.25); background: linear-gradient(145deg,rgba(20,60,91,.32),rgba(5,16,27,.76)); }
.nslc__chips--discovery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.nslc__chips--discovery label > span { width: 100%; min-height: 51px; border-radius: 13px; justify-content: flex-start; line-height: 1.4; }
[data-nslc-detail-group].is-invalid { padding: 11px; margin-left: -11px; margin-right: -11px; border: 1px solid rgba(255,155,173,.72); border-radius: 15px; }
.nslc__review > div:nth-child(7) strong,
.nslc__review > div:nth-child(8) strong { font-weight: 500; }

@media (max-width: 980px) {
    .nslc__grid--three { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .nslc__chips--discovery { grid-template-columns: 1fr; }
    .nslc__logic-note { grid-template-columns: 1fr; gap: 5px; }
}
