.ti-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: clamp(300px, 30vw, 580px);
    background:
        linear-gradient(180deg, rgba(5, 6, 12, 0) 0%, rgba(5, 6, 12, 0.04) 58%, rgba(8, 9, 17, 0.24) 88%, rgba(8, 9, 17, 0.82) 100%),
        url("../assets/thaluna-image/banner.webp?v=20260708c") center / cover no-repeat;
}


.ti-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.16) 49%, rgba(115, 236, 255, 0.1) 52%, transparent 60%, transparent 100%);
    mix-blend-mode: screen;
    transform: translateX(-125%);
    animation: ti-hero-sweep 11s ease-in-out infinite;
}

.ti-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 26%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(8, 9, 17, 0), rgba(8, 9, 17, 0.28) 66%, rgba(8, 9, 17, 0.82) 100%);
}

@keyframes ti-hero-sweep {
    0%, 62% {
        transform: translateX(-125%);
        opacity: 0;
    }
    70% {
        opacity: 0.42;
    }
    88%, 100% {
        transform: translateX(125%);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ti-hero::before {
        animation: none;
        opacity: 0;
    }
}

.ti-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.ti-kicker span {
    border: 1px solid rgba(115, 236, 255, 0.34);
    background: rgba(6, 12, 25, 0.68);
    color: var(--accent-cool);
    border-radius: 999px;
    padding: 7px 12px;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

.ti-product-strip {
    position: relative;
    z-index: 1;
    margin-top: -18px;
    padding: 46px 0 34px;
    background: linear-gradient(180deg, rgba(8, 9, 17, 0), #080911 18px, #0e1220 100%);
    border-bottom: 1px solid var(--line);
}

.ti-intro-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 22px;
}

.ti-intro-row h1 {
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 0.96;
    margin-bottom: 10px;
}

.ti-intro-row h1.ti-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    font-size: 1px;
    line-height: 1;
}

.ti-intro-row p:not(.ti-kicker) {
    max-width: 720px;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.ti-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ti-strip-grid article,
.ti-feature-card,
.ti-text-tool-card,
.ti-showcase-card,
.ti-demo-card,
.ti-pixel-card {
    border: 1px solid rgba(220, 215, 255, 0.12);
    background: rgba(19, 20, 31, 0.82);
    box-shadow: var(--shadow);
}

.ti-strip-grid article {
    border-radius: 14px;
    padding: 18px;
}

.ti-strip-grid strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
}

.ti-strip-grid span,
.ti-section-lead,
.ti-feature-card p,
.ti-text-tool-card p,
.ti-showcase-card figcaption,
.ti-demo-card p,
.ti-pixel-card figcaption,
.ti-split-copy p,
.ti-final-cta p {
    color: var(--text-muted);
}

.ti-section,
.ti-split-section {
    padding: 86px 0;
}

.ti-section-alt {
    background: linear-gradient(180deg, #0b0c15, #10111b);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.ti-section .section-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.ti-section-compact .section-title {
    max-width: 820px;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
}

.ti-section-lead {
    max-width: 840px;
    margin: 0 auto 34px;
    text-align: center;
    font-size: 1.08rem;
}

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

.ti-feature-card {
    border-radius: 14px;
    padding: 24px;
}

.ti-feature-card i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #091018;
    background: linear-gradient(135deg, var(--accent-cool), #fff06a);
}

.ti-feature-card h3,
.ti-text-tool-card h3,
.ti-demo-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.ti-text-tool-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.ti-text-tool-card {
    border-radius: 14px;
    padding: 20px;
}

.ti-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ti-showcase-card,
.ti-pixel-card {
    border-radius: 14px;
    overflow: hidden;
}

.ti-showcase-card img,
.ti-pixel-card img {
    width: 100%;
    aspect-ratio: 16 / 8.7;
    object-fit: cover;
    cursor: zoom-in;
}

.ti-showcase-card figcaption,
.ti-pixel-card figcaption {
    padding: 16px 18px 18px;
    font-size: 0.95rem;
}

.ti-split-section {
    background: radial-gradient(circle at 12% 12%, rgba(115, 236, 255, 0.1), transparent 34%), #080911;
}

.ti-split-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 36px;
}

.ti-split-copy h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    margin-bottom: 18px;
}

.ti-split-copy p {
    font-size: 1.08rem;
    margin-bottom: 22px;
}

.ti-demo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 980px;
    margin: 36px auto 0;
}

.ti-demo-card {
    border-radius: 14px;
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.ti-demo-card .features-list {
    margin: auto 0 0;
    padding-top: 28px;
}

.ti-product-note {
    max-width: 760px;
    margin: 24px auto 0;
    color: var(--text-muted);
    text-align: center;
    font-size: 0.98rem;
}

.ti-demo-card-primary {
    border-color: rgba(115, 236, 255, 0.32);
    background: linear-gradient(135deg, rgba(143, 108, 255, 0.2), rgba(22, 217, 255, 0.1));
}

.ti-final-cta {
    margin-top: 34px;
    padding: 34px;
    border-radius: 16px;
    border: 1px solid rgba(220, 215, 255, 0.12);
    background: linear-gradient(135deg, rgba(9, 13, 28, 0.94), rgba(23, 20, 42, 0.94));
    text-align: center;
}

.ti-final-cta h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin-bottom: 8px;
}

.ti-final-cta .hero-btns {
    justify-content: center;
    margin-top: 22px;
}

@media (max-width: 900px) {
    .ti-strip-grid,
    .ti-feature-grid,
    .ti-text-tool-grid,
    .ti-showcase-grid,
    .ti-demo-grid,
    .ti-split-grid {
        grid-template-columns: 1fr;
    }

    .ti-hero {
        min-height: clamp(250px, 50vw, 410px);
        background-position: 28% center;
    }

    .ti-intro-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 22px;
}

@media (max-width: 560px) {
    .ti-hero {
        min-height: 280px;
    }

    .ti-showcase-card img,
    .ti-pixel-card img {
        aspect-ratio: 16 / 10.5;
    }
}










