@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 122, 24, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.08), transparent 22%),
        radial-gradient(circle at 50% 0%, rgba(255, 190, 92, 0.07), transparent 28%),
        linear-gradient(180deg, #05060a 0%, #080a10 34%, #0a0d14 100%);
    color: #f5f7fb;
}

main > .container {
    padding-top: 104px !important;
    padding-bottom: 70px !important;
}

.vyexa-home {
    --vy-panel: rgba(14, 18, 28, 0.84);
    --vy-panel-strong: rgba(19, 24, 36, 0.96);
    --vy-text: #f5f7fb;
    --vy-muted: rgba(232, 237, 247, 0.78);
    --vy-line: rgba(255, 255, 255, 0.08);
    --vy-line-strong: rgba(255, 255, 255, 0.14);
    --vy-accent: #ff7a18;
    --vy-accent-strong: #ff9d4d;
    --vy-green: #2fd592;
    --vy-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
    color: var(--vy-text);
    font-family: "Montserrat", "Segoe UI", sans-serif;
    display: grid;
    gap: 28px;
    max-width: 1240px;
    margin: 0 auto;
}

.vyexa-home a {
    color: inherit;
    cursor: pointer;
}

.vyexa-shell,
.vyexa-section,
.vyexa-pricing,
.vyexa-telegram {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--vy-line);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(15, 19, 29, 0.92) 0%, rgba(9, 12, 20, 0.94) 100%);
    box-shadow: var(--vy-shadow);
}

.vyexa-shell::before,
.vyexa-section::before,
.vyexa-pricing::before,
.vyexa-telegram::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 122, 24, 0.12), transparent 28%, transparent 72%, rgba(255, 122, 24, 0.08));
}

.vyexa-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.18) 0.6px, transparent 0.7px);
    background-size: 10px 10px;
    mix-blend-mode: soft-light;
}

.vyexa-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 18px;
    padding: 24px;
    align-items: start;
}

.vyexa-hero-copy {
    position: relative;
    padding: 4px 6px 6px 0;
}

.vyexa-hero-copy::before {
    content: "";
    position: absolute;
    inset: -10px 10px -10px -10px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(7, 9, 15, 0.34) 0%, rgba(8, 10, 15, 0.12) 100%);
    border: 1px solid rgba(255, 255, 255, 0.02);
    z-index: 0;
}

.vyexa-hero-copy > * {
    position: relative;
    z-index: 1;
}

.vyexa-eyebrow,
.vyexa-metric,
.vyexa-tag,
.vyexa-product-badge,
.vyexa-scan-state,
.vyexa-clip-time {
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    font-weight: 700;
}

.vyexa-eyebrow {
    padding: 8px 14px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.77rem;
}

.vyexa-hero-copy h1,
.vyexa-section-head h2,
.vyexa-pricing-head h2,
.vyexa-telegram h2 {
    margin: 0;
    letter-spacing: -0.05em;
    line-height: 0.95;
    font-weight: 800;
    color: var(--vy-text);
}

.vyexa-hero-copy h1 {
   /* max-width: 11ch;*/
    margin-top: 12px;
    font-size: clamp(2.45rem, 3.6vw, 5rem);
    max-width: 17ch;
    text-wrap: balance;
}

.vyexa-hero-copy p,
.vyexa-section-copy,
.vyexa-step,
.vyexa-output-card p,
.vyexa-price-note,
.vyexa-pricing-footnote,
.vyexa-telegram p,
.vyexa-clip-meta,
.vyexa-product-note,
.vyexa-demo-disclaimer {
    color: var(--vy-muted);
}

.vyexa-pricing-footnote {
    margin: 14px 0 0;
    font-size: 10px;
    line-height: 1.45;
    opacity: 0.82;
}

.vyexa-hero-copy p {
    max-width: 42rem;
    margin: 14px 0 0;
    font-size: 1rem;
    color: rgba(245, 247, 251, 0.64);
}

.vyexa-hero-stack {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.vyexa-hero-zone {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
}

.vyexa-ai-finds,
.vyexa-mini-flow {
    display: grid;
    gap: 10px;
    padding: 12px 14px;
}

.vyexa-ai-finds__label,
.vyexa-mini-flow__label {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245, 247, 251, 0.6);
}

.vyexa-ai-finds__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.vyexa-ai-finds__pill {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(245, 247, 251, 0.82);
    font-size: 0.79rem;
    font-weight: 700;
    text-align: left;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.vyexa-ai-finds__pill:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 157, 77, 0.24);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.05), 0 12px 24px rgba(0, 0, 0, 0.16);
}

.vyexa-ai-finds__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-size: 0.72rem;
    font-weight: 800;
    flex: 0 0 auto;
}

.vyexa-mini-flow__steps {
    display: grid;
    gap: 11px;
}

.vyexa-mini-flow__step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 32px;
    color: rgba(245, 247, 251, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
}

.vyexa-mini-flow__step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 11px;
    top: calc(100% + 2px);
    width: 1px;
    height: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.vyexa-mini-flow__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-size: 0.76rem;
    font-weight: 800;
    flex: 0 0 auto;
}

.vyexa-mini-flow__step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(245, 247, 251, 0.72);
    font-size: 0.78rem;
    font-weight: 800;
    flex: 0 0 auto;
}

.vyexa-intake {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding: 8px;
    border-color: var(--vy-line-strong);
}

.vyexa-intake-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    align-self: start;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
}

.vyexa-intake-actions .vyexa-btn {
    flex: 1 1 0;
}

.vyexa-input-shell {
    display: grid;
    gap: 8px;
}

.vyexa-input-label {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: rgba(245, 247, 251, 0.82);
    padding-left: 4px;
}

.vyexa-input {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    outline: none;
    background: rgba(255, 255, 255, 0.03);
    color: var(--vy-text);
    font-size: 1rem;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.vyexa-input:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.vyexa-input:focus {
    border-color: rgba(255, 157, 77, 0.34);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(255, 122, 24, 0.12);
}

.vyexa-input::placeholder {
    color: rgba(245, 247, 251, 0.48);
}

.vyexa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.vyexa-btn-compact {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 0.84rem;
    box-shadow: 0 10px 22px rgba(255, 122, 24, 0.16);
    white-space: nowrap;
}

.vyexa-btn-upload {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 0.8rem;
    box-shadow: none;
    white-space: nowrap;
}

.vyexa-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 22px 46px rgba(255, 122, 24, 0.28);
}

.vyexa-btn:focus,
.vyexa-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 122, 24, 0.22);
}

.vyexa-btn-primary,
.vyexa-btn-secondary {
    background-image: linear-gradient(135deg, var(--vy-accent) 0%, var(--vy-accent-strong) 100%);
    color: #fff8f2;
    box-shadow: 0 20px 40px rgba(255, 122, 24, 0.22);
}

.vyexa-btn-secondary {
    background-image: linear-gradient(135deg, rgba(255, 122, 24, 0.2) 0%, rgba(255, 157, 77, 0.2) 100%);
    border-color: rgba(255, 157, 77, 0.34);
    box-shadow: none;
}

.vyexa-btn-secondary:hover,
.vyexa-btn-secondary:visited,
.vyexa-btn-secondary:focus,
.vyexa-btn-secondary:active,
.vyexa-btn-primary:hover,
.vyexa-btn-primary:visited,
.vyexa-btn-primary:focus,
.vyexa-btn-primary:active {
    color: #fff8f2;
}

.vyexa-product {
    display: grid;
    gap: 10px;
    position: relative;
    transform: scale(1.03);
    transform-origin: center right;
}

.vyexa-product-stage {
    position: relative;
    display: grid;
    min-height: 248px;
}

.vyexa-product::before {
    content: "";
    position: absolute;
    inset: -18px -14px -14px -14px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 68% 35%, rgba(255, 122, 24, 0.18), transparent 34%),
        radial-gradient(circle at 30% 72%, rgba(255, 157, 77, 0.1), transparent 28%);
    filter: blur(22px);
    z-index: 0;
}

.vyexa-product > * {
    position: relative;
    z-index: 1;
}

.vyexa-product-card,
.vyexa-output-card,
.vyexa-price-card,
.vyexa-telegram-card,
.vyexa-demo-card {
    position: relative;
    border-radius: 26px;
    border: 1px solid var(--vy-line);
    background: var(--vy-panel);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.vyexa-product-card {
    background: linear-gradient(180deg, rgba(18, 23, 35, 0.96) 0%, rgba(10, 13, 21, 0.98) 100%);
    border-color: rgba(255, 157, 77, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 50px rgba(0, 0, 0, 0.28);
}

.vyexa-product-card--state {
    grid-area: 1 / 1;
    transition: opacity 0.38s ease, transform 0.38s ease, visibility 0.38s ease;
}

.vyexa-product[data-hero-state="idle"] [data-hero-panel="processing"],
.vyexa-product[data-hero-state="idle"] [data-hero-panel="done"],
.vyexa-product[data-hero-state="processing"] [data-hero-panel="done"],
.vyexa-product[data-hero-state="processing"] [data-hero-panel="idle"],
.vyexa-product[data-hero-state="done"] [data-hero-panel="idle"],
.vyexa-product[data-hero-state="done"] [data-hero-panel="processing"] {
    opacity: 0;
    transform: translateY(12px);
    visibility: hidden;
    pointer-events: none;
}

.vyexa-product[data-hero-state="idle"] [data-hero-panel="idle"],
.vyexa-product[data-hero-state="processing"] [data-hero-panel="processing"],
.vyexa-product[data-hero-state="done"] [data-hero-panel="done"] {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.vyexa-product-card,
.vyexa-demo-card {
    padding: 14px;
}

.vyexa-product-card:hover,
.vyexa-output-card:hover,
.vyexa-price-card:hover,
.vyexa-demo-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 157, 77, 0.22);
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.06), 0 20px 46px rgba(0, 0, 0, 0.22);
}

.vyexa-product-card:hover {
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.12), 0 0 46px rgba(255, 122, 24, 0.16), 0 22px 50px rgba(0, 0, 0, 0.34);
}

.vyexa-product-top,
.vyexa-demo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.vyexa-product-badge {
    padding: 7px 11px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8rem;
}

.vyexa-product-note {
    font-size: 0.88rem;
}

.vyexa-placeholder {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 24%, rgba(255, 255, 255, 0.03) 50%),
        linear-gradient(180deg, rgba(16, 21, 33, 0.96) 0%, rgba(10, 13, 21, 0.98) 100%);
    animation: vyexa-shimmer 3.4s linear infinite;
}

.vyexa-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 122, 24, 0.08) 100%);
}

.vyexa-placeholder span,
.vyexa-placeholder em {
    position: relative;
    z-index: 1;
}

.vyexa-placeholder-video {
    display: grid;
    place-items: center;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 122, 24, 0.18), transparent 34%),
        radial-gradient(circle at 70% 70%, rgba(255, 180, 98, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(20, 26, 39, 0.96) 0%, rgba(10, 13, 21, 0.98) 100%);
}

.vyexa-placeholder-video span {
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(245, 247, 251, 0.78);
}

.vyexa-product-card--source .vyexa-placeholder-video {
    aspect-ratio: 16 / 8.5;
}

.vyexa-demo-video-player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vyexa-source-overlay {
    position: absolute;
    inset: auto 16px 16px 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(7, 10, 16, 0.7);
    backdrop-filter: blur(14px);
}

.vyexa-source-title {
    font-weight: 700;
}

.vyexa-scan {
    display: grid;
    gap: 14px;
}

.vyexa-scan-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.vyexa-scan-state {
    padding: 8px 12px;
    background: rgba(47, 213, 146, 0.14);
    color: #84f1c2;
    font-size: 0.82rem;
    min-width: 146px;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.vyexa-scan-microcopy {
    font-size: 0.88rem;
    color: rgba(245, 247, 251, 0.76);
}

.vyexa-product-card--generated {
    padding-bottom: 22px;
}

.vyexa-hero-generated-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.vyexa-hero-generated-card {
    min-width: 0;
}

.vyexa-hero-generated-preview {
    position: relative;
    overflow: hidden;
    display: grid;
    align-items: start;
    aspect-ratio: 9 / 14.7;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top, rgba(255, 122, 24, 0.2), transparent 40%),
        linear-gradient(180deg, rgba(24, 31, 46, 0.98) 0%, rgba(10, 13, 21, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vyexa-hero-generated-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vyexa-hero-generated-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(7, 10, 16, 0.18) 45%, rgba(7, 10, 16, 0.88) 100%);
}

.vyexa-hero-generated-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(245, 247, 251, 0.68);
    font-size: 0.72rem;
    font-weight: 700;
}

.vyexa-hero-generated-overlay {
    position: relative;
    z-index: 1;
    align-self: end;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(8, 11, 18, 0.64);
    backdrop-filter: blur(12px);
}

.vyexa-hero-generated-overlay strong {
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.15;
    color: #f7f9fd;
}

.vyexa-hero-generated-overlay em {
    flex: 0 0 auto;
    padding: 5px 7px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 700;
}

.vyexa-bars {
    display: grid;
    gap: 10px;
}

.vyexa-bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.vyexa-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff7a18 0%, #ffb46c 100%);
    animation: vyexa-progress 2s ease-in-out infinite alternate;
}

.vyexa-generated-grid,
.vyexa-output-grid,
.vyexa-pricing-grid,
.vyexa-demo-grid {
    display: grid;
    gap: 18px;
}

.vyexa-placeholder-clip {
    display: grid;
    grid-template-rows: auto 1fr auto;
    aspect-ratio: 9 / 16;
    padding: 14px;
    background:
        radial-gradient(circle at top, rgba(255, 122, 24, 0.22), transparent 42%),
        linear-gradient(180deg, rgba(21, 27, 42, 0.98) 0%, rgba(10, 14, 22, 0.98) 100%);
}

.vyexa-placeholder-clip em {
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 700;
    justify-self: end;
    align-self: end;
}

.vyexa-demo-clip:hover .vyexa-placeholder-clip,
.vyexa-output-card:hover .vyexa-output-preview {
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.2), 0 0 34px rgba(255, 122, 24, 0.12);
    transform: translateY(-2px);
}

.vyexa-clip-ui {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    align-self: start;
}

.vyexa-demo-clip-video {
    filter: brightness(0.78) saturate(1.06);
}

.vyexa-clip-ui strong {
    font-size: 0.94rem;
    font-weight: 800;
    color: #f7f9fd;
}

.vyexa-clip-ui small {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(245, 247, 251, 0.68);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.vyexa-clip-subtitle {
    align-self: end;
    padding: 10px 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    color: rgba(245, 247, 251, 0.82);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

.vyexa-output-card strong,
.vyexa-price-card strong {
    display: block;
    font-size: 0.98rem;
}

.vyexa-clip-meta {
    font-size: 0.84rem;
}

.vyexa-section,
.vyexa-pricing,
.vyexa-telegram {
    padding: 34px;
}

.vyexa-section-head,
.vyexa-pricing-head {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.vyexa-demo-section-head {
    margin-top: 30px;
    margin-bottom: 20px;
}

.vyexa-section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vyexa-section-head h2,
.vyexa-pricing-head h2,
.vyexa-telegram h2 {
    font-size: clamp(2rem, 2.6vw, 3.5rem);
}

.vyexa-languages-line {
    margin: 0;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(245, 247, 251, 0.9);
    font-size: 0.92rem;
    line-height: 1.55;
}

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

.vyexa-demo-card {
    display: grid;
    gap: 14px;
}

.vyexa-demo-card--podcast .vyexa-placeholder-video {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 199, 120, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(28, 32, 42, 0.96) 0%, rgba(12, 15, 23, 0.98) 100%);
}

.vyexa-demo-card--interview .vyexa-placeholder-video {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.06), transparent 34%),
        linear-gradient(180deg, rgba(20, 26, 39, 0.96) 0%, rgba(10, 13, 21, 0.98) 100%);
}

.vyexa-demo-card--gaming {
    border-color: rgba(255, 122, 24, 0.18);
    box-shadow: 0 0 0 1px rgba(255, 122, 24, 0.06), 0 0 34px rgba(255, 122, 24, 0.12);
}

.vyexa-demo-card--gaming .vyexa-placeholder-video,
.vyexa-demo-card--gaming .vyexa-demo-clip-ui {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 122, 24, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(25, 20, 29, 0.96) 0%, rgba(11, 13, 21, 0.98) 100%);
}

.vyexa-demo-flow {
    display: grid;
    gap: 10px;
}

.vyexa-demo-pipeline {
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 10px 0 4px;
    color: rgba(245, 247, 251, 0.68);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vyexa-demo-pipeline-arrow {
    color: #ff9d4d;
    font-size: 1rem;
}

.vyexa-demo-arrow {
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 157, 77, 0.18);
    background: rgba(255, 122, 24, 0.08);
    color: #ffb273;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.vyexa-demo-clips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.vyexa-demo-clip {
    opacity: 0;
    animation: vyexa-fade-up 0.7s ease forwards;
    cursor: pointer;
}

.vyexa-demo-card:nth-child(1) .vyexa-demo-clip:nth-child(1) { animation-delay: 0.08s; }
.vyexa-demo-card:nth-child(1) .vyexa-demo-clip:nth-child(2) { animation-delay: 0.16s; }
.vyexa-demo-card:nth-child(1) .vyexa-demo-clip:nth-child(3) { animation-delay: 0.24s; }
.vyexa-demo-card:nth-child(2) .vyexa-demo-clip:nth-child(1) { animation-delay: 0.14s; }
.vyexa-demo-card:nth-child(2) .vyexa-demo-clip:nth-child(2) { animation-delay: 0.22s; }
.vyexa-demo-card:nth-child(2) .vyexa-demo-clip:nth-child(3) { animation-delay: 0.3s; }
.vyexa-demo-card:nth-child(3) .vyexa-demo-clip:nth-child(1) { animation-delay: 0.2s; }
.vyexa-demo-card:nth-child(3) .vyexa-demo-clip:nth-child(2) { animation-delay: 0.28s; }
.vyexa-demo-card:nth-child(3) .vyexa-demo-clip:nth-child(3) { animation-delay: 0.36s; }

.vyexa-demo-disclaimer {
    margin: 18px 0 0;
    font-size: 0.9rem;
}

.vyexa-dynamic-demo {
    display: grid;
    gap: 12px;
    max-width: 920px;
    margin: 0 auto;
}

.vyexa-dynamic-demo-top {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    padding: 10px;
}

.vyexa-dynamic-long-video {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    aspect-ratio: 16 / 9;
    max-height: 300px;
    background-image: linear-gradient(180deg, rgba(5, 7, 12, 0.1), rgba(5, 7, 12, 0.3)), url('/images/home/hero-source-preview.png');
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    transform: translateY(4px);
    transition: opacity 0.35s ease, transform 0.35s ease, background-position 0.35s ease;
}

.vyexa-dynamic-long-video.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.vyexa-dynamic-long-video::after {
    content: "Long video";
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(7, 10, 16, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f8fafc;
    font-size: 0.68rem;
    font-weight: 700;
}

.vyexa-dynamic-long-video::before {
    content: attr(data-video-duration);
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 8px;
    border-radius: 10px;
    background: rgba(7, 10, 16, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f8fafc;
    font-size: 0.72rem;
    font-weight: 700;
}

.vyexa-dynamic-demo-controls {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.vyexa-dynamic-demo-input {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(246, 247, 250, 0.88);
    font-weight: 600;
}

.vyexa-dynamic-demo-action {
    border: 0;
    border-radius: 999px;
    min-height: 50px;
    padding: 0 26px;
    background: #f7f8fb;
    color: #070a10;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.vyexa-dynamic-demo-status {
    min-height: 18px;
    color: #ffcf9f;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: opacity 0.25s ease;
}

.vyexa-dynamic-progress {
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.vyexa-dynamic-progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ff9d4d 0%, #ffd79f 100%);
    transform-origin: left center;
    transform: scaleX(0);
}

.vyexa-dynamic-progress-bar.is-running {
    transition: transform 2.4s linear;
    transform: scaleX(1);
}

.vyexa-dynamic-demo-clips {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.vyexa-dynamic-clip {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    aspect-ratio: 9 / 16;
    background-image: linear-gradient(180deg, rgba(5, 7, 12, 0.08), rgba(5, 7, 12, 0.3)), url('/images/home/hero-short-preview.png');
    background-size: 150%;
    background-position: center 38%;
    opacity: 0;
    transform: translateY(6px) scale(0.96);
    transition: opacity 0.5s ease, transform 0.5s ease, background-position 0.45s ease, background-size 0.45s ease, filter 0.45s ease;
    min-height: 136px;
    filter: brightness(0.84);
}

.vyexa-dynamic-clip.is-visible {
    opacity: 0.86;
    transform: translateY(0) scale(1);
}

.vyexa-dynamic-clip.is-active {
    opacity: 1;
    transform: translateY(-2px) scale(1.05);
    filter: brightness(1);
    z-index: 2;
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.26), 0 16px 30px rgba(0, 0, 0, 0.32);
}

.vyexa-dynamic-clip::after {
    content: attr(data-clip-title);
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 5px 8px;
    border-radius: 8px;
    background: rgba(6, 8, 14, 0.76);
    color: #f6f7fb;
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
}

.vyexa-dynamic-clip::before {
    content: attr(data-clip-platform);
    position: absolute;
    top: 8px;
    left: 8px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(7, 10, 16, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #f8fafc;
    font-size: 0.66rem;
    font-weight: 800;
    display: grid;
    place-items: center;
}

.vyexa-dynamic-clip::after {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.vyexa-dynamic-clip-score {
    position: absolute;
    left: 8px;
    bottom: 34px;
    padding: 3px 6px;
    border-radius: 8px;
    background: rgba(7, 10, 16, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #c9ff88;
    font-size: 0.62rem;
    font-weight: 800;
    z-index: 2;
}

.vyexa-dynamic-clip.score-pop .vyexa-dynamic-clip-score {
    animation: vyexa-score-pop 0.5s ease;
}

@keyframes vyexa-score-pop {
    0% { transform: scale(0.88); opacity: 0.72; }
    60% { transform: scale(1.14); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

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

.vyexa-step {
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid var(--vy-line);
    background: rgba(255, 255, 255, 0.03);
    font-size: 1rem;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    cursor: pointer;
}

.vyexa-step strong {
    display: block;
    margin-bottom: 6px;
    color: var(--vy-text);
    font-size: 1.08rem;
}

.vyexa-step:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 157, 77, 0.24);
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.06), 0 0 30px rgba(255, 122, 24, 0.09);
}

.vyexa-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: rgba(255, 122, 24, 0.12);
    color: #ffb273;
    font-size: 0.98rem;
    font-weight: 800;
}

.vyexa-output-headline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

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

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

.vyexa-output-card {
    padding: 14px;
    background: linear-gradient(180deg, rgba(20, 25, 37, 0.98) 0%, rgba(11, 14, 23, 0.98) 100%);
    border-color: rgba(255, 157, 77, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 26px 60px rgba(0, 0, 0, 0.28);
}

.vyexa-output-preview {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    border-radius: 22px;
    background: #101521;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.vyexa-output-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 122, 24, 0.08) 100%);
    pointer-events: none;
}

.vyexa-output-preview--orange {
    background: linear-gradient(180deg, rgba(31, 39, 58, 0.98) 0%, rgba(10, 14, 22, 0.98) 100%);
}

.vyexa-output-preview--amber {
    background: linear-gradient(180deg, rgba(39, 31, 22, 0.98) 0%, rgba(11, 14, 22, 0.98) 100%);
}

.vyexa-output-preview--glow {
    background: linear-gradient(180deg, rgba(26, 33, 47, 0.98) 0%, rgba(9, 12, 19, 0.98) 100%);
}

.vyexa-section--result {
    border-color: rgba(255, 157, 77, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.05), 0 34px 90px rgba(0, 0, 0, 0.34);
}

.vyexa-output-placeholder {
    height: 100%;
}

.vyexa-output-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.vyexa-output-overlay-chip {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(8, 11, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(245, 247, 251, 0.78);
    font-size: 0.7rem;
    font-weight: 700;
}

.vyexa-output-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.vyexa-clip-time {
    padding: 8px 10px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    align-self: start;
    font-size: 0.8rem;
}

.vyexa-price-card {
    padding: 22px;
    background: linear-gradient(180deg, rgba(18, 23, 35, 0.96) 0%, rgba(11, 14, 23, 0.96) 100%);
}

.vyexa-price-card.featured {
    border-color: rgba(255, 157, 77, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 20px 45px rgba(255, 122, 24, 0.16), 0 0 36px rgba(255, 122, 24, 0.12);
}

.vyexa-tag {
    padding: 8px 12px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vyexa-price-container {
    margin: 12px 0 10px;
}

.vyexa-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.vyexa-price-regional {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 4px;
    margin-bottom: 12px;
    font-weight: 500;
}

.vyexa-price-badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 6px;
    border-radius: 12px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-size: 0.78rem;
    font-weight: 800;
}

.vyexa-price-microcopy {
    margin-top: 8px;
    color: rgba(245, 247, 251, 0.74);
    font-size: 0.88rem;
}

.vyexa-price strong {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

.vyexa-price span {
    color: var(--vy-muted);
}

.vyexa-price-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    color: rgba(245, 247, 251, 0.78);
}

.vyexa-price-list li::before {
    content: "•";
    margin-right: 10px;
    color: #ff9d4d;
}

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

.vyexa-creator-feature-card {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.vyexa-creator-feature-icon {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-size: 0.85rem;
    font-weight: 800;
}

.vyexa-creator-feature-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.vyexa-creator-feature-card p {
    margin: 0;
    color: rgba(245, 247, 251, 0.78);
}

.vyexa-real-clips-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.vyexa-real-clip-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    aspect-ratio: 9 / 16;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vyexa-real-clip-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 157, 77, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 157, 77, 0.08), 0 14px 24px rgba(0, 0, 0, 0.26);
}

.vyexa-real-clip-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vyexa-real-clip-meta {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.vyexa-real-clip-label,
.vyexa-real-clip-time {
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(6, 8, 14, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.72rem;
    font-weight: 700;
    color: #f6f7fb;
}

.vyexa-trust-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vyexa-trust-metric-card {
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.02);
    display: grid;
    gap: 10px;
}

.vyexa-trust-metric-icon {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.14);
    color: #ffb273;
    font-size: 0.72rem;
    font-weight: 800;
}

.vyexa-trust-metric-card strong {
    font-size: 1rem;
    line-height: 1.4;
}

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

.vyexa-stop-editing-card {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vyexa-stop-editing-card h3 {
    margin: 0 0 8px;
}

.vyexa-stop-editing-card p {
    margin: 0;
    color: rgba(245, 247, 251, 0.76);
}

.vyexa-stop-editing-card--manual {
    background: rgba(255, 255, 255, 0.02);
}

.vyexa-stop-editing-card--vyexa {
    border-color: rgba(255, 157, 77, 0.28);
    background: linear-gradient(180deg, rgba(255, 122, 24, 0.12) 0%, rgba(15, 17, 25, 0.8) 100%);
}

.vyexa-cta-trust {
    margin: 10px 0 0;
    color: rgba(245, 247, 251, 0.72);
    font-size: 0.86rem;
    text-align: center;
}

.vyexa-telegram {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.vyexa-telegram--muted {
    border-color: rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, rgba(11, 14, 20, 0.78) 0%, rgba(8, 11, 17, 0.82) 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.vyexa-telegram--muted h2 {
    font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.vyexa-telegram--muted > div > p {
    margin: 10px 0 0;
}

.vyexa-telegram--muted p,
.vyexa-telegram--muted .vyexa-telegram-card {
    opacity: 0.78;
}

.vyexa-telegram-card {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vyexa-telegram--muted .vyexa-btn-secondary {
    background-image: linear-gradient(135deg, rgba(255, 122, 24, 0.1) 0%, rgba(255, 157, 77, 0.08) 100%);
    border-color: rgba(255, 157, 77, 0.16);
}

@keyframes vyexa-shimmer {
    0% { background-position: -240px 0, 0 0; }
    100% { background-position: 240px 0, 0 0; }
}

@keyframes vyexa-progress {
    0% { transform: translateX(-2%); filter: brightness(0.96); }
    100% { transform: translateX(2%); filter: brightness(1.06); }
}

@keyframes vyexa-fade-up {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199px) {
    .vyexa-hero,
    .vyexa-output-grid,
    .vyexa-pricing-grid,
    .vyexa-how-grid,
    .vyexa-demo-grid {
        grid-template-columns: 1fr;
    }

    .vyexa-dynamic-demo-clips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vyexa-dynamic-long-video {
        max-height: 250px;
    }

    .vyexa-dynamic-demo-controls {
        grid-template-columns: 1fr;
    }

    .vyexa-product {
        transform: none;
    }

    .vyexa-product-stage {
        min-height: 252px;
    }

    .vyexa-output-grid,
    .vyexa-pricing-grid {
        gap: 14px;
    }

    .vyexa-creator-feature-grid,
    .vyexa-real-clips-gallery,
    .vyexa-stop-editing-compare,
    .vyexa-trust-metrics-grid {
        grid-template-columns: 1fr;
    }

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

}

@media (max-width: 960px) {
    .vyexa-hero-generated-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vyexa-hero-copy::before {
        display: none;
    }

    main > .container {
        padding-top: 84px !important;
    }

    .vyexa-hero,
    .vyexa-section,
    .vyexa-pricing,
    .vyexa-telegram {
        padding: 22px;
    }

    .vyexa-intake {
        grid-template-columns: 1fr;
    }

    .vyexa-telegram {
        flex-direction: column;
        align-items: stretch;
    }

    .vyexa-btn,
    .vyexa-telegram-card {
        width: 100%;
    }

    .vyexa-btn-compact {
        width: 100%;
    }

    .vyexa-intake-actions {
        display: flex;
        width: 100%;
        justify-content: stretch;
        flex-wrap: wrap;
        gap: 8px;
    }

    .vyexa-intake-actions .vyexa-btn {
        flex: 1 1 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .vyexa-ai-finds__grid,
    .vyexa-hero-generated-grid {
        grid-template-columns: 1fr;
    }

    .vyexa-product-stage {
        min-height: auto;
    }

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

    .vyexa-output-headline {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 575px) {
    .vyexa-hero-copy h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
        line-height: 0.98;
        max-width: none;
    }

    .vyexa-hero-copy p {
        max-width: none;
        font-size: 0.96rem;
    }

    .vyexa-intake {
        width: 100%;
        padding: 12px;
        border-radius: 18px;
        gap: 12px;
        box-sizing: border-box;
    }

    .vyexa-input-shell {
        width: 100%;
        gap: 10px;
    }

    .vyexa-input {
        width: 100%;
        height: 46px;
        border-radius: 14px;
        box-sizing: border-box;
    }

    .vyexa-intake-actions {
        width: 100%;
        box-sizing: border-box;
        margin-top: 2px;
        gap: 10px;
    }

    .vyexa-intake-actions .vyexa-btn {
        min-height: 44px;
        border-radius: 14px;
    }

    .vyexa-demo-clips {
        grid-template-columns: 1fr;
    }

    .vyexa-dynamic-demo-clips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .vyexa-dynamic-clip {
        min-height: 138px;
    }

    .vyexa-dynamic-long-video {
        max-height: 210px;
    }
}
