* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #121212;
    color: #e8e8e8;
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.landing-lang-switch {
    display: flex;
    align-items: center;
}

.landing-lang-select {
    min-height: 44px;
    padding: 8px 32px 8px 12px;
    font-size: 15px;
    font-weight: 500;
    color: #e2e8f0;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    transition: background-color 0.2s, border-color 0.2s;
}

.landing-lang-select option {
    background: #2a2a2a;
    color: #e2e8f0;
}

.landing-lang-select:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
}

.landing-lang-select:focus {
    outline: none;
    border-color: #5b8def;
}

body.light-theme .landing-lang-select {
    color: #1e293b;
    background-color: #f1f5f9;
    border-color: rgba(0, 0, 0, 0.12);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

body.light-theme .landing-lang-select option {
    background: #fff;
    color: #1f2937;
}

body.light-theme .landing-lang-select:hover {
    background-color: #e2e8f0;
    border-color: #cbd5e1;
}

body.light-theme .landing-lang-select:focus {
    border-color: #4f7cff;
}

.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 30, 30, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-header-inner {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    gap: 1rem;
}

body.light-theme .landing-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.landing-header-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #e8e8e8;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

body.light-theme .landing-header-title {
    color: #1f2937;
}

.landing-header .landing-lang-switch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.landing-header .landing-theme-toggle {
    margin-left: auto;
}

@media (max-width: 480px) {
    .landing-header .landing-lang-switch {
        position: static;
        transform: none;
    }

    .landing-header-title {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 45%;
    }
}

.landing-theme-toggle {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #e8e8e8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.landing-theme-toggle:hover,
.landing-theme-toggle:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.landing-theme-toggle .material-icons {
    font-size: 1.5rem;
}

.landing-wrap {
    padding: 0 1rem;
    flex: 1;
}

.landing-wrap .landing-block {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1024px) {
    .landing-wrap {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Пустые блоки-заглушки */
.landing-block {
    min-height: 120px;
    padding: 1.5rem 1rem;
    margin: 0 1rem 0.25rem;
    border: 2px dashed rgba(232, 232, 232, 0.35);
    border-radius: 8px;
}

.landing-block--hero {
    min-height: 200px;
    margin-top: 4rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.landing-hero-avatar {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(232, 232, 232, 0.85);
    margin: 0;
}

body.light-theme .landing-hero-avatar {
    color: rgba(31, 41, 55, 0.8);
}

.landing-hero-slogan {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
    font-weight: 600;
    line-height: 1.35;
    color: #e8e8e8;
    margin: 0;
}

.landing-hero-cta {
    margin-top: 0.5rem;
}

body.light-theme .landing-hero-slogan {
    color: #1f2937;
}

.landing-block-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(232, 232, 232, 0.7);
    margin: 0;
}

.landing-block--pains,
.landing-block--solution,
.landing-block--product,
.landing-block--why,
.landing-block--benefits {
    border: none;
}

.landing-block + .landing-block {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.light-theme .landing-block + .landing-block {
    border-top-color: rgba(0, 0, 0, 0.08);
}

.landing-pains-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e8e8e8;
    margin: 0 0 1rem;
}

.landing-pains-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-pains-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    color: rgba(232, 232, 232, 0.9);
    line-height: 1.5;
}

.landing-pains-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: rgba(232, 232, 232, 0.5);
}

.landing-pains-list li:last-child {
    margin-bottom: 0;
}

body.light-theme .landing-pains-title {
    color: #1f2937;
}

body.light-theme .landing-pains-list li {
    color: rgba(31, 41, 55, 0.9);
}

body.light-theme .landing-pains-list li::before {
    background: rgba(31, 41, 55, 0.5);
}

.landing-benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-benefits-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: rgba(232, 232, 232, 0.9);
    line-height: 1.5;
}

.landing-benefits-list li:last-child {
    margin-bottom: 0;
}

.landing-benefits-check {
    flex-shrink: 0;
    color: #4caf50;
}

.landing-benefits-check.material-icons {
    font-size: 1.25rem;
}

body.light-theme .landing-benefits-list li {
    color: rgba(31, 41, 55, 0.9);
}

body.light-theme .landing-benefits-check {
    color: #22c55e;
}

.landing-deal-box {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.landing-deal-text {
    margin: 0;
}

.landing-deal-price {
    font-size: 1.25rem;
    font-weight: 700;
}

body.light-theme .landing-deal-box {
    background: rgba(0, 0, 0, 0.04);
}

.landing-solution-text {
    margin: 0 0 0.75rem;
    color: rgba(232, 232, 232, 0.9);
    line-height: 1.55;
}

.landing-solution-note {
    margin-top: 1rem;
}

.landing-solution-list {
    margin: 0;
    padding-left: 1.5rem;
    color: rgba(232, 232, 232, 0.9);
    line-height: 1.6;
}

body.light-theme .landing-solution-text,
body.light-theme .landing-solution-list {
    color: rgba(31, 41, 55, 0.9);
}

.landing-example-card {
    position: relative;
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    max-width: 320px;
    overflow: hidden;
}

.landing-example-card-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.12);
}

.landing-example-card-progress-bar {
    height: 100%;
    background: #7ba3d4;
    border-radius: 0 0 0 12px;
    transition: width 0.3s ease;
}

body.light-theme .landing-example-card-progress {
    background: rgba(0, 0, 0, 0.08);
}

body.light-theme .landing-example-card-progress-bar {
    background: #4f7cff;
}

.landing-example-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.landing-example-card-icon {
    font-size: 28px;
}

.landing-example-card-name {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #e8e8e8;
}

.landing-example-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}

.landing-example-card-row:last-child {
    padding-bottom: 0;
}

.landing-example-card-label {
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.7);
}

.landing-example-card-value {
    font-size: 1rem;
    font-weight: 500;
    color: #e8e8e8;
}

body.light-theme .landing-example-card {
    background: #f1f5f9;
    border-color: rgba(0, 0, 0, 0.1);
}

body.light-theme .landing-example-card-header {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

body.light-theme .landing-example-card-name,
body.light-theme .landing-example-card-value {
    color: #1f2937;
}

body.light-theme .landing-example-card-label {
    color: #64748b;
}

.landing-stats-panel {
    margin-top: 1rem;
    max-width: 400px;
    height: 40px;
    background: #171717;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.landing-stats-indicator {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px;
}

.landing-stats-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #5b8def;
    z-index: 0;
}

.landing-stats-metric {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-right: 6px;
}

.landing-stats-metric.landing-stats-plan,
.landing-stats-metric.landing-stats-fact {
    border-right: 1px solid #2d2d2d;
    margin-right: 6px;
}

.landing-stats-metric.landing-stats-left {
    border-right: none;
    margin-right: 0;
}

.landing-stats-metric:last-child {
    padding-right: 0;
}

.landing-stats-label {
    font-size: 10px;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.landing-stats-value {
    font-size: 12px;
    color: #fff;
}

body.light-theme .landing-stats-panel {
    background: #f1f5f9;
    border-color: rgba(0, 0, 0, 0.12);
}

body.light-theme .landing-stats-metric.landing-stats-plan,
body.light-theme .landing-stats-metric.landing-stats-fact {
    border-right-color: #e2e8f0;
}

body.light-theme .landing-stats-label {
    color: #64748b;
}

body.light-theme .landing-stats-value {
    color: #1f2937;
}

body.light-theme .landing-stats-progress {
    background: #4f7cff;
}

.landing-chart-caption {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    font-size: 14px;
    color: #94a3b8;
}

.landing-chart-mock {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.landing-chart-donut-wrap {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

.landing-chart-canvas {
    display: block;
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.landing-chart-legend {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.landing-chart-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #e2e8f0;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.landing-chart-legend-item.is-selected {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.landing-chart-legend-color {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.landing-chart-legend-label {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-chart-legend-value {
    flex-shrink: 0;
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
}

body.light-theme .landing-chart-caption {
    color: #64748b;
}

body.light-theme .landing-chart-legend-item {
    color: #334155;
    background: rgba(0, 0, 0, 0.04);
}

body.light-theme .landing-chart-legend-item.is-selected {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

body.light-theme .landing-chart-legend-value {
    color: #64748b;
}

.landing-history-mock {
    margin-top: 1rem;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.landing-history-day {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.landing-history-day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.landing-history-day-title {
    font-size: 15px;
    font-weight: 600;
    color: #e2e8f0;
}

.landing-history-day-sum {
    margin-left: auto;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #94a3b8;
}

.landing-history-day-entries {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.landing-history-day-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    font-size: 14px;
}

.landing-history-day-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #94a3b8;
}

.landing-history-day-item-icon .material-icons {
    font-size: 20px;
}

.landing-history-day-item-category {
    flex: 1;
    min-width: 0;
    color: #cbd5e1;
}

.landing-history-day-item-amount {
    flex-shrink: 0;
    font-weight: 500;
    color: #f1f5f9;
}

body.light-theme .landing-history-day-title {
    color: #334155;
}

body.light-theme .landing-history-day-sum {
    color: #64748b;
}

body.light-theme .landing-history-day-item {
    background: rgba(0, 0, 0, 0.04);
}

body.light-theme .landing-history-day-item-category {
    color: #475569;
}

body.light-theme .landing-history-day-item-amount {
    color: #1e293b;
}

.landing-why-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 400px;
}

.landing-why-tile {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    min-height: 56px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.landing-why-tile-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
}

.landing-why-tile-progress-bar {
    height: 100%;
    background: #7ba3d4;
    border-radius: 0 0 0 8px;
    transition: width 0.3s ease;
}

.landing-why-tile-progress-bar.is-done {
    background: #95c9a5;
}

body.light-theme .landing-why-tile-progress {
    background: rgba(0, 0, 0, 0.08);
}

body.light-theme .landing-why-tile-progress-bar {
    background: #4f7cff;
}

body.light-theme .landing-why-tile-progress-bar.is-done {
    background: #8bc49a;
}

.landing-why-tile-icon {
    font-size: 28px;
    flex-shrink: 0;
}

.landing-why-tile-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.landing-why-tile-row1 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.landing-why-tile-name-wrap {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.landing-why-tile-name {
    font-size: 15px;
    font-weight: 500;
    color: #e8e8e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing-why-tile-fixed .material-icons {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

.landing-why-tile-remainder {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
}

.landing-why-tile-row2 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}

body.light-theme .landing-why-tile {
    background: #f1f5f9;
    border-color: rgba(0, 0, 0, 0.1);
}

body.light-theme .landing-why-tile-name {
    color: #1f2937;
}

body.light-theme .landing-why-tile-fixed .material-icons {
    color: #64748b;
}

body.light-theme .landing-why-tile-remainder {
    color: #334155;
}

body.light-theme .landing-why-tile-row2 {
    color: #64748b;
}

.landing-why-fixed-inline {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.landing-why-fixed-inline .material-icons {
    font-size: 1.1em;
    color: rgba(232, 232, 232, 0.85);
}

body.light-theme .landing-why-fixed-inline .material-icons {
    color: #64748b;
}

.landing-expenses-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
}

.landing-expense-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.landing-expense-date {
    width: 150px;
    flex-shrink: 0;
    font-size: 14px;
    color: rgba(232, 232, 232, 0.9);
}

.landing-expense-amount {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #e8e8e8;
}

.landing-expense-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: rgba(148, 163, 184, 0.9);
}

.landing-expense-delete .material-icons {
    font-size: 20px;
}

body.light-theme .landing-expense-card {
    background: #f8fafc;
    border-color: rgba(0, 0, 0, 0.1);
}

body.light-theme .landing-expense-date {
    color: #334155;
}

body.light-theme .landing-expense-amount {
    color: #1e293b;
}

body.light-theme .landing-expense-delete {
    color: #94a3b8;
}

.landing-voice-mock {
    margin-top: 1rem;
    max-width: 360px;
    background: #1f1f1f;
    color: #f2f2f2;
    border: 1px solid #333;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.landing-voice-mock-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 12px 12px 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-voice-mock-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #f2f2f2;
}

.landing-voice-mock-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px;
}

.landing-voice-mock-close .material-icons {
    font-size: 24px;
}

.landing-voice-mock-mic {
    display: flex;
    justify-content: center;
    padding: 20px 0 12px;
}

.landing-voice-mock-mic-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
}

.landing-voice-mock-mic-icon {
    font-size: 44px;
}

.landing-voice-mock-transcript {
    padding: 6px 20px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #f2f2f2;
    min-height: 2.7em;
}

body.light-theme .landing-voice-mock {
    background: #fff;
    color: #1f2937;
    border-color: #d4d9e2;
}

body.light-theme .landing-voice-mock-header {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

body.light-theme .landing-voice-mock-title {
    color: #1f2937;
}

body.light-theme .landing-voice-mock-close {
    color: #64748b;
}

body.light-theme .landing-voice-mock-mic-circle {
    background: rgba(51, 65, 85, 0.1);
    color: #64748b;
    box-shadow: 0 0 0 3px rgba(51, 65, 85, 0.15);
}

body.light-theme .landing-voice-mock-transcript {
    color: #1f2937;
}

.landing-block--footer {
    margin-bottom: 2rem;
}

body.light-theme .landing-block {
    border-color: rgba(31, 41, 55, 0.2);
}

body.light-theme .landing-block-title {
    color: rgba(31, 41, 55, 0.6);
}

/* Light theme */
body.light-theme {
    background: #f5f7fb;
    color: #1f2937;
}

body.light-theme .landing-theme-toggle {
    background: rgba(0, 0, 0, 0.06);
    color: #334155;
}

body.light-theme .landing-theme-toggle:hover,
body.light-theme .landing-theme-toggle:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #1f2937;
}

body.light-theme .landing-hero-avatar,
body.light-theme .landing-hero-subtitle {
    color: rgba(31, 41, 55, 0.85);
}

body.light-theme .landing-hero-title {
    color: #1f2937;
}

body.light-theme .landing-cta-secondary {
    color: #4f7cff;
    border-color: #4f7cff;
}

body.light-theme .landing-cta-secondary:hover,
body.light-theme .landing-cta-secondary:focus {
    background: rgba(79, 124, 255, 0.08);
}

body.light-theme .landing-section {
    border-top-color: rgba(0, 0, 0, 0.08);
}

body.light-theme .landing-section-title {
    color: #1f2937;
}

body.light-theme .landing-pains-lead,
body.light-theme .landing-pains-text,
body.light-theme .landing-product-lead {
    color: rgba(31, 41, 55, 0.9);
}

body.light-theme .landing-offer-benefits,
body.light-theme .landing-offer-text {
    color: #1f2937;
}

body.light-theme .landing-offer-text {
    color: rgba(31, 41, 55, 0.9);
}

body.light-theme .landing-feature strong {
    color: #1f2937;
}

body.light-theme .landing-feature p {
    color: rgba(31, 41, 55, 0.85);
}

body.light-theme .landing-steps {
    color: rgba(31, 41, 55, 0.9);
}

body.light-theme .landing-footer {
    border-top-color: rgba(0, 0, 0, 0.08);
}

body.light-theme .landing-app-preview {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.landing-preview-section {
    padding: 0 1rem 1.5rem;
    display: flex;
    justify-content: center;
}

.landing-app-preview {
    width: 100%;
    max-width: 480px;
    height: 560px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.landing-app-preview .container {
    height: 100%;
    max-width: 100%;
    padding: 0 10px;
}

.landing-hero {
    padding: 4.5rem 1.25rem 2.5rem;
    text-align: center;
}

.landing-hero-avatar {
    font-size: 0.875rem;
    color: rgba(232, 232, 232, 0.8);
    margin-bottom: 0.5rem;
}

.landing-hero-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fff;
    line-height: 1.25;
}

.landing-hero-subtitle {
    font-size: 1rem;
    color: rgba(232, 232, 232, 0.9);
    max-width: 22rem;
    margin: 0 auto 1.25rem;
}

.landing-hero .landing-cta-primary {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.landing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    min-height: 44px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.landing-cta-primary {
    background: #4f7cff;
    color: #fff;
}

.landing-cta-primary:hover,
.landing-cta-primary:focus {
    background: #3d6ae6;
}

.landing-cta-secondary {
    background: transparent;
    color: #4f7cff;
    border: 2px solid #4f7cff;
}

.landing-cta-secondary:hover,
.landing-cta-secondary:focus {
    background: rgba(79, 124, 255, 0.12);
}

.landing-section {
    padding: 1.5rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-pains-lead {
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.85);
    margin-bottom: 0.75rem;
}

.landing-pains-list {
    list-style: none;
    margin-bottom: 1rem;
}

.landing-pains-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.9);
    margin-bottom: 0.5rem;
}

.landing-pains-check {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #4f7cff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-pains-check .material-icons {
    font-size: 0.875rem;
}

.landing-pains-text {
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.85);
    font-style: italic;
}

.landing-categories-lead {
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.85);
    margin-bottom: 1rem;
}

.landing-group-filter-wrap {
    margin: 0 -1.25rem 1rem;
    overflow-x: auto;
    border-radius: 0;
}

.landing-group-filter-wrap .group-filter {
    width: 100%;
    min-width: 0;
    margin: 0;
    border-radius: 0;
}

.landing-cat-chip--hidden {
    display: none !important;
}

.landing-categories-by-group {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    align-items: flex-start;
}

.landing-group-block {
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
}

.landing-group-block-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(232, 232, 232, 0.9);
    margin-bottom: 0.5rem;
}

.landing-categories-by-group.landing-filter-all .landing-group-block-name {
    display: none;
}

/* Один общий поток чипов без деления на группы */
.landing-categories-by-group.landing-filter-all .landing-group-block,
.landing-categories-by-group.landing-filter-all .landing-categories-compact {
    display: contents;
}

body.light-theme .landing-group-block-name {
    color: #334155;
}

.landing-categories-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.landing-cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.6rem;
    font-size: 0.8125rem;
    color: rgba(232, 232, 232, 0.95);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-cat-chip .material-icons {
    font-size: 1rem;
}

body.light-theme .landing-cat-chip {
    color: #334155;
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.08);
}

.landing-cat-chip-fixed-icon {
    font-size: 0.875rem !important;
    margin-left: 0.15rem;
    color: rgba(232, 232, 232, 0.55);
}

body.light-theme .landing-cat-chip-fixed-icon {
    color: rgba(51, 65, 85, 0.55);
}

.landing-product-lead {
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.9);
    margin-bottom: 0;
}

.landing-product + .landing-preview-section {
    padding-top: 0.75rem;
}

.landing-offer {
    text-align: center;
}

.landing-offer-benefits {
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.9);
    margin-bottom: 0.5rem;
}

.landing-offer-text {
    font-size: 1rem;
    color: #e8e8e8;
    max-width: 20rem;
    margin: 0 auto 1.25rem;
}

.landing-offer .landing-cta-primary {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.landing-section-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #e8e8e8;
}

.landing-features-list {
    list-style: none;
}

.landing-feature {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    align-items: flex-start;
}

.landing-feature:last-child {
    margin-bottom: 0;
}

.landing-feature-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4f7cff;
}

.landing-feature-icon .material-icons {
    font-size: 1.5rem;
}

.landing-feature strong {
    display: block;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}

.landing-feature p {
    font-size: 0.875rem;
    color: rgba(232, 232, 232, 0.85);
}

.landing-steps {
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    color: rgba(232, 232, 232, 0.9);
}

.landing-steps li {
    margin-bottom: 0.75rem;
}

.landing-steps li:last-child {
    margin-bottom: 0;
}

.landing-footer {
    margin-top: auto;
    padding-top: 0.75rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-footer-copy {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    color: rgba(232, 232, 232, 0.6);
}

body.light-theme .landing-footer-copy {
    color: rgba(31, 41, 55, 0.6);
}

.landing-footer-link {
    color: #4f7cff;
    text-decoration: none;
    font-size: 0.9375rem;
}

.landing-footer-link:hover,
.landing-footer-link:focus {
    text-decoration: underline;
}
