.ttch-info-hero {
    padding: 54px 0 30px;
}

.ttch-info-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: stretch;
}

.ttch-info-hero h1 {
    margin: 18px 0;
    max-width: 900px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.02;
    letter-spacing: 0;
}

.ttch-info-hero p {
    max-width: 760px;
    color: #b8c4d6;
    font-size: 17px;
}

.ttch-info-card {
    align-self: end;
    border: 1px solid rgba(57,255,136,.24);
    border-radius: 24px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(57,255,136,.1), rgba(13,20,32,.94));
}

.ttch-info-card strong {
    display: block;
    color: #d7ffe9;
    font-size: 18px;
}

.ttch-info-card p {
    margin: 10px 0 0;
    color: #a8b4c5;
    font-size: 14px;
}

.ttch-info-content {
    padding-top: 24px;
}

.ttch-info-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.ttch-info-nav {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(13,20,32,.94), rgba(4,7,13,.98));
}

.ttch-info-nav h2 {
    margin: 0 0 8px;
    font-size: 17px;
}

.ttch-info-nav a {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 10px 12px;
    color: #dbeafe;
    background: rgba(255,255,255,.045);
    font-size: 13px;
    font-weight: 900;
}

.ttch-info-nav a.is-active,
.ttch-info-nav a:hover {
    border-color: rgba(0,229,255,.3);
    color: #9ff6ff;
    background: rgba(0,229,255,.08);
}

.ttch-info-main {
    display: grid;
    gap: 14px;
}

.ttch-info-section {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(13,20,32,.94), rgba(4,7,13,.98));
    position: relative;
    overflow: hidden;
}

.ttch-info-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(#ff2d1b, #ffd000, #00e5ff);
}

.ttch-info-section span {
    display: block;
    margin-bottom: 12px;
    color: #ffd000;
    font-size: 32px;
    line-height: 1;
    font-weight: 1000;
}

.ttch-info-section h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
}

.ttch-info-section p {
    margin: 0;
    color: #b8c4d6;
    font-size: 16px;
    line-height: 1.75;
}

.ttch-info-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.ttch-info-links a {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    padding: 10px 14px;
    color: #eaf4ff;
    background: rgba(255,255,255,.06);
    font-size: 13px;
    font-weight: 1000;
}

@media (max-width: 900px) {
    .ttch-info-hero-grid,
    .ttch-info-layout {
        grid-template-columns: 1fr;
    }

    .ttch-info-nav {
        position: static;
    }
}
