:root {
    color-scheme: light;
    --ink: #172033;
    --muted: #697386;
    --soft: #f5f7fb;
    --panel: #ffffff;
    --line: #e6eaf1;
    --primary: #5b5bd6;
    --primary-dark: #4646b8;
    --primary-soft: #eeeeff;
    --night: #171a2b;
    --night-2: #242a49;
    --green: #198754;
    --orange: #d97706;
    --shadow: 0 22px 64px rgba(26, 31, 53, .12);
    --shadow-soft: 0 10px 32px rgba(26, 31, 53, .07);
    --radius: 22px;
    --container: 1180px;
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
    background: var(--soft);
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--soft);
    font: 14px/1.65 var(--font);
    text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

img,
svg {
    display: block;
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

::selection {
    color: #fff;
    background: var(--primary);
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #fff;
    background: var(--primary);
    border-radius: 9px;
    transform: translateY(-160%);
    transition: transform .18s;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 78px;
    color: #fff;
    background: rgba(23, 26, 43, .74);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
    transition: height .2s, background .2s, box-shadow .2s;
}

.site-header.scrolled {
    height: 70px;
    background: rgba(23, 26, 43, .94);
    box-shadow: 0 10px 34px rgba(5, 8, 20, .18);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 34px;
    width: min(calc(100% - 40px), var(--container));
    height: 100%;
    margin-inline: auto;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
    width: fit-content;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    color: #fff;
    background: linear-gradient(145deg, #8585ff, #5151cb);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 13px;
    box-shadow: 0 10px 26px rgba(78, 78, 195, .34);
    font-size: 18px;
    font-weight: 900;
}

.brand-copy {
    display: grid;
    line-height: 1.15;
}

.brand-copy strong {
    font-size: 17px;
    font-weight: 850;
    letter-spacing: -.02em;
}

.brand-copy small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .46);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .18em;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.main-nav a {
    padding: 9px 13px;
    color: rgba(255, 255, 255, .67);
    border-radius: 9px;
    font-size: 12px;
    font-weight: 650;
    transition: color .16s, background .16s;
}

.main-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.header-actions,
.hero-actions,
.workflow-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.header-actions {
    flex: 0 0 auto;
}

.header-link {
    padding: 9px 6px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 750;
}

.header-link:hover {
    color: #fff;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 17px;
    color: #354058;
    background: #fff;
    border: 1px solid #d9deea;
    border-radius: 11px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 780;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .16s, color .16s, background .16s, border-color .16s, box-shadow .16s;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(21, 27, 46, .12);
}

.button:active {
    transform: translateY(0);
}

.button.primary {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 12px 28px rgba(91, 91, 214, .28);
}

.button.primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.button.outline {
    color: var(--primary);
    background: transparent;
    border-color: #c9cafa;
}

.site-header .button.outline {
    color: #fff;
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .18);
}

.button.glass {
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .17);
    backdrop-filter: blur(12px);
}

.button.light {
    color: #393c9d;
    background: #fff;
    border-color: #fff;
}

.button.small {
    min-height: 36px;
    padding: 8px 13px;
    border-radius: 9px;
    font-size: 12px;
}

.button.large {
    min-height: 50px;
    padding: 13px 21px;
    border-radius: 13px;
    font-size: 14px;
}

.hero {
    position: relative;
    min-height: 780px;
    padding: 158px 0 98px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 15%, rgba(100, 103, 225, .33), transparent 29rem),
        radial-gradient(circle at 88% 75%, rgba(83, 91, 198, .18), transparent 34rem),
        linear-gradient(135deg, var(--night) 0%, #202541 58%, #2c3254 100%);
}

.hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .25;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hero-orbit {
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.orbit-one {
    top: -240px;
    right: -170px;
    width: 660px;
    height: 660px;
}

.orbit-two {
    bottom: -300px;
    left: -240px;
    width: 570px;
    height: 570px;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr);
    align-items: center;
    gap: clamp(44px, 6vw, 88px);
}

.platform-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    min-height: 32px;
    padding: 7px 12px;
    color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 720;
    backdrop-filter: blur(10px);
}

.status-dot {
    width: 7px;
    height: 7px;
    background: #9da3b5;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(157, 163, 181, .1);
}

.platform-status[data-tone="open"] .status-dot {
    background: #5de29e;
    box-shadow: 0 0 0 5px rgba(93, 226, 158, .12);
}

.platform-status[data-tone="closed"] .status-dot {
    background: #f1b75f;
    box-shadow: 0 0 0 5px rgba(241, 183, 95, .12);
}

.platform-status[data-tone="error"] .status-dot {
    background: #ef7d7d;
    box-shadow: 0 0 0 5px rgba(239, 125, 125, .12);
}

.platform-status[data-tone="loading"] .status-dot {
    animation: status-pulse 1.3s ease-in-out infinite;
}

@keyframes status-pulse {
    50% {
        opacity: .42;
        transform: scale(.78);
    }
}

.eyebrow,
.section-kicker {
    margin: 28px 0 0;
    color: #a5a9ff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 720px;
    margin: 18px 0 24px;
    font-size: clamp(45px, 5.25vw, 70px);
    font-weight: 870;
    line-height: 1.08;
    letter-spacing: -.055em;
}

.hero h1 span {
    color: #bfc2ff;
}

.hero-description {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.85;
}

.hero-actions {
    margin-top: 34px;
}

.hero-account {
    width: fit-content;
    margin: 18px 0 0;
    padding: 9px 12px;
    color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
    font-size: 12px;
}

.hero-account strong {
    color: #fff;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 38px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    font-weight: 650;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-points i {
    width: 5px;
    height: 5px;
    background: #8f91ff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(143, 145, 255, .1);
}

.hero-visual {
    position: relative;
    min-width: 0;
    padding: 34px 0 35px;
    perspective: 1200px;
}

.console-preview {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #f6f8fc;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 21px;
    box-shadow: 0 35px 90px rgba(3, 7, 24, .37);
    transform: rotateY(-4deg) rotateX(1.5deg);
}

.preview-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding: 0 18px;
    color: #fff;
    background: #1b1e32;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.preview-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
}

.preview-brand span {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    background: var(--primary);
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
}

.preview-dots {
    display: flex;
    gap: 5px;
}

.preview-dots i {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .22);
    border-radius: 50%;
}

.preview-body {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 420px;
}

.preview-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding: 25px 14px;
    background: #20243b;
}

.preview-sidebar span {
    width: 28px;
    height: 7px;
    background: rgba(255, 255, 255, .12);
    border-radius: 5px;
}

.preview-sidebar span.active {
    height: 28px;
    background: var(--primary);
    border-radius: 8px;
}

.preview-content {
    min-width: 0;
    padding: 25px 24px;
}

.preview-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: var(--ink);
}

.preview-heading div {
    display: grid;
}

.preview-heading small {
    color: #8d95a7;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: .16em;
}

.preview-heading strong {
    margin-top: 5px;
    font-size: 17px;
}

.preview-action {
    padding: 7px 10px;
    color: #fff;
    background: var(--primary);
    border-radius: 7px;
    font-size: 7px;
    font-weight: 800;
}

.preview-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 21px;
}

.preview-metrics article {
    min-width: 0;
    padding: 13px;
    background: #fff;
    border: 1px solid #e8ebf2;
    border-radius: 11px;
    box-shadow: 0 5px 15px rgba(31, 37, 59, .04);
}

.preview-metrics span,
.preview-metrics small {
    display: block;
    color: #8991a2;
    font-size: 7px;
}

.preview-metrics strong {
    display: block;
    margin: 7px 0 4px;
    color: #252d40;
    font-size: 19px;
    line-height: 1;
}

.preview-chart {
    margin-top: 13px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e8ebf2;
    border-radius: 11px;
}

.chart-head {
    display: flex;
    justify-content: space-between;
    color: #50596b;
    font-size: 8px;
    font-weight: 750;
}

.chart-head small {
    color: #9ba2af;
    font-size: 6px;
}

.chart-bars {
    display: flex;
    align-items: end;
    gap: 9px;
    height: 108px;
    margin-top: 14px;
    padding: 0 5px;
    border-bottom: 1px solid #edf0f5;
    background:
        linear-gradient(to bottom, transparent 32%, #f0f2f6 33%, transparent 34%),
        linear-gradient(to bottom, transparent 65%, #f0f2f6 66%, transparent 67%);
}

.chart-bars i {
    flex: 1;
    height: var(--bar);
    background: linear-gradient(to top, #5b5bd6, #8a8af0);
    border-radius: 4px 4px 0 0;
    opacity: .86;
}

.preview-list {
    display: grid;
    gap: 7px;
    margin-top: 13px;
}

.preview-list span {
    display: grid;
    grid-template-columns: 23px 1fr 42px;
    align-items: center;
    gap: 9px;
    min-height: 33px;
    padding: 5px 8px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 8px;
}

.preview-list i {
    width: 23px;
    height: 23px;
    background: #eeeeff;
    border-radius: 7px;
}

.preview-list b,
.preview-list em {
    height: 5px;
    background: #e6e9f0;
    border-radius: 4px;
}

.preview-list em {
    background: #dff4e8;
}

.floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    padding: 11px 13px;
    color: var(--ink);
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 13px;
    box-shadow: 0 16px 35px rgba(5, 9, 28, .22);
    backdrop-filter: blur(12px);
}

.floating-online {
    top: 3px;
    right: -18px;
}

.floating-release {
    bottom: 2px;
    left: -28px;
}

.floating-icon {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 10px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .06em;
}

.floating-card > span:last-child {
    display: grid;
}

.floating-card small {
    color: #858e9f;
    font-size: 7px;
}

.floating-card strong {
    margin-top: 2px;
    font-size: 10px;
}

.trust-strip {
    position: relative;
    z-index: 4;
    background: #fff;
    border-bottom: 1px solid var(--line);
}

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

.trust-grid > div {
    display: grid;
    gap: 3px;
    padding: 25px clamp(15px, 3vw, 34px);
    border-right: 1px solid var(--line);
}

.trust-grid > div:first-child {
    padding-left: 0;
}

.trust-grid > div:last-child {
    border-right: 0;
}

.trust-grid strong {
    font-size: 15px;
    letter-spacing: -.02em;
}

.trust-grid span {
    color: var(--muted);
    font-size: 11px;
}

.section {
    padding: clamp(80px, 10vw, 128px) 0;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, .58fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 48px;
}

.section-kicker {
    margin: 0 0 12px;
    color: var(--primary);
}

.section-heading h2,
.workflow-copy h2,
.security-copy h2 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 53px);
    line-height: 1.14;
    letter-spacing: -.05em;
}

.section-heading > p,
.workflow-copy > p,
.security-copy > p {
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
}

.capabilities {
    background:
        radial-gradient(circle at 90% 9%, rgba(91, 91, 214, .08), transparent 29rem),
        var(--soft);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.feature-card {
    position: relative;
    min-width: 0;
    min-height: 295px;
    padding: 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.feature-card:hover {
    z-index: 2;
    border-color: #d4d5f7;
    box-shadow: var(--shadow);
    transform: translateY(-5px);
}

.feature-card.feature-primary {
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(170, 170, 255, .28), transparent 16rem),
        linear-gradient(135deg, #292e54, #5557c8);
    border-color: transparent;
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    color: var(--primary);
    background: var(--primary-soft);
    border-radius: 13px;
}

.feature-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-primary .feature-icon {
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.feature-number {
    position: absolute;
    top: 29px;
    right: 28px;
    color: #b0b6c4;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
}

.feature-primary .feature-number {
    color: rgba(255, 255, 255, .45);
}

.feature-card h3 {
    margin: 26px 0 10px;
    font-size: 19px;
    letter-spacing: -.025em;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

.feature-primary p {
    color: rgba(255, 255, 255, .66);
}

.feature-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.feature-card li {
    padding: 5px 8px;
    color: #6c7486;
    background: #f5f7fa;
    border-radius: 7px;
    font-size: 9px;
    font-weight: 720;
}

.feature-primary li {
    color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .09);
}

.workflow {
    color: #fff;
    background:
        radial-gradient(circle at 20% 10%, rgba(91, 91, 214, .3), transparent 28rem),
        var(--night);
}

.workflow-layout {
    display: grid;
    grid-template-columns: minmax(0, .76fr) minmax(420px, 1.24fr);
    align-items: center;
    gap: clamp(55px, 9vw, 120px);
}

.workflow-copy .section-kicker {
    color: #a5a9ff;
}

.workflow-copy > p {
    max-width: 520px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .61);
}

.workflow-actions {
    margin-top: 31px;
}

.workflow .button.outline {
    color: #fff;
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .16);
}

.registration-note {
    width: fit-content;
    margin: 16px 0 0 !important;
    padding: 7px 10px;
    color: #9ee0bd !important;
    background: rgba(77, 198, 134, .09);
    border: 1px solid rgba(77, 198, 134, .16);
    border-radius: 8px;
    font-size: 10px;
    font-weight: 720;
}

.step-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.step-list li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 19px;
    padding: 24px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 17px;
    transition: background .2s, border-color .2s, transform .2s;
}

.step-list li:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(150, 150, 255, .2);
    transform: translateX(5px);
}

.step-list > li > span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #bfc2ff;
    background: rgba(108, 108, 225, .15);
    border: 1px solid rgba(137, 137, 238, .18);
    border-radius: 15px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
}

.step-list h3 {
    margin: 2px 0 5px;
    font-size: 16px;
}

.step-list p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
}

.security {
    background: #fff;
}

.security-panel {
    display: grid;
    grid-template-columns: minmax(0, .76fr) minmax(500px, 1.24fr);
    align-items: center;
    gap: clamp(45px, 7vw, 85px);
    padding: clamp(34px, 5vw, 64px);
    background:
        radial-gradient(circle at 5% 0, rgba(91, 91, 214, .1), transparent 23rem),
        #f7f8fc;
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.security-copy > p {
    margin-top: 22px;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.security-grid article {
    min-width: 0;
    min-height: 150px;
    padding: 21px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.security-grid span {
    color: var(--primary);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
}

.security-grid strong {
    display: block;
    margin: 15px 0 7px;
    font-size: 14px;
}

.security-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}

.final-cta {
    padding: 0 0 clamp(80px, 10vw, 120px);
    background: #fff;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: clamp(32px, 5vw, 54px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 0, rgba(174, 174, 255, .4), transparent 20rem),
        linear-gradient(125deg, #292d52, #5557c8);
    border-radius: 25px;
    box-shadow: 0 22px 54px rgba(65, 67, 160, .22);
}

.cta-panel .section-kicker {
    color: #c2c5ff;
}

.cta-panel h2 {
    margin: 5px 0 8px;
    font-size: clamp(29px, 3.5vw, 43px);
    letter-spacing: -.045em;
}

.cta-panel p:not(.section-kicker) {
    margin: 0;
    color: rgba(255, 255, 255, .65);
}

.cta-actions {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.site-footer {
    color: #c7cad6;
    background: var(--night);
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 32px;
    padding-top: 47px;
    padding-bottom: 35px;
}

.footer-brand p {
    margin: 17px 0 0;
    color: #777e93;
    font-size: 11px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 19px;
}

.footer-links a {
    color: #8e94a7;
    font-size: 11px;
    font-weight: 650;
}

.footer-links a:hover {
    color: #fff;
}

.copyright {
    grid-column: 1 / -1;
    margin: 2px 0 0;
    padding-top: 25px;
    color: #62697d;
    border-top: 1px solid rgba(255, 255, 255, .07);
    font-size: 10px;
}

.noscript-notice {
    position: fixed;
    z-index: 300;
    right: 14px;
    bottom: 14px;
    max-width: 360px;
    padding: 12px 15px;
    color: #684c1d;
    background: #fff5dc;
    border: 1px solid #f0d497;
    border-radius: 11px;
    box-shadow: var(--shadow-soft);
    font-size: 12px;
}

.noscript-notice a {
    color: var(--primary);
    font-weight: 800;
}

.has-js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
}

.has-js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    .hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
        gap: 40px;
    }

    .hero h1 {
        font-size: clamp(42px, 5.5vw, 59px);
    }

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

    .security-panel {
        grid-template-columns: 1fr;
    }

    .security-copy {
        max-width: 720px;
    }
}

@media (max-width: 900px) {
    .site-header {
        height: 70px;
    }

    .main-nav {
        display: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .hero {
        min-height: 0;
        padding: 132px 0 88px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 720px;
    }

    .hero-visual {
        width: min(100%, 690px);
        margin: 10px auto 0;
    }

    .console-preview {
        transform: none;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .section-heading > p {
        max-width: 680px;
    }

    .workflow-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .workflow-copy {
        max-width: 670px;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .container,
    .header-inner {
        width: min(calc(100% - 28px), var(--container));
    }

    .brand-copy small {
        display: none;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        border-radius: 11px;
        font-size: 16px;
    }

    .header-inner {
        gap: 12px;
    }

    .header-link {
        padding-inline: 4px;
    }

    .site-header .button.small {
        padding-inline: 10px;
    }

    .hero {
        padding: 118px 0 72px;
    }

    .hero h1 {
        margin-top: 15px;
        font-size: clamp(37px, 11vw, 50px);
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 29px;
    }

    .hero-visual {
        padding-top: 15px;
    }

    .preview-body {
        grid-template-columns: 44px minmax(0, 1fr);
        min-height: 350px;
    }

    .preview-sidebar {
        gap: 13px;
        padding: 18px 8px;
    }

    .preview-sidebar span {
        width: 22px;
    }

    .preview-sidebar span.active {
        height: 22px;
    }

    .preview-content {
        padding: 18px 14px;
    }

    .preview-metrics {
        gap: 6px;
    }

    .preview-metrics article {
        padding: 9px;
    }

    .preview-metrics strong {
        font-size: 15px;
    }

    .preview-chart {
        padding: 11px;
    }

    .chart-bars {
        gap: 5px;
        height: 82px;
    }

    .preview-list {
        display: none;
    }

    .floating-card {
        min-width: 132px;
        padding: 9px 10px;
    }

    .floating-online {
        right: -5px;
    }

    .floating-release {
        left: -5px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-grid > div {
        padding: 19px 14px;
        border-bottom: 1px solid var(--line);
    }

    .trust-grid > div:first-child {
        padding-left: 14px;
    }

    .trust-grid > div:nth-child(2) {
        border-right: 0;
    }

    .trust-grid > div:nth-child(n+3) {
        border-bottom: 0;
    }

    .section {
        padding: 76px 0;
    }

    .section-heading h2,
    .workflow-copy h2,
    .security-copy h2 {
        font-size: 34px;
    }

    .feature-grid,
    .security-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 0;
    }

    .security-panel {
        padding: 26px 20px;
        border-radius: 21px;
    }

    .step-list li {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        padding: 19px;
    }

    .step-list > li > span {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .cta-panel {
        padding: 29px 21px;
        border-radius: 20px;
    }

    .cta-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .cta-actions .button {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .copyright {
        grid-column: auto;
    }
}

@media (max-width: 430px) {
    .brand-copy strong {
        max-width: 95px;
        overflow: hidden;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-actions .button.outline {
        display: none;
    }

    .header-actions .button.primary {
        padding-inline: 10px;
    }

    .preview-heading .preview-action {
        display: none;
    }

    .preview-metrics article:last-child {
        display: none;
    }

    .preview-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .has-js [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
