:root {
    --tmk-container: 1120px;
    --tmk-content-narrow: 680px;
    --tmk-space-1: 8px;
    --tmk-space-2: 12px;
    --tmk-space-3: 16px;
    --tmk-space-4: 24px;
    --tmk-space-5: 32px;
    --tmk-space-6: 48px;
    --tmk-space-7: 72px;
    --tmk-space-8: 104px;
    --tmk-section-pad: clamp(64px, 8vw, 104px);
    --tmk-section-gap: var(--tmk-space-7);
    --tmk-grid-gap: clamp(20px, 3vw, 32px);
    --tmk-radius-sm: 12px;
    --tmk-radius-md: 18px;
    --tmk-radius-lg: 24px;
    --tmk-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
    --tmk-shadow: 0 18px 52px rgba(15, 23, 42, 0.09);
    --tmk-display-size: clamp(40px, 5vw, 62px);
    --tmk-heading-size: clamp(30px, 3.6vw, 44px);
    --tmk-title-size: clamp(18px, 2vw, 22px);
    --tmk-body-size: 16px;
    --tmk-small-size: 13px;
    --tmk-line-tight: 1.25;
    --tmk-line-body: 1.9;
    --tmk-section-soft: #F8FAFC;
}

body.marketing-body {
    background: #FFFFFF;
}

body.marketing-body::before {
    display: none;
}

.tmk-container {
    width: min(var(--tmk-container), calc(100% - clamp(32px, 6vw, 80px)));
}

.tmk-section {
    padding-block: var(--tmk-section-pad);
}

.tmk-section + .tmk-section {
    margin-block-start: 0;
}

.tmk-section--soft {
    border-block: 1px solid var(--tmk-border);
    background: var(--tmk-section-soft);
}

.tmk-heading-xl,
.tmk-heading-lg,
.tmk-heading-md {
    letter-spacing: -0.035em;
    line-height: var(--tmk-line-tight);
    text-wrap: balance;
}

.tmk-heading-xl {
    font-size: var(--tmk-display-size);
}

.tmk-heading-lg,
.tmk-heading-md {
    font-size: var(--tmk-heading-size);
}

.tmk-lead {
    max-width: var(--tmk-content-narrow);
    font-size: var(--tmk-body-size);
    line-height: var(--tmk-line-body);
}

.tmk-section-header {
    max-width: var(--tmk-content-narrow);
    gap: var(--tmk-space-2);
    margin-block-end: clamp(36px, 5vw, 56px);
}

.tmk-section-header--center {
    text-align: start;
}

.tmk-section-header--center .tmk-eyebrow {
    margin-inline: 0;
}

.tmk-eyebrow,
.tmk-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: var(--tmk-brand-strong);
    background: transparent;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.tmk-button,
.tmk-link-button,
.tmk-mobile-cta {
    border-radius: var(--tmk-radius-sm);
}

.tmk-button--primary,
.tmk-mobile-cta {
    border-color: var(--tmk-brand);
    background: var(--tmk-brand);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.tmk-button--primary:hover,
.tmk-button--primary:focus-visible,
.tmk-mobile-cta:hover,
.tmk-mobile-cta:focus-visible {
    background: var(--tmk-brand-strong);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.tmk-link-button {
    border-color: var(--tmk-border);
    background: #FFFFFF;
    box-shadow: none;
}

.tmk-card,
.pricing-card,
.solutions-card,
.solution-detail-card {
    border-radius: var(--tmk-radius-md);
    background: #FFFFFF;
    box-shadow: none;
}

.tmk-card--elevated,
.pricing-card--featured,
.solutions-card--featured {
    box-shadow: var(--tmk-shadow-soft);
}

.tmk-card--soft,
.pricing-card--featured,
.solutions-card--featured {
    background: var(--tmk-section-soft);
}

.tmk-card h2,
.tmk-card h3 {
    font-size: var(--tmk-title-size);
    line-height: 1.5;
}

.tmk-card p {
    font-size: 14px;
    line-height: 1.85;
}

.tmk-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tmk-industry-rail {
    border-block: 1px solid var(--tmk-border);
    background: #FFFFFF;
}

.tmk-industry-rail__inner {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: var(--tmk-space-5);
    min-height: 108px;
    padding-block: var(--tmk-space-4);
}

.tmk-industry-rail__intro {
    margin: 0;
    color: var(--tmk-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
}

.tmk-industry-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 0;
}

.tmk-industry-links a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    border-inline-start: 1px solid var(--tmk-border);
    padding-inline: 18px;
    color: var(--tmk-muted-strong);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.tmk-industry-links a:first-child {
    border-inline-start: 0;
}

.tmk-industry-links a:hover,
.tmk-industry-links a:focus-visible {
    color: var(--tmk-brand-strong);
}

.tmk-feature-list {
    border-block: 1px solid var(--tmk-border);
}

.tmk-feature-row {
    display: grid;
    grid-template-columns: 52px minmax(0, 0.9fr) minmax(260px, 0.7fr);
    align-items: start;
    gap: clamp(20px, 4vw, 56px);
    padding-block: clamp(28px, 4vw, 42px);
}

.tmk-feature-row + .tmk-feature-row {
    border-block-start: 1px solid var(--tmk-border);
}

.tmk-feature-row__index {
    color: var(--tmk-brand);
    font-size: 14px;
    font-weight: 900;
}

.tmk-feature-row__copy {
    display: grid;
    gap: var(--tmk-space-2);
}

.tmk-feature-row h3,
.tmk-feature-row p {
    margin: 0;
}

.tmk-feature-row h3 {
    color: var(--tmk-text);
    font-size: var(--tmk-title-size);
    font-weight: 900;
    line-height: 1.5;
}

.tmk-feature-row p {
    color: var(--tmk-muted);
    font-size: 15px;
    line-height: 1.9;
}

.tmk-feature-row__facts {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tmk-feature-row__facts li {
    position: relative;
    padding-inline-start: 20px;
    color: var(--tmk-muted-strong);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.8;
}

.tmk-feature-row__facts li::before {
    position: absolute;
    inset-inline-start: 0;
    color: var(--tmk-brand);
    content: "—";
}

.tmk-step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--tmk-border);
}

.tmk-step {
    display: grid;
    align-content: start;
    gap: var(--tmk-space-3);
    padding: clamp(26px, 4vw, 40px);
}

.tmk-step + .tmk-step {
    border-inline-start: 1px solid var(--tmk-border);
}

.tmk-step__number {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tmk-border-strong);
    border-radius: 50%;
    color: var(--tmk-brand-strong);
    font-size: 13px;
    font-weight: 900;
}

.tmk-step h3,
.tmk-step p {
    margin: 0;
}

.tmk-step h3 {
    font-size: var(--tmk-title-size);
    line-height: 1.5;
}

.tmk-step p {
    color: var(--tmk-muted);
    font-size: 14px;
    line-height: 1.9;
}

.tmk-faq-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
    gap: clamp(36px, 7vw, 88px);
}

.tmk-accordion {
    border-block-start: 1px solid var(--tmk-border);
}

.tmk-accordion details {
    border-block-end: 1px solid var(--tmk-border);
    background: transparent;
}

.tmk-accordion summary {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: var(--tmk-space-3);
    padding-block: var(--tmk-space-3);
    color: var(--tmk-text);
    cursor: pointer;
    font-weight: 900;
    line-height: 1.7;
    list-style: none;
}

.tmk-accordion summary::-webkit-details-marker {
    display: none;
}

.tmk-accordion summary::after {
    flex: 0 0 auto;
    color: var(--tmk-brand);
    content: "+";
    font-size: 22px;
    font-weight: 500;
}

.tmk-accordion details[open] summary::after {
    content: "−";
}

.tmk-accordion p {
    max-width: 660px;
    margin: 0;
    padding: 0 0 var(--tmk-space-4);
    color: var(--tmk-muted);
    font-size: 14px;
    line-height: 1.95;
}

.tmk-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(28px, 6vw, 72px);
    border-block: 1px solid var(--tmk-border);
    padding-block: clamp(36px, 6vw, 64px);
}

.tmk-cta-panel--strong {
    border: 1px solid var(--tmk-border);
    border-radius: var(--tmk-radius-lg);
    padding-inline: clamp(24px, 5vw, 56px);
    background: var(--tmk-section-soft);
}

.tmk-cta-panel__copy {
    display: grid;
    gap: var(--tmk-space-3);
}

.tmk-cta-panel__copy h2,
.tmk-cta-panel__copy p {
    margin: 0;
}

.tmk-cta-panel__copy h2 {
    font-size: var(--tmk-heading-size);
    line-height: var(--tmk-line-tight);
}

.tmk-cta-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tmk-space-2);
}

.pricing-summary,
.solutions-shell-preview,
.solution-detail-note,
.pricing-final__box,
.solutions-final__box,
.solution-detail-final__box {
    border-color: var(--tmk-border);
    border-radius: var(--tmk-radius-lg);
    background: var(--tmk-section-soft);
    box-shadow: var(--tmk-shadow-soft);
}

.tmk-footer {
    margin-block-start: var(--tmk-space-8);
    background: #FFFFFF;
}

@media (max-width: 900px) {
    .tmk-industry-rail__inner,
    .tmk-feature-row,
    .tmk-faq-layout,
    .tmk-cta-panel {
        grid-template-columns: 1fr;
    }

    .tmk-industry-links {
        justify-content: flex-start;
    }

    .tmk-feature-row {
        gap: var(--tmk-space-3);
    }

    .tmk-feature-row__index {
        grid-row: auto;
    }

    .tmk-step-list {
        grid-template-columns: 1fr;
    }

    .tmk-step + .tmk-step {
        border-block-start: 1px solid var(--tmk-border);
        border-inline-start: 0;
    }
}

@media (max-width: 768px) {
    :root {
        --tmk-section-pad: clamp(48px, 14vw, 72px);
        --tmk-display-size: clamp(34px, 10vw, 42px);
        --tmk-heading-size: clamp(27px, 8vw, 34px);
        --tmk-title-size: 18px;
    }

    .tmk-container {
        width: min(100% - 28px, var(--tmk-container));
    }

    .tmk-section-header {
        margin-block-end: 32px;
    }

    .tmk-industry-rail__inner {
        gap: var(--tmk-space-3);
        min-height: 0;
        padding-block: var(--tmk-space-4);
    }

    .tmk-industry-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .tmk-industry-links a {
        min-height: 44px;
        border-inline-start: 0;
        border-block-start: 1px solid var(--tmk-border);
        padding-inline: 0;
    }

    .tmk-feature-row {
        padding-block: var(--tmk-space-4);
    }

    .tmk-step {
        padding: var(--tmk-space-4) 0;
    }

    .tmk-cta-panel--strong {
        padding: var(--tmk-space-4);
    }

    .tmk-cta-panel__actions,
    .tmk-cta-panel__actions .tmk-button,
    .tmk-cta-panel__actions .tmk-link-button {
        width: 100%;
    }

    .tmk-cta-panel__actions {
        flex-direction: column;
    }
}
