:root {
    --bg: #f5f5f7;
    --bg-soft: #fbfbfd;
    --surface: #ffffff;
    --surface-soft: #fafafc;
    --surface-muted: #f2f2f7;
    --line: rgba(29, 29, 31, 0.08);
    --line-strong: rgba(29, 29, 31, 0.14);
    --ink: #1d1d1f;
    --muted: #6e6e73;
    --accent: #0071e3;
    --accent-strong: #0058b0;
    --accent-soft: rgba(0, 113, 227, 0.08);
    --success-bg: #eefaf2;
    --success-ink: #1f6f43;
    --warning-bg: #fff6ee;
    --warning-ink: #a5481a;
    --radius-2xl: 36px;
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.05);
    --shadow-card: 0 18px 52px rgba(0, 0, 0, 0.06);
    --shadow-stage: 0 32px 90px rgba(0, 0, 0, 0.1);
    --max-width: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 18%, var(--bg) 100%);
    color: var(--ink);
    font: 15px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
}

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

code {
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--surface-muted);
    color: var(--accent-strong);
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
    font-size: 0.92em;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    margin: 0;
    padding: 10px clamp(16px, 4vw, 28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    border-bottom: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 0;
    background: rgba(251, 251, 253, 0.82);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    box-shadow: none;
}

.brand-lockup,
.brand-lockup:hover {
    text-decoration: none;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: block;
    flex: 0 0 42px;
}

.brand-lockup strong,
.admin-brand strong {
    display: block;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.brand-lockup small,
.admin-brand small {
    display: block;
    color: var(--muted);
    font-size: 12px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.site-nav a {
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--muted);
    transition: background-color 0.18s ease, color 0.18s ease;
}

.site-nav a.is-active,
.site-nav a:hover {
    background: rgba(29, 29, 31, 0.05);
    color: var(--ink);
}

.page-shell {
    width: 100%;
    max-width: 100%;
    margin: 26px auto 88px;
    padding: 0 12px;
}

body.home-page-body {
    background:
        radial-gradient(circle at top center, rgba(18, 99, 255, 0.08), transparent 26%),
        linear-gradient(180deg, #05070c 0%, #0c1220 18%, #f5f5f7 38%, #f5f5f7 100%);
}

body.subpage-page-body {
    background:
        radial-gradient(circle at top center, rgba(18, 99, 255, 0.08), transparent 24%),
        linear-gradient(180deg, #05070c 0%, #0c1220 16%, #f5f5f7 32%, #f5f5f7 100%);
}

body.home-page-body .site-header,
body.subpage-page-body .site-header {
    background: rgba(6, 10, 18, 0.72);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.home-page-body .brand-lockup strong,
body.home-page-body .site-nav a.is-active,
body.home-page-body .site-nav a:hover,
body.subpage-page-body .brand-lockup strong,
body.subpage-page-body .site-nav a.is-active,
body.subpage-page-body .site-nav a:hover {
    color: #ffffff;
}

body.home-page-body .brand-lockup small,
body.home-page-body .site-nav a,
body.subpage-page-body .brand-lockup small,
body.subpage-page-body .site-nav a {
    color: rgba(255, 255, 255, 0.72);
}

body.home-page-body .site-nav a.is-active,
body.home-page-body .site-nav a:hover,
body.subpage-page-body .site-nav a.is-active,
body.subpage-page-body .site-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
}

.subpage-shell {
    width: min(100%, 1540px);
    margin: 0 auto;
    padding: clamp(56px, 7vw, 108px) clamp(12px, 2vw, 24px) 108px;
}

.subpage-hero {
    position: relative;
}

.subpage-stage {
    position: relative;
    overflow: hidden;
    border-radius: 44px;
    padding: clamp(30px, 4vw, 44px);
    background:
        radial-gradient(circle at top center, rgba(57, 131, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(11, 18, 30, 0.98) 0%, rgba(8, 14, 24, 0.94) 58%, rgba(18, 24, 35, 0.9) 100%);
    box-shadow: 0 32px 120px rgba(0, 0, 0, 0.24);
}

.subpage-stage::after {
    content: "";
    position: absolute;
    left: 32%;
    right: -12%;
    bottom: -26%;
    height: 260px;
    background: radial-gradient(circle, rgba(71, 134, 255, 0.2) 0%, rgba(71, 134, 255, 0) 72%);
    pointer-events: none;
}

.subpage-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 22px;
    align-items: stretch;
}

.subpage-copy {
    max-width: 820px;
    padding: 8px 4px 0;
    color: #ffffff;
}

.subpage-kicker {
    display: inline-block;
    color: rgba(226, 232, 240, 0.82);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.subpage-copy h1 {
    margin: 18px 0 0;
    font-size: clamp(46px, 7vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.subpage-copy p {
    margin: 18px 0 0;
    max-width: 720px;
    color: rgba(226, 232, 240, 0.84);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
}

.subpage-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.subpage-panel,
.subpage-card,
.subpage-form-card,
.subpage-side-card {
    border-radius: 30px;
}

.subpage-panel {
    padding: 28px 28px 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    color: #ffffff;
}

.subpage-panel h2,
.subpage-form-card h2,
.subpage-side-card h2,
.subpage-card h3 {
    margin: 0 0 12px;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 650;
}

.subpage-panel p,
.subpage-card p,
.subpage-form-card p,
.subpage-side-card p {
    margin: 0;
}

.subpage-panel p {
    color: rgba(226, 232, 240, 0.78);
}

.subpage-facts {
    margin: 0;
    display: grid;
    gap: 14px;
}

.subpage-facts > div {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.subpage-facts > div:first-child {
    padding-top: 0;
    border-top: 0;
}

.subpage-facts dt {
    color: rgba(226, 232, 240, 0.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.subpage-facts dd {
    margin: 7px 0 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.subpage-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(226, 232, 240, 0.78);
}

.subpage-list li + li {
    margin-top: 10px;
}

.subpage-section {
    padding-top: 88px;
}

.subpage-heading {
    max-width: 980px;
    margin-bottom: 28px;
}

.subpage-heading span {
    display: inline-block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.subpage-heading h2 {
    margin: 12px 0 0;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.subpage-heading p {
    margin: 14px 0 0;
    max-width: 760px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
}

.subpage-grid,
.subpage-form-layout,
.subpage-aside-stack {
    display: grid;
    gap: 20px;
}

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

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

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

.subpage-form-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: start;
}

.subpage-card,
.subpage-form-card,
.subpage-side-card {
    padding: 32px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.subpage-card p,
.subpage-form-card p,
.subpage-side-card p,
.subpage-card ul,
.subpage-card ol,
.subpage-side-card ul,
.subpage-side-card ol {
    color: var(--muted);
}

.subpage-card p + p,
.subpage-side-card p + p {
    margin-top: 12px;
}

.subpage-card ul,
.subpage-card ol,
.subpage-side-card ul,
.subpage-side-card ol {
    margin: 0;
    padding-left: 18px;
}

.subpage-card li + li,
.subpage-side-card li + li {
    margin-top: 10px;
}

.subpage-form-card .order-form {
    gap: 16px;
}

.subpage-form-card .form-grid {
    gap: 14px;
}

.home-page {
    overflow: clip;
}

.home-hero,
.home-highlight,
.home-story,
.home-cinema,
.home-final-cta,
.pricing-section {
    width: min(100%, 1540px);
    margin: 0 auto;
    padding-inline: clamp(12px, 2vw, 24px);
}

.home-hero {
    position: relative;
    padding-top: clamp(58px, 9vw, 116px);
}

.home-hero-inner {
    display: grid;
    gap: 54px;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.home-kicker,
.home-section-label {
    display: inline-block;
    color: rgba(226, 232, 240, 0.82);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.home-hero-copy h1 {
    margin: 18px 0 0;
    font-size: clamp(54px, 10vw, 138px);
    line-height: 0.92;
    letter-spacing: -0.08em;
    font-weight: 700;
}

.home-hero-copy p {
    margin: 22px auto 0;
    max-width: 860px;
    color: rgba(226, 232, 240, 0.86);
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1.45;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.home-hero-meta {
    margin-top: 22px;
    color: rgba(203, 213, 225, 0.84);
    font-size: 15px;
    letter-spacing: -0.01em;
}

.home-hero-stage {
    position: relative;
    min-height: clamp(500px, 56vw, 860px);
    padding-bottom: clamp(140px, 14vw, 210px);
    border-radius: 44px;
    background:
        radial-gradient(circle at top center, rgba(57, 131, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(11, 18, 30, 0.98) 0%, rgba(8, 14, 24, 0.94) 58%, rgba(18, 24, 35, 0.88) 100%);
    overflow: hidden;
    box-shadow: 0 32px 120px rgba(0, 0, 0, 0.35);
}

.home-hero-ambient {
    position: absolute;
    inset: auto;
    border-radius: 50%;
    filter: blur(12px);
    opacity: 0.72;
    will-change: transform;
}

.home-hero-ambient.is-blue {
    top: 6%;
    left: 14%;
    width: 28vw;
    height: 28vw;
    min-width: 260px;
    min-height: 260px;
    background: radial-gradient(circle, rgba(31, 112, 255, 0.6) 0%, rgba(31, 112, 255, 0) 72%);
    animation: heroPulse 12s ease-in-out infinite;
}

.home-hero-ambient.is-cyan {
    right: 10%;
    bottom: 10%;
    width: 22vw;
    height: 22vw;
    min-width: 220px;
    min-height: 220px;
    background: radial-gradient(circle, rgba(88, 232, 255, 0.35) 0%, rgba(88, 232, 255, 0) 70%);
    animation: heroPulse 16s ease-in-out infinite reverse;
}

.home-device-shell,
.home-floating-card {
    will-change: transform;
}

.home-device-shell {
    position: relative;
    z-index: 2;
    width: min(1140px, calc(100% - 72px));
    margin: clamp(54px, 7vw, 82px) auto 0;
    border-radius: 34px;
    background: linear-gradient(180deg, #fbfcff 0%, #f1f4fa 100%);
    border: none;
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.92);
    overflow: hidden;
}

.home-device-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.08);
    background: #ffffff;
}

.home-device-dots {
    display: flex;
    gap: 8px;
}

.home-device-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d7;
}

.home-device-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(29, 29, 31, 0.08);
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 600;
}

.home-device-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 18px;
    padding: 20px;
}

.home-device-list,
.home-device-stats {
    display: grid;
    gap: 14px;
}

.home-device-offer,
.home-device-stat,
.home-story-screen,
.home-highlight-card,
.home-cinema-card,
.price-card {
    border-radius: 28px;
}

.home-device-offer,
.home-device-stat {
    padding: 22px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.home-device-offer {
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease;
}

.home-device-offer:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 113, 227, 0.18);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.home-device-offer.is-active {
    border-color: rgba(0, 113, 227, 0.22);
    box-shadow: 0 12px 28px rgba(0, 113, 227, 0.12);
}

.home-device-offer:focus-visible {
    outline: 2px solid rgba(0, 113, 227, 0.28);
    outline-offset: 2px;
}

.home-device-offer strong,
.home-device-stat strong,
.home-highlight-card h3,
.home-story-step h3,
.home-cinema-card strong {
    display: block;
    margin: 0;
    color: #111114;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    font-weight: 650;
}

.home-device-offer strong {
    font-size: clamp(22px, 1.8vw, 32px);
}

.home-device-offer span,
.home-highlight-card p,
.home-story-step p,
.home-cinema-card p {
    display: block;
    margin-top: 10px;
    color: #6e6e73;
    font-size: 15px;
    line-height: 1.55;
}

.home-device-stat small,
.home-story-screen-label,
.home-cinema-card span {
    display: inline-block;
    margin-bottom: 10px;
    color: #6e6e73;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-device-meta {
    padding: 0 20px 20px;
    color: #6e6e73;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.home-floating-card {
    position: absolute;
    z-index: 4;
    min-width: 240px;
    padding: 16px 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-floating-card span {
    display: block;
    color: rgba(226, 232, 240, 0.74);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-floating-card strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.home-floating-card.is-route {
    top: clamp(88px, 12vw, 132px);
    right: clamp(20px, 3vw, 40px);
    background: rgba(20, 28, 46, 0.7);
}

.home-floating-card.is-profit {
    left: clamp(20px, 3vw, 40px);
    bottom: 28px;
    background: rgba(9, 50, 31, 0.66);
}

.home-highlight {
    padding-top: 42px;
}

.home-highlight-inner {
    padding: clamp(28px, 4vw, 48px);
    border-radius: 38px;
    background: linear-gradient(180deg, rgba(9, 14, 23, 0.96) 0%, rgba(12, 18, 30, 0.92) 100%);
    color: #ffffff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.home-section-heading {
    max-width: 980px;
}

.home-section-heading h2 {
    margin: 12px 0 0;
    color: inherit;
    font-size: clamp(36px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.home-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.home-highlight-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-highlight-card h3,
.home-highlight-card p {
    color: #ffffff;
}

.home-highlight-card p {
    color: rgba(226, 232, 240, 0.78);
}

.home-story,
.home-cinema,
.pricing-section {
    padding-top: 88px;
}

.home-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
    gap: 28px;
    align-items: start;
    margin-top: 32px;
}

.home-story-visual {
    position: sticky;
    top: 104px;
}

.home-story-stage {
    position: relative;
    min-height: 520px;
    border-radius: 38px;
    padding: 24px;
    background: linear-gradient(180deg, #eef4ff 0%, #dfe9f8 100%);
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.12);
}

.home-story-screen {
    position: absolute;
    inset: 24px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 29, 31, 0.08);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
    opacity: 0;
    transform: translateY(22px) scale(0.98);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.home-story-screen.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.home-story-screen strong {
    display: block;
    margin-top: 8px;
    font-size: clamp(28px, 2.4vw, 44px);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.home-story-screen p {
    margin: 16px 0 0;
    max-width: 640px;
    color: #6e6e73;
    font-size: 17px;
    line-height: 1.55;
}

.home-story-mini-list,
.home-story-kpis {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.home-story-mini-list div,
.home-story-kpis div,
.home-story-result {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(242, 245, 250, 0.92);
    border: 1px solid rgba(29, 29, 31, 0.06);
}

.home-story-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-story-kpis small,
.home-story-result small {
    display: block;
    color: #6e6e73;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-story-kpis strong,
.home-story-result strong {
    display: block;
    margin-top: 8px;
    color: #111114;
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.home-story-steps {
    display: grid;
    gap: 18px;
}

.home-story-step {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(29, 29, 31, 0.08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-story-step.is-active {
    transform: translateY(-4px);
    border-color: rgba(0, 113, 227, 0.18);
    box-shadow: 0 18px 38px rgba(0, 113, 227, 0.1);
}

.home-cinema-copy {
    max-width: 980px;
}

.home-cinema-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.home-cinema-card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 34px;
    background: linear-gradient(180deg, #05070c 0%, #0f1726 100%);
    color: #ffffff;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.home-cinema-card span,
.home-cinema-card strong {
    position: relative;
    z-index: 1;
}

.home-cinema-card strong {
    color: #ffffff;
    max-width: 480px;
}

.home-cinema-card p {
    position: relative;
    z-index: 1;
    max-width: 460px;
    color: rgba(226, 232, 240, 0.78);
}

.home-cinema-orb {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 112, 255, 0.45) 0%, rgba(31, 112, 255, 0) 68%);
    filter: blur(10px);
    animation: heroPulse 14s ease-in-out infinite;
}

.home-cinema-orb.is-alt {
    top: auto;
    bottom: -26%;
    right: -4%;
    background: radial-gradient(circle, rgba(76, 201, 240, 0.32) 0%, rgba(76, 201, 240, 0) 70%);
}

.home-final-cta {
    margin-top: 96px;
}

.reveal-up {
    opacity: 1;
    transform: none;
}

.js-home-motion .reveal-up {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-home-motion .reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes heroPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.68;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.92;
    }
}

.narrow-shell {
    max-width: 1040px;
}

.hero-section,
.feature-strip,
.grid-two,
.pricing-grid,
.checkout-grid,
.checkout-hero,
.download-card,
.admin-kpis,
.admin-grid {
    display: grid;
    gap: 24px;
}

.hero-section {
    grid-template-columns: minmax(0, 1.02fr);
    gap: 28px;
}

.hero-copy,
.hero-panel,
.feature-card,
.content-block,
.story-card,
.pricing-section,
.price-card,
.cta-band,
.checkout-hero,
.download-card,
.notice-box,
.summary-card,
.mini-card,
.hero-note,
.auth-card,
.admin-card,
.admin-kpi {
    border: 1px solid var(--line);
    border-radius: var(--radius-2xl);
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.hero-copy,
.content-block,
.pricing-section,
.cta-band,
.checkout-hero,
.download-card,
.auth-card,
.admin-card,
.admin-kpi {
    padding: 42px;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 92px 24px 46px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.hero-badge,
.price-chip,
.hero-meta span,
.download-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 113, 227, 0.12);
    background: var(--accent-soft);
    color: var(--accent-strong);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.download-meta span {
    padding: 7px 10px;
    background: var(--surface-soft);
    border-color: var(--line);
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}

.download-meta span strong {
    color: var(--ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-copy .hero-badge {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.hero-copy h1,
.checkout-hero h1,
.download-card h1,
.auth-card h1,
.admin-topbar h1 {
    margin: 18px 0 0;
    font-size: clamp(48px, 7vw, 82px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.hero-lead,
.checkout-hero p,
.download-card p,
.auth-intro p {
    margin: 18px auto 0;
    max-width: 720px;
    font-size: 19px;
    line-height: 1.6;
    color: var(--muted);
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-copy .hero-actions,
.hero-copy .hero-meta {
    justify-content: center;
}

.hero-meta,
.download-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-copy .hero-meta {
    gap: 0;
}

.hero-copy .hero-meta span {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}

.hero-copy .hero-meta span + span::before {
    content: "·";
    margin: 0 10px;
    color: rgba(110, 110, 115, 0.7);
}

.hero-panel {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.stage-window {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 34px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

.stage-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.08);
    background: rgba(255, 255, 255, 0.86);
}

.stage-dots {
    display: flex;
    gap: 8px;
}

.stage-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d7;
}

.stage-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(29, 29, 31, 0.08);
    color: var(--ink);
    font-size: 12px;
    font-weight: 600;
}

.stage-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
    gap: 20px;
    padding: 20px;
}

.stage-list {
    display: grid;
    gap: 12px;
}

.stage-row {
    padding: 18px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
}

.stage-row.is-active {
    border-color: rgba(0, 113, 227, 0.18);
    box-shadow: 0 10px 24px rgba(0, 113, 227, 0.08);
}

.stage-row strong,
.stage-kpi strong,
.hero-stat strong,
.feature-card h2,
.story-card h3,
.price-card h3,
.summary-card h2,
.admin-card h2,
.order-form h2 {
    display: block;
    margin: 0;
    font-size: 24px;
    line-height: 1.14;
    letter-spacing: -0.03em;
    font-weight: 650;
}

.stage-row strong {
    font-size: 20px;
}

.stage-row span,
.feature-card p,
.story-card p,
.price-card p,
.summary-card p,
.mini-card p,
.site-footer,
.footer-domain-note,
.auth-hint {
    color: var(--muted);
}

.stage-row span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.stage-sidebar {
    display: grid;
    gap: 12px;
    align-content: start;
}

.stage-kpi {
    padding: 18px;
    border: 1px solid rgba(29, 29, 31, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
}

.stage-kpi small,
.hero-stat span,
.section-heading span,
.cta-band span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stage-kpi strong {
    font-size: 32px;
    letter-spacing: -0.05em;
}

.feature-strip {
    margin-top: 28px;
    padding: 0 0 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.story-card,
.price-card,
.summary-card,
.mini-card,
.hero-note {
    padding: 30px;
    border: 0;
    border-radius: 30px;
    background: var(--surface);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
}

.feature-card h2,
.story-card h3,
.price-card h3,
.summary-card h2,
.order-form h2 {
    margin-bottom: 10px;
}

.feature-card p,
.story-card p,
.price-card p,
.summary-card p,
.mini-card p,
.site-footer p,
.auth-hint {
    margin: 0;
}

.content-block,
.pricing-section,
.cta-band,
.checkout-hero,
.download-card {
    margin-top: 28px;
}

.content-block,
.pricing-section {
    padding: 48px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.section-heading {
    margin-bottom: 24px;
    padding: 0 6px;
}

.section-heading span,
.pricing-section .price-chip {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-section .price-chip {
    margin-bottom: 2px;
}

.section-heading h2,
.cta-band h2 {
    margin: 0;
    max-width: 860px;
    font-size: clamp(34px, 4.6vw, 60px);
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 700;
}

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

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

.price-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.price-tag {
    font-size: 48px;
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.price-list,
.flat-list,
.hero-note ul,
.ordered-list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
}

.price-list li + li,
.flat-list li + li,
.hero-note ul li + li,
.ordered-list li + li {
    margin-top: 8px;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 32%),
        linear-gradient(180deg, #111114 0%, #1d1d1f 100%);
    border-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.cta-band h2 {
    max-width: 700px;
}

.cta-band span {
    color: rgba(255, 255, 255, 0.62);
}

.button-primary,
.button-secondary {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition:
        transform 0.16s ease,
        background-color 0.16s ease,
        border-color 0.16s ease,
        box-shadow 0.16s ease;
    cursor: pointer;
}

.button-primary:hover,
.button-secondary:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 113, 227, 0.18);
}

.button-primary:hover {
    background: #0068d1;
}

.button-secondary {
    background: rgba(255, 255, 255, 0.94);
    border-color: var(--line);
    color: var(--ink);
}

.button-secondary.is-disabled {
    opacity: 0.52;
    pointer-events: none;
}

.is-full {
    width: 100%;
}

.checkout-hero,
.download-card {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.hero-note strong,
.mini-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.checkout-grid {
    margin-top: 22px;
    grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
}

.order-form,
.auth-form,
.compact-form {
    display: grid;
    gap: 14px;
}

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

label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: 13px;
}

input,
select,
textarea {
    width: 100%;
    min-height: 50px;
    padding: 14px 16px;
    border: 1px solid rgba(29, 29, 31, 0.1);
    border-radius: var(--radius-md);
    background: #fff;
    color: var(--ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

textarea {
    min-height: 128px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: rgba(0, 113, 227, 0.34);
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.1);
}

.notice-box {
    margin-top: 24px;
    padding: 22px 24px;
}

.notice-box h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.notice-box p {
    margin: 0;
}

.notice-box p + p {
    margin-top: 8px;
}

.notice-warning {
    background: var(--warning-bg);
    border-color: rgba(165, 72, 26, 0.12);
    color: var(--warning-ink);
}

.notice-success {
    background: var(--success-bg);
    border-color: rgba(23, 102, 63, 0.12);
    color: var(--success-ink);
}

.site-footer {
    width: min(calc(100% - 24px), 1540px);
    margin: 0 auto 28px;
    padding: 32px clamp(24px, 3vw, 40px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 24px;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background: linear-gradient(180deg, #0b111d 0%, #0f1726 100%);
    color: rgba(255, 255, 255, 0.76);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.site-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.site-footer strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
}

.site-footer-nav {
    display: grid;
    gap: 10px;
}

.site-footer-nav a,
.site-footer-meta a {
    text-decoration: none;
}

.site-footer-nav a {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer-nav a:hover,
.site-footer-meta a:hover {
    color: #ffffff;
}

.site-footer-meta {
    justify-self: end;
    text-align: right;
}

.site-footer-meta p,
.site-footer-brand p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

body.auth {
    display: grid;
    place-items: center;
    padding: 32px 0;
}

.auth-shell {
    width: min(calc(100% - 32px), 520px);
}

.auth-card {
    padding: 34px;
}

.auth-hint {
    margin-top: 16px;
}

.admin {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    min-height: 100vh;
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
}

.admin-sidebar {
    padding: 24px 18px;
    border-right: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.admin-nav {
    display: grid;
    gap: 8px;
}

.admin-nav a,
.admin-userbox a {
    text-decoration: none;
}

.admin-nav a {
    padding: 12px 14px;
    border-radius: 16px;
    color: var(--muted);
}

.admin-nav a.is-active,
.admin-nav a:hover {
    background: rgba(29, 29, 31, 0.05);
    color: var(--ink);
}

.admin-userbox {
    margin-top: 24px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
}

.admin-userbox strong,
.admin-userbox span {
    display: block;
}

.admin-userbox span {
    margin: 4px 0 10px;
    color: var(--muted);
}

.admin-main {
    padding: 28px;
}

.admin-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.admin-topbar h1 {
    font-size: clamp(30px, 4vw, 46px);
}

.admin-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.admin-kpi span {
    display: block;
    margin-bottom: 10px;
    color: var(--muted);
}

.admin-kpi strong {
    font-size: 42px;
    line-height: 0.98;
    letter-spacing: -0.05em;
    font-weight: 700;
}

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

.table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.table-head h2 {
    margin: 0;
}

.table-head a {
    color: var(--accent);
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 14px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}

.data-table th {
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.data-table small {
    color: var(--muted);
}

.inline-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.inline-form select {
    min-width: 160px;
    width: auto;
}

@media (max-width: 1120px) {
    .subpage-hero-grid,
    .subpage-form-layout,
    .subpage-grid-2,
    .subpage-grid-3,
    .subpage-grid-4,
    .feature-strip,
    .grid-two,
    .pricing-grid,
    .checkout-grid,
    .checkout-hero,
    .download-card,
    .admin-grid,
    .admin-kpis,
    .stage-layout {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 780px) {
    .site-header,
    .cta-band,
    .admin-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-shell,
    .site-header,
    .site-footer,
    .auth-shell {
        width: 100%;
    }

    .site-footer {
        grid-template-columns: 1fr;
    }

    .site-footer-meta {
        justify-self: start;
        text-align: left;
    }

    .hero-copy,
    .content-block,
    .pricing-section,
    .cta-band,
    .checkout-hero,
    .download-card,
    .auth-card,
    .admin-card,
    .admin-kpi,
    .notice-box {
        padding: 24px;
    }

    .hero-panel,
    .feature-card,
    .story-card,
    .price-card,
    .summary-card,
    .mini-card,
    .hero-note {
        padding: 22px;
    }

    .hero-copy h1,
    .checkout-hero h1,
    .download-card h1,
    .auth-card h1 {
        font-size: clamp(36px, 11vw, 52px);
    }

    .hero-lead,
    .checkout-hero p,
    .download-card p,
    .auth-intro p {
        font-size: 17px;
    }

    .subpage-shell {
        padding-top: 40px;
        padding-bottom: 88px;
    }

    .subpage-stage {
        border-radius: 30px;
        padding: 24px;
    }

    .subpage-copy h1 {
        font-size: clamp(42px, 13vw, 60px);
    }

    .subpage-copy p,
    .subpage-heading p {
        font-size: 17px;
    }

    .subpage-panel,
    .subpage-card,
    .subpage-form-card,
    .subpage-side-card {
        padding: 24px;
        border-radius: 24px;
    }

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

    .stage-row strong {
        font-size: 18px;
    }

    .stage-kpi strong {
        font-size: 28px;
    }
}

@media (max-width: 1180px) {
    .home-highlight-grid,
    .home-cinema-grid,
    .home-device-grid,
    .home-story-grid,
    .home-story-kpis {
        grid-template-columns: 1fr;
    }

    .home-story-visual {
        position: relative;
        top: auto;
    }

    .home-story-stage {
        min-height: 460px;
    }

    .home-floating-card {
        min-width: 0;
        max-width: 220px;
    }
}

@media (max-width: 780px) {
    body.home-page-body {
        background:
            linear-gradient(180deg, #05070c 0%, #0c1220 14%, #f5f5f7 30%, #f5f5f7 100%);
    }

    .home-hero,
    .home-highlight,
    .home-story,
    .home-cinema,
    .home-final-cta,
    .pricing-section {
        padding-inline: 12px;
    }

    .home-hero {
        padding-top: 44px;
    }

    .home-hero-copy h1 {
        font-size: clamp(46px, 16vw, 74px);
    }

    .home-hero-copy p {
        font-size: 17px;
    }

    .home-hero-stage {
        min-height: 620px;
        border-radius: 30px;
    }

    .home-device-shell {
        width: calc(100% - 28px);
        margin-top: 72px;
        border-radius: 26px;
    }

    .home-device-topbar,
    .home-device-grid,
    .home-story-stage {
        padding: 16px;
    }

    .home-device-offer,
    .home-device-stat,
    .home-story-screen,
    .home-highlight-card,
    .home-cinema-card,
    .home-story-step {
        padding: 20px;
    }

    .home-floating-card {
        position: absolute;
        left: 16px;
        right: 16px;
        max-width: none;
    }

    .home-floating-card.is-route {
        top: auto;
        bottom: 112px;
    }

    .home-floating-card.is-profit {
        left: 16px;
        bottom: 24px;
    }

    .home-section-heading h2 {
        font-size: clamp(34px, 12vw, 54px);
    }

    .home-cinema-card {
        min-height: 300px;
    }
}
