.tc-search-home {
    background: #07131d;
    color: #172033;
}

.tc-search-home #hd,
.tc-search-home #aside,
.tc-search-home #ft,
.tc-search-home .lt_wr,
.tc-search-home .latest_wr,
.tc-search-home .latest_top_wr {
    display: none !important;
}

.tc-search-home #wrapper,
.tc-search-home #container_wr,
.tc-search-home #container {
    float: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background: #07131d;
}

.tc-search-home a {
    color: inherit;
}

.tc-page {
    min-height: 100vh;
    background: #eef3f6;
}

.tc-page,
.tc-page * {
    box-sizing: border-box;
}

.tc-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 88px;
    padding: 0 max(24px, calc((100vw - 1160px) / 2));
    background:
        linear-gradient(180deg, rgba(9, 23, 38, 0.98) 0%, rgba(3, 9, 18, 0.98) 100%),
        #050b14;
    color: #e9f6f6;
    border-bottom: 1px solid rgba(94, 234, 212, 0.2);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.tc-brand {
    display: inline-flex;
    align-items: center;
    width: 276px;
    height: 68px;
    padding: 4px 10px 4px 0;
    border-radius: 8px;
    text-decoration: none;
}

.tc-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.tc-brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: linear-gradient(135deg, #00a99d, #f59e0b);
    color: #fff;
    font-size: 18px;
}

.tc-brand-text {
    font-size: 23px;
    letter-spacing: 0;
}

.tc-nav,
.tc-account {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tc-nav a,
.tc-account a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #c9d6df;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tc-nav a.is-active,
.tc-nav a:hover,
.tc-account a:hover {
    border-color: rgba(94, 234, 212, 0.2);
    background: rgba(20, 184, 166, 0.13);
    color: #ffffff;
}

.tc-account .tc-join,
.tc-account .tc-admin-link {
    border-color: rgba(245, 158, 11, 0.44);
    background: linear-gradient(180deg, #f7b43c 0%, #f59e0b 100%);
    color: #111827;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.18);
}

.tc-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 78px 24px 86px;
    background: #07131d url("../img/hero-police-bg.png") center/cover no-repeat;
    isolation: isolate;
}

.tc-hero::before,
.tc-hero::after {
    content: none;
}

.tc-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(7, 19, 29, 0.18) 0%, rgba(7, 19, 29, 0.64) 74%, #07131d 100%),
        linear-gradient(90deg, rgba(7, 19, 29, 0.78) 0%, rgba(7, 19, 29, 0.28) 50%, rgba(7, 19, 29, 0.78) 100%);
}

.tc-hero-shade::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.07) 49%, transparent 58% 100%);
    transform: translateX(-55%);
    animation: tcHeroSweep 9s ease-in-out infinite;
}

.tc-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.tc-badges,
.tc-examples {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.tc-badges {
    margin-bottom: 22px;
}

.tc-badges span,
.tc-examples span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(6, 17, 27, 0.48);
    color: #d7f9f4;
    font-size: 13px;
    backdrop-filter: blur(8px);
}

.tc-badges span {
    animation: tcFloat 4.8s ease-in-out infinite;
}

.tc-badges span:nth-child(2) {
    animation-delay: 550ms;
}

.tc-badges span:nth-child(3) {
    animation-delay: 1100ms;
}

.tc-kicker {
    margin: 0 0 14px;
    color: #5eead4;
    font-size: 15px;
    font-weight: 800;
}

.tc-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 62px;
    line-height: 1.08;
    letter-spacing: 0;
    text-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}

.tc-lead {
    max-width: 680px;
    margin: 20px auto 34px;
    color: #d3e0e7;
    font-size: 18px;
    line-height: 1.75;
}

.tc-search {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    max-width: 760px;
    min-height: 66px;
    margin: 0 auto;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tc-search:focus-within {
    border-color: rgba(94, 234, 212, 0.72);
    transform: translateY(-2px);
    box-shadow: 0 30px 82px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(94, 234, 212, 0.13);
}

.tc-search input {
    flex: 1 1 auto;
    display: block;
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #10202d;
    font-size: 17px;
    outline: 0;
}

.tc-search button {
    flex: 0 0 124px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: #0f766e;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    white-space: nowrap;
}

.tc-search button:hover {
    background: #0b5f59;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 118, 110, 0.22);
}

.tc-examples {
    margin-top: 18px;
}

.tc-examples span {
    color: #f7fbff;
}

.tc-quick,
.tc-stats,
.tc-renewal,
.tc-footer {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.tc-quick {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: -52px;
    padding: 0 24px 34px;
    position: relative;
    z-index: 2;
}

.tc-quick-item {
    display: grid;
    gap: 8px;
    min-width: 0;
    min-height: 136px;
    padding: 22px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(10, 27, 40, 0.12);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tc-quick-item:hover {
    border-color: #14b8a6;
    transform: translateY(-5px);
    box-shadow: 0 26px 54px rgba(10, 27, 40, 0.16);
}

.tc-quick-item i {
    color: #0f766e;
    font-size: 26px;
    transition: transform 220ms ease, color 220ms ease;
}

.tc-quick-item:hover i {
    color: #f59e0b;
    transform: translateY(-2px) scale(1.08);
}

.tc-quick-item strong {
    color: #10202d;
    font-size: 18px;
}

.tc-quick-item span {
    color: #637282;
    font-size: 14px;
    line-height: 1.5;
}

.tc-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid #172637;
    border-radius: 8px;
    background: #172637;
}

.tc-stat {
    padding: 30px 18px;
    background: #0c1b29;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tc-stat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0 34%, rgba(94, 234, 212, 0.08) 48%, transparent 64% 100%);
    transform: translateX(-100%);
    animation: tcStatSweep 5.6s ease-in-out infinite;
}

.tc-stat > * {
    position: relative;
    z-index: 1;
}

.tc-stat h2 {
    margin: 0 0 12px;
    color: #7dd3fc;
    font-size: 14px;
    font-weight: 700;
}

.tc-stat p {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.tc-renewal {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    margin-top: 34px;
    padding: 34px 24px 48px;
    color: #172033;
}

.tc-renewal > * {
    min-width: 0;
}

.tc-section-label {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-bottom: 12px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff3d8;
    color: #9a5a00;
    font-size: 12px;
    font-weight: 800;
}

.tc-renewal h2 {
    max-width: 660px;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 0;
}

.tc-renewal p {
    max-width: 720px;
    margin: 0;
    color: #637282;
    font-size: 16px;
    line-height: 1.75;
}

.tc-renewal ul {
    margin: 0;
    padding: 22px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    list-style: none;
    box-shadow: 0 14px 34px rgba(10, 27, 40, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.tc-renewal ul:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(10, 27, 40, 0.12);
}

.tc-renewal li {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 34px;
    color: #334155;
    font-size: 14px;
}

.tc-renewal li i {
    color: #0f766e;
}

@keyframes tcHeroGlow {
    0% { opacity: 0.55; transform: translate3d(-1%, -1%, 0) scale(1); }
    100% { opacity: 0.95; transform: translate3d(1%, 1%, 0) scale(1.06); }
}

@keyframes tcHeroSweep {
    0%, 38% { transform: translateX(-58%); opacity: 0; }
    48% { opacity: 1; }
    72%, 100% { transform: translateX(58%); opacity: 0; }
}

@keyframes tcFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes tcStatSweep {
    0%, 45% { transform: translateX(-105%); opacity: 0; }
    55% { opacity: 1; }
    85%, 100% { transform: translateX(105%); opacity: 0; }
}

.tc-footer {
    padding: 28px 24px 42px;
    border-top: 1px solid #dce5ea;
    color: #637282;
    font-size: 13px;
}

.tc-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
}

.tc-footer a {
    color: #263849;
    text-decoration: none;
}

.tc-footer p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .tc-topbar {
        height: auto;
        flex-wrap: wrap;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .tc-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        overflow-x: auto;
    }

    .tc-hero {
        min-height: 520px;
        padding-top: 56px;
    }

    .tc-hero h1 {
        font-size: 42px;
    }

    .tc-quick,
    .tc-stats,
    .tc-renewal {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-renewal {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tc-brand {
        width: 210px;
        height: 52px;
    }

    .tc-account {
        gap: 4px;
    }

    .tc-nav a,
    .tc-account a {
        padding: 0 9px;
        font-size: 13px;
    }

    .tc-hero {
        min-height: 560px;
        padding: 38px 16px 72px;
    }

    .tc-hero h1 {
        font-size: 34px;
    }

    .tc-lead {
        font-size: 15px;
    }

    .tc-search {
        flex-direction: column;
        gap: 6px;
        padding: 6px;
    }

    .tc-search button {
        flex: 0 0 auto;
        width: 100%;
    }

    .tc-quick,
    .tc-stats,
    .tc-renewal {
        grid-template-columns: 1fr;
        padding-right: 16px;
        padding-left: 16px;
    }

    .tc-quick {
        margin-top: -42px;
    }

    .tc-stat p {
        font-size: 27px;
    }

    .tc-footer {
        padding-right: 16px;
        padding-left: 16px;
    }
}
