.tn-business-section {
    --biz-ink: #08184a;
    --biz-muted: #536287;
    --biz-blue: #2458ff;
    --biz-line: #e8eef8;
    --biz-card: #fff;
    --biz-soft: #f7faff;
    color: var(--biz-ink);
    background: linear-gradient(180deg,#fff 0%,#f8fbff 52%,#fff 100%)
}

    .tn-business-section .tn-shell {
        max-width: 1390px;
        margin: 0 auto;
        padding-left: 34px;
        padding-right: 34px
    }

.tn-business-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg,#fff 0%,#f8fbff 42%,#dfe8f5 100%)
}

    .tn-business-hero:after {
        content: "";
        position: absolute;
        inset: 0 0 0 42%;
        background: var(--tn-business-hero-image,linear-gradient(135deg,#e8eef8,#cbd8ec));
        background-size: cover;
        background-position: center right;
        opacity: .98
    }

.tn-business-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 15%,rgba(255,255,255,.45) 53%,rgba(4,13,39,.06) 100%);
    z-index: 1
}

.tn-business-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 38px;
    padding-bottom: 42px
}

.tn-business-hero .tn-breadcrumbs {
    margin: 0 0 34px
}

    .tn-business-hero .tn-breadcrumbs a, .tn-business-hero .tn-breadcrumbs span {
        color: #112257
    }

.tn-business-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.9rem,5vw,4.9rem);
    line-height: .98;
    letter-spacing: -.07em;
    font-weight: 850;
    color: #0b1648;
    max-width: 680px
}

.tn-business-hero p {
    margin: 0 0 28px;
    max-width: 650px;
    font-size: 1.42rem;
    line-height: 1.45;
    color: #182756;
    font-weight: 500
}

.tn-business-search {
    display: flex;
    align-items: center;
    gap: 14px;
    width: min(760px,100%);
    background: #fff;
    border: 1px solid #dfe7f4;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(22,54,126,.14);
    padding: 10px 10px 10px 18px
}

    .tn-business-search i {
        color: #5d6d94;
        font-size: 1.05rem
    }

    .tn-business-search input {
        flex: 1;
        min-width: 0;
        border: 0;
        outline: 0;
        font: 600 1rem/1.2 Inter,system-ui;
        color: #112257
    }

        .tn-business-search input::placeholder {
            color: #6b789b
        }

    .tn-business-search button {
        border: 0;
        border-radius: 9px;
        background: #2458ff;
        color: #fff;
        font-weight: 800;
        padding: 15px 34px;
        box-shadow: 0 10px 22px rgba(36,88,255,.26);
        cursor: pointer
    }

.tn-business-searches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    color: #29375e
}

    .tn-business-searches strong {
        font-size: .92rem;
        color: #14214d
    }

    .tn-business-searches a {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        padding: 0 16px;
        border-radius: 999px;
        background: rgba(255,255,255,.82);
        border: 1px solid #d9e3f3;
        color: #26365f;
        text-decoration: none;
        font-weight: 800;
        font-size: .84rem;
        box-shadow: 0 8px 18px rgba(18,41,95,.08)
    }

.tn-business-main {
    padding-top: 34px;
    padding-bottom: 58px
}

.tn-business-block {
    margin-bottom: 34px
}

.tn-business-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px
}

    .tn-business-heading h2 {
        margin: 0;
        font-size: 1.55rem;
        letter-spacing: -.035em;
        color: #09184a;
        font-weight: 850
    }

    .tn-business-heading a {
        color: #2458ff;
        text-decoration: none;
        font-weight: 850;
        font-size: .95rem
    }

.tn-business-key-grid {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 16px
}

.tn-business-key-card, .tn-business-topic-card {
    position: relative;
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 20px 24px;
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 12px;
    text-decoration: none;
    color: #0b1848;
    box-shadow: 0 10px 30px rgba(18,41,95,.08);
    transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease
}

    .tn-business-key-card:hover, .tn-business-topic-card:hover, .tn-business-guide-card:hover, .tn-business-news-card:hover {
        transform: translateY(-3px);
        border-color: #c9d7ef;
        box-shadow: 0 18px 42px rgba(18,41,95,.13)
    }

.tn-business-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    font-size: 1.6rem
}

    .tn-business-icon.is-blue {
        background: #e9f0ff;
        color: #2458ff
    }

    .tn-business-icon.is-green {
        background: #e5f8ef;
        color: #16a56f
    }

    .tn-business-icon.is-orange {
        background: #fff0dd;
        color: #f28a16
    }

    .tn-business-icon.is-purple {
        background: #f1e6ff;
        color: #7d42dd
    }

    .tn-business-icon.is-red {
        background: #ffe8ee;
        color: #e83c64
    }

    .tn-business-icon.is-yellow {
        background: #fff5d8;
        color: #e6a613
    }

.tn-business-key-card strong, .tn-business-topic-card strong {
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 850;
    margin-bottom: 13px
}

.tn-business-key-card small, .tn-business-topic-card small {
    font-size: .92rem;
    line-height: 1.55;
    color: #607095;
    font-weight: 500
}

.tn-business-key-card em, .tn-business-topic-card em {
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: #2458ff;
    font-style: normal
}

.tn-business-guide-grid, .tn-business-news-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 20px
}

.tn-business-guide-card, .tn-business-news-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 252px;
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 10px;
    text-decoration: none;
    color: #09184a;
    box-shadow: 0 10px 28px rgba(18,41,95,.08);
    transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease
}

.tn-business-guide-image {
    display: grid;
    place-items: center;
    height: 118px;
    background: linear-gradient(135deg,#e8eef8,#d6e0ef);
    color: #2458ff;
    font-size: 2rem;
    overflow: hidden
}

    .tn-business-guide-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.tn-business-badge {
    display: inline-flex;
    margin: 0 16px 10px;
    transform: translateY(-11px);
    padding: 4px 9px;
    border-radius: 999px;
    background: #21a86b;
    color: #fff;
    text-transform: uppercase;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .02em
}

.tn-business-guide-card strong, .tn-business-news-card strong {
    display: block;
    margin: -2px 16px 9px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 850
}

.tn-business-guide-card small {
    display: block;
    margin: 0 16px 18px;
    color: #607095;
    font-size: .91rem;
    line-height: 1.5
}

.tn-business-tools {
    margin: 38px 0 34px;
    padding: 23px 28px 28px;
    border: 1px solid #cfeee0;
    border-radius: 14px;
    background: linear-gradient(90deg,#f0fbf5,#f7fffb);
    box-shadow: 0 8px 24px rgba(18,95,61,.06)
}

.tn-business-tool-row {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 16px
}

.tn-business-tool {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
    text-decoration: none;
    color: #09184a;
    padding: 6px;
    border-radius: 12px
}

    .tn-business-tool .tn-business-icon {
        grid-row: span 2;
        width: 48px;
        height: 48px;
        margin: 0;
        font-size: 1.05rem
    }

    .tn-business-tool strong {
        font-size: .88rem;
        font-weight: 850
    }

    .tn-business-tool small {
        font-size: .78rem;
        line-height: 1.35;
        color: #607095
    }

.tn-business-topic-grid {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 10px
}

.tn-business-topic-card {
    min-height: 164px;
    padding: 24px 16px 20px;
    border-radius: 10px
}

    .tn-business-topic-card .tn-business-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
        margin-bottom: 14px
    }

    .tn-business-topic-card strong {
        font-size: .91rem
    }

    .tn-business-topic-card small {
        font-size: .82rem;
        line-height: 1.45
    }

.tn-business-news-card {
    min-height: 220px;
    padding-bottom: 18px
}

    .tn-business-news-card > span {
        display: grid;
        place-items: center;
        height: 96px;
        background: linear-gradient(135deg,#dfe8f8,#eef4ff);
        color: #2458ff;
        font-size: 1.9rem
    }

    .tn-business-news-card small {
        display: inline-flex;
        margin: 12px 16px 8px;
        padding: 3px 9px;
        border-radius: 999px;
        background: #dff7e9;
        color: #149763;
        text-transform: uppercase;
        font-size: .68rem;
        font-weight: 900
    }

    .tn-business-news-card strong {
        margin-top: 0
    }

    .tn-business-news-card em {
        display: block;
        margin: 0 16px;
        color: #607095;
        font-style: normal;
        font-size: .82rem;
        line-height: 1.45
    }

.tn-business-service-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

    .tn-business-service-row a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        min-height: 42px;
        padding: 0 17px;
        border-radius: 9px;
        border: 1px solid #e1e8f3;
        background: #fff;
        color: #13245a;
        text-decoration: none;
        font-weight: 800;
        font-size: .9rem;
        box-shadow: 0 7px 18px rgba(18,41,95,.06)
    }

    .tn-business-service-row i {
        color: #2458ff
    }

    .tn-business-service-row span {
        font-size: .68rem;
        color: #a76b00;
        margin-left: 2px
    }

.tn-business-cta {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 24px;
    padding: 34px;
    border-radius: 13px;
    background: linear-gradient(135deg,#1d2bbd,#2458ff);
    color: #fff;
    box-shadow: 0 22px 45px rgba(36,88,255,.24)
}

    .tn-business-cta div {
        width: 82px;
        height: 82px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        background: #fff;
        color: #2458ff;
        border-radius: 50%;
        font-size: 2rem
    }

    .tn-business-cta span {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1
    }

    .tn-business-cta strong {
        font-size: 1.55rem;
        line-height: 1.15
    }

    .tn-business-cta small {
        font-size: 1rem;
        color: rgba(255,255,255,.86);
        line-height: 1.5
    }

    .tn-business-cta a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 17px 26px;
        border-radius: 8px;
        background: #fff;
        color: #2458ff;
        text-decoration: none;
        font-weight: 900
    }

.tn-business-section .is-placeholder {
    outline: 1px dashed rgba(222,153,37,.55);
    outline-offset: -5px
}

    .tn-business-section .is-placeholder .tn-business-badge, .tn-business-section .is-placeholder small:first-of-type {
        background: #fff4d8;
        color: #9b6600
    }

    .tn-business-section .is-placeholder:hover {
        outline-color: rgba(222,153,37,.9)
    }

@media (max-width:1200px) {
    .tn-business-key-grid, .tn-business-tool-row, .tn-business-topic-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-business-guide-grid, .tn-business-news-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-business-hero:after {
        inset: 0 0 0 50%
    }
}

@media (max-width:760px) {
    .tn-business-section .tn-shell {
        padding-left: 18px;
        padding-right: 18px
    }

    .tn-business-hero {
        min-height: auto
    }

        .tn-business-hero:after {
            inset: 0;
            opacity: .18
        }

    .tn-business-hero__shade {
        background: rgba(255,255,255,.92)
    }

    .tn-business-hero h1 {
        font-size: 2.7rem
    }

    .tn-business-hero p {
        font-size: 1.08rem
    }

    .tn-business-search {
        align-items: stretch;
        flex-wrap: wrap
    }

        .tn-business-search button {
            width: 100%
        }

    .tn-business-key-grid, .tn-business-guide-grid, .tn-business-tool-row, .tn-business-topic-grid, .tn-business-news-grid {
        grid-template-columns: 1fr
    }

    .tn-business-key-card {
        min-height: 180px
    }

    .tn-business-cta {
        align-items: flex-start;
        flex-direction: column
    }

        .tn-business-cta a {
            width: 100%;
            justify-content: center
        }

    .tn-business-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .tn-business-tools {
        padding: 20px
    }
}

.tn-business-news-card > span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}
.tn-business-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

    .tn-business-hero:after {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--tn-business-hero-image, linear-gradient(135deg,#e8eef8,#cbd8ec));
        background-size: cover;
        background-position: center right;
        opacity: 1;
        z-index: 0;
    }



.tn-business-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 38px;
    padding-bottom: 42px;
}