body.home-page {
    color: var(--paper);
    background: #04030a;
}

.home-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(4, 3, 10, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.home-brand .wm {
    color: rgba(239, 239, 250, 0.88);
}

.home-brand {
    font-size: 22px;
    text-decoration: none;
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 5rem;
}

.home-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -120px;
    right: -80px;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    background: radial-gradient(circle, rgba(70, 215, 240, 0.35), transparent 70%);
}

.home-hero::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    bottom: -100px;
    left: -60px;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 46, 131, 0.25), transparent 70%);
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(200, 242, 63, 0.12);
    border: 1px solid rgba(200, 242, 63, 0.3);
    color: var(--lima);
    font-family: var(--vt-mono);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-hero h1 {
    font-family: var(--vt-anton);
    text-transform: uppercase;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin: 1rem 0 1.25rem;
}

.home-hero .lead {
    font-size: 1.05rem;
    color: var(--fog);
    max-width: 36rem;
}

.home-hero-panel {
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: var(--paper);
    border-radius: var(--vt-radius);
    padding: 1.5rem;
    position: relative;
}

.home-flow-step {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-flow-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-claude-panel {
    padding: 1.25rem 1.35rem 1.35rem;
}

.home-claude-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 1.15rem;
}

.home-claude-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--vt-bri);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-claude-badge-claude {
    background: linear-gradient(135deg, rgba(217, 119, 87, 0.35), rgba(255, 46, 131, 0.2));
    color: #ffd4c4;
}

.home-claude-badge-videitos {
    background: linear-gradient(135deg, rgba(200, 242, 63, 0.25), rgba(70, 215, 240, 0.25));
    color: var(--lima);
}

.home-claude-x {
    font-family: var(--vt-mono);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
}

.home-chat-thread {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.home-chat-bubble {
    border-radius: 0.85rem;
    padding: 0.75rem 0.9rem;
    font-size: 0.82rem;
    line-height: 1.45;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-chat-bubble code {
    font-family: var(--vt-mono);
    font-size: 0.72rem;
    color: #9ee8ff;
    background: rgba(70, 215, 240, 0.12);
    padding: 0.1rem 0.35rem;
    border-radius: 0.35rem;
}

.home-chat-label {
    display: block;
    font-family: var(--vt-mono);
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
    opacity: 0.65;
}

.home-chat-user {
    background: rgba(255, 255, 255, 0.06);
}

.home-chat-claude {
    background: rgba(217, 119, 87, 0.12);
    border-color: rgba(217, 119, 87, 0.25);
}

.home-chat-result {
    background: rgba(200, 242, 63, 0.1);
    border-color: rgba(200, 242, 63, 0.25);
}

.home-chat-tool {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    background: rgba(122, 60, 240, 0.15);
    border: 1px dashed rgba(122, 60, 240, 0.45);
    font-family: var(--vt-mono);
    font-size: 0.72rem;
}

.home-chat-tool-name {
    color: #d4b8ff;
    font-weight: 700;
}

.home-chat-tool-meta {
    color: rgba(255, 255, 255, 0.5);
}

.home-flow-card {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--vt-radius);
    padding: 1.25rem;
    height: 100%;
}

.home-feature-card-highlight {
    border-color: rgba(200, 242, 63, 0.18);
    background:
        radial-gradient(120px 80px at 100% 0%, rgba(122, 60, 240, 0.08), transparent 70%),
        rgba(255, 255, 255, 0.04);
    box-shadow:
        0 24px 60px -28px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.home-feature-card-highlight .home-feature-icon--claude {
    background: linear-gradient(135deg, #7a3cf0, #ff2e83);
    color: #fff;
    box-shadow: 0 0 20px rgba(122, 60, 240, 0.35);
}

.home-flow-num {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    display: grid;
    place-items: center;
    font-family: var(--vt-mono);
    font-size: 0.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(200, 242, 63, 0.25), rgba(70, 215, 240, 0.25));
    color: var(--lima);
}

.home-section {
    padding: 4rem 0;
}

.home-section-title {
    font-family: var(--vt-anton);
    text-transform: uppercase;
    font-size: clamp(1.6rem, 3vw, 2rem);
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.home-section-sub {
    color: var(--fog);
    max-width: 34rem;
    margin-bottom: 2rem;
}

.home-feature-card,
.home-pricing-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-radius: var(--vt-radius);
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-feature-card:hover,
.home-pricing-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 70px -28px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.home-feature-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.05rem;
    line-height: 1;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.home-feature-icon--claude {
    background: linear-gradient(135deg, #7a3cf0, #ff2e83);
    color: #fff;
}

.home-feature-icon--chat {
    background: linear-gradient(135deg, #46d7f0, #2f4bff);
    color: var(--ink);
}

.home-feature-icon--folder {
    background: linear-gradient(135deg, #c8f23f, #46d7f0);
    color: var(--ink);
}

.home-feature-icon--ops {
    background: linear-gradient(135deg, #46d7f0, #7a3cf0);
    color: var(--ink);
}

.home-feature-icon--cloud {
    background: linear-gradient(135deg, #2f4bff, #46d7f0);
    color: #fff;
}

.home-feature-icon--models {
    background: linear-gradient(135deg, #ff7a1a, #ff2e83);
    color: #fff;
}

.home-feature-card h3,
.home-feature-card .h5 {
    font-family: var(--vt-bri);
    font-weight: 600;
    font-size: 1rem;
    color: rgba(189, 188, 208, 0.95);
    letter-spacing: 0.01em;
}

.home-feature-card p {
    color: var(--fog);
    font-size: 12.5px;
    line-height: 1.55;
}

.home-pricing-hero {
    background: linear-gradient(110deg, rgba(200, 242, 63, 0.15), rgba(70, 215, 240, 0.15), rgba(122, 60, 240, 0.15), rgba(255, 46, 131, 0.15));
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: var(--paper);
    border-radius: var(--vt-radius);
    padding: 2rem;
    margin-bottom: 2rem;
}

.home-pricing-hero .display-5 {
    font-family: var(--vt-anton);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.home-pack {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--vt-radius-sm);
    padding: 1.25rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    height: 100%;
}

.home-pack-amount {
    font-family: var(--vt-bri);
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.home-pack-credits {
    color: var(--fog);
    font-size: 0.9rem;
}

.home-table-wrap {
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--vt-radius);
    overflow: hidden;
}

.home-table-wrap table {
    margin-bottom: 0;
}

.home-badge-audio {
    font-family: var(--vt-mono);
    font-size: 9px;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.2);
    color: #ffb87a;
    border: 1px solid rgba(255, 122, 26, 0.35);
}

.home-cta-band {
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--paper);
    border-radius: var(--vt-radius);
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(200, 242, 63, 0.08), rgba(70, 215, 240, 0.08), rgba(255, 46, 131, 0.08));
    pointer-events: none;
}

.home-cta-band h2 {
    font-family: var(--vt-anton);
    text-transform: uppercase;
    position: relative;
}

.home-cta-band p,
.home-cta-band .btn {
    position: relative;
}

.home-footer {
    padding: 2rem 0 3rem;
    color: var(--fog);
    font-family: var(--vt-mono);
    font-size: 11px;
    letter-spacing: 0.04em;
}

.home-nav a.text-secondary {
    font-family: var(--vt-bri);
    font-weight: 600;
    font-size: 12px;
    color: var(--fog) !important;
    transition: color 0.15s ease;
}

.home-nav a.text-secondary:hover {
    color: rgba(239, 239, 250, 0.82) !important;
}

.home-nav-active {
    color: var(--lima) !important;
}

.home-product-card {
    display: block;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--vt-radius);
    padding: 1.75rem;
    height: 100%;
    color: var(--paper);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 70px -28px rgba(0, 0, 0, 0.8);
    color: var(--paper);
}

.home-product-card--automation:hover {
    border-color: rgba(200, 242, 63, 0.35);
}

.home-product-card--claude:hover {
    border-color: rgba(122, 60, 240, 0.45);
}

.home-product-card--chat:hover {
    border-color: rgba(70, 215, 240, 0.45);
}

.home-product-card h2 {
    font-family: var(--vt-bri);
    font-weight: 700;
    color: var(--paper);
}

.home-product-card p {
    color: var(--fog);
}

.home-product-link {
    font-family: var(--vt-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cian);
}

.home-hero--automation::before {
    background: radial-gradient(circle, rgba(200, 242, 63, 0.35), transparent 70%);
}

.home-hero--claude::before {
    background: radial-gradient(circle, rgba(122, 60, 240, 0.35), transparent 70%);
}

.home-hero--chat::before {
    background: radial-gradient(circle, rgba(70, 215, 240, 0.35), transparent 70%);
}

.home-hero--automation::after {
    background: radial-gradient(circle, rgba(70, 215, 240, 0.22), transparent 70%);
}

.home-hero--claude::after {
    background: radial-gradient(circle, rgba(255, 46, 131, 0.25), transparent 70%);
}

.home-hero--chat::after {
    background: radial-gradient(circle, rgba(47, 75, 255, 0.22), transparent 70%);
}

.home-flow-panel {
    padding: 0.5rem 1.35rem 1.35rem;
}

.home-chat-panel {
    padding: 1rem 1.15rem 1.15rem;
}

.home-chat-ui-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-chat-ui-title {
    font-family: var(--vt-bri);
    font-weight: 700;
    font-size: 0.95rem;
}

.home-chat-ui-credits {
    font-family: var(--vt-mono);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.55);
}

.home-chat-ui-messages {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
}

.home-chat-ui-msg {
    border-radius: 0.75rem;
    padding: 0.65rem 0.8rem;
    font-size: 0.78rem;
    line-height: 1.45;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-chat-ui-msg-user {
    background: rgba(255, 255, 255, 0.06);
}

.home-chat-ui-msg-system {
    background: rgba(70, 215, 240, 0.1);
    border-color: rgba(70, 215, 240, 0.22);
    font-family: var(--vt-mono);
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.65);
}

.home-chat-ui-msg-result {
    background: rgba(200, 242, 63, 0.1);
    border-color: rgba(200, 242, 63, 0.25);
}

.home-chat-ui-composer {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.home-chat-ui-input {
    flex: 1;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
}

.home-chat-ui-send {
    font-family: var(--vt-bri);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #c8f23f, #46d7f0);
    color: var(--ink);
}

.home-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.75rem;
}

.home-hero .row.text-center .home-hero-cta {
    justify-content: center;
}

.home-integrations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.6rem 0.85rem;
    margin-top: 2.25rem;
}

.home-integrations-label {
    font-family: var(--vt-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-right: 0.25rem;
}

.home-provider-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    font-family: var(--vt-bri);
    font-weight: 600;
    font-size: 0.82rem;
    color: rgba(239, 239, 250, 0.9);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.home-provider-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.24);
}

.home-provider-logo {
    display: block;
    flex-shrink: 0;
}

.home-card-providers {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 1rem;
}

.home-card-providers .home-provider-logo {
    opacity: 0.95;
}

@media (max-width: 991.98px) {
    .home-hero {
        padding-top: 3rem;
    }

    .home-hero-panel {
        margin-top: 2rem;
    }

    .home-integrations {
        margin-top: 1.75rem;
    }
}
