/* ======================================================================
   LANDING PAGE
   ====================================================================== */

.tmt-hero {
    position: relative;
    min-height: min(760px, calc(100vh - 72px));
    padding: 92px 0 118px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(9, 35, 43, 0.88) 0%, rgba(9, 35, 43, 0.62) 47%, rgba(9, 35, 43, 0.18) 100%), var(--tmt-hero-image);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.tmt-hero-shade {
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.tmt-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
}
.tmt-hero-kicker,
.tmt-eyebrow {
    margin: 0 0 14px;
    color: var(--tm-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.tmt-hero h1 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.45rem, 6vw, 5rem);
    line-height: 1.02;
    margin-bottom: 24px;
}
.tmt-hero-lede {
    max-width: 680px;
    margin-bottom: 32px;
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    line-height: 1.55;
}
.tmt-hero-actions,
.tmt-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.tmt-btn-light {
    background: #fff;
    color: var(--tm-primary-dark);
}
.tmt-btn-light:hover,
.tmt-btn-light:focus {
    background: var(--tm-primary-light);
    color: var(--tm-primary-dark);
}
.tmt-btn-ghost-light {
    color: #fff;
    border-color: rgba(255,255,255,0.52);
    background: rgba(255,255,255,0.08);
}
.tmt-btn-ghost-light:hover,
.tmt-btn-ghost-light:focus {
    background: rgba(255,255,255,0.18);
    color: #fff;
}
.tmt-hero-proof {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}
.tmt-hero-proof li {
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.88);
    font-size: 13px;
    font-weight: 700;
}

.tmt-section {
    padding: 84px 0;
}
.tmt-section-tight {
    padding-top: 32px;
}
.tmt-section-alt {
    background: #F6F9FA;
}
.tmt-section-header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}
.tmt-section-lede {
    color: var(--tm-text-muted);
    font-size: 18px;
    line-height: 1.7;
}
.tmt-snapshot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 44px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--tm-border);
}
.tmt-snapshot p:last-child {
    margin: 0;
    color: var(--tm-text-muted);
    font-size: 18px;
}
.tmt-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.tmt-value-grid article {
    border: 1px solid var(--tm-border);
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}
.tmt-value-grid strong,
.tmt-value-grid span {
    display: block;
}
.tmt-value-grid strong {
    color: var(--tm-primary-dark);
    margin-bottom: 8px;
    font-size: 18px;
}
.tmt-value-grid span {
    color: var(--tm-text-muted);
    line-height: 1.5;
}

.tmt-feature-grid,
.tmt-role-grid,
.tmt-pricing {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.tmt-feature,
.tmt-role,
.tmt-plan {
    background: #fff;
    border: 1px solid var(--tm-border);
    border-radius: 8px;
    padding: 24px;
    box-shadow: var(--tm-shadow-sm);
}
.tmt-feature-mark {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 18px;
    background: var(--tm-primary-light);
    color: var(--tm-primary-dark);
    font-size: 13px;
    font-weight: 900;
}
.tmt-feature h3,
.tmt-role h3 {
    font-size: 19px;
}
.tmt-feature p,
.tmt-role p,
.tmt-plan p {
    margin: 0;
    color: var(--tm-text-muted);
    font-size: 15px;
}

.tmt-workflow-layout,
.tmt-preview-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 56px;
    align-items: center;
}
.tmt-workflow {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: workflow;
}
.tmt-workflow li {
    counter-increment: workflow;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--tm-border);
    border-radius: 8px;
    background: #fff;
}
.tmt-workflow li::before {
    content: counter(workflow);
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--tm-primary);
    color: #fff;
    font-weight: 900;
}
.tmt-workflow strong,
.tmt-workflow span {
    grid-column: 2;
}
.tmt-workflow strong {
    color: var(--tm-primary-dark);
    font-size: 17px;
}
.tmt-workflow span {
    color: var(--tm-text-muted);
}

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

.tmt-usecase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.tmt-usecase {
    padding: 22px;
    border: 1px solid var(--tm-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--tm-shadow-sm);
}
.tmt-usecase span {
    color: var(--tm-primary);
    font-size: 13px;
    font-weight: 900;
}
.tmt-usecase h3 {
    margin: 12px 0 9px;
    color: var(--tm-primary-dark);
    font-size: 18px;
}
.tmt-usecase p {
    margin: 0;
    color: var(--tm-text-muted);
    font-size: 15px;
}

.tmt-product-shot {
    overflow: hidden;
    border: 1px solid #CBD8DD;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(14, 93, 110, 0.16);
}
.tmt-product-top {
    display: flex;
    gap: 7px;
    padding: 12px 14px;
    background: #21313A;
}
.tmt-product-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #DDE6EA;
}
.tmt-product-body {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 360px;
}
.tmt-product-body aside {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px 14px;
    background: #17262E;
    color: #D7E3E8;
    font-size: 13px;
}
.tmt-product-body aside strong {
    margin-bottom: 8px;
    color: #fff;
}
.tmt-product-body aside span {
    padding: 8px;
    border-radius: 6px;
}
.tmt-product-body aside .is-active {
    background: #1A7B8D;
    color: #fff;
}
.tmt-product-body main {
    padding: 22px;
    background: #F4F7F9;
}
.tmt-product-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.tmt-product-head strong {
    color: var(--tm-primary-dark);
}
.tmt-product-head em {
    font-style: normal;
    color: var(--tm-text-muted);
    font-size: 13px;
}
.tmt-product-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 13px 14px;
    border: 1px solid var(--tm-border);
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
}
.tmt-product-row b {
    color: var(--tm-primary-dark);
}
.tmt-product-row.is-warning {
    border-color: #F2A623;
}
.tmt-product-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}
.tmt-product-metrics span {
    padding: 14px 10px;
    border-radius: 8px;
    background: #fff;
    color: var(--tm-text-muted);
    font-size: 12px;
    text-align: center;
}
.tmt-product-metrics strong {
    display: block;
    color: var(--tm-primary-dark);
    font-size: 24px;
}

.tmt-implementation-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    gap: 44px;
    align-items: start;
}
.tmt-implementation {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: implementation;
}
.tmt-implementation li {
    counter-increment: implementation;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 13px;
    padding: 18px;
    border: 1px solid var(--tm-border);
    border-radius: 8px;
    background: #fff;
}
.tmt-implementation li::before {
    content: counter(implementation);
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--tm-primary-dark);
    color: #fff;
    font-weight: 900;
}
.tmt-implementation strong,
.tmt-implementation span {
    grid-column: 2;
}
.tmt-implementation strong {
    color: var(--tm-primary-dark);
}
.tmt-implementation span {
    color: var(--tm-text-muted);
}

.tmt-billing-toggle {
    display: flex;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 4px;
    border: 1px solid var(--tm-border);
    border-radius: 999px;
    background: #fff;
}
.tmt-billing-btn {
    min-height: 40px;
    padding: 8px 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--tm-text-muted);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.tmt-billing-btn span {
    margin-left: 6px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #F2A623;
    color: #1a202c;
    font-size: 11px;
    line-height: 1.2;
}
.tmt-billing-active {
    background: var(--tm-primary);
    color: #fff;
}
.tmt-pricing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1040px;
    margin: 0 auto;
}
.tmt-plan {
    position: relative;
    display: flex;
    flex-direction: column;
}
.tmt-plan-popular {
    border-color: var(--tm-primary);
    box-shadow: var(--tm-shadow);
}
.tmt-plan-badge {
    position: absolute;
    top: -13px;
    right: 18px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--tm-accent);
    color: #1a202c;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.tmt-plan-price {
    margin: 12px 0 10px;
    color: var(--tm-primary-dark);
}
.tmt-plan-price span {
    font-size: 36px;
    font-weight: 900;
}
.tmt-plan-price small {
    color: var(--tm-text-muted);
}
.tmt-plan-saving {
    min-height: 26px;
    margin: -2px 0 10px;
    color: #0F7A5C;
    font-size: 14px;
    font-weight: 900;
}
.tmt-plan-saving.is-visible::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background: #1D9E75;
}
.tmt-plan ul {
    flex: 1;
    padding: 0;
    margin: 22px 0;
    list-style: none;
}
.tmt-plan li {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 14px;
}
.tmt-plan li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--tm-success);
}
.tmt-plan .tmt-btn {
    width: 100%;
}

.tmt-security {
    background: var(--tm-primary-dark);
    color: #E3F1F4;
}
.tmt-security h2 {
    max-width: 760px;
    color: #fff;
}
.tmt-security-lede {
    max-width: 880px;
    margin: 14px 0 0;
    color: #D8EEF2;
    font-size: 16px;
    line-height: 1.65;
}
.tmt-security-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}
.tmt-security-row span {
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-weight: 800;
}

.tmt-cta-bar {
    padding: 76px 0;
    background: #F6F9FA;
    text-align: center;
}
.tmt-cta-bar h2 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.tmt-cta-bar p {
    max-width: 680px;
    margin: 0 auto 28px;
    color: var(--tm-text-muted);
    font-size: 18px;
}
.tmt-cta-actions {
    justify-content: center;
}

@media (max-width: 980px) {
    .tmt-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tmt-workflow-layout,
    .tmt-preview-layout,
    .tmt-implementation-layout,
    .tmt-snapshot {
        grid-template-columns: 1fr;
    }
    .tmt-role-grid,
    .tmt-usecase-grid,
    .tmt-value-grid,
    .tmt-pricing,
    .tmt-security-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .tmt-hero {
        min-height: auto;
        padding: 72px 0 92px;
        background-position: 62% center;
    }
    .tmt-hero h1 {
        font-size: 2.65rem;
    }
    .tmt-hero-lede {
        font-size: 18px;
    }
    .tmt-hero-actions .tmt-btn,
    .tmt-cta-actions .tmt-btn {
        width: 100%;
    }
    .tmt-hero-proof {
        display: grid;
    }
    .tmt-section {
        padding: 58px 0;
    }
    .tmt-section-tight {
        padding-top: 24px;
    }
    .tmt-feature-grid {
        grid-template-columns: 1fr;
    }
    .tmt-product-body {
        grid-template-columns: 1fr;
    }
    .tmt-product-body aside {
        display: flex;
        overflow-x: auto;
    }
    .tmt-product-body aside strong {
        flex: 0 0 auto;
        margin: 0;
        padding: 8px;
    }
    .tmt-product-row,
    .tmt-product-head {
        display: grid;
    }
    .tmt-product-metrics {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .tmt-hero h1 {
        font-size: 2.25rem;
    }
    .tmt-feature,
    .tmt-role,
    .tmt-plan {
        padding: 20px;
    }
    .tmt-billing-toggle {
        width: 100%;
    }
    .tmt-billing-btn {
        flex: 1;
    }
}
