﻿.tsh-hero-aggressive {
    overflow: hidden;
}

.tsh-hero-grid {
    display: grid;
    gap: 10px;
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}

.tsh-hero-media img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(0,0,0,.20);
}

.tsh-btn-lg {
    padding: 14px 16px;
    font-size: 16px;
}

.tsh-btn-xl {
    padding: 16px 18px;
    font-size: 17px;
}

.tsh-section {
    margin: 1.5px 0;
    padding: 22px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.08);
}

.tsh-section-dark {
    background: #0f1115;
    color: #fff;
    border-color: rgba(255,255,255,.10);
}

.tsh-section-soft {
    background: rgba(0,0,0,.02);
}

.tsh-bullets {
    margin: 14px 0 0;
    padding-left: 18px;
}

.tsh-callout {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
}

.tsh-card-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.tsh-card {
    display: block;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fff;
    text-decoration: none;
}

    .tsh-card:hover {
        transform: translateY(-1px);
    }

.tsh-card-title {
    font-weight: 800;
}

.tsh-card-sub {
    opacity: .85;
    margin-top: 6px;
}

.tsh-card-cta {
    margin-top: 10px;
    font-weight: 700;
}

.tsh-tools-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.tsh-tool {
    display: block;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fff;
    text-decoration: none;
}

.tsh-tool-title {
    font-weight: 800;
}

.tsh-tool-sub {
    opacity: .85;
    margin-top: 6px;
}

.tsh-diff-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
}

.tsh-diff-card {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fff;
}

.tsh-diff-title {
    font-weight: 800;
    margin-bottom: 6px;
}



.tsh-container {
    width: min(1820px, calc(100% - 2rem));
    margin: auto;
}

.tsh-section {
    padding: 1.5rem 0;
}

.tsh-section-alt {
    background: #f7f9fc;
}

.tsh-hero {
    padding: 1rem 0 1rem;
    background: radial-gradient(circle at top right, rgba(58, 123, 213, 0.10), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tsh-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 2rem;
    align-items: center;
}

.tsh-badge,
.tsh-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: .4rem .75rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #2457c5;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.tsh-hero__title {
    margin: 1rem 0;
    font-size: clamp(2.2rem, 5vw, 4.25rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.tsh-accent {
    display: block;
    color: #2457c5;
}

.tsh-hero__subtitle,
.tsh-section__head p,
.tsh-card p {
    color: #516074;
    font-size: 1.05rem;
    line-height: 1.7;
}

.tsh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin: 1.5rem 0;
}

.tsh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 46px;
    padding: .85rem 1.15rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    color:#ffff;
    border: 1px solid transparent;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    cursor: pointer;
}

    .tsh-btn:hover {
        transform: translateY(-1px);
    }

.tsh-btn-primary {
    background: #2457c5;
    color: #fff;
    margin-top: 0.5rem;
    box-shadow: 0 12px 28px rgba(36, 87, 197, 0.22);
}
.tsh-btn-playbook {
    background: #2457c5;
    color: #fff;
    max-width: 300px;
}

.tsh-btn-secondary {
    background: #fff;
    color: #1d2a3a;
    border-color: #d7e1ef;
}

.tsh-btn-block {
    width: 100%;
}

.tsh-trustlist,
.tsh-cleanlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tsh-trustlist {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    color: #445266;
    font-size: .95rem;
}

    .tsh-trustlist li::before {
        content: "✓ ";
        color: #1d7f49;
        font-weight: 700;
    }

.tsh-card {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    padding: 1.4rem;

    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.05);
}

.tsh-preview-card__label,
.tsh-toolcard__kicker {
    display: inline-block;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6d7b8f;
    margin-bottom: .75rem;
    font-weight: 700;
}

.tsh-preview-card__title {
    margin: 0 0 1rem;
    font-size: 1.3rem;
}
.tsh-preview {
    display: block;
    width:50%;
    box-sizing: border-box;
}

.tsh-preview-row,
.tsh-cleanlist li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 0;
    border-bottom: 1px solid #edf2f7;
    color: #425065;
}

.tsh-preview-result {
    margin: 1rem 0 1.25rem;
    padding: 1rem;
    border-radius: 16px;
    background: #f4f8ff;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

    .tsh-preview-result strong,
    .tsh-toolcard__metric,
    .tsh-opportunity-card__amount {
        font-size: 1.5rem;
        color: #1d2a3a;
    }

.tsh-section__head {
    max-width: 760px;
    margin-bottom: 1.8rem;
}

    .tsh-section__head h2 {
        margin: .5rem 0 .5rem;
        font-size: clamp(1.75rem, 3vw, 2.6rem);
        line-height: 1.15;
        letter-spacing: -0.025em;
    }

.tsh-grid {
    display: flex;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 1fr);
    overflow-x: auto;
    gap: 5px;
}

.tsh-grid-1 {
    display: flex;
    grid-template-columns: 1fr;
    gap: 20px;
}

.tsh-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}



.tsh-toolcard h3,
.tsh-playbook-card h3,
.tsh-lab-card h3,
.tsh-step h3 {
    margin-top: 0;
    margin-bottom: .65rem;
    font-size: 1.2rem;
}

.tsh-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: .85rem;
    font-weight: 700;
    color: #2457c5;
    text-decoration: none;
}


.tsh-section__cta {
    margin-top: 1.5rem;
    text-align: center;
}

.tsh-scorecard {
    display: flex;
    gap: 5rem;
    width: auto;
    margin-bottom: 1.0rem;
    margin-left:25rem;
    margin-top:0.5rem;
    margin-right:auto;
}



.tsh-score {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    place-items: center;
    background: conic-gradient(#2457c5 0 62%, #dce7f8 62% 100%);
    position: relative;
}

    .tsh-score::before {
        content: "";
        position: absolute;
        inset: 12px;
        background: #fff;
        border-radius: 50%;
    }

.tsh-score__number,
.tsh-score__label {
    position: relative;
    z-index: 1;
    text-align: center;
}

.tsh-score__number {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.tsh-score__label {
    color: #6c7a8f;
    font-weight: 700;
}

.tsh-scorebreakdown {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 20px;
}

.tsh-opportunity-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tsh-steps .tsh-step {
    text-align: left;
}

.tsh-step__num {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #eef4ff;
    color: #2457c5;
    font-weight: 800;
    margin-bottom: .9rem;
}

.tsh-newsletter__wrap {
    padding: 2rem;
    text-align: center;
}

.tsh-newsletter__form {
    display: flex;
    gap: .75rem;
    max-width: 620px;
    margin: 1.25rem auto 0;
}

    .tsh-newsletter__form input {
        flex: 1;
        min-height: 48px;
        border: 1px solid #d7e1ef;
        border-radius: 12px;
        padding: 0 .95rem;
        font: inherit;
    }

.tsh-newsletter__note {
    margin-top: .85rem;
    color: #66768c;
    font-size: .95rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
/* Tablet + Mobile */
@media (max-width: 1024px) {
    .tsh-preview {
        width: 100%;
    }
    .tsh-scorecard {
        margin-left: 0; /* remove big left spacing */
        flex-direction: column; /* stack elements */
        align-items: flex-start;
    }
    .tsh-steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 equal columns */

        grid-auto-flow: column;
        grid-auto-columns: 50px; /* each card = 200px */
        gap: 1rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        /* smooth scrolling */
        scroll-snap-type: x mandatory;
    }

        .tsh-steps .tsh-step {
            scroll-snap-align: start;
        }

}
@media (max-width: 900px) {
    .tsh-hero-grid {
        grid-template-columns: 1fr;
    }

    .tsh-card-grid, .tsh-tools-grid {
        grid-template-columns: 1fr;
    }

    .tsh-diff-grid {
        grid-template-columns: 1fr;
    }
}

