@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src:
        url("/assets/fonts/roboto-condensed-v19-latin-regular.woff2") format("woff2"),
        url("/assets/fonts/roboto-condensed-v19-latin-regular.woff") format("woff"),
        url("/assets/fonts/roboto-condensed-v19-latin-regular.ttf") format("truetype");
}

:root {
    --brand-blue: #4a8fd6;
    --brand-blue-dark: #2f76bf;
    --brand-ink: #111111;
    --brand-text: #1f2937;
    --brand-muted: #6b7280;
    --surface: rgba(255, 255, 255, 0.84);
    --border-soft: rgba(74, 143, 214, 0.18);
    --shadow-soft: 0 18px 40px rgba(66, 93, 127, 0.12);
    --shadow-button: rgba(60, 64, 67, 0.18) 0 3px 5px -1px, rgba(60, 64, 67, 0.14) 0 6px 10px 0, rgba(60, 64, 67, 0.1) 0 1px 18px 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    color: var(--brand-text);
    font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 1.35;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 34%, rgba(189, 212, 236, 0.88) 62%, rgba(241, 247, 253, 0.96) 100%),
        radial-gradient(circle at top right, rgba(74, 143, 214, 0.16), transparent 38%),
        #f7f9fc;
}

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

h1,
h2,
h3,
strong {
    font-weight: 400;
}

h1 {
    margin: 0 0 12px;
    color: var(--brand-ink);
    font-size: clamp(1.9rem, 2vw, 2.6rem);
}

h2 {
    margin: 0 0 12px;
    color: var(--brand-ink);
    font-size: clamp(1.35rem, 1.5vw, 1.7rem);
}

label {
    display: block;
    margin-top: 30px;
    color: var(--brand-muted);
    font-size: 14px;
}

input,
select,
button {
    width: 100%;
    margin-top: 6px;
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-button);
    color: #3c4043;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 1rem;
    padding: 11px 18px;
}

button {
    width: auto;
    min-width: 180px;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

button:hover {
    transform: translateY(-1px);
    background: #f7fbff;
    color: #174ea6;
}

button:focus,
input:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 143, 214, 0.22), var(--shadow-button);
}

.container {
    max-width: 1360px;
    margin: 28px auto 40px;
    padding: 0 22px;
}

.site-shell {
    min-height: 100vh;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    overflow: visible;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 250, 254, 0.34)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0%, rgba(231, 240, 250, 0.38) 58%, rgba(255, 246, 232, 0.3) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 34px rgba(66, 93, 127, 0.12);
    backdrop-filter: blur(22px) saturate(1.35);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.site-header::before,
.site-header::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.site-header::before {
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 46%),
        linear-gradient(90deg, rgba(74, 143, 214, 0.06), transparent 44%, rgba(255, 156, 0, 0.06));
}

.site-header::after {
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(74, 143, 214, 0.28), rgba(255, 156, 0, 0.22), transparent);
}

.header-inner {
    position: relative;
    z-index: 1;
    max-width: 1480px;
    margin: 0 auto;
    padding: 14px 34px 10px;
}

.brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-lockup img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.brand-meta {
    display: flex;
    flex-direction: column;
}

.brand-meta strong {
    color: var(--brand-ink);
    font-size: 1.65rem;
    letter-spacing: 0.01em;
}

.brand-meta small {
    color: #7a838d;
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.05;
}

.user-cluster {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.home-body {
    position: relative;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(74, 143, 214, 0.16), transparent 34%),
        radial-gradient(circle at 82% 14%, rgba(255, 156, 0, 0.18), transparent 28%),
        linear-gradient(180deg, #eef5fc 0%, #f7fafd 45%, #eef3f9 100%);
}

.home-header {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 250, 254, 0.34)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0%, rgba(231, 240, 250, 0.38) 58%, rgba(255, 246, 232, 0.3) 100%);
}

.home-orbit,
.lucy-analytics-background {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-orbit span {
    position: absolute;
    display: block;
    border-radius: 999px;
    filter: blur(72px);
    opacity: 0.14;
    animation: homeFloat 22s linear infinite;
}

.home-orbit span:nth-child(1) {
    top: 4%;
    left: -3%;
    width: 18rem;
    height: 18rem;
    background: rgba(74, 143, 214, 0.38);
}

.home-orbit span:nth-child(2) {
    top: 14%;
    right: -5%;
    width: 20rem;
    height: 20rem;
    background: rgba(255, 156, 0, 0.34);
    animation-delay: -4s;
}

.home-orbit span:nth-child(3) {
    bottom: -6%;
    left: 32%;
    width: 24rem;
    height: 24rem;
    background: rgba(47, 118, 191, 0.22);
    animation-delay: -8s;
}

.lucy-analytics-background {
    opacity: 0.92;
}

.lucy-analytics-background::before,
.lucy-analytics-background::after {
    content: "";
    position: absolute;
    inset: -8%;
}

.lucy-analytics-background::before {
    background-image:
        linear-gradient(rgba(74, 143, 214, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(74, 143, 214, 0.08) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: 0.38;
}

.lucy-analytics-background::after {
    background:
        radial-gradient(circle at 28% 28%, rgba(74, 143, 214, 0.18), transparent 26%),
        radial-gradient(circle at 72% 22%, rgba(255, 156, 0, 0.16), transparent 24%),
        radial-gradient(circle at 58% 74%, rgba(74, 143, 214, 0.12), transparent 30%);
    animation: lucyGlowShift 24s linear infinite;
}

.lucy-isolines,
.lucy-sensor-field {
    position: absolute;
    inset: 0;
}

.lucy-isolines {
    opacity: 0.34;
}

.lucy-isolines::before,
.lucy-isolines::after {
    content: "";
    position: absolute;
    inset: -12% -8%;
    border: 1px solid rgba(47, 118, 191, 0.16);
    border-radius: 50%;
    transform: rotate(-10deg);
    animation: lucySweep 7.5s linear infinite;
}

.lucy-isolines::after {
    inset: 6% 2%;
    border-color: rgba(255, 156, 0, 0.16);
    animation-direction: reverse;
    animation-duration: 5.2s;
}

.lucy-sensor-field span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(47, 118, 191, 0.88);
    box-shadow: 0 0 0 5px rgba(47, 118, 191, 0.08), 0 0 16px rgba(47, 118, 191, 0.28);
    animation: sensorPulse 1.8s ease-in-out infinite;
}

.lucy-sensor-field span:nth-child(2n) {
    background: rgba(255, 156, 0, 0.88);
    box-shadow: 0 0 0 5px rgba(255, 156, 0, 0.08), 0 0 16px rgba(255, 156, 0, 0.28);
}

.lucy-sensor-field span:nth-child(1) { top: 8%; left: 12%; }
.lucy-sensor-field span:nth-child(2) { top: 14%; left: 68%; animation-delay: -0.7s; }
.lucy-sensor-field span:nth-child(3) { top: 21%; left: 36%; animation-delay: -0.2s; }
.lucy-sensor-field span:nth-child(4) { top: 27%; left: 84%; animation-delay: -1.1s; }
.lucy-sensor-field span:nth-child(5) { top: 39%; left: 22%; animation-delay: -0.5s; }
.lucy-sensor-field span:nth-child(6) { top: 46%; left: 58%; animation-delay: -1.3s; }
.lucy-sensor-field span:nth-child(7) { top: 57%; left: 9%; animation-delay: -0.9s; }
.lucy-sensor-field span:nth-child(8) { top: 64%; left: 73%; animation-delay: -0.4s; }
.lucy-sensor-field span:nth-child(9) { top: 72%; left: 42%; animation-delay: -1.5s; }
.lucy-sensor-field span:nth-child(10) { top: 79%; left: 87%; animation-delay: -0.1s; }
.lucy-sensor-field span:nth-child(11) { top: 83%; left: 16%; animation-delay: -1.8s; }
.lucy-sensor-field span:nth-child(12) { top: 88%; left: 56%; animation-delay: -0.6s; }
.lucy-sensor-field span:nth-child(13) { top: 33%; left: 48%; animation-delay: -1.2s; }

.lucy-analytics-background {
    opacity: 1;
}

.lucy-analytics-background::before {
    inset: -12% -20%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1800 760'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M-120 560 C160 330 315 710 585 458 C810 248 980 262 1210 410 C1430 552 1590 438 1920 206' stroke='%232f76bf' stroke-opacity='.42' stroke-width='5'/%3E%3Cpath d='M-160 205 C130 92 330 318 570 196 C820 68 1005 115 1245 276 C1488 440 1630 318 1900 138' stroke='%23ff9c00' stroke-opacity='.36' stroke-width='4'/%3E%3Cpath d='M-110 690 C122 486 338 518 560 620 C820 742 990 548 1215 492 C1470 428 1620 576 1910 376' stroke='%232f76bf' stroke-opacity='.28' stroke-width='4'/%3E%3Cpath d='M-130 390 C112 236 312 380 522 330 C746 276 922 92 1170 158 C1422 225 1540 384 1920 270' stroke='%232f76bf' stroke-opacity='.24' stroke-width='3'/%3E%3Cpath d='M-95 80 C172 226 368 48 612 106 C882 170 1032 410 1308 338 C1528 280 1660 98 1905 174' stroke='%23ff9c00' stroke-opacity='.24' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 125% 100%;
    opacity: 0.95;
    animation: lucyLineDrift 36s linear infinite;
}

.lucy-isolines {
    opacity: 0.74;
}

.lucy-isolines::before,
.lucy-isolines::after {
    inset: -18% -10%;
    border-color: rgba(47, 118, 191, 0.34);
    box-shadow:
        0 0 0 48px rgba(74, 143, 214, 0.055),
        0 0 0 112px rgba(255, 156, 0, 0.04);
    animation: lucySweep 42s linear infinite;
}

.lucy-isolines::after {
    inset: -6% 4%;
    border-color: rgba(255, 156, 0, 0.32);
    animation-duration: 34s;
}

.lucy-sensor-field span {
    width: 13px;
    height: 13px;
    opacity: 0.95;
    background: rgba(47, 118, 191, 0.98);
    box-shadow: 0 0 0 7px rgba(47, 118, 191, 0.14), 0 0 22px rgba(47, 118, 191, 0.42);
    animation-name: lucySensorBlink;
    animation-duration: 3.4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.lucy-sensor-field span:nth-child(3n) {
    animation-duration: 4.8s;
}

.lucy-sensor-field span:nth-child(4n) {
    animation-duration: 5.8s;
}

.lucy-sensor-field span:nth-child(2n) {
    background: rgba(255, 156, 0, 0.98);
    box-shadow: 0 0 0 7px rgba(255, 156, 0, 0.16), 0 0 24px rgba(255, 156, 0, 0.44);
}

.home-kicker {
    display: inline-block;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--brand-blue-dark);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.3rem 0.72rem;
}

.public-module-page .home-kicker {
    border: 1px solid rgba(242, 170, 61, 0.12);
    background: rgba(255, 238, 211, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        0 8px 20px rgba(138, 90, 0, 0.08);
    color: #8a5a00;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.42rem 0.84rem;
    text-transform: uppercase;
}

.platform-auth-card .home-kicker {
    margin-bottom: 1.15rem;
    border: 0;
    background: rgba(255, 238, 211, 0.74);
    box-shadow: none;
    color: #8a5a00;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.35;
    padding: 0.42rem 0.84rem;
    text-transform: none;
}

.platform-body {
    overflow-x: hidden;
}

.platform-auth-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    align-items: center;
    gap: clamp(28px, 6vw, 90px);
    min-height: 100vh;
    max-width: 1180px;
    margin: 0 auto;
    padding: 44px 24px;
}

.platform-auth-brand {
    display: grid;
    align-self: center;
    gap: 36px;
}

.platform-auth-brand h1 {
    max-width: 560px;
    margin-bottom: 18px;
    font-size: clamp(1.9rem, 3.1vw, 3.35rem);
    line-height: 1.05;
}

.platform-auth-brand p {
    max-width: 560px;
    margin: 0;
    color: #3d4c5c;
    font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.platform-auth-principle {
    display: block;
    margin-top: 0.35rem;
}

.platform-auth-copy {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: center;
    gap: 30px;
    max-width: 680px;
    min-height: 430px;
    padding: 28px 30px 24px;
}

.platform-auth-copy::before {
    content: "";
    position: absolute;
    inset: 0 -50px 0 -28px;
    z-index: -1;
    background: radial-gradient(ellipse at 34% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 44%, rgba(255, 255, 255, 0.34) 68%, rgba(255, 255, 255, 0) 100%);
}

.platform-auth-copy > div {
    align-self: center;
}

.platform-auth-bottom {
    display: grid;
    align-self: end;
    gap: 30px;
}

.platform-auth-footer {
    display: grid;
    gap: 0.2rem;
    max-width: 560px;
    color: rgba(35, 50, 71, 0.66);
    font-size: 9pt;
    line-height: 1.45;
}

.platform-auth-brand .platform-auth-footer p {
    max-width: none;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.platform-auth-footer em {
    display: block;
    font-style: italic;
}

.platform-auth-card,
.platform-legal-card {
    border: 1px solid rgba(74, 143, 214, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.platform-auth-card {
    align-self: center;
    padding: 22px 26px 24px;
}

.platform-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.platform-card-header a,
.platform-legal-page a {
    color: var(--brand-blue-dark);
}

.platform-card-header a {
    padding-top: 7px;
    line-height: 1;
}

.platform-form {
    display: grid;
    gap: 10px;
}

.platform-form label {
    display: grid;
    gap: 5px;
    margin-top: 0;
}

.platform-form input,
.platform-form select,
.platform-form button {
    margin-top: 0;
}

.platform-login-actions {
    display: grid;
    gap: 4px;
    margin-top: 15px;
}

.platform-auth-card .primary-button {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(47, 118, 191, 0.5);
    background: linear-gradient(180deg, #3f8ed8, #246fb8);
    box-shadow:
        0 14px 30px rgba(47, 118, 191, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    color: #fff;
}

.platform-auth-card .primary-button:hover {
    background: linear-gradient(180deg, #4d9be2, #1f66aa);
    color: #fff;
}

.platform-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(47, 118, 191, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    color: rgba(47, 118, 191, 0.88);
    font-size: 0.95rem;
    padding: 0 16px;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.platform-message {
    margin: 0 0 16px;
    border-radius: 12px;
    background: rgba(234, 242, 251, 0.92);
    color: var(--brand-blue-dark);
    padding: 12px 14px;
}

.platform-message-error {
    background: rgba(255, 238, 238, 0.95);
    color: #9b1c1c;
}

.platform-public-module-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    max-width: 560px;
    margin-top: -16px;
    color: var(--brand-blue-dark);
    font-size: 0.98rem;
    line-height: 1.45;
}

.platform-public-module-links span {
    color: #64748b;
}

.platform-public-module-links .platform-public-link-break {
    flex-basis: 100%;
    width: 0;
    height: 0;
}

.platform-public-module-links a:not(:last-child)::after {
    content: "|";
    margin-left: 0.45rem;
    color: rgba(47, 118, 191, 0.46);
}

.platform-public-module-links a:has(+ .platform-public-link-break)::after {
    content: "";
    margin-left: 0;
}

.platform-legal-page {
    position: relative;
    z-index: 2;
    max-width: 980px;
    padding-top: 24px;
    padding-bottom: 64px;
}

.platform-legal-card {
    padding: clamp(22px, 4vw, 38px);
}

.platform-legal-card h1 {
    margin-top: 0;
}

.platform-legal-card h1:not(:first-child) {
    margin-top: 34px;
}

.platform-legal-card h2 {
    margin-top: 28px;
}

.platform-legal-card h3 {
    margin: 20px 0 8px;
    color: var(--brand-blue-dark);
    font-size: 1.05rem;
}

.platform-legal-card p {
    line-height: 1.62;
}

.public-menu-floating {
    position: fixed;
    top: 20px;
    right: 24px;
    z-index: 40;
}

.public-more-menu {
    position: relative;
}

.public-more-menu summary {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(74, 143, 214, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 24px rgba(66, 93, 127, 0.14);
    cursor: pointer;
    list-style: none;
}

.public-more-menu summary::-webkit-details-marker {
    display: none;
}

.public-more-menu summary span {
    display: block;
    width: 18px;
    height: 4px;
    border-radius: 99px;
    background: #2f76bf;
}

.public-more-menu[open] summary,
.public-more-menu summary:hover {
    background: rgba(255, 255, 255, 0.92);
}

.public-more-menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    gap: 6px;
    width: min(78vw, 240px);
    border: 1px solid rgba(74, 143, 214, 0.18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(66, 93, 127, 0.18);
    padding: 12px;
}

.public-more-menu-panel strong {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 4px 10px 3px;
    text-transform: uppercase;
}

.public-more-menu-panel a {
    display: block;
    border-radius: 10px;
    color: #2d4054;
    padding: 10px 12px;
}

.public-more-menu-panel a:hover,
.public-more-menu-panel a[aria-current="page"] {
    background: rgba(234, 242, 251, 0.9);
    color: var(--brand-blue-dark);
}

.nav-divider {
    margin: 0.35rem 0;
    border: 0;
    border-top: 1px solid rgba(74, 143, 214, 0.14);
}

.public-module-body {
    --public-bg-height: 100vh;
    position: relative;
    background:
        radial-gradient(circle at 10% 6%, rgba(74, 143, 214, 0.14), transparent 28rem),
        radial-gradient(circle at 88% 16%, rgba(255, 156, 0, 0.1), transparent 24rem),
        linear-gradient(180deg, #f8fbfd 0%, #f3f7fb 44%, #f7f9fc 100%);
}

.public-module-body .home-orbit,
.public-module-body .lucy-analytics-background {
    position: absolute;
    inset: 0 0 auto;
    height: var(--public-bg-height);
    min-height: 100vh;
    contain: layout paint;
    transform: translateZ(0);
}

.public-module-body .home-orbit,
.public-module-body .lucy-analytics-background {
    overflow: hidden;
}

.public-module-body .lucy-analytics-background {
    opacity: 0.92;
}

.public-module-body .site-shell {
    position: relative;
    z-index: 2;
}

.public-module-body .site-header {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 254, 0.92)),
        #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.public-module-body .site-header::before {
    display: none;
}

.public-module-page {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    padding-top: 34px;
    padding-bottom: 72px;
}

.public-module-article {
    display: grid;
    gap: 28px;
}

.public-module-hero,
.public-module-section,
.public-module-sovereignty {
    border: 1px solid rgba(74, 143, 214, 0.18);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(66, 93, 127, 0.08);
}

.public-module-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: clamp(22px, 4vw, 44px);
    padding: clamp(22px, 4vw, 42px);
}

.public-overview-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
}

.public-module-hero-copy h1 {
    margin: 0.45rem 0 0.65rem;
    color: var(--brand-ink);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
}

.public-module-hero-copy p {
    margin: 0;
    color: #3d4c5c;
    font-size: 1.08rem;
    line-height: 1.55;
}

.public-module-hero-copy p + p {
    margin-top: 1rem;
}

.public-module-lead {
    color: #17202a !important;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem) !important;
    line-height: 1.32 !important;
}

.public-module-shot {
    display: grid;
    gap: 10px;
    margin: 0;
}

.public-module-shot img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(74, 143, 214, 0.18);
    border-radius: 14px;
    background: #f8fbfd;
    box-shadow: 0 12px 28px rgba(66, 93, 127, 0.1);
}

.public-module-shot figcaption {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.35;
}

.public-module-section,
.public-module-sovereignty {
    padding: clamp(22px, 4vw, 34px);
}

.public-section-heading {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1.2rem;
}

.public-section-heading h2,
.public-answer-section h2,
.public-module-sovereignty h2 {
    margin: 0;
    color: #17202a;
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    line-height: 1.1;
}

.public-feature-grid,
.public-workflow-list,
.public-overview-module-grid {
    display: grid;
    gap: 12px;
}

.public-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-workflow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: workflow;
}

.public-overview-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-feature-grid article,
.public-workflow-list li,
.public-overview-module-grid a,
.public-overview-principles article,
.public-faq-list details {
    border: 1px solid rgba(74, 143, 214, 0.14);
    border-radius: 8px;
    background: rgba(246, 250, 252, 0.86);
    padding: 16px;
}

.public-feature-grid article {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 168px;
}

.public-feature-grid article span {
    width: 28px;
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, #2f76bf, #f2aa3d);
}

.public-feature-grid p,
.public-workflow-list,
.public-answer-section p,
.public-module-sovereignty p,
.public-module-sovereignty dd,
.public-overview-module-grid span {
    color: #3d4c5c;
    line-height: 1.56;
}

.public-feature-grid p {
    margin: 0;
}

.public-workflow-list li {
    counter-increment: workflow;
    min-height: 132px;
    background: rgba(255, 255, 255, 0.72);
    padding: 18px;
}

.public-workflow-list li::before {
    content: counter(workflow, decimal-leading-zero);
    display: block;
    margin-bottom: 22px;
    color: #2f76bf;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.public-answer-section,
.public-module-sovereignty {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
    gap: clamp(20px, 4vw, 42px);
}

.public-answer-section p,
.public-faq-list p,
.public-module-sovereignty p {
    margin: 0.8rem 0 0;
}

.public-faq-list {
    display: grid;
    gap: 10px;
}

.public-faq-list summary {
    color: #17202a;
    cursor: pointer;
    font-weight: 900;
}

.public-faq-list p a {
    color: var(--brand-blue-dark);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.public-module-sovereignty {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 252, 0.84)),
        #fff;
}

.public-module-sovereignty dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.public-module-sovereignty dl div {
    border-left: 4px solid #2f76bf;
    background: rgba(234, 242, 251, 0.7);
    padding: 12px 14px;
}

.public-module-sovereignty dt {
    margin-bottom: 0.2rem;
    color: #17202a;
    font-weight: 900;
}

.public-module-sovereignty dd {
    margin: 0;
}

.public-overview-principles {
    display: grid;
    gap: 12px;
}

.public-overview-principles article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    gap: 0.25rem 1rem;
}

.public-overview-principles span {
    grid-row: span 2;
    color: #2f76bf;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.public-overview-principles strong,
.public-overview-module-grid strong {
    color: #17202a;
    font-size: 1.25rem;
}

.public-overview-principles small {
    color: #64748b;
    line-height: 1.35;
}

.public-overview-module-grid a {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    min-height: 156px;
}

.public-overview-module-grid a:hover {
    border-color: rgba(47, 118, 191, 0.32);
    background: #fff;
}

@media (max-width: 1100px) {
    .platform-auth-shell,
    .public-module-hero,
    .public-overview-hero,
    .public-answer-section,
    .public-module-sovereignty {
        grid-template-columns: 1fr;
    }

    .public-feature-grid,
    .public-workflow-list,
    .public-overview-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .container {
        padding: 0 14px;
    }

    .header-inner {
        padding: 16px 14px 12px;
    }

    .brand-row {
        align-items: flex-start;
        gap: 14px;
    }

    .brand-lockup {
        min-width: 0;
    }

    .brand-meta strong {
        font-size: 1.15rem;
    }

    .brand-meta small {
        font-size: 0.78rem;
    }

    .platform-auth-shell {
        align-items: start;
        min-height: auto;
        padding: 34px 18px;
    }

    .platform-auth-copy {
        min-height: 0;
        padding: 28px 0 10px;
    }

    .platform-auth-copy::before {
        inset: 0 -24px;
    }

    .platform-auth-card {
        padding: 20px 18px;
    }

    .public-menu-floating {
        top: 14px;
        right: 14px;
    }

    .public-module-page {
        padding-top: 18px;
        padding-bottom: 46px;
    }

    .public-module-hero,
    .public-module-section,
    .public-module-sovereignty {
        border-radius: 14px;
    }

    .public-feature-grid,
    .public-workflow-list,
    .public-overview-module-grid {
        grid-template-columns: 1fr;
    }
}

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

@keyframes sensorPulse {
    0%,
    100% {
        opacity: 0.65;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes homeFloat {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    25% { transform: translate3d(22px, -14px, 0) scale(1.03); }
    50% { transform: translate3d(34px, 8px, 0) scale(1.01); }
    75% { transform: translate3d(10px, 22px, 0) scale(1.04); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes lucyGlowShift {
    0% { transform: translate3d(-1.2%, 0, 0) scale(1); }
    25% { transform: translate3d(0.8%, -1.2%, 0) scale(1.035); }
    50% { transform: translate3d(1.8%, 0.4%, 0) scale(1.05); }
    75% { transform: translate3d(-0.4%, 1.2%, 0) scale(1.025); }
    100% { transform: translate3d(-1.2%, 0, 0) scale(1); }
}

@keyframes lucySweep {
    from { transform: rotate(-10deg) translate3d(0, 0, 0); }
    to { transform: rotate(350deg) translate3d(0, 0, 0); }
}

@keyframes lucyLineDrift {
    0% { transform: translate3d(-2.5%, -0.8%, 0) scale(1.02); }
    25% { transform: translate3d(0.6%, -1.6%, 0) scale(1.035); }
    50% { transform: translate3d(2.5%, 0.5%, 0) scale(1.04); }
    75% { transform: translate3d(-0.2%, 1.4%, 0) scale(1.03); }
    100% { transform: translate3d(-2.5%, -0.8%, 0) scale(1.02); }
}

@keyframes lucySensorBlink {
    0%,
    100% {
        opacity: 0.38;
        transform: scale(0.74);
    }

    42% {
        opacity: 1;
        transform: scale(1.08);
    }

    58% {
        opacity: 0.55;
        transform: scale(0.9);
    }
}
