:root {
    --ls-bg: #050a10;
    --ls-bg-2: #07121a;
    --ls-panel: rgba(12, 21, 30, 0.78);
    --ls-panel-strong: rgba(13, 25, 36, 0.94);
    --ls-border: rgba(155, 194, 221, 0.16);
    --ls-text: #f7fbff;
    --ls-muted: #b9c4cf;
    --ls-soft: #748391;
    --ls-green: #52ef67;
    --ls-green-2: #9cff9f;
    --ls-violet: #7d65ff;
    --ls-blue: #58c4ff;
    --ls-gold: #c78343;
    --ls-radius: 8px;
    --ls-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: radial-gradient(circle at 78% 12%, rgba(125, 101, 255, 0.18), transparent 26rem), radial-gradient(circle at 58% 34%, rgba(82, 239, 103, 0.16), transparent 24rem), var(--ls-bg);
    color: var(--ls-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

.ls-wrap {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 24px;
    width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.site-header {
    background: rgba(3, 8, 14, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: sticky;
    top: 0;
    z-index: 50;
}

.site-header__inner {
    align-items: center;
    display: flex;
    gap: 28px;
    min-height: 86px;
}

.site-brand {
    align-items: center;
    display: inline-flex;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 31px;
    font-weight: 700;
    gap: 12px;
    white-space: nowrap;
}

.site-brand span span {
    color: var(--ls-green);
}

.site-brand em {
    border: 1px solid rgba(125, 101, 255, 0.58);
    border-radius: 8px;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    padding: 4px 8px;
}

.site-nav {
    flex: 1;
}

.site-menu,
.footer-menu {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-menu a {
    color: #f2f6fb;
    font-size: 14px;
    font-weight: 600;
}

.site-header__actions {
    align-items: center;
    display: flex;
    gap: 20px;
}

.site-login {
    color: #fff;
    font-size: 14px;
}

.nav-toggle {
    background: transparent;
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius);
    color: #fff;
    display: none;
    font: inherit;
    padding: 9px 12px;
}

.ls-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    line-height: 1;
    min-height: 48px;
    padding: 0 26px;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ls-btn:hover,
.ls-btn:focus {
    transform: translateY(-1px);
}

.ls-btn--primary {
    background: linear-gradient(100deg, var(--ls-green), #63f387 46%, var(--ls-violet));
    box-shadow: 0 14px 34px rgba(82, 239, 103, 0.18);
    color: #05100a;
}

.ls-btn--ghost {
    color: #fff;
    padding-left: 0;
}

.ls-btn--small {
    font-size: 14px;
    min-height: 42px;
    padding: 0 22px;
}

.ls-play {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.ls-hero {
    background: linear-gradient(90deg, rgba(5, 10, 16, 0.97) 0%, rgba(5, 10, 16, 0.76) 33%, rgba(5, 10, 16, 0.18) 56%, rgba(5, 10, 16, 0.48) 100%), linear-gradient(180deg, rgba(5, 10, 16, 0.02) 0%, rgba(5, 10, 16, 0.88) 100%), url("../images/hero-header-background.png") center center / cover no-repeat;
    min-height: 625px;
    overflow: hidden;
    padding: 46px 0 38px;
    position: relative;
}

.ls-hero::before {
    background: radial-gradient(circle at 74% 84%, rgba(82, 239, 103, 0.42), transparent 17rem), radial-gradient(circle at 90% 76%, rgba(125, 101, 255, 0.42), transparent 20rem), linear-gradient(180deg, transparent 66%, rgba(5, 10, 16, 0.95) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.ls-hero__media {
    inset: 0;
    position: absolute;
}

.ls-hero__ring {
    bottom: -168px;
    filter: saturate(1.28) contrast(1.16) drop-shadow(0 0 54px rgba(82, 239, 103, 0.56)) drop-shadow(0 0 72px rgba(125, 101, 255, 0.48));
    max-width: min(850px, 67vw);
    mix-blend-mode: screen;
    opacity: 0.98;
    position: absolute;
    right: -86px;
    z-index: 3;
}

.ls-hero__grid {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 560px) minmax(520px, 1fr);
    position: relative;
    z-index: 4;
}

.ls-hero__copy {
    padding-top: 0;
}

.ls-pill,
.ls-kicker {
    color: var(--ls-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ls-pill {
    border: 1px solid rgba(82, 239, 103, 0.28);
    border-radius: 999px;
    display: inline-flex;
    margin: 0 0 22px;
    padding: 8px 16px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    line-height: 1.05;
}

h1 {
    font-size: 66px;
    letter-spacing: 0;
    margin-bottom: 26px;
    max-width: 610px;
}

h2 {
    font-size: 42px;
    margin-bottom: 22px;
}

h1 span,
h2 span {
    color: var(--ls-green);
}

.ls-lede {
    color: #f3f7fb;
    font-size: 19px;
    line-height: 1.65;
    margin-bottom: 30px;
    max-width: 520px;
}

.ls-actions,
.ls-checks {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.ls-actions {
    margin-bottom: 48px;
}

.ls-checks {
    color: #dce7ef;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ls-checks li {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    gap: 8px;
}

.ls-checks li::before {
    align-items: center;
    border: 1px solid var(--ls-green);
    border-radius: 999px;
    color: var(--ls-green);
    content: "✓";
    display: inline-flex;
    font-size: 11px;
    height: 19px;
    justify-content: center;
    width: 19px;
}

.ls-dashboard {
    align-self: start;
    backdrop-filter: blur(18px);
    background: linear-gradient(145deg, rgba(34, 49, 55, 0.32), rgba(6, 12, 22, 0.42)), radial-gradient(circle at 20% 95%, rgba(82, 239, 103, 0.2), transparent 15rem), radial-gradient(circle at 96% 92%, rgba(125, 101, 255, 0.2), transparent 14rem);
    border: 1px solid rgba(124, 218, 255, 0.46);
    border-radius: 22px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: grid;
    gap: 18px;
    grid-template-columns: 1.18fr 1fr;
    margin-top: 0;
    margin-left: auto;
    max-width: 555px;
    padding: 22px;
    position: relative;
    z-index: 5;
}

.ls-feed h2 {
    align-items: center;
    color: #f7fbff;
    display: flex;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    gap: 10px;
    line-height: 1.2;
    margin-bottom: 18px;
    position: relative;
    text-shadow: 0 0 18px rgba(82, 239, 103, 0.24);
}

.ls-feed h2 span {
    background: var(--ls-green);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(82, 239, 103, 0.1), 0 0 18px rgba(82, 239, 103, 0.95), 0 0 34px rgba(82, 239, 103, 0.55);
    display: inline-block;
    flex: 0 0 auto;
    height: 10px;
    position: relative;
    width: 10px;
}

.ls-feed h2 span::before,
.ls-feed h2 span::after {
    border: 1px solid rgba(82, 239, 103, 0.72);
    border-radius: 50%;
    content: "";
    inset: -7px;
    opacity: 0;
    position: absolute;
}

.ls-feed h2 span::before {
    animation: ls-live-pulse 1.8s ease-out infinite;
}

.ls-feed h2 span::after {
    animation: ls-live-pulse 1.8s ease-out 0.9s infinite;
}

@keyframes ls-live-pulse {
    0% {
        opacity: 0.9;
        transform: scale(0.45);
    }
    72% {
        opacity: 0;
        transform: scale(1.85);
    }
    100% {
        opacity: 0;
        transform: scale(1.85);
    }
}

.ls-lead,
.ls-metrics>div,
.ls-card-grid article,
.ls-people article,
.ls-post-card {
    background: linear-gradient(145deg, rgba(17, 29, 38, 0.38), rgba(5, 11, 20, 0.5));
    border: 1px solid rgba(155, 194, 221, 0.24);
    border-radius: var(--ls-radius);
}

.ls-dashboard .ls-lead,
.ls-dashboard .ls-metrics>div {
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.ls-lead {
    align-items: center;
    column-gap: 10px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    margin-bottom: 10px;
    min-height: 72px;
    padding: 13px 14px;
    position: relative;
    row-gap: 0;
}

.ls-lead__icon {
    align-items: center;
    border: 1px solid var(--ls-green);
    border-radius: 50%;
    color: var(--ls-green);
    display: inline-flex;
    grid-column: 1;
    height: 26px;
    justify-content: center;
    width: 26px;
    box-shadow: inset 0 0 0 7px rgba(82, 239, 103, 0.08);
}

.ls-lead__icon svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
    width: 20px;
}

.ls-lead strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    grid-column: 2;
    line-height: 1.15;
    margin-bottom: 1px;
    white-space: nowrap;
}

.ls-lead small {
    color: var(--ls-muted);
    display: block;
    font-size: 11px;
    line-height: 1.28;
    grid-column: 2;
}

.ls-lead small::first-line {
    color: var(--ls-green);
}

.ls-lead em {
    align-self: center;
    color: #dce7ef;
    grid-column: 3;
    grid-row: 1 / span 2;
    font-size: 11px;
    font-style: normal;
    justify-self: end;
    white-space: nowrap;
}

.ls-metrics {
    display: grid;
    gap: 14px;
}

.ls-metrics>div {
    min-height: 124px;
    overflow: hidden;
    padding: 18px 14px 14px 17px;
    position: relative;
}

.ls-metrics>div::after {
    background: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 100% 20px, 22px 100%;
    bottom: 11px;
    content: "";
    height: 62px;
    left: 86px;
    opacity: 0.38;
    position: absolute;
    right: 10px;
}

.ls-metrics small,
.ls-metrics span {
    color: var(--ls-muted);
    display: block;
    font-size: 12px;
    line-height: 1.25;
    position: relative;
    z-index: 2;
}

.ls-metrics strong {
    display: block;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.05;
    margin: 8px 0 8px;
    max-width: 125px;
    position: relative;
    z-index: 2;
}

.ls-metrics>div:nth-child(3) strong {
    font-size: 27px;
    letter-spacing: 0;
    max-width: 150px;
}

.ls-chart {
    bottom: 15px;
    display: block;
    height: 64px;
    position: absolute;
    right: 12px;
    width: 108px;
    z-index: 3;
}

.ls-chart--line {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop stop-color='%2352ef67'/%3E%3Cstop offset='.63' stop-color='%2352ef67'/%3E%3Cstop offset='1' stop-color='%237d65ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop stop-color='%237d65ff' stop-opacity='.48'/%3E%3Cstop offset='.52' stop-color='%2352ef67' stop-opacity='.13'/%3E%3Cstop offset='1' stop-color='%2352ef67' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='b' x='-20%25' y='-60%25' width='140%25' height='220%25'%3E%3CfeGaussianBlur stdDeviation='2.4'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M4 51 L16 49 L25 43 L36 45 L47 39 L59 35 L70 25 L83 25 L95 14 L104 5 L104 62 L4 62 Z' fill='url(%23a)'/%3E%3Cpolyline points='4,51 16,49 25,43 36,45 47,39 59,35 70,25 83,25 95,14 104,5' fill='none' stroke='url(%23g)' stroke-width='5' stroke-linejoin='round' stroke-linecap='round' filter='url(%23b)' opacity='.7'/%3E%3Cpolyline points='4,51 16,49 25,43 36,45 47,39 59,35 70,25 83,25 95,14 104,5' fill='none' stroke='url(%23g)' stroke-width='3.2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ls-chart--bars {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 64'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop stop-color='%2352ef67'/%3E%3Cstop offset='.7' stop-color='%2352ef67'/%3E%3Cstop offset='1' stop-color='%237d65ff'/%3E%3C/linearGradient%3E%3Cfilter id='g' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3C/filter%3E%3C/defs%3E%3Cg opacity='.35' filter='url(%23g)' fill='url(%23b)'%3E%3Crect x='20' y='45' width='6' height='15'/%3E%3Crect x='34' y='39' width='6' height='21'/%3E%3Crect x='48' y='33' width='6' height='27'/%3E%3Crect x='62' y='25' width='6' height='35'/%3E%3Crect x='76' y='15' width='6' height='45'/%3E%3Crect x='94' y='5' width='6' height='55'/%3E%3C/g%3E%3Cg fill='url(%23b)'%3E%3Crect x='20' y='45' width='6' height='15' rx='1'/%3E%3Crect x='34' y='39' width='6' height='21' rx='1'/%3E%3Crect x='48' y='33' width='6' height='27' rx='1'/%3E%3Crect x='62' y='25' width='6' height='35' rx='1'/%3E%3Crect x='76' y='15' width='6' height='45' rx='1'/%3E%3Crect x='94' y='5' width='6' height='55' rx='1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.ls-metrics>div:nth-child(3) .ls-chart--line {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop stop-color='%2352ef67' stop-opacity='.35'/%3E%3Cstop offset='.58' stop-color='%2352ef67'/%3E%3Cstop offset='1' stop-color='%2352ef67'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop stop-color='%2352ef67' stop-opacity='.35'/%3E%3Cstop offset='1' stop-color='%2352ef67' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='b' x='-20%25' y='-60%25' width='140%25' height='220%25'%3E%3CfeGaussianBlur stdDeviation='2.2'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M3 55 L17 53 L29 50 L41 45 L52 47 L64 25 L76 29 L88 18 L102 11 L102 62 L3 62 Z' fill='url(%23a)'/%3E%3Cpolyline points='3,55 17,53 29,50 41,45 52,47 64,25 76,29 88,18 102,11' fill='none' stroke='url(%23g)' stroke-width='5' stroke-linejoin='round' stroke-linecap='round' filter='url(%23b)' opacity='.55'/%3E%3Cpolyline points='3,55 17,53 29,50 41,45 52,47 64,25 76,29 88,18 102,11' fill='none' stroke='url(%23g)' stroke-width='3' stroke-linejoin='round' stroke-linecap='round'/%3E%3Ccircle cx='102' cy='11' r='3' fill='%2352ef67'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ls-logo-strip {
    background: linear-gradient(180deg, rgba(3, 8, 14, 0.99), rgba(5, 12, 19, 0.97)), radial-gradient(circle at 92% 0, rgba(125, 101, 255, 0.12), transparent 24rem);
    border-bottom: 1px solid rgba(155, 194, 221, 0.08);
    border-top: 1px solid rgba(155, 194, 221, 0.11);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    padding: 18px 0;
}

.ls-logo-strip__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1.25fr repeat(5, minmax(0, 1fr));
    min-height: 68px;
}

.ls-logo-strip p,
.ls-logo-strip a {
    align-items: center;
    border-right: 1px solid rgba(185, 196, 207, 0.18);
    display: flex;
    height: 52px;
    justify-content: center;
    margin: 0;
    padding: 0 28px;
}

.ls-logo-strip p {
    color: rgba(214, 225, 235, 0.78);
    font-size: 12px;
    font-weight: 800;
    justify-content: flex-start;
    letter-spacing: 0.14em;
    line-height: 1.55;
    text-transform: uppercase;
}

.ls-logo-strip a:last-child {
    border-right: 0;
}

.ls-logo-strip img {
    display: block;
    filter: grayscale(1) brightness(1.25) contrast(0.85);
    max-height: 42px;
    max-width: 54px;
    opacity: 0.74;
    width: auto;
}

.ls-logo-strip a:nth-child(4) img {
    max-height: 38px;
    max-width: 42px;
}

.ls-logo-mark {
    gap: 11px;
}

.ls-logo-mark span {
    color: rgba(255, 255, 255, 0.76);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.08;
    text-transform: uppercase;
}

.ls-logo-text {
    color: rgba(255, 255, 255, 0.74);
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.ls-built-firms {
    background: linear-gradient(180deg, #050b10 0%, #061019 100%), radial-gradient(circle at 80% 20%, rgba(82, 239, 103, 0.06), transparent 24rem);
    border-bottom: 1px solid rgba(155, 194, 221, 0.08);
    padding: 30px 0 34px;
}

.ls-built-firms__inner {
    border-bottom: 1px solid rgba(155, 194, 221, 0.09);
    display: grid;
    gap: 34px;
    grid-template-columns: 300px minmax(0, 1fr);
    padding-bottom: 30px;
}

.ls-built-firms__copy {
    padding-top: 4px;
}

.ls-built-firms__copy .ls-kicker {
    font-size: 12px;
    letter-spacing: 0.13em;
    margin-bottom: 12px;
}

.ls-built-firms__copy h2 {
    font-size: 37px;
    line-height: 1.05;
    margin-bottom: 17px;
    max-width: 280px;
}

.ls-built-firms__copy p:not(.ls-kicker) {
    color: var(--ls-muted);
    font-size: 14px;
    line-height: 1.68;
    margin: 0;
    max-width: 285px;
}

.ls-feature-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-feature-cards article {
    background: linear-gradient(145deg, rgba(13, 23, 34, 0.88), rgba(6, 12, 21, 0.94));
    border: 1px solid rgba(155, 194, 221, 0.16);
    border-radius: var(--ls-radius);
    min-height: 226px;
    padding: 22px 20px 22px;
}

.ls-feature-cards img {
    display: block;
    filter: saturate(1.2) drop-shadow(0 0 16px rgba(82, 239, 103, 0.18));
    height: 90px;
    margin: 0 auto 24px;
    object-fit: contain;
    width: 90px;
}

.ls-feature-cards h3 {
    color: #f7fbff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}

.ls-feature-cards p {
    color: var(--ls-muted);
    font-size: 12px;
    line-height: 1.65;
    margin: 0;
}

.ls-intelligent-data {
    background: #02070b url("../images/intelligent-data-bg.png") center / cover no-repeat;
    overflow: hidden;
    padding: 62px 0 58px;
    position: relative;
}

.ls-intelligent-data::before {
    background: radial-gradient(circle at 52% 48%, rgba(82, 239, 103, 0.16), transparent 24rem), linear-gradient(180deg, rgba(2, 7, 11, 0.5), rgba(2, 7, 11, 0.12) 48%, rgba(2, 7, 11, 0.76));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ls-intelligent-data__inner {
    min-height: 710px;
    position: relative;
    z-index: 1;
}

.ls-intelligent-data__heading {
    margin: 0 auto;
    max-width: 930px;
    text-align: center;
}

.ls-line-kicker {
    align-items: center;
    color: var(--ls-green);
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 18px;
    justify-content: center;
    letter-spacing: 0.34em;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.ls-line-kicker::before,
.ls-line-kicker::after {
    background: linear-gradient(90deg, transparent, rgba(82, 239, 103, 0.82));
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(82, 239, 103, 0.62);
    content: "";
    height: 1px;
    width: min(180px, 18vw);
}

.ls-line-kicker::after {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.82), transparent);
}

.ls-intelligent-data__heading h2 {
    font-size: clamp(42px, 5.1vw, 76px);
    line-height: 1.02;
    margin-bottom: 24px;
}

.ls-intelligent-data__heading p:not(.ls-line-kicker) {
    color: rgba(247, 251, 255, 0.88);
    font-size: 22px;
    line-height: 1.52;
    margin: 0 auto;
    max-width: 820px;
}

.ls-intelligent-data__body {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    margin-top: 36px;
}

.ls-intelligent-data__copy {
    padding-top: 34px;
}

.ls-intelligent-data__copy .ls-kicker {
    font-size: 14px;
    letter-spacing: 0.28em;
    margin-bottom: 24px;
}

.ls-intelligent-data__copy h3 {
    font-size: clamp(36px, 3.3vw, 55px);
    line-height: 1.05;
    margin-bottom: 30px;
}

.ls-intelligent-data__copy h3 span {
    color: var(--ls-green);
    display: block;
}

.ls-intelligent-data__copy h3::after {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.7), transparent);
    content: "";
    display: block;
    height: 1px;
    margin-top: 28px;
    width: 118px;
}

.ls-intelligent-data__copy p:not(.ls-kicker) {
    color: rgba(247, 251, 255, 0.84);
    font-size: 17px;
    line-height: 1.72;
    margin: 0;
    max-width: 300px;
}

.ls-intelligent-data__visual {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 620px;
    position: relative;
    z-index: 2;
}

.ls-intelligent-data__visual::before {
    background: radial-gradient(circle, rgba(82, 239, 103, 0.18), transparent 58%);
    content: "";
    filter: blur(8px);
    inset: 4% 10% 0;
    position: absolute;
}

.ls-intelligent-data__visual img {
    display: block;
    filter: contrast(1.08) saturate(1.16) drop-shadow(0 0 42px rgba(82, 239, 103, 0.22));
    max-width: min(1120px, 72vw);
    position: relative;
    transform: translateX(42px) scale(1.12);
    width: 118%;
}

.ls-intelligent-data__points {
    display: grid;
    gap: 54px;
    padding-top: 42px;
    position: relative;
    z-index: 3;
}

.ls-intelligent-data__points article {
    position: relative;
}

.ls-intelligent-data__points article::after {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.55), transparent);
    bottom: -22px;
    content: "";
    height: 1px;
    left: 36px;
    position: absolute;
    width: 116px;
}

.ls-intelligent-data__points article:last-child::after {
    display: none;
}

.ls-intelligent-data__points h3 {
    color: var(--ls-green);
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.28em;
    line-height: 1.3;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.ls-intelligent-data__points p {
    color: rgba(247, 251, 255, 0.86);
    font-size: 17px;
    line-height: 1.68;
    margin: 0;
    max-width: 280px;
}

.ls-intelligent-data__trust {
    align-items: center;
    background: rgba(3, 9, 14, 0.62);
    border: 1px solid rgba(143, 255, 154, 0.34);
    border-radius: 999px;
    box-shadow: inset 0 0 28px rgba(82, 239, 103, 0.08), 0 0 34px rgba(82, 239, 103, 0.1);
    color: #f7fbff;
    display: flex;
    gap: 22px;
    justify-content: center;
    letter-spacing: 0.38em;
    margin: 10px auto 0;
    max-width: 690px;
    padding: 18px 32px;
    text-transform: uppercase;
}

.ls-intelligent-data__trust img {
    filter: drop-shadow(0 0 14px rgba(82, 239, 103, 0.44));
    height: 40px;
    width: 40px;
}

.ls-intelligent-data__trust span {
    font-size: 14px;
    font-weight: 700;
}

.ls-ai-process {
    background: #050b10;
    padding: 22px 0 44px;
}

.ls-ai-process .ls-wrap {
    border-bottom: 1px solid rgba(155, 194, 221, 0.09);
    border-top: 1px solid rgba(155, 194, 221, 0.09);
    padding-bottom: 42px;
    padding-top: 22px;
}

.ls-ai-process__heading {
    margin: 0 auto 24px;
    text-align: center;
}

.ls-ai-process__heading .ls-kicker {
    font-size: 12px;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
}

.ls-ai-process__heading h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.ls-process-row {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-process-row article {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 92px minmax(0, 1fr);
    position: relative;
}

.ls-process-row article:not(:last-child)::after {
    background: linear-gradient(90deg, rgba(155, 194, 221, 0.05), rgba(155, 194, 221, 0.22), rgba(155, 194, 221, 0.05));
    content: "";
    height: 1px;
    left: calc(100% - 22px);
    position: absolute;
    top: 46px;
    width: 28px;
}

.ls-process-icon {
    align-items: center;
    background: radial-gradient(circle, rgba(125, 101, 255, 0.13), rgba(7, 13, 21, 0.78));
    border: 1px solid rgba(125, 101, 255, 0.38);
    border-radius: 50%;
    display: flex;
    height: 86px;
    justify-content: center;
    width: 86px;
}

.ls-process-icon img {
    display: block;
    filter: drop-shadow(0 0 15px rgba(125, 101, 255, 0.28));
    height: 54px;
    object-fit: contain;
    width: 54px;
}

.ls-process-row b {
    color: var(--ls-green);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.ls-process-row h3 {
    color: #f7fbff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.ls-process-row p {
    color: var(--ls-muted);
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.ls-team-section {
    background: radial-gradient(circle at 92% 78%, rgba(125, 101, 255, 0.14), transparent 18rem), radial-gradient(circle at 26% 84%, rgba(82, 239, 103, 0.12), transparent 20rem), #050b10;
    padding: 18px 0 42px;
}

.ls-team-section__inner {
    display: grid;
    gap: 32px;
    grid-template-columns: 280px minmax(0, 1fr);
}

.ls-team-section__copy .ls-kicker {
    font-size: 12px;
    letter-spacing: 0.13em;
    margin-bottom: 13px;
}

.ls-team-section__copy h2 {
    font-size: 37px;
    line-height: 1.05;
    margin-bottom: 18px;
}

.ls-team-section__copy p:not(.ls-kicker) {
    color: var(--ls-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.ls-team-cards {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-team-cards article {
    background: linear-gradient(180deg, rgba(11, 20, 31, 0.92), rgba(8, 13, 23, 0.98));
    border: 1px solid rgba(155, 194, 221, 0.24);
    border-radius: var(--ls-radius);
    box-shadow: -10px 0 34px rgba(82, 239, 103, 0.13), 10px 0 34px rgba(125, 101, 255, 0.11), inset 0 -2px 0 rgba(199, 131, 67, 0.8);
    margin-top: 28px;
    min-height: 256px;
    overflow: visible;
    position: relative;
}

.ls-team-cards article:nth-child(even) {
    box-shadow: -10px 0 34px rgba(82, 239, 103, 0.16), 10px 0 34px rgba(125, 101, 255, 0.12), inset 0 -2px 0 rgba(199, 131, 67, 0.8);
}

.ls-team-cards article:nth-child(4) {
    box-shadow: -10px 0 34px rgba(82, 239, 103, 0.11), 12px 0 40px rgba(125, 101, 255, 0.28), inset 0 -2px 0 rgba(199, 131, 67, 0.8);
}

.ls-team-cards article::before {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.38), transparent 48%, rgba(125, 101, 255, 0.35));
    bottom: 68px;
    content: "";
    filter: blur(12px);
    height: 54px;
    left: -10px;
    position: absolute;
    right: -10px;
    z-index: 1;
}

.ls-team-cards article::after {
    border-radius: var(--ls-radius);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 0 1px rgba(155, 194, 221, 0.06), 0 0 28px rgba(82, 239, 103, 0.08);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 4;
}

.ls-team-cards img {
    display: block;
    height: 218px;
    margin: -28px auto 0;
    object-fit: cover;
    object-position: center 12%;
    position: relative;
    width: 92%;
    z-index: 2;
}

.ls-team-cards div {
    background: linear-gradient(180deg, rgba(14, 24, 43, 0.96), rgba(10, 15, 30, 0.98));
    border-radius: 0 0 var(--ls-radius) var(--ls-radius);
    min-height: 76px;
    padding: 15px 12px 13px;
    position: relative;
    text-align: center;
    z-index: 3;
}

.ls-team-cards h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.ls-team-cards p {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.1;
    margin: 0;
    opacity: 0.92;
}

.ls-final-cta {
    background: radial-gradient(circle at 95% 50%, rgba(125, 101, 255, 0.18), transparent 18rem), #050b10;
    padding: 0 0 40px;
}

.ls-final-cta__box {
    align-items: center;
    background: radial-gradient(circle at 3% 100%, rgba(82, 239, 103, 0.32), transparent 16rem), radial-gradient(circle at 100% 50%, rgba(125, 101, 255, 0.28), transparent 18rem), linear-gradient(100deg, rgba(8, 32, 25, 0.9), rgba(13, 20, 45, 0.98) 55%, rgba(43, 24, 125, 0.9));
    border: 1px solid rgba(82, 239, 103, 0.52);
    border-radius: 18px;
    box-shadow: 0 0 34px rgba(82, 239, 103, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 28px;
    grid-template-columns: 285px minmax(0, 1fr) auto;
    min-height: 126px;
    overflow: hidden;
    padding: 14px 44px 14px 0;
    position: relative;
}

.ls-final-cta__box::after {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.75), rgba(125, 101, 255, 0.55));
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

.ls-final-cta__ring {
    filter: saturate(1.28) contrast(1.1) drop-shadow(0 0 30px rgba(82, 239, 103, 0.45)) drop-shadow(0 0 18px rgba(125, 101, 255, 0.22));
    height: 335px;
    margin: -126px 0 -128px -46px;
    object-fit: cover;
    object-position: 49% 51%;
    transform: rotate(-5deg);
    width: 410px;
}

.ls-final-cta__content h2 {
    font-size: 31px;
    line-height: 1.08;
    margin-bottom: 8px;
}

.ls-final-cta__content p {
    color: var(--ls-muted);
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 13px;
}

.ls-final-cta .ls-checks {
    gap: 26px;
    flex-wrap: nowrap;
}

.ls-final-cta .ls-checks li {
    font-size: 13px;
    white-space: nowrap;
}

.ls-final-cta .ls-btn {
    min-width: 220px;
    position: relative;
    z-index: 2;
}

.ls-platform-page {
    background: radial-gradient(circle at 96% 18%, rgba(125, 101, 255, 0.18), transparent 28rem), radial-gradient(circle at 12% 36%, rgba(82, 239, 103, 0.08), transparent 30rem), #050b10;
    overflow: hidden;
}

.ls-platform-hero {
    background: linear-gradient(90deg, rgba(5, 11, 16, 0.98) 0%, rgba(5, 11, 16, 0.78) 30%, rgba(5, 11, 16, 0.12) 62%, rgba(5, 11, 16, 0.1) 100%), linear-gradient(180deg, rgba(5, 11, 16, 0.08), rgba(5, 11, 16, 0.28)), url("../images/platform-hero-bg.png") center right / cover no-repeat;
    border-top: 1px solid rgba(155, 194, 221, 0.08);
    min-height: 392px;
    padding: 34px 0 22px;
    position: relative;
}

.ls-platform-hero::after {
    background: linear-gradient(180deg, transparent, rgba(5, 11, 16, 0.88));
    bottom: -1px;
    content: "";
    height: 92px;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
}

.ls-platform-hero__grid {
    align-items: start;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    min-height: 282px;
    position: relative;
    z-index: 1;
}

.ls-platform-hero__copy h1 {
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1.03;
    margin: 18px 0 18px;
}

.ls-platform-hero__copy h1 span {
    color: var(--ls-green);
    display: block;
}

.ls-platform-hero__copy>p:not(.ls-pill) {
    color: rgba(247, 251, 255, 0.88);
    font-size: 15px;
    line-height: 1.58;
    max-width: 470px;
}

.ls-platform-hero__visual {
    min-height: 250px;
    position: relative;
}

.ls-platform-hero__visual img {
    display: none;
}

.ls-platform-alert {
    align-items: center;
    background: linear-gradient(145deg, rgba(10, 31, 29, 0.78), rgba(8, 15, 25, 0.82));
    backdrop-filter: blur(12px);
    border: 1px solid rgba(82, 239, 103, 0.34);
    border-radius: 12px;
    box-shadow: inset 0 0 26px rgba(82, 239, 103, 0.08), 0 0 24px rgba(82, 239, 103, 0.08);
    display: grid;
    gap: 4px 14px;
    grid-template-columns: 36px 1fr;
    left: 15%;
    padding: 16px 20px;
    position: absolute;
    top: 30px;
    width: 238px;
    z-index: 2;
}

.ls-platform-alert::after {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.7), rgba(82, 239, 103, 0.22), transparent);
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: min(200px, 18vw);
}

.ls-platform-icon {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(82, 239, 103, 0.62);
    border-radius: 50%;
    color: var(--ls-green);
    display: inline-flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.ls-platform-icon svg {
    fill: none;
    height: 13px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 13px;
}

.ls-platform-alert .ls-platform-icon {
    border: 0;
    grid-row: span 2;
    height: 28px;
    width: 28px;
}

.ls-platform-alert .ls-platform-icon svg {
    height: 20px;
    width: 20px;
}

.ls-platform-alert strong {
    font-size: 16px;
}

.ls-platform-alert span {
    color: var(--ls-green);
    font-size: 12px;
    font-weight: 700;
}

.ls-platform-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.ls-platform-checks li {
    align-items: center;
    color: #f7fbff;
    display: flex;
    font-size: 13px;
    gap: 9px;
}

.ls-platform-checks .ls-platform-icon {
    background: transparent;
    border: 1px solid rgba(82, 239, 103, 0.54);
    box-shadow: none;
    color: var(--ls-green);
    flex: 0 0 auto;
}

.ls-platform-dashboard {
    padding: 12px 0 26px;
}

.ls-platform-panel {
    background: linear-gradient(145deg, rgba(7, 15, 24, 0.84), rgba(8, 8, 28, 0.92));
    border: 1px solid rgba(155, 194, 221, 0.2);
    border-radius: 18px;
    box-shadow: inset 0 0 48px rgba(125, 101, 255, 0.05), 0 0 32px rgba(125, 101, 255, 0.08);
    padding: 18px;
}

.ls-platform-panel>h2 {
    align-items: center;
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.055), rgba(125, 101, 255, 0.035), transparent);
    border: 1px solid rgba(155, 194, 221, 0.08);
    border-radius: 10px;
    color: rgba(244, 249, 255, 0.94);
    display: flex;
    font-family: var(--ls-sans);
    font-size: 15px;
    font-weight: 800;
    gap: 9px;
    line-height: 1.15;
    margin-bottom: 14px;
    min-width: 0;
    padding: 10px 12px;
}

.ls-platform-panel>h2 span:last-child {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ls-panel-heading-icon {
    align-items: center;
    background: rgba(82, 239, 103, 0.08);
    border: 1px solid rgba(82, 239, 103, 0.24);
    border-radius: 50%;
    color: var(--ls-green);
    display: inline-flex;
    flex: 0 0 auto;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.ls-panel-heading-icon svg {
    fill: none;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 14px;
}

.ls-platform-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(260px, 0.9fr) minmax(390px, 1.35fr) minmax(270px, 0.85fr);
}

.ls-visitor-list,
.ls-visitor-main,
.ls-visitor-overview,
.ls-visitor-map,
.ls-visitor-summary,
.ls-contact-strip,
.ls-event-types,
.ls-high-intent-card {
    background: rgba(5, 12, 20, 0.74);
    border: 1px solid rgba(155, 194, 221, 0.14);
    border-radius: 12px;
}

.ls-visitor-list {
    max-height: 494px;
    overflow-y: scroll;
    padding: 16px 10px 16px 16px;
    scrollbar-color: rgba(155, 194, 221, 0.48) rgba(155, 194, 221, 0.08);
    scrollbar-width: thin;
}

.ls-visitor-list::-webkit-scrollbar {
    width: 8px;
}

.ls-visitor-list::-webkit-scrollbar-track {
    background: rgba(155, 194, 221, 0.08);
    border-radius: 999px;
}

.ls-visitor-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(155, 194, 221, 0.62), rgba(82, 239, 103, 0.36));
    border-radius: 999px;
}

.ls-panel-title {
    color: #f7fbff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ls-panel-title span {
    color: #b7c7d5;
    font-weight: 500;
}

.ls-search-field,
.ls-visitor-list button {
    align-items: center;
    background: rgba(5, 13, 22, 0.86);
    border: 1px solid rgba(155, 194, 221, 0.13);
    border-radius: 8px;
    color: rgba(220, 231, 239, 0.72);
    display: flex;
    font-size: 14px;
    min-height: 38px;
    padding: 0 14px;
    width: 100%;
}

.ls-search-field::before {
    border: 2px solid rgba(220, 231, 239, 0.58);
    border-radius: 50%;
    content: "";
    height: 10px;
    margin-right: 10px;
    position: relative;
    width: 10px;
}

.ls-visitor-list button {
    color: rgba(247, 251, 255, 0.92);
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    margin: 8px 0 10px;
}

.ls-visitor-list article {
    align-items: center;
    border-bottom: 1px solid rgba(155, 194, 221, 0.08);
    display: grid;
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 12px 8px;
}

.ls-visitor-list article.is-active {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.18), rgba(82, 239, 103, 0.04));
    border: 1px solid rgba(82, 239, 103, 0.65);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(82, 239, 103, 0.16), inset 0 0 20px rgba(82, 239, 103, 0.04);
    margin: 2px 0;
    padding: 12px;
}

.ls-visitor-list article>span {
    align-items: center;
    background: rgba(125, 101, 255, 0.16);
    border: 1px solid rgba(125, 101, 255, 0.32);
    border-radius: 50%;
    display: flex;
    color: #f7fbff;
    flex: 0 0 auto;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.ls-visitor-list article>span .ls-map-feature-icon {
    border: 0;
    height: 24px;
    width: 24px;
}

.ls-visitor-list strong {
    color: #f7fbff;
    display: block;
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.ls-visitor-list small {
    color: #b7c7d5;
    display: block;
    font-size: 11px;
    line-height: 1.38;
}

.ls-visitor-list em {
    background: rgba(155, 194, 221, 0.08);
    border: 1px solid rgba(155, 194, 221, 0.12);
    border-radius: 8px;
    color: #dfffe5;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    padding: 7px 10px;
    white-space: nowrap;
}

.ls-visitor-list article.is-active em {
    background: rgba(82, 239, 103, 0.11);
    border-color: rgba(82, 239, 103, 0.2);
}

.ls-visitor-main {
    background: transparent;
    border: 0;
    display: grid;
    gap: 12px;
}

.ls-visitor-map {
    background: #07111c;
    border-color: rgba(82, 239, 103, 0.18);
    min-height: 242px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.ls-visitor-map h3 {
    font-size: 13px;
    position: relative;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.92);
    z-index: 4;
}

.ls-visitor-google-map {
    border: 0;
    filter: grayscale(1) invert(0.9) contrast(1.08) saturate(0.52) hue-rotate(165deg) brightness(0.72);
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.ls-visitor-map::after {
    background: radial-gradient(circle at 46% 58%, rgba(82, 239, 103, 0.1), transparent 5rem), linear-gradient(180deg, rgba(5, 11, 16, 0.06), rgba(5, 11, 16, 0.16));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.ls-map-dot {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 28px currentColor;
    height: 22px;
    position: absolute;
    width: 22px;
    z-index: 4;
}

.ls-map-dot--green {
    background: var(--ls-green);
    color: var(--ls-green);
    border-color: rgba(221, 255, 225, 0.9);
    box-shadow: 0 0 15px rgba(82, 239, 103, 0.86), 0 0 38px rgba(82, 239, 103, 0.38);
    height: 18px;
    left: 48%;
    top: 58%;
    width: 18px;
}

.ls-map-dot--green::after {
    border: 1px solid rgba(82, 239, 103, 0.28);
    border-radius: 50%;
    content: "";
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
}

.ls-map-dot--green::before {
    background: radial-gradient(circle, rgba(82, 239, 103, 0.34), transparent 65%);
    border-radius: 50%;
    content: "";
    height: 76px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    z-index: -1;
}

.ls-map-legend {
    background: rgba(4, 8, 17, 0.82);
    border: 1px solid rgba(155, 194, 221, 0.16);
    border-radius: 7px;
    bottom: 13px;
    color: #fff;
    font-size: 12px;
    left: 14px;
    padding: 8px 12px;
    position: absolute;
    z-index: 4;
}

.ls-map-legend::before {
    background: var(--ls-green);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(82, 239, 103, 0.8);
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}


.ls-visitor-summary {
    background: linear-gradient(135deg, rgba(6, 20, 22, 0.82), rgba(7, 13, 28, 0.76));
    border-color: rgba(82, 239, 103, 0.2);
    box-shadow: inset 0 0 28px rgba(82, 239, 103, 0.04), 0 0 28px rgba(82, 239, 103, 0.06);
    color: rgba(233, 244, 247, 0.9);
    font-size: 13.5px;
    line-height: 1.52;
    margin: 12px 0 0;
    padding: 15px 18px;
}

.ls-visitor-summary strong {
    color: #fff;
    font-weight: 700;
}

.ls-contact-strip {
    background: linear-gradient(135deg, rgba(6, 13, 20, 0.9), rgba(8, 10, 31, 0.78));
    border-color: rgba(125, 101, 255, 0.18);
    box-shadow: inset 0 0 32px rgba(125, 101, 255, 0.05), 0 0 28px rgba(82, 239, 103, 0.04);
    margin-top: 12px;
    padding: 16px 18px 18px;
}

.ls-contact-strip strong {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 13px;
}

.ls-contact-strip__items {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-contact-strip p,
.ls-contact-strip__items br {
    display: none;
}

.ls-contact-strip__items span {
    align-items: center;
    background: rgba(8, 18, 26, 0.64);
    border: 1px solid rgba(155, 194, 221, 0.1);
    border-radius: 10px;
    color: #dce7ef;
    display: grid;
    gap: 2px 9px;
    grid-template-columns: 24px minmax(0, 1fr);
    font-size: 13px;
    min-width: 0;
    padding: 10px;
}

.ls-contact-strip__items span em {
    color: rgba(180, 196, 207, 0.72);
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
}

.ls-contact-strip__items span b {
    color: rgba(244, 249, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    grid-column: 2;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.ls-contact-strip__items span>i {
    align-items: center;
    background: rgba(82, 239, 103, 0.08);
    border: 1px solid rgba(82, 239, 103, 0.22);
    border-radius: 8px;
    color: var(--ls-green);
    display: inline-flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    letter-spacing: 0.04em;
    width: 22px;
}

.ls-contact-strip .ls-contact-icon {
    background: transparent;
    border: 0;
    box-shadow: none;
    height: 22px;
    width: 22px;
}

.ls-contact-strip .ls-contact-icon svg {
    height: 18px;
    width: 18px;
}

.ls-visitor-overview {
    background: transparent;
    border: 0;
    display: grid;
    gap: 14px;
}

.ls-visitor-overview>h3,
.ls-event-types h3 {
    font-size: 13px;
    margin: 0;
}

.ls-overview-cards {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.ls-overview-cards article {
    background: linear-gradient(145deg, rgba(18, 22, 48, 0.86), rgba(8, 13, 27, 0.92));
    border: 1px solid rgba(155, 194, 221, 0.1);
    border-radius: 8px;
    min-height: 76px;
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.ls-overview-cards strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.ls-overview-cards span {
    color: #b7c7d5;
    display: block;
    font-size: 11px;
    margin-top: 6px;
}

.ls-sparkline {
    bottom: 15px;
    color: #63ff73;
    fill: none;
    height: 28px;
    position: absolute;
    right: 12px;
    stroke: url("#ls-sparkline-green");
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 72px;
}

.ls-sparkline--violet {
    color: #7d65ff;
    stroke: url("#ls-sparkline-violet");
}

.ls-sparkline--muted {
    color: rgba(82, 239, 103, 0.45);
    opacity: 0.66;
    stroke: url("#ls-sparkline-muted");
}

.ls-sparkline__glow {
    filter: blur(4px);
    opacity: 0.55;
    stroke-width: 5;
}

.ls-event-types {
    background: linear-gradient(145deg, rgba(5, 12, 20, 0.78), rgba(9, 10, 28, 0.86));
    padding: 18px;
    position: relative;
}

.ls-event-types::before {
    background: repeating-linear-gradient(90deg, transparent 0 24%, rgba(155, 194, 221, 0.08) 24.4% 24.8%, transparent 25.2%);
    bottom: 18px;
    content: "";
    left: 112px;
    opacity: 0.5;
    position: absolute;
    right: 50px;
    top: 48px;
}

.ls-event-types p {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 78px 1fr 34px;
    margin: 13px 0 0;
    position: relative;
    z-index: 1;
}

.ls-event-types span,
.ls-event-types b {
    color: #dce7ef;
    font-size: 11px;
    font-weight: 500;
}

.ls-event-types i {
    background: rgba(155, 194, 221, 0.08);
    border-radius: 999px;
    height: 4px;
    overflow: hidden;
    position: relative;
}

.ls-event-types i::before {
    background: linear-gradient(90deg, rgba(82, 239, 103, 0.18), var(--ls-green) 60%, #a8ffb0);
    box-shadow: 0 0 12px rgba(82, 239, 103, 0.75);
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: var(--w);
}

.ls-event-types i em {
    background: rgba(216, 255, 221, 0.9);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(82, 239, 103, 0.9);
    display: block;
    height: 6px;
    left: calc(var(--w) - 3px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.ls-high-intent-card {
    align-items: center;
    background: linear-gradient(135deg, rgba(8, 31, 30, 0.86), rgba(8, 15, 34, 0.78));
    border: 1px solid rgba(64, 198, 184, 0.34);
    box-shadow: inset 0 0 24px rgba(82, 239, 103, 0.05), 0 0 22px rgba(82, 239, 103, 0.06), 0 0 22px rgba(125, 101, 255, 0.08);
    display: grid;
    gap: 13px;
    grid-template-columns: 48px 1fr;
    margin-top: 12px;
    min-height: 74px;
    overflow: hidden;
    padding: 12px 14px;
    position: relative;
}

.ls-high-intent-card::before {
    background: radial-gradient(circle at 10% 40%, rgba(82, 239, 103, 0.14), transparent 5rem);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ls-high-intent-card .ls-map-feature-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(82, 239, 103, 0.15), rgba(82, 239, 103, 0.05));
    border: 1px solid rgba(82, 239, 103, 0.3);
    border-radius: 8px;
    box-shadow: inset 0 0 18px rgba(82, 239, 103, 0.08), 0 0 18px rgba(82, 239, 103, 0.12);
    color: var(--ls-green);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    position: relative;
    width: 44px;
    z-index: 1;
}

.ls-high-intent-card>p {
    display: none;
}

.ls-high-intent-card .ls-map-feature-icon svg {
    height: 24px;
    width: 24px;
}

.ls-high-intent-card div {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.ls-high-intent-card strong {
    color: var(--ls-green);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.15;
    margin-bottom: 4px;
    white-space: nowrap;
}

.ls-high-intent-card span {
    color: rgba(220, 231, 239, 0.86);
    display: block;
    font-size: 11px;
    line-height: 1.35;
    max-width: 24rem;
}

.ls-platform-final-cta {
    background: transparent;
    padding-bottom: 46px;
}

.ls-platform-final-cta .ls-final-cta__box {
    grid-template-columns: 285px minmax(0, 1fr) 240px;
}

.ls-platform-final-cta .ls-final-cta__content {
    min-width: 0;
}

.ls-platform-final-cta .ls-btn {
    grid-column: 3;
    justify-self: end;
    min-width: 220px;
}

.ls-about-page {
    background: radial-gradient(circle at 96% 72%, rgba(125, 101, 255, 0.16), transparent 24rem), radial-gradient(circle at 4% 82%, rgba(82, 239, 103, 0.12), transparent 26rem), #050b10;
    overflow: hidden;
}

.ls-about-hero {
    background: linear-gradient(90deg, rgba(5, 11, 16, 0.96) 0%, rgba(5, 11, 16, 0.72) 30%, rgba(5, 11, 16, 0.1) 58%, rgba(5, 11, 16, 0.08) 100%), linear-gradient(180deg, rgba(5, 11, 16, 0.22), rgba(5, 11, 16, 0.18)), url("../images/about-hero-ring-bg.png") center right / cover no-repeat;
    border-top: 1px solid rgba(155, 194, 221, 0.08);
    min-height: 520px;
    padding: 44px 0 42px;
    position: relative;
}

.ls-about-hero__inner {
    align-items: center;
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(0, 470px) minmax(420px, 1fr);
}

.ls-about-hero__copy h1 {
    font-size: 53px;
    line-height: 1.08;
    margin-bottom: 24px;
}

.ls-about-hero__copy h1 span {
    display: block;
}

.ls-about-hero__copy>p:not(.ls-pill) {
    color: #f1f6fb;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 22px;
    max-width: 390px;
}

.ls-about-hero .ls-checks {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.ls-about-orb {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 420px;
    position: relative;
    width: 100%;
}

.ls-about-orb::before {
    background: radial-gradient(circle at 51% 50%, rgba(5, 11, 16, 0.14), transparent 10rem);
    content: "";
    inset: 0;
    position: absolute;
}

.ls-about-orb img {
    display: none;
}

.ls-about-orb div {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 43px;
    gap: 16px;
    left: 51%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ls-about-orb div span span {
    color: var(--ls-green);
}

.ls-about-orb em {
    border: 1px solid rgba(125, 101, 255, 0.78);
    border-radius: 8px;
    color: #b58cff;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    padding: 6px 12px;
}

.ls-about-stats {
    padding: 0 0 30px;
}

.ls-about-stats__grid {
    background: radial-gradient(circle at 0 0, rgba(82, 239, 103, 0.18), transparent 18rem), radial-gradient(circle at 100% 100%, rgba(125, 101, 255, 0.2), transparent 18rem), linear-gradient(120deg, rgba(7, 28, 21, 0.82), rgba(11, 17, 36, 0.94));
    border: 1px solid rgba(82, 239, 103, 0.48);
    border-radius: 16px;
    box-shadow: 0 0 34px rgba(82, 239, 103, 0.1), inset 0 0 32px rgba(125, 101, 255, 0.09);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    padding: 28px 18px 30px;
}

.ls-about-stats article {
    border-right: 1px solid rgba(155, 194, 221, 0.17);
    text-align: center;
}

.ls-about-stats article:last-child {
    border-right: 0;
}

.ls-about-stat-icon {
    align-items: center;
    background: radial-gradient(circle at 50% 45%, rgba(82, 239, 103, 0.18), rgba(6, 16, 25, 0.55) 58%, rgba(8, 12, 25, 0.78)), linear-gradient(145deg, rgba(9, 31, 25, 0.85), rgba(13, 18, 37, 0.94));
    border: 1px solid rgba(82, 239, 103, 0.38);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(82, 239, 103, 0.15), 0 0 38px rgba(125, 101, 255, 0.11), inset 0 0 18px rgba(82, 239, 103, 0.08), inset 0 0 24px rgba(125, 101, 255, 0.12);
    display: flex;
    height: 78px;
    justify-content: center;
    margin: 0 auto 13px;
    position: relative;
    width: 78px;
}

.ls-about-stat-icon::before {
    background: linear-gradient(135deg, rgba(82, 239, 103, 0.42), rgba(125, 101, 255, 0.48));
    border-radius: inherit;
    content: "";
    filter: blur(12px);
    inset: 8px;
    opacity: 0.38;
    position: absolute;
    z-index: 0;
}

.ls-about-stat-icon svg {
    fill: none;
    height: 48px;
    position: relative;
    stroke: var(--ls-green);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4.2;
    width: 48px;
    z-index: 1;
}

.ls-about-stat-icon--seal svg {
    stroke-width: 3.4;
}

.ls-about-stats img {
    height: 58px;
    margin-bottom: 12px;
    object-fit: contain;
    width: 58px;
}

.ls-about-stats strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.05;
}

.ls-about-stats p {
    color: #dce7ef;
    font-size: 14px;
    line-height: 1.45;
    margin: 7px 0 0;
}

.ls-about-story {
    padding: 0 0 38px;
}

.ls-about-story__inner {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: 0.88fr 1.18fr;
}

.ls-about-story h2 {
    font-size: 42px;
    margin-bottom: 22px;
}

.ls-about-story p:not(.ls-kicker) {
    color: var(--ls-muted);
    font-size: 15px;
    line-height: 1.75;
    max-width: 520px;
}

.ls-about-story__visual {
    background: rgba(5, 11, 16, 0.58);
    border: 1px solid rgba(155, 194, 221, 0.2);
    border-radius: var(--ls-radius);
    box-shadow: 0 0 28px rgba(125, 101, 255, 0.08), inset 0 -2px 0 rgba(125, 101, 255, 0.3);
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.ls-about-story__visual img {
    display: block;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.ls-about-lower {
    background: linear-gradient(180deg, rgba(5, 11, 16, 0.82), rgba(5, 11, 16, 0.52) 43%, rgba(5, 11, 16, 0.78)), url("../images/about-lower-bg.png") center bottom / cover no-repeat;
    padding-top: 10px;
    position: relative;
}

.ls-about-lower::before {
    background: radial-gradient(circle at 5% 46%, rgba(82, 239, 103, 0.12), transparent 22rem), radial-gradient(circle at 96% 38%, rgba(125, 101, 255, 0.13), transparent 24rem);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ls-about-lower>section {
    position: relative;
    z-index: 1;
}

.ls-about-values {
    padding: 0 0 40px;
}

.ls-about-values__heading {
    margin-bottom: 18px;
    text-align: center;
}

.ls-about-values__heading h2 {
    font-size: 31px;
    margin-bottom: 0;
}

.ls-about-values__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, 1fr);
}

.ls-about-values article {
    background: linear-gradient(145deg, rgba(13, 23, 34, 0.68), rgba(6, 12, 21, 0.82));
    border: 1px solid rgba(155, 194, 221, 0.16);
    border-radius: var(--ls-radius);
    box-shadow: inset 0 0 22px rgba(82, 239, 103, 0.025);
    min-height: 170px;
    padding: 24px 18px 20px;
    text-align: center;
}

.ls-about-values img {
    height: 58px;
    margin-bottom: 14px;
    object-fit: contain;
    width: 58px;
}

.ls-about-values h3 {
    color: var(--ls-green);
    font-size: 15px;
    margin-bottom: 10px;
}

.ls-about-values p {
    color: #d2dce6;
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.ls-about-leaders {
    padding: 0 0 24px;
}

.ls-about-leaders>.ls-wrap>.ls-kicker {
    margin-bottom: 14px;
    text-align: center;
}

.ls-about-leaders__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.ls-about-leaders article {
    background: linear-gradient(145deg, rgba(13, 23, 34, 0.72), rgba(6, 12, 21, 0.86));
    border: 1px solid rgba(155, 194, 221, 0.17);
    border-radius: var(--ls-radius);
    box-shadow: inset 0 0 24px rgba(125, 101, 255, 0.035);
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 170px;
    overflow: hidden;
}

.ls-about-leaders img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.ls-about-leaders article>div {
    padding: 20px 16px 14px;
}

.ls-about-leaders h3 {
    font-size: 15px;
    margin-bottom: 6px;
}

.ls-about-leaders b {
    color: var(--ls-green);
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
}

.ls-about-leaders p {
    color: var(--ls-muted);
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 12px;
}

.ls-about-leaders span {
    align-items: center;
    border: 1px solid rgba(155, 194, 221, 0.45);
    border-radius: 50%;
    color: #dce7ef;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    height: 23px;
    justify-content: center;
    margin-right: 8px;
    width: 23px;
}

.ls-about-final-cta {
    padding-top: 0;
}

.ls-contact-page {
    background: radial-gradient(circle at 96% 78%, rgba(125, 101, 255, 0.16), transparent 26rem), radial-gradient(circle at 5% 35%, rgba(82, 239, 103, 0.08), transparent 28rem), #050b10;
    overflow: hidden;
}

.ls-contact-hero {
    background: radial-gradient(circle at 84% 18%, rgba(125, 101, 255, 0.22), transparent 24rem), radial-gradient(circle at 10% 84%, rgba(82, 239, 103, 0.16), transparent 20rem), linear-gradient(180deg, rgba(5, 11, 16, 0.98), rgba(5, 11, 16, 0.86)), url("../images/about-lower-bg.png") center bottom / cover no-repeat;
    border-top: 1px solid rgba(155, 194, 221, 0.08);
    padding: 42px 0 34px;
}

.ls-contact-hero__grid {
    align-items: start;
    display: grid;
    gap: clamp(42px, 7vw, 96px);
    grid-template-columns: minmax(0, 470px) minmax(520px, 1fr);
}

.ls-contact-copy {
    position: relative;
}

.ls-contact-copy h1 {
    font-size: clamp(48px, 4.7vw, 64px);
    line-height: 1.06;
    margin-bottom: 22px;
    max-width: 460px;
}

.ls-contact-copy h1 span {
    color: var(--ls-green);
    display: block;
}

.ls-contact-copy>p:not(.ls-pill) {
    color: #f1f6fb;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 405px;
}

.ls-contact-copy .ls-checks {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
}

.ls-contact-copy__ring {
    filter: saturate(1.36) contrast(1.14) drop-shadow(0 0 38px rgba(82, 239, 103, 0.36)) drop-shadow(0 0 46px rgba(125, 101, 255, 0.28));
    margin: -18px 0 -148px -122px;
    max-width: 780px;
    mix-blend-mode: screen;
    width: 168%;
}

.ls-contact-form {
    background: radial-gradient(circle at 0 0, rgba(82, 239, 103, 0.3), transparent 15rem), radial-gradient(circle at 100% 0, rgba(125, 101, 255, 0.46), transparent 18rem), radial-gradient(circle at 100% 100%, rgba(125, 101, 255, 0.22), transparent 18rem), linear-gradient(145deg, rgba(8, 14, 25, 0.9), rgba(5, 7, 18, 0.97));
    border: 1px solid rgba(82, 239, 103, 0.56);
    border-radius: 16px;
    box-shadow: -8px 0 42px rgba(82, 239, 103, 0.2), 12px 0 46px rgba(125, 101, 255, 0.26), inset 0 0 42px rgba(125, 101, 255, 0.14);
    margin-top: 0;
    max-width: 650px;
    padding: 30px 34px 26px;
    position: relative;
}

.ls-contact-form::before {
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 1px 0 0 rgba(82, 239, 103, 0.28), inset -1px 0 0 rgba(125, 101, 255, 0.34);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ls-contact-form__heading {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-bottom: 23px;
}

.ls-contact-form__heading h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 7px;
}

.ls-contact-form__heading p,
.ls-contact-form__secure {
    color: #d7e2ed;
    font-size: 14px;
    margin: 0;
}

.ls-contact-form__grid {
    display: grid;
    gap: 15px 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px;
}

.ls-contact-form input,
.ls-contact-form select,
.ls-contact-form textarea {
    background: rgba(4, 8, 17, 0.72);
    border: 1px solid rgba(155, 194, 221, 0.22);
    border-radius: 7px;
    color: #fff;
    font: 500 14px/1.2 Inter, Arial, sans-serif;
    min-height: 52px;
    outline: 0;
    padding: 0 17px;
    width: 100%;
}

.ls-contact-form textarea {
    min-height: 120px;
    padding-top: 17px;
    resize: vertical;
}

.ls-contact-form select,
.ls-contact-form textarea {
    margin-bottom: 16px;
}

.ls-contact-form input::placeholder,
.ls-contact-form textarea::placeholder {
    color: #cbd5df;
    opacity: 0.9;
}

.ls-contact-form .ls-btn {
    border: 0;
    font-size: 16px;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 54px;
    width: 100%;
}

.ls-contact-form__secure {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.ls-contact-wpforms .wpforms-container {
    margin: 0;
}

.ls-contact-wpforms .wpforms-field-container {
    display: grid;
    gap: 15px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ls-contact-wpforms .wpforms-field {
    clear: none;
    margin: 0 !important;
    padding: 0 !important;
}

.ls-contact-wpforms .wpforms-field-label {
    color: rgba(244, 249, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 7px;
}

.ls-contact-wpforms .wpforms-field-medium,
.ls-contact-wpforms .wpforms-field-large,
.ls-contact-wpforms input[type="text"],
.ls-contact-wpforms input[type="email"],
.ls-contact-wpforms input[type="tel"],
.ls-contact-wpforms select,
.ls-contact-wpforms textarea {
    background: rgba(4, 8, 17, 0.72) !important;
    border: 1px solid rgba(155, 194, 221, 0.22) !important;
    border-radius: 7px !important;
    color: #fff !important;
    font: 500 14px/1.2 Inter, Arial, sans-serif !important;
    max-width: none !important;
    min-height: 52px;
    outline: 0;
    padding: 0 17px !important;
    width: 100% !important;
}

.ls-contact-wpforms textarea {
    min-height: 120px;
    padding-top: 17px !important;
    resize: vertical;
}

.ls-contact-wpforms .wpforms-field-select,
.ls-contact-wpforms .wpforms-field-textarea,
.ls-contact-wpforms .wpforms-submit-container {
    grid-column: 1 / -1;
}

.ls-contact-wpforms .wpforms-submit-container {
    margin: 0 !important;
    padding: 0 !important;
}

.ls-contact-wpforms .wpforms-submit {
    background: linear-gradient(100deg, var(--ls-green), #63f387 46%, var(--ls-violet)) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 34px rgba(82, 239, 103, 0.18);
    color: #05100a !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    margin: 0 0 16px !important;
    min-height: 54px;
    padding: 0 24px !important;
    width: 100%;
}

.ls-contact-wpforms .wpforms-error {
    font-size: 12px !important;
    margin-top: 6px !important;
}

.ls-contact-wpforms .wpforms-confirmation-container-full,
.ls-contact-wpforms .wpforms-message-container {
    background: rgba(7, 21, 25, 0.84);
    border: 1px solid rgba(82, 239, 103, 0.24);
    border-radius: 8px;
    color: #dce7ef;
    margin: 0 0 16px;
    padding: 16px 18px;
}

.ls-wpforms-missing {
    background: rgba(4, 8, 17, 0.72);
    border: 1px solid rgba(155, 194, 221, 0.22);
    border-radius: 8px;
    color: #dce7ef;
    font-size: 14px;
    line-height: 1.5;
    padding: 18px;
}

.ls-contact-icon {
    align-items: center;
    border: 1px solid rgba(82, 239, 103, 0.42);
    border-radius: 50%;
    box-shadow: 0 0 22px rgba(82, 239, 103, 0.12), inset 0 0 18px rgba(125, 101, 255, 0.1);
    color: var(--ls-green);
    display: inline-flex;
    flex: 0 0 auto;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.ls-contact-icon svg {
    fill: none;
    height: 28px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 28px;
}

.ls-contact-icon--mail,
.ls-contact-icon--clock {
    border-color: rgba(125, 101, 255, 0.48);
    color: #9b73ff;
}

.ls-contact-icon--lock,
.ls-contact-icon--users {
    border: 0;
    box-shadow: none;
    height: 18px;
    width: 18px;
}

.ls-contact-icon--lock svg,
.ls-contact-icon--users svg {
    height: 18px;
    width: 18px;
}

.ls-contact-details {
    padding: 24px 0 26px;
}

.ls-contact-details__box,
.ls-contact-faq__box {
    background: linear-gradient(145deg, rgba(8, 16, 25, 0.78), rgba(6, 10, 19, 0.9));
    border: 1px solid rgba(155, 194, 221, 0.13);
    border-radius: 16px;
    box-shadow: inset 0 0 32px rgba(125, 101, 255, 0.04);
}

.ls-contact-details__box {
    display: grid;
    gap: 26px;
    grid-template-columns: 330px minmax(0, 1fr);
    padding: 20px;
}

.ls-contact-info h2,
.ls-contact-faq h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.ls-contact-info article {
    align-items: center;
    background: linear-gradient(145deg, rgba(8, 21, 27, 0.72), rgba(6, 10, 19, 0.82));
    border: 1px solid rgba(155, 194, 221, 0.16);
    border-radius: 9px;
    display: grid;
    gap: 17px;
    grid-template-columns: 58px 1fr;
    margin-bottom: 14px;
    padding: 16px;
}

.ls-contact-info h3 {
    font-size: 15px;
    margin-bottom: 7px;
}

.ls-contact-info a {
    color: var(--ls-green);
    font-weight: 600;
    text-decoration: none;
}

.ls-contact-info article:nth-of-type(2) a {
    color: #9b73ff;
}

.ls-contact-info p {
    color: #dbe6ef;
    font-size: 13px;
    line-height: 1.45;
    margin: 4px 0 0;
}

.ls-contact-map {
    background: radial-gradient(circle at 48% 27%, rgba(82, 239, 103, 0.36), transparent 8rem), linear-gradient(35deg, rgba(155, 194, 221, 0.04) 1px, transparent 1px), linear-gradient(120deg, rgba(155, 194, 221, 0.045) 1px, transparent 1px), linear-gradient(145deg, rgba(10, 18, 29, 0.86), rgba(4, 8, 15, 0.94));
    background-size: auto, 74px 74px, 96px 96px, auto;
    border: 1px solid rgba(155, 194, 221, 0.18);
    border-radius: 12px;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.ls-google-map {
    inset: 0;
    position: absolute;
    z-index: 0;
}

.ls-contact-map--google {
    background: #050b10;
    border-color: rgba(155, 194, 221, 0.18);
    box-shadow: inset 0 0 0 1px rgba(82, 239, 103, 0.08), 0 0 28px rgba(125, 101, 255, 0.12);
}

.ls-contact-map--google::before,
.ls-contact-map--google::after {
    display: none;
}

.ls-contact-map--google .ls-google-map {
    z-index: 1;
}

.ls-google-map-fallback {
    border: 0;
    filter: grayscale(1) invert(0.9) contrast(1.08) saturate(0.65) hue-rotate(165deg);
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.ls-contact-map.is-google-loaded .ls-google-map-fallback {
    display: none;
}

.ls-google-map-pin {
    color: var(--ls-green);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 42%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.ls-google-map-pin::before,
.ls-google-map-pin::after {
    border: 1px solid rgba(82, 239, 103, 0.34);
    border-radius: 50%;
    content: "";
    height: 170px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
}

.ls-google-map-pin::after {
    border-color: rgba(82, 239, 103, 0.2);
    height: 250px;
    width: 250px;
}

.ls-google-map-pin .ls-contact-icon {
    background: #03070c;
    border-color: rgba(82, 239, 103, 0.92);
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 0 22px rgba(82, 239, 103, 0.95), 0 0 78px rgba(82, 239, 103, 0.66), 0 0 138px rgba(82, 239, 103, 0.34);
    height: 96px;
    position: relative;
    transform: rotate(-45deg);
    width: 96px;
    z-index: 2;
}

.ls-google-map-pin .ls-contact-icon svg {
    height: 38px;
    transform: rotate(45deg);
    width: 38px;
}

.ls-contact-map.is-google-loaded {
    background: #050b10;
}

.ls-contact-map.is-google-loaded::before,
.ls-contact-map.is-google-loaded::after {
    display: none;
}

.ls-contact-map.is-google-loaded .gm-style {
    background: #050b10;
}

.ls-contact-map::before,
.ls-contact-map::after {
    background: rgba(124, 151, 176, 0.14);
    content: "";
    height: 2px;
    left: -12%;
    position: absolute;
    right: -12%;
    top: 42%;
    transform: rotate(-18deg);
}

.ls-contact-map::after {
    top: 58%;
    transform: rotate(12deg);
}

.ls-map-pin {
    color: var(--ls-green);
    left: 50%;
    position: absolute;
    top: 25%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ls-map-pin .ls-contact-icon {
    background: rgba(5, 11, 16, 0.86);
    box-shadow: 0 0 40px rgba(82, 239, 103, 0.42), 0 0 90px rgba(82, 239, 103, 0.2);
    height: 74px;
    width: 74px;
}

.ls-map-pin .ls-contact-icon svg {
    height: 38px;
    width: 38px;
}

.ls-contact-map>strong {
    bottom: 150px;
    font-size: 30px;
    letter-spacing: 0.04em;
    position: absolute;
    right: 30%;
    text-shadow: 0 0 18px rgba(5, 11, 16, 0.8);
    z-index: 2;
}

.ls-map-card {
    align-items: center;
    background: linear-gradient(145deg, rgba(10, 18, 31, 0.9), rgba(9, 10, 28, 0.94));
    border: 1px solid rgba(125, 101, 255, 0.42);
    border-radius: 12px;
    bottom: 34px;
    display: grid;
    gap: 18px;
    grid-template-columns: 106px 1fr;
    padding: 14px;
    position: absolute;
    right: 26px;
    width: min(360px, calc(100% - 52px));
    z-index: 2;
}

.ls-map-card__photo {
    background: linear-gradient(180deg, rgba(5, 11, 16, 0.05), rgba(5, 11, 16, 0.22)), linear-gradient(90deg, #111827, #0e2338 52%, #1a1432);
    border-radius: 6px;
    height: 82px;
    position: relative;
}

.ls-map-card__photo::before {
    background: repeating-linear-gradient(90deg, transparent 0 9px, rgba(255, 255, 255, 0.44) 10px 12px);
    bottom: 0;
    content: "";
    height: 58px;
    left: 16px;
    position: absolute;
    right: 16px;
}

.ls-map-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.ls-map-card p {
    color: #dce7ef;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.ls-contact-map--brand {
    background:
        radial-gradient(circle at 31% 25%, rgba(82, 239, 103, 0.9), rgba(82, 239, 103, 0.26) 7rem, transparent 13rem),
        radial-gradient(circle at 92% 19%, rgba(125, 101, 255, 0.28), transparent 17rem),
        linear-gradient(30deg, rgba(155, 194, 221, 0.052) 1px, transparent 1px),
        linear-gradient(115deg, rgba(155, 194, 221, 0.046) 1px, transparent 1px),
        linear-gradient(145deg, rgba(7, 13, 23, 0.96), rgba(3, 6, 13, 0.99));
    background-size: auto, auto, 74px 74px, 108px 108px, auto;
    border-color: rgba(160, 217, 255, 0.22);
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(82, 239, 103, 0.12), inset 0 0 72px rgba(125, 101, 255, 0.13), 0 0 34px rgba(125, 101, 255, 0.18);
}

.ls-contact-map--brand::before {
    background: repeating-radial-gradient(circle at 31% 25%, rgba(82, 239, 103, 0.33) 0 1px, transparent 2px 32px);
    height: auto;
    inset: 0;
    left: 0;
    opacity: 0.9;
    right: 0;
    top: 0;
    transform: none;
    z-index: 1;
}

.ls-contact-map--brand::after {
    background:
        linear-gradient(75deg, transparent 0 17%, rgba(127, 168, 205, 0.42) 17.2% 17.5%, transparent 17.7%),
        linear-gradient(112deg, transparent 0 37%, rgba(127, 168, 205, 0.34) 37.2% 37.5%, transparent 37.7%),
        linear-gradient(164deg, transparent 0 62%, rgba(125, 101, 255, 0.38) 62.1% 62.4%, transparent 62.6%),
        linear-gradient(8deg, transparent 0 44%, rgba(127, 168, 205, 0.24) 44.2% 44.5%, transparent 44.7%);
    height: auto;
    inset: 0;
    left: 0;
    opacity: 0.76;
    right: 0;
    top: 0;
    transform: none;
    z-index: 1;
}

.ls-map-road {
    background:
        linear-gradient(82deg, transparent 0 46%, rgba(82, 239, 103, 0.55) 46.2% 46.5%, transparent 46.8%),
        linear-gradient(178deg, transparent 0 61%, rgba(125, 101, 255, 0.48) 61.2% 61.5%, transparent 61.8%),
        linear-gradient(28deg, transparent 0 31%, rgba(127, 168, 205, 0.28) 31.2% 31.5%, transparent 31.8%);
    inset: -6%;
    position: absolute;
    z-index: 1;
}

.ls-map-label,
.ls-map-shield {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.35;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.ls-map-label--one {
    left: 12%;
    top: 11%;
}

.ls-map-label--two {
    left: 49%;
    text-align: center;
    top: 13%;
}

.ls-map-label--three {
    right: 14%;
    top: 13%;
}

.ls-map-label--four {
    left: 13%;
    top: 28%;
}

.ls-map-label--five {
    right: 9%;
    text-align: center;
    top: 30%;
}

.ls-map-label--six {
    right: 27%;
    text-align: center;
    top: 37%;
}

.ls-map-shield {
    align-items: center;
    background: rgba(9, 15, 27, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 6px;
    display: flex;
    font-size: 11px;
    height: 26px;
    justify-content: center;
    letter-spacing: 0;
    width: 32px;
}

.ls-map-shield--one {
    left: 9%;
    top: 19%;
}

.ls-map-shield--two {
    left: 48%;
    top: 39%;
}

.ls-map-shield--three {
    left: 32%;
    top: 58%;
}

.ls-contact-map--brand .ls-map-pin {
    left: 31%;
    top: 25%;
    z-index: 3;
}

.ls-contact-map--brand .ls-map-pin .ls-contact-icon {
    background: #02070c;
    border-color: rgba(82, 239, 103, 0.92);
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 0 28px rgba(82, 239, 103, 0.92), 0 0 90px rgba(82, 239, 103, 0.62), 0 0 160px rgba(82, 239, 103, 0.28);
    height: 112px;
    transform: rotate(-45deg);
    width: 112px;
}

.ls-contact-map--brand .ls-map-pin .ls-contact-icon svg {
    height: 44px;
    transform: rotate(45deg);
    width: 44px;
}

.ls-map-city {
    bottom: 174px;
    left: 37%;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 24px rgba(82, 239, 103, 0.5);
    z-index: 3;
}

.ls-map-city strong {
    color: var(--ls-green);
    display: block;
    font-family: var(--ls-sans);
    font-size: 48px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.ls-map-city span {
    color: var(--ls-green);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-top: 8px;
    position: relative;
}

.ls-map-city span::before,
.ls-map-city span::after {
    background: rgba(82, 239, 103, 0.48);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 44px;
}

.ls-map-city span::before {
    right: calc(100% + 12px);
}

.ls-map-city span::after {
    left: calc(100% + 12px);
}

.ls-map-tagline {
    bottom: 43px;
    color: #ffffff;
    font-family: var(--ls-serif);
    font-size: 27px;
    line-height: 1.1;
    left: 34px;
    margin: 0;
    padding-left: 20px;
    position: absolute;
    z-index: 3;
}

.ls-map-tagline::before {
    background: var(--ls-green);
    bottom: -7px;
    box-shadow: 0 0 18px rgba(82, 239, 103, 0.55);
    content: "";
    left: 0;
    position: absolute;
    top: -9px;
    width: 2px;
}

.ls-map-tagline span {
    color: var(--ls-green);
}

.ls-contact-map--brand .ls-map-card {
    background: linear-gradient(145deg, rgba(8, 18, 22, 0.88), rgba(13, 8, 37, 0.94));
    border-color: rgba(142, 83, 255, 0.62);
    border-radius: 20px;
    bottom: 36px;
    box-shadow: inset 0 0 38px rgba(82, 239, 103, 0.09), 0 0 38px rgba(125, 101, 255, 0.32), -20px -20px 65px rgba(82, 239, 103, 0.1);
    gap: 22px;
    grid-template-columns: 170px 1fr;
    max-width: 560px;
    padding: 24px;
    right: 28px;
    width: min(58%, 560px);
    z-index: 4;
}

.ls-contact-map--brand .ls-map-card__photo {
    background:
        radial-gradient(circle at 70% 64%, rgba(125, 101, 255, 0.7), transparent 1.6rem),
        linear-gradient(180deg, rgba(5, 11, 16, 0.06), rgba(5, 11, 16, 0.2)),
        linear-gradient(90deg, #101a2b, #0b2434 48%, #1b1235);
    border: 1px solid rgba(155, 194, 221, 0.12);
    border-radius: 10px;
    height: 150px;
    overflow: hidden;
}

.ls-contact-map--brand .ls-map-card__photo::before {
    background:
        repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 255, 255, 0.56) 17px 20px),
        linear-gradient(0deg, rgba(82, 239, 103, 0.24), transparent 42%);
    bottom: 20px;
    height: 82px;
    left: 20px;
    right: 20px;
}

.ls-contact-map--brand .ls-map-card__photo::after {
    background: linear-gradient(90deg, transparent, rgba(125, 101, 255, 0.9), transparent);
    bottom: 0;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
}

.ls-map-card__body {
    min-width: 0;
}

.ls-map-card__brand {
    align-items: center;
    border-bottom: 1px solid rgba(155, 194, 221, 0.16);
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.ls-contact-map--brand .ls-map-card h3 {
    font-family: var(--ls-sans);
    font-size: 32px;
    line-height: 1;
    margin: 0;
}

.ls-map-card h3 span {
    color: var(--ls-green);
}

.ls-map-card h3 em {
    border: 1px solid rgba(125, 101, 255, 0.74);
    border-radius: 7px;
    color: #bb96ff;
    font-size: 24px;
    font-style: normal;
    margin-left: 8px;
    padding: 2px 8px;
}

.ls-map-feature-icon {
    color: var(--ls-green);
    display: inline-flex;
}

.ls-map-card__brand .ls-map-feature-icon {
    height: 38px;
    width: 38px;
}

.ls-map-feature-icon svg {
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 100%;
}

.ls-map-card__location {
    align-items: center;
    color: #dce7ef;
    display: flex;
    font-size: 25px;
    gap: 12px;
    line-height: 1;
    margin: 0 0 18px;
}

.ls-map-card__location .ls-contact-icon {
    background: transparent;
    border: 0;
    box-shadow: none;
    height: 28px;
    width: 28px;
}

.ls-map-card__features {
    border-top: 1px solid rgba(155, 194, 221, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 14px;
}

.ls-map-card__features span {
    align-items: center;
    border-right: 1px solid rgba(155, 194, 221, 0.13);
    color: var(--ls-green);
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    text-align: center;
}

.ls-map-card__features span:last-child {
    border-right: 0;
}

.ls-map-card__features .ls-map-feature-icon,
.ls-map-card__features .ls-lead__icon {
    height: 30px;
    width: 30px;
}

.ls-map-card__features .ls-lead__icon {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--ls-green);
}

.ls-map-card__features b {
    color: #ffffff;
    font-size: 9px;
    letter-spacing: 0.06em;
    line-height: 1.15;
    text-transform: uppercase;
}

.ls-contact-faq {
    padding: 0 0 28px;
}

.ls-contact-faq__box {
    background: radial-gradient(circle at 0 0, rgba(82, 239, 103, 0.16), transparent 18rem), radial-gradient(circle at 100% 0, rgba(125, 101, 255, 0.18), transparent 18rem), linear-gradient(145deg, rgba(8, 16, 25, 0.82), rgba(6, 10, 19, 0.92));
    padding: 24px 30px 26px;
}

.ls-contact-faq__heading {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.ls-contact-faq__heading>p {
    color: #dce7ef;
    font-size: 14px;
    margin: 18px 0 0;
}

.ls-contact-faq__heading a {
    color: var(--ls-green);
}

.ls-contact-faq__grid {
    display: grid;
    gap: 12px 18px;
    grid-template-columns: repeat(2, 1fr);
}

.ls-faq-item {
    background: rgba(4, 8, 17, 0.62);
    border: 1px solid rgba(155, 194, 221, 0.18);
    border-radius: 7px;
    overflow: hidden;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ls-faq-item.is-open {
    background: linear-gradient(145deg, rgba(8, 21, 27, 0.78), rgba(8, 10, 24, 0.88));
    border-color: rgba(82, 239, 103, 0.36);
    box-shadow: 0 0 26px rgba(82, 239, 103, 0.08), inset 0 0 24px rgba(125, 101, 255, 0.05);
}

.ls-contact-faq button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: 600 14px/1.2 Inter, Arial, sans-serif;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 18px;
    text-align: left;
    width: 100%;
}

.ls-contact-faq button span {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-left: 16px;
}

.ls-faq-item p {
    border-top: 1px solid rgba(155, 194, 221, 0.11);
    color: #dce7ef;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    padding: 0 18px 15px;
}

.ls-faq-item p[hidden] {
    display: none;
}

.ls-contact-final-cta {
    background: transparent;
    padding-bottom: 46px;
}

.ls-contact-final-cta .ls-final-cta__box {
    background: radial-gradient(circle at 9% 46%, rgba(82, 239, 103, 0.22), transparent 14rem), radial-gradient(circle at 94% 50%, rgba(125, 101, 255, 0.36), transparent 19rem), linear-gradient(100deg, rgba(4, 15, 20, 0.94), rgba(9, 14, 39, 0.97) 58%, rgba(44, 21, 113, 0.94));
    border-color: rgba(82, 239, 103, 0.44);
    border-radius: 14px;
    box-shadow: 0 0 26px rgba(82, 239, 103, 0.12), 0 0 32px rgba(125, 101, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    gap: 42px;
    grid-template-columns: 340px minmax(0, 1fr) 340px;
    min-height: 188px;
    padding: 0 76px 0 0;
}

.ls-contact-final-cta .ls-final-cta__ring {
    filter: saturate(1.34) contrast(1.12) drop-shadow(0 0 34px rgba(82, 239, 103, 0.52)) drop-shadow(0 0 32px rgba(125, 101, 255, 0.36));
    height: 420px;
    margin: -118px 0 -114px -8px;
    object-fit: contain;
    object-position: center;
    transform: rotate(-9deg);
    width: 390px;
}

.ls-contact-final-cta .ls-final-cta__content h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.ls-contact-final-cta .ls-final-cta__content p {
    color: #dfe8ef;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 520px;
}

.ls-contact-final-cta .ls-final-cta__box>div:last-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.ls-contact-final-cta .ls-btn {
    min-width: 300px;
}

.ls-contact-join {
    align-items: center;
    color: #dce7ef;
    display: flex;
    font-size: 13px;
    gap: 8px;
    justify-content: center;
    margin: 12px 0 0;
    white-space: nowrap;
}

.ls-contact-join .ls-contact-icon {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--ls-green);
    height: 32px;
    width: 32px;
}

.ls-logos {
    background: linear-gradient(180deg, rgba(3, 8, 14, 0.98), rgba(5, 12, 19, 0.96)), radial-gradient(circle at 100% 0, rgba(125, 101, 255, 0.12), transparent 22rem);
    border-bottom: 1px solid rgba(155, 194, 221, 0.09);
    border-top: 1px solid rgba(155, 194, 221, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    padding: 21px 0;
}

.ls-logos .ls-wrap {
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: 1.15fr repeat(5, minmax(145px, 1fr));
}

.ls-logos p,
.ls-logos span {
    align-items: center;
    border-right: 1px solid rgba(185, 196, 207, 0.18);
    color: rgba(255, 255, 255, 0.74);
    display: flex;
    font-family: "Playfair Display", Georgia, serif;
    justify-content: center;
    line-height: 1.05;
    margin: 0;
    min-height: 52px;
    padding: 0 22px;
    text-transform: uppercase;
}

.ls-logos span:last-child {
    border-right: 0;
}

.ls-logos p {
    color: #c9d4df;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    justify-content: flex-start;
    letter-spacing: 0.14em;
    line-height: 1.55;
    padding-left: 10px;
}

.ls-logos span {
    font-size: 28px;
    gap: 10px;
    opacity: 0.86;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.ls-logos small {
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.05;
}

.ls-section {
    padding: 70px 0;
}

.ls-split {
    display: grid;
    gap: 56px;
    grid-template-columns: 0.88fr 2fr;
}

.ls-split>div:first-child p:not(.ls-kicker),
.ls-team__grid>div:first-child p:not(.ls-kicker),
.ls-entry,
.ls-post-card p {
    color: var(--ls-muted);
}

.ls-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-card-grid article {
    min-height: 230px;
    padding: 30px 20px;
}

.ls-card-grid b,
.ls-steps i {
    align-items: center;
    border: 1px solid rgba(82, 239, 103, 0.7);
    border-radius: 50%;
    color: var(--ls-green);
    display: inline-flex;
    font-size: 32px;
    font-style: normal;
    height: 74px;
    justify-content: center;
    margin-bottom: 26px;
    width: 74px;
}

.ls-card-grid h3,
.ls-steps h3,
.ls-people h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.ls-card-grid p,
.ls-steps p {
    color: var(--ls-muted);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0;
}

.ls-process {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    text-align: center;
}

.ls-steps {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    text-align: left;
}

.ls-steps article {
    position: relative;
}

.ls-steps b {
    color: var(--ls-green);
    display: block;
    font-size: 15px;
    margin-bottom: -30px;
    margin-left: 102px;
}

.ls-steps i {
    border-color: rgba(125, 101, 255, 0.6);
    box-shadow: inset 0 0 28px rgba(125, 101, 255, 0.18);
    color: #88fff1;
}

.ls-team {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ls-team__grid {
    display: grid;
    gap: 36px;
    grid-template-columns: 0.72fr 2.2fr;
}

.ls-people {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-people article {
    border-color: rgba(125, 101, 255, 0.35);
    overflow: hidden;
    text-align: center;
}

.ls-avatar {
    background: radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.98) 0 10%, transparent 11%), linear-gradient(160deg, rgba(82, 239, 103, 0.35), rgba(125, 101, 255, 0.28)), linear-gradient(180deg, #27313a, #0d1721);
    height: 190px;
    position: relative;
}

.ls-avatar::before {
    background: linear-gradient(#f2d8c0, #b77958);
    border-radius: 48% 48% 44% 44%;
    content: "";
    height: 62px;
    left: calc(50% - 31px);
    position: absolute;
    top: 30px;
    width: 62px;
}

.ls-avatar::after {
    background: linear-gradient(135deg, #111b25 0 45%, #ffffff 46% 58%, #121b26 59%);
    border-radius: 42px 42px 0 0;
    bottom: 0;
    content: "";
    height: 104px;
    left: calc(50% - 62px);
    position: absolute;
    width: 124px;
}

.ls-avatar--two::before,
.ls-avatar--four::before {
    background: linear-gradient(#f0b08b, #9a573b);
}

.ls-avatar--two::after,
.ls-avatar--four::after {
    background: linear-gradient(135deg, #3f1717 0 45%, #111b25 46%);
}

.ls-people h3 {
    font-size: 15px;
    letter-spacing: 0.04em;
    margin: 14px 8px 0;
    text-transform: uppercase;
}

.ls-people p {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    margin: 0 8px 18px;
}

.ls-cta {
    padding: 0 0 42px;
}

.ls-cta__box {
    align-items: center;
    background: radial-gradient(circle at 3% 100%, rgba(82, 239, 103, 0.34), transparent 18rem), linear-gradient(105deg, rgba(7, 24, 23, 0.95), rgba(15, 21, 45, 0.98) 58%, rgba(64, 26, 154, 0.9));
    border: 1px solid rgba(82, 239, 103, 0.5);
    border-radius: 18px;
    box-shadow: 0 18px 60px rgba(82, 239, 103, 0.12);
    display: grid;
    gap: 34px;
    grid-template-columns: 270px 1fr auto;
    overflow: hidden;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
}

.ls-cta__ring {
    filter: saturate(1.16) drop-shadow(0 0 26px rgba(82, 239, 103, 0.38));
    margin: -48px 0 -58px -30px;
    max-width: 280px;
    position: relative;
    transform: rotate(-5deg);
    z-index: 1;
}

.ls-cta h2 {
    font-size: 34px;
    margin-bottom: 8px;
}

.ls-cta p {
    color: var(--ls-muted);
    margin-bottom: 14px;
}

.site-footer {
    background: #03070d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--ls-muted);
    padding: 26px 0;
}

.site-footer__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.site-footer p {
    margin: 0;
}

.footer-menu {
    gap: 18px;
}

.ls-content {
    padding: 76px 0;
}

.ls-entry {
    max-width: 880px;
}

.ls-entry h1,
.ls-archive-header h1 {
    font-size: 52px;
}

.ls-entry a,
.ls-post-card a:hover h2 {
    color: var(--ls-green);
}

.ls-post-list {
    display: grid;
    gap: 22px;
}

.ls-post-card {
    overflow: hidden;
}

.ls-post-card a {
    display: block;
    padding: 24px;
}

.ls-post-card h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    line-height: 1.15;
}

.navigation.pagination {
    color: #fff;
}

@media (max-width: 1100px) {
    .ls-hero__grid,
    .ls-split,
    .ls-team__grid,
    .ls-cta__box {
        grid-template-columns: 1fr;
    }
    .ls-dashboard {
        max-width: 720px;
    }
    .ls-card-grid,
    .ls-people,
    .ls-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ls-logos .ls-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .ls-logo-strip__inner {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 14px;
    }
    .ls-logo-strip p,
    .ls-logo-strip a {
        border-right: 0;
    }
    .ls-built-firms__inner {
        grid-template-columns: 1fr;
    }
    .ls-built-firms__copy h2,
    .ls-built-firms__copy p:not(.ls-kicker) {
        max-width: 620px;
    }
    .ls-feature-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ls-intelligent-data {
        padding: 54px 0;
    }
    .ls-intelligent-data__inner {
        min-height: 0;
    }
    .ls-intelligent-data__body {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }
    .ls-intelligent-data__copy {
        max-width: 620px;
        padding-top: 0;
    }
    .ls-intelligent-data__copy p:not(.ls-kicker) {
        max-width: 520px;
    }
    .ls-intelligent-data__visual {
        min-height: 440px;
    }
    .ls-intelligent-data__visual img {
        max-width: min(860px, 96vw);
        transform: none;
        width: 100%;
    }
    .ls-intelligent-data__points {
        gap: 24px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-top: 0;
    }
    .ls-intelligent-data__points article::after {
        display: none;
    }
    .ls-intelligent-data__points p {
        font-size: 15px;
    }
    .ls-process-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ls-process-row article:not(:last-child)::after {
        display: none;
    }
    .ls-team-section__inner {
        grid-template-columns: 1fr;
    }
    .ls-team-section__copy {
        max-width: 620px;
    }
    .ls-team-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ls-final-cta__box {
        grid-template-columns: 235px 1fr;
        padding-right: 24px;
    }
    .ls-contact-final-cta .ls-final-cta__box {
        gap: 26px;
        grid-template-columns: 250px minmax(0, 1fr);
        padding: 18px 28px 18px 0;
    }
    .ls-contact-final-cta .ls-final-cta__ring {
        height: 340px;
        margin: -92px 0 -88px -12px;
        width: 320px;
    }
    .ls-contact-final-cta .ls-final-cta__box>div:last-child {
        align-items: flex-start;
        grid-column: 2;
    }
    .ls-platform-final-cta .ls-final-cta__box {
        grid-template-columns: 235px minmax(0, 1fr);
    }
    .ls-platform-final-cta .ls-btn {
        grid-column: 2;
        justify-self: end;
    }
    .ls-platform-hero__grid,
    .ls-platform-grid {
        grid-template-columns: 1fr;
    }
    .ls-platform-hero__visual {
        min-height: 260px;
    }
    .ls-platform-hero__visual img {
        right: 4%;
        top: -12px;
        width: min(520px, 82vw);
    }
    .ls-platform-alert {
        left: 2%;
    }
    .ls-overview-cards {
        grid-template-columns: repeat(4, 1fr);
    }
    .ls-final-cta .ls-btn {
        grid-column: 2;
        justify-self: start;
    }
    .ls-contact-hero__grid,
    .ls-contact-details__box {
        grid-template-columns: 1fr;
    }
    .ls-contact-copy__ring {
        margin: -8px 0 -96px -70px;
        max-width: 620px;
        width: 116%;
    }
    .ls-contact-map {
        min-height: 430px;
    }
    .ls-contact-map--brand .ls-map-card {
        grid-template-columns: 132px 1fr;
        max-width: 500px;
        width: min(72%, 500px);
    }
    .ls-contact-map--brand .ls-map-card__photo {
        height: 126px;
    }
    .ls-map-city {
        bottom: 158px;
        left: 31%;
    }
    .ls-map-city strong {
        font-size: 40px;
    }
    .ls-about-hero__inner,
    .ls-about-story__inner {
        grid-template-columns: 1fr;
    }
    .ls-about-orb {
        min-height: 300px;
        width: 100%;
    }
    .ls-about-stats__grid,
    .ls-about-values__grid,
    .ls-about-leaders__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ls-about-stats article:nth-child(2),
    .ls-about-values article:nth-child(2n),
    .ls-about-leaders article:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 820px) {
    .site-header__inner {
        min-height: 74px;
    }
    .site-nav {
        background: #061019;
        border-bottom: 1px solid var(--ls-border);
        display: none;
        left: 0;
        padding: 20px 24px;
        position: absolute;
        right: 0;
        top: 74px;
    }
    .site-nav.is-open {
        display: block;
    }
    .site-menu {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    .site-login,
    .site-header__actions .ls-btn {
        display: none;
    }
    .nav-toggle {
        display: inline-flex;
    }
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 34px;
    }
    .ls-hero {
        padding-top: 32px;
    }
    .ls-hero__grid,
    .ls-dashboard {
        grid-template-columns: 1fr;
    }
    .ls-hero {
        background-position: 62% center;
    }
    .ls-hero__ring {
        bottom: -72px;
        max-width: 470px;
        opacity: 0.78;
        right: -150px;
    }
    .ls-logos .ls-wrap,
    .ls-card-grid,
    .ls-people,
    .ls-steps {
        grid-template-columns: 1fr;
    }
    .ls-logos p,
    .ls-logos span {
        border-right: 0;
    }
    .ls-logo-strip__inner {
        grid-template-columns: 1fr 1fr;
    }
    .ls-logo-strip p {
        grid-column: 1 / -1;
        justify-content: center;
        text-align: center;
    }
    .ls-feature-cards {
        grid-template-columns: 1fr;
    }
    .ls-line-kicker {
        font-size: 11px;
        gap: 10px;
        letter-spacing: 0.18em;
    }
    .ls-line-kicker::before,
    .ls-line-kicker::after {
        width: 42px;
    }
    .ls-intelligent-data__heading p:not(.ls-line-kicker) {
        font-size: 17px;
    }
    .ls-intelligent-data__copy .ls-kicker {
        letter-spacing: 0.18em;
    }
    .ls-intelligent-data__copy p:not(.ls-kicker) {
        font-size: 16px;
    }
    .ls-intelligent-data__visual {
        margin-inline: -18px;
        min-height: 310px;
    }
    .ls-intelligent-data__visual img {
        max-width: 126vw;
        transform: none;
    }
    .ls-intelligent-data__points {
        grid-template-columns: 1fr;
    }
    .ls-intelligent-data__points h3 {
        letter-spacing: 0.18em;
    }
    .ls-intelligent-data__points p {
        max-width: none;
    }
    .ls-intelligent-data__trust {
        align-items: center;
        border-radius: 18px;
        gap: 14px;
        justify-content: flex-start;
        letter-spacing: 0.16em;
        padding: 16px 18px;
    }
    .ls-intelligent-data__trust span {
        font-size: 12px;
        line-height: 1.5;
    }
    .ls-ai-process__heading h2 {
        font-size: 30px;
    }
    .ls-process-row {
        grid-template-columns: 1fr;
    }
    .ls-team-cards {
        grid-template-columns: 1fr;
    }
    .ls-final-cta__box {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .ls-contact-final-cta .ls-final-cta__box {
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 18px;
        text-align: center;
    }
    .ls-final-cta__ring {
        height: 275px;
        margin: -108px auto -78px -18px;
        width: 360px;
    }
    .ls-contact-final-cta .ls-final-cta__ring {
        height: 300px;
        justify-self: center;
        margin: -92px auto -78px;
        width: 330px;
    }
    .ls-contact-final-cta .ls-final-cta__content h2 {
        font-size: 30px;
    }
    .ls-contact-final-cta .ls-final-cta__box>div:last-child {
        align-items: center;
        grid-column: auto;
        width: 100%;
    }
    .ls-platform-final-cta .ls-btn {
        justify-self: stretch;
    }
    .ls-platform-hero {
        padding-top: 34px;
    }
    .ls-platform-hero__copy h1 {
        font-size: 42px;
    }
    .ls-platform-checks {
        gap: 14px;
    }
    .ls-platform-checks li {
        flex-basis: 100%;
    }
    .ls-platform-panel {
        padding: 14px;
    }
    .ls-platform-grid {
        gap: 14px;
    }
    .ls-visitor-list article {
        grid-template-columns: 38px minmax(0, 1fr);
    }
    .ls-visitor-list em {
        grid-column: 2;
        justify-self: start;
    }
    .ls-overview-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .ls-contact-strip {
        display: grid;
    }
    .ls-contact-strip__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ls-event-types p {
        grid-template-columns: 74px 1fr 30px;
    }
    .ls-contact-final-cta .ls-btn {
        min-width: 0;
    }
    .ls-final-cta .ls-btn {
        grid-column: auto;
        width: 100%;
    }
    .ls-contact-hero {
        padding-top: 34px;
    }
    .ls-contact-copy h1 {
        font-size: 44px;
    }
    .ls-contact-form {
        padding: 24px 20px;
    }
    .ls-contact-form__grid,
    .ls-contact-wpforms .wpforms-field-container,
    .ls-contact-faq__grid {
        grid-template-columns: 1fr;
    }
    .ls-contact-faq__heading {
        display: block;
    }
    .ls-contact-details__box,
    .ls-contact-faq__box {
        padding: 18px;
    }
    .ls-contact-map {
        min-height: 380px;
    }
    .ls-map-label--two,
    .ls-map-label--three,
    .ls-map-label--five,
    .ls-map-label--six,
    .ls-map-shield--two {
        display: none;
    }
    .ls-contact-map--brand .ls-map-pin {
        left: 34%;
        top: 24%;
    }
    .ls-contact-map--brand .ls-map-pin .ls-contact-icon {
        height: 86px;
        width: 86px;
    }
    .ls-map-city {
        bottom: 160px;
        left: 42%;
    }
    .ls-map-city strong {
        font-size: 30px;
    }
    .ls-map-tagline {
        display: none;
    }
    .ls-contact-map--brand .ls-map-card {
        bottom: 18px;
        gap: 14px;
        grid-template-columns: 100px 1fr;
        padding: 16px;
        right: 18px;
        width: calc(100% - 36px);
    }
    .ls-contact-map--brand .ls-map-card__photo {
        height: 104px;
    }
    .ls-contact-map--brand .ls-map-card h3 {
        font-size: 23px;
    }
    .ls-map-card h3 em {
        font-size: 16px;
    }
    .ls-map-card__location {
        font-size: 18px;
    }
    .ls-map-card__features {
        display: none;
    }
    .ls-contact-map>strong {
        bottom: 136px;
        font-size: 25px;
        right: 22%;
    }
    .ls-map-card {
        right: 18px;
        width: calc(100% - 36px);
    }
    .ls-contact-join {
        white-space: normal;
    }
    .ls-about-hero__copy h1 {
        font-size: 42px;
    }
    .ls-about-orb {
        min-height: 270px;
    }
    .ls-about-orb div {
        font-size: 34px;
        left: 62%;
    }
    .ls-about-stats__grid,
    .ls-about-values__grid,
    .ls-about-leaders__grid {
        grid-template-columns: 1fr;
    }
    .ls-about-stats article {
        border-bottom: 1px solid rgba(155, 194, 221, 0.17);
        border-right: 0;
        padding: 20px 0;
    }
    .ls-about-stats article:last-child {
        border-bottom: 0;
    }
    .ls-about-leaders article {
        grid-template-columns: 118px 1fr;
    }
}

@media (max-width: 560px) {
    .ls-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }
    .site-brand {
        font-size: 25px;
    }
    h1 {
        font-size: 39px;
    }
    h2,
    .ls-cta h2 {
        font-size: 30px;
    }
    .ls-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .ls-btn--ghost {
        justify-content: flex-start;
    }
    .ls-dashboard {
        padding: 16px;
    }
    .ls-cta__ring {
        margin: -34px 0 -42px;
        max-width: 230px;
    }
    .ls-lead {
        grid-template-columns: 1fr;
    }
    .ls-contact-copy h1 {
        font-size: 38px;
    }
    .ls-contact-copy__ring {
        margin: -4px 0 -78px -82px;
        max-width: 520px;
        width: 148%;
    }
    .ls-contact-form__heading {
        align-items: flex-start;
    }
    .ls-contact-info article {
        grid-template-columns: 48px 1fr;
        padding: 14px;
    }
    .ls-contact-icon {
        height: 46px;
        width: 46px;
    }
    .ls-contact-icon svg {
        height: 23px;
        width: 23px;
    }
    .ls-map-card {
        grid-template-columns: 82px 1fr;
    }
    .ls-contact-map--brand .ls-map-card {
        grid-template-columns: 1fr;
    }
    .ls-contact-map--brand .ls-map-card__photo {
        display: none;
    }
    .ls-map-label,
    .ls-map-shield {
        font-size: 10px;
    }
    .ls-map-city {
        bottom: 124px;
        left: 50%;
        transform: translateX(-50%);
    }
    .ls-contact-map--brand .ls-map-pin {
        left: 50%;
        top: 25%;
    }
    .ls-map-card__photo {
        height: 70px;
    }
    .ls-platform-hero__visual {
        min-height: 230px;
    }
    .ls-platform-hero__visual img {
        right: -34%;
        width: 520px;
    }
    .ls-platform-alert {
        left: 0;
        top: 24px;
        width: min(248px, 82vw);
    }
    .ls-platform-alert::after {
        width: 70px;
    }
    .ls-visitor-map {
        min-height: 220px;
    }
    .ls-contact-strip__items {
        grid-template-columns: 1fr;
    }
    .ls-overview-cards {
        grid-template-columns: 1fr;
    }
    .ls-high-intent-card {
        grid-template-columns: 44px 1fr;
    }
}
