.tm-home {
    background: #ffffff;
    color: #465468;
    font-family: "Montserrat", sans-serif;
}

.tm-home__hero {
    background: linear-gradient(160deg, #f5f8fd 0%, #eaf0fb 100%);
    overflow: hidden;
    padding: 52px 0 68px !important;
}

.tm-home__hero-inner,
.tm-home__split {
    display: flex;
    gap: clamp(28px, 4vw, 56px);
    align-items: flex-start;
    flex-wrap: wrap;
}

.tm-home__hero-inner {
    padding: 0 22px 40px;
}

.tm-home__hero-copy,
.tm-home__split-copy {
    flex: 1 1 400px;
    min-width: 300px;
}

.tm-home__hero-media,
.tm-home__split-media {
    flex: 1 1 400px;
    min-width: 300px;
}

.tm-home__hero-copy,
.tm-home__hero-media {
    margin-top: 0;
    padding-top: 0;
    align-self: flex-start;
}

.tm-home__hero-media img,
.tm-home__split-media img,
.tm-home__story-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.tm-home__hero-media img,
.tm-home__split-media img {
    aspect-ratio: 4 / 3;
    border: 1px solid #e3e9f3;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(12, 39, 80, 0.1);
}

.tm-home__split {
    align-items: center;
}

.tm-home__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #00b894;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
}

.tm-home__eyebrow::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background: #ff6f00;
}

.tm-home__hero-copy h1,
.tm-home__section-head h2,
.tm-home__split-copy h2,
.tm-home__cta h2 {
    margin: 12px 0 0;
    color: #122744;
    font-size: clamp(2.1rem, 4.6vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 800;
    text-wrap: balance;
}

.tm-home__section-head h2,
.tm-home__split-copy h2,
.tm-home__cta h2 {
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.tm-home__hero-copy p,
.tm-home__section-head p,
.tm-home__split-copy p,
.tm-home__story-body p,
.tm-home__cta p {
    margin: 14px 0 0;
    color: #465468;
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.6;
    font-weight: 500;
}

.tm-home__section-head p,
.tm-home__split-copy p,
.tm-home__story-body p,
.tm-home__cta p {
    font-size: 14px;
    margin-top: 12px;
}

.tm-home__hero-actions,
.tm-home__section-action {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.tm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 13px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tm-button--primary {
    background: #ff6f00;
    color: #0a2540;
    box-shadow: 0 6px 18px rgba(255, 111, 0, 0.28);
}

.tm-button--ghost {
    background: #ffffff;
    border: 1px solid #e3e9f3;
    color: #0d47a1;
}

.tm-button--ghost-light {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.tm-home__hero-points {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 26px;
    color: #7a8aa3;
    font-size: 12.5px;
    font-weight: 600;
}

.tm-home__hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.tm-home__hero-points i,
.tm-home__check-list i {
    color: #00b894;
}

.tm-home__section {
    padding: clamp(28px, 4vw, 44px) 0 !important;
}

.tm-home__section--soft {
    background: #f5f8fd;
}

.tm-home__section--selector {
    padding-top: 32px;
}

.tm-home__section-head {
    max-width: 760px;
}

.tm-home__section-head--narrow {
    max-width: 760px;
}

.tm-home__path-grid,
.tm-home__duo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tm-home__path {
    border: 1px solid #e3e9f3;
    border-radius: 20px;
    background: #ffffff;
    padding: 30px;
}

.tm-home__path--primary {
    background: linear-gradient(135deg, #0a2540, #0d47a1);
    border-color: transparent;
    color: #ffffff;
}

.tm-home__path-icon,
.tm-home__stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf0fb;
    color: #0d47a1;
    font-size: 23px;
}

.tm-home__path--primary .tm-home__path-icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.tm-home__path-icon--mint {
    background: #e4f7f1;
    color: #00b894;
}

.tm-home__path h2,
.tm-home__story-body h3 {
    margin: 16px 0 0;
    color: inherit;
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 800;
}

.tm-home__story-body h3 {
    color: #122744;
    font-size: 1.25rem;
}

.tm-home__path p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.tm-home__path--primary p {
    color: #cfe0f6;
}

.tm-home__path-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    padding: 12px 18px;
    border-radius: 11px;
    background: #0d47a1;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
}

.tm-home__path-link::after {
    content: "\203A";
    font-size: 15px;
}

.tm-home__path-link--light {
    background: #ffffff;
    color: #0d47a1;
}

.tm-home__stat-grid,
.tm-home__step-grid,
.tm-home__impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.tm-home__stat-card,
.tm-home__step-card,
.tm-home__impact-card {
    background: #ffffff;
    border: 1px solid #e3e9f3;
    border-radius: 16px;
    padding: 22px;
}

.tm-home__stat-card h3,
.tm-home__step-card h3 {
    margin: 14px 0 0;
    color: #122744;
    font-size: 16px;
    font-weight: 700;
}

.tm-home__stat-card p,
.tm-home__step-card p {
    margin: 8px 0 0;
    color: #465468;
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 500;
}

.tm-home__feature-list,
.tm-home__check-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.tm-home__feature-list li,
.tm-home__check-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #122744;
    font-size: 14.5px;
    line-height: 1.5;
    font-weight: 600;
}

.tm-home__feature-list span {
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf0fb;
    color: #0d47a1;
    font-size: 19px;
}

.tm-home__check-list {
    gap: 9px;
}

.tm-home__check-list li {
    color: #465468;
    font-size: 14px;
    font-weight: 500;
}

.tm-home__step-no {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d47a1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.tm-home__service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.tm-home__service-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border: 1px solid #e3e9f3;
    border-radius: 14px;
    background: #ffffff;
    color: #122744;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tm-home__service-card span {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e4f7f1;
    color: #00b894;
    font-size: 20px;
}

.tm-home__workspace-card {
    flex: 1 1 360px;
    min-width: 290px;
    overflow: hidden;
    border: 1px solid #e3e9f3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(12, 39, 80, 0.14);
}

.tm-home__workspace-top {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #0a2540;
}

.tm-home__workspace-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.tm-home__workspace-top span:nth-child(1) {
    background: #ff6f00;
}

.tm-home__workspace-top span:nth-child(2) {
    background: #4fd1b0;
}

.tm-home__workspace-top span:nth-child(3) {
    background: #8fb0e0;
}

.tm-home__workspace-top strong {
    margin-left: 6px;
    color: #8fb0e0;
    font-size: 11px;
    font-weight: 700;
}

.tm-home__workspace-body {
    padding: 18px;
}

.tm-home__workspace-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tm-home__workspace-summary div,
.tm-home__workspace-list div {
    padding: 14px;
    border-radius: 14px;
    background: #f5f8fd;
}

.tm-home__workspace-summary small,
.tm-home__workspace-list span {
    display: block;
    color: #7a8aa3;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tm-home__workspace-summary strong,
.tm-home__workspace-list strong {
    display: block;
    margin-top: 6px;
    color: #122744;
    font-size: 15px;
    font-weight: 700;
}

.tm-home__workspace-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.tm-home__story-card,
.tm-home__placeholder-card {
    overflow: hidden;
    border: 1px solid #e3e9f3;
    border-radius: 18px;
    background: #ffffff;
}

.tm-home__story-card img {
    aspect-ratio: 16 / 9;
}

.tm-home__story-body {
    padding: 22px 24px;
}

.tm-home__placeholder-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.tm-home__placeholder-card {
    border-style: dashed;
    padding: 22px;
}

.tm-home__placeholder-user {
    display: flex;
    gap: 12px;
    align-items: center;
}

.tm-home__placeholder-user span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f8fd;
    color: #7a8aa3;
}

.tm-home__placeholder-user strong,
.tm-home__placeholder-user small,
.tm-home__placeholder-card p {
    color: #7a8aa3;
}

.tm-home__placeholder-user strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.tm-home__placeholder-user small {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
}

.tm-home__placeholder-card p {
    margin: 14px 0 0;
    font-size: 13.5px;
    line-height: 1.6;
}

.tm-home__impact-card {
    border-style: dashed;
    text-align: center;
}

.tm-home__impact-card strong {
    display: block;
    color: #7a8aa3;
    font-size: 2rem;
    font-weight: 800;
}

.tm-home__impact-card span {
    display: block;
    margin-top: 4px;
    color: #7a8aa3;
    font-size: 12.5px;
    font-weight: 600;
}

.tm-home__faq-list {
    display: grid;
    gap: 10px;
    max-width: 820px;
    margin-top: 26px;
}

.tm-home__faq {
    border: 1px solid #e3e9f3;
    border-radius: 12px;
    background: #ffffff;
    padding: 0 18px;
}

.tm-home__faq summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 0;
    color: #122744;
    font-size: 14.5px;
    line-height: 1.45;
    font-weight: 700;
}

.tm-home__faq summary::-webkit-details-marker {
    display: none;
}

.tm-home__faq p {
    margin: 0 0 16px;
    color: #465468;
    font-size: 13.5px;
    line-height: 1.65;
    font-weight: 500;
}

.tm-home__cta {
    background: linear-gradient(135deg, #0a2540, #0d47a1);
    padding: clamp(40px, 6vw, 64px) 0;
}

.tm-home__cta-inner {
    max-width: 900px;
    padding: 0 22px;
    text-align: center;
}

.tm-home__cta h2 {
    margin: 0;
    color: #ffffff;
}

.tm-home__cta p {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
    color: #cfe0f6;
}

.tm-home__cta .tm-home__hero-actions {
    justify-content: center;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .tm-home__path-grid,
    .tm-home__duo-grid {
        grid-template-columns: 1fr;
    }

    .tm-home__workspace-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .tm-home__hero {
        padding-top: 16px !important;
    }

    .tm-home__hero-inner {
        padding: 0 0 28px;
    }

    .tm-home__section {
        padding: 34px 0;
    }

    .tm-home__hero-points,
    .tm-home__hero-actions,
    .tm-home__cta .tm-home__hero-actions {
        gap: 10px;
    }

    .tm-home__service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .tm-home__service-grid,
    .tm-home__step-grid,
    .tm-home__impact-grid {
        grid-template-columns: 1fr;
    }

    .tm-home__path,
    .tm-home__story-body,
    .tm-home__stat-card,
    .tm-home__step-card,
    .tm-home__impact-card,
    .tm-home__workspace-body {
        padding: 18px;
    }

    .tm-home__faq {
        padding: 0 14px;
    }
}
