* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'flaticon';
    src: url('../fonts/flaticon.woff2');
}

body {
    background: #fff url('../image/pink.jpg') center no-repeat;
    background-size: cover;
    font-family: 'Inter', sans-serif;
    background-attachment: fixed;
    color: #6c757d;
    line-height: 1.5;
    overflow-x: hidden;
}

.wrap {
    max-width: 1600px;
    width: 98%;
    background: #fff;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.tb_container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}


.tb_subtitle {
    background-color: #f2f1f3;
    color: #120036;
    padding: 4px 22px 4px;
    border-radius: 36px;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: uppercase;
}

h1,
h2,
h3,
.tb_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #120036;
    font-weight: 600;
    line-height: 1.2;
}

.tb_section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.tb_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fc5a8d;
    color: #fff;
    padding: 6px 22px 8px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.25s ease;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    border: none;
    cursor: pointer;
    gap: 8px;
}

.tb_btn:hover {
    background-color: #e04a78;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(252, 90, 141, 0.25);
    color: #fff;
}


.tb_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 24px 0;
    background: transparent;
}

.tb_header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tb_logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
}

.tb_logo img {
    height: 40px;
    width: auto;
}

.tb_nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.tb_nav-menu {
    display: flex;
    gap: 28px;
    list-style: none;
}

.tb_nav-menu a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.2s;
    font-size: 1rem;
}

.tb_nav-menu a:hover {
    color: #fc5a8d;
}

.tb_mobile-toggle {
    display: none;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.tb_banner .tb_section-title {
    color: #fff;
    font-size: 80px;
}


.tb_banner {
    background: url('../image/bgs.jpg') center center/cover no-repeat;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
    position: relative;
}

.tb_banner .tb_subtitle {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    padding: 6px 22px 4px;
}

.tb_banner-content p {
    color: #fff;
}

.tb_banner-content {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.tb_banner-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 28px 0 32px;
}

.tb_tag {
    background: rgba(255, 255, 255, .2);
    padding: 6px 18px;
    border-radius: 60px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.tb_banner-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}


.tb_about-grid,
.tb_why-grid {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.tb_about-text,
.tb_why-text {
    flex: 1;
}

.tb_about-image,
.tb_why-image {
    flex: 1;
}

.tb_about-image img,
.tb_why-image img {
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
}


.tb_forwhom {
    background: linear-gradient(rgba(244, 244, 249, 0.85), rgba(244, 244, 249, 0.9)), url('image/bg.jpg') center center/cover fixed;
    background-blend-mode: overlay;
}

.tb_services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 48px;
    justify-content: center;
}

.tb_service-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 28px;
    flex: 1 1 280px;
    transition: all 0.3s;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #f0edf5;
}

.tb_service-icon {
    background-color: #fc5a8d;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 24px;
}

.tb_service-icon img {
    width: 42px;
    height: 42px;
    filter: brightness(0) invert(1);
}


.tb_features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 48px;
}

.tb_feature-card {
    flex: 1 1 300px;
    background: #f4f4f9;
    padding: 32px 24px;
    border-radius: 28px;
    transition: transform 0.2s;
}

.tb_feature-card h3 {
    margin-bottom: 12px;
}

.tb_feature-icon span:before {
    color: #fc5a8d;
    font-size: 46px;
}

.tb_feature-icon {
    margin-bottom: 14px;

}



.tb_cta {
    background: url('../image/bgs.jpg') center center/cover;
    background-attachment: fixed;
    text-align: center;
    padding: 80px 0;
}

.tb_cta .tb_subtitle {
    margin-bottom: 14px;
}

.tb_cta .tb_subtitle {
    background: rgba(242, 241, 243, 0.2);
    color: #fff;
}

.tb_cta h2,
.tb_cta p {
    color: #fff;
}


.tb_footer {
    background-color: #f4f4f9;
    padding: 60px 0 30px;
}

.tb_footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.tb_footer-col {
    flex: 1;
    min-width: 160px;
}

.tb_footer-logo img {
    height: 36px;
}

.tb_footer-logo span {
    font-weight: 800;
    font-size: 1.4rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #120036;
}

.tb_footer-links a,
.tb_footer-col a {
    display: block;
    color: #6c757d;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.tb_footer-links a:hover,
.tb_footer-col a:hover {
    color: #fc5a8d;
}

.tb_footer-contact i {
    width: 26px;
    color: #de5e99;
}

.tb_footer-contact p {
    margin-bottom: 10px;
}

.tb_copyright {
    border-top: 1px solid #e2dcec;
    padding-top: 24px;
    text-align: center;
    font-size: 0.85rem;
}


.tb_section-white {
    background: #fff;
    padding: 80px 0;
}

.tb_section-light {
    background: #f4f4f9;
    padding: 80px 0;
}

.tb_text-center {
    text-align: center;
}


.tb_contact-section {
    padding: 120px 0 80px;
    background: #fff;
}

.tb_contact-header {
    margin-bottom: 48px;
}

.tb_contact-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #120036;
    margin-bottom: 12px;
}

.tb_breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #6c757d;
}

.tb_breadcrumb a {
    color: #fc5a8d;
    text-decoration: none;
    transition: color 0.2s;
}

.tb_breadcrumb a:hover {
    color: #120036;
}

.tb_breadcrumb span {
    color: #adb5bd;
}

.tb_contact-grid {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.tb_contact-form-wrapper {
    flex: 1.5;
    min-width: 280px;
}

.tb_contact-info-wrapper {
    flex: 1;
    min-width: 260px;
}


.tb_form-group {
    margin-bottom: 24px;
}

.tb_form-group label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #120036;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.tb_form-group input,
.tb_form-group textarea,
.tb_form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e9ecef;
    border-radius: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s;
    background: #fff;
    outline: none;
    color: #120036;
}

.tb_form-group input:focus,
.tb_form-group textarea:focus,
.tb_form-group select:focus {
    border-color: #fc5a8d;
    box-shadow: 0 0 0 3px rgba(252, 90, 141, 0.1);
}

.tb_form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.tb_checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0;
}

.tb_checkbox-group input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #fc5a8d;
}

.tb_checkbox-group label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.85rem;
    color: #6c757d;
    cursor: pointer;
}

.tb_submit-btn {
    background: #fc5a8d;
    color: #fff;
    padding: 12px 32px;
    border: none;
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.25s;
    width: 100%;
}

.tb_submit-btn:hover {
    background: #e04a78;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(252, 90, 141, 0.3);
}

.tb_thankyou-message {
    margin-top: 20px;
    padding: 14px 20px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    text-align: center;
    display: none;
}

.tb_thankyou-message.show {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.tb_info-card {
    background: #f4f4f9;
    border-radius: 28px;
    padding: 32px;
    margin-bottom: 28px;
    transition: transform 0.2s;
}

.tb_info-card:hover {
    transform: translateY(-4px);
}

.tb_info-icon {
    width: 56px;
    height: 56px;
    background: rgba(222, 94, 153, 0.12);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tb_info-icon i {
    font-size: 28px;
    color: #de5e99;
}

.tb_info-card h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3rem;
    color: #120036;
    margin-bottom: 16px;
}

.tb_info-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 8px;
}

.tb_info-card a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s;
}

.tb_info-card a:hover {
    color: #fc5a8d;
}

.tb_social-links {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.tb_social-links a {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fc5a8d;
    font-size: 1.2rem;
    transition: all 0.2s;
}

.tb_social-links a:hover {
    background: #fc5a8d;
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .tb_contact-section {
        padding: 120px 0 60px;
    }

    .tb_contact-title {
        font-size: 2rem;
    }

    .tb_contact-grid {
        gap: 40px;
    }
}



.tb_about-page {
    background: #fff;
}


.tb_about-hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #fff 0%, #f8f5fc 100%);
    position: relative;
    overflow: hidden;
}

.tb_about-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.tb_about-hero .tb_subtitle {
    margin-bottom: 20px;
}

.tb_about-hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    color: #120036;
    margin-bottom: 24px;
    line-height: 1.2;
}

.tb_about-hero p {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 680px;
    margin: 0 auto;
}


.tb_stats-section {
    background: #f4f4f9;
    padding: 60px 0;
}

.tb_stats-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}

.tb_stat-item {
    flex: 1;
    min-width: 180px;
}

.tb_stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #fc5a8d;
    margin-bottom: 8px;
}

.tb_stat-label {
    font-family: 'Inter', sans-serif;
    color: #120036;
    font-weight: 500;
    font-size: 1rem;
}


.tb_mission-section {
    padding: 100px 0;
    background: #fff;
}

.tb_mission-grid {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.tb_mission-text {
    flex: 1;
}

.tb_mission-image {
    flex: 1;
}

.tb_mission-image img {
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}

.tb_mission-badge {
    display: inline-block;
    background: #f2f1f3;
    color: #120036;
    padding: 3px 22px 4px;
    border-radius: 36px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}


.tb_values-section {
    padding: 100px 0;
    background: #f4f4f9;
}

.tb_values-header {
    text-align: center;
    margin-bottom: 60px;
}

.tb_values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.tb_value-card {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 40px 32px;
    border-radius: 28px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #e9ecef;
}

.tb_value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    border-color: #fc5a8d;
}

.tb_value-icon {
    width: 80px;
    height: 80px;
    background: rgba(222, 94, 153, 0.1);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.tb_value-icon i {
    font-size: 40px;
    color: #de5e99;
}

.tb_value-card h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    color: #120036;
    margin-bottom: 16px;
}

.tb_value-card p {
    color: #6c757d;
    line-height: 1.6;
}


.tb_team-section {
    padding: 100px 0;
    background: #fff;
}

.tb_team-header {
    text-align: center;
    margin-bottom: 60px;
}

.tb_team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.tb_team-card {
    flex: 1;
    min-width: 260px;
    max-width: 280px;
    text-align: center;
}

.tb_team-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 24px;
    background: #f4f4f9;
}

.tb_team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.tb_team-card:hover .tb_team-image img {
    transform: scale(1.05);
}

.tb_team-card h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3rem;
    color: #120036;
    margin-bottom: 6px;
}

.tb_team-role {
    color: #fc5a8d;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.tb_team-bio {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
}


.tb_culture-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #120036 0%, #1f0a42 100%);
    color: #fff;
}

.tb_culture-grid {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.tb_culture-text {
    flex: 1;
}

.tb_culture-image {
    flex: 1;
}

.tb_culture-image img {
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.3);
}

.tb_culture-text .tb_subtitle {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.tb_culture-text h2 {
    color: #fff;
    font-size: 2.5rem;
    margin: 20px 0;
}

.tb_culture-text p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    line-height: 1.7;
}

.tb_culture-list {
    list-style: none;
    margin-top: 30px;
}

.tb_culture-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.tb_culture-list li i {
    color: #fc5a8d;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .tb_about-hero h1 {
        font-size: 2.2rem;
    }

    .tb_about-hero p {
        font-size: 1rem;
    }

    .tb_stats-grid {
        flex-direction: column;
        gap: 30px;
    }

    .tb_mission-grid,
    .tb_culture-grid {
        flex-direction: column;
    }

    .tb_mission-text,
    .tb_culture-text {
        order: 1;
    }

    .tb_mission-image,
    .tb_culture-image {
        order: 2;
    }

    .tb_values-grid,
    .tb_team-grid {
        flex-direction: column;
        align-items: center;
    }

    .tb_team-card {
        max-width: 100%;
    }
}

.tb_solutions-page {
    background: #fff;
}


.tb_solutions-hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #fff 0%, #f8f5fc 100%);
}

.tb_solutions-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.tb_solutions-hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #120036;
    margin: 20px 0 24px;
    line-height: 1.2;
}

.tb_solutions-hero p {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 680px;
    margin: 0 auto;
}


.tb_solutions-grid-section {
    padding: 40px 0 80px 0;
    background: #fff;
}

.tb_solutions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.tb_solution-card {
    flex: 1;
    min-width: 320px;
    background: #f4f4f9;
    border-radius: 32px;
    padding: 40px 32px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.tb_solution-card:hover {
    transform: translateY(-8px);
    border-color: #fc5a8d;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
}

.tb_solution-icon {
    width: 70px;
    height: 70px;
    background: rgba(222, 94, 153, 0.12);
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.tb_solution-icon i {
    font-size: 36px;
    color: #de5e99;
}

.tb_solution-card h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.8rem;
    color: #120036;
    margin-bottom: 16px;
}

.tb_solution-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 24px;
}

.tb_solution-features {
    list-style: none;
    margin-bottom: 32px;
}

.tb_solution-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #495057;
    font-size: 0.95rem;
}

.tb_solution-features li i {
    color: #fc5a8d;
    font-size: 0.9rem;
}

.tb_solution-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fc5a8d;
    text-decoration: none;
    font-weight: 600;
    transition: gap 0.2s;
}

.tb_solution-link:hover {
    gap: 12px;
    color: #e04a78;
}


.tb_industries-section {
    padding: 80px 0;
    background: #f4f4f9;
}

.tb_industries-header {
    text-align: center;
    margin-bottom: 60px;
}

.tb_industries-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.tb_industry-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 32px 24px;
    background: #fff;
    border-radius: 24px;
    transition: all 0.3s;
}

.tb_industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.tb_industry-icon {
    width: 60px;
    height: 60px;
    background: rgba(222, 94, 153, 0.1);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tb_industry-icon i {
    font-size: 28px;
    color: #de5e99;
}

.tb_industry-item h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.2rem;
    color: #120036;
    margin-bottom: 12px;
}

.tb_industry-item p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .tb_solutions-hero h1 {
        font-size: 2.2rem;
    }

    .tb_solutions-hero p {
        font-size: 1rem;
    }

    .tb_solution-card {
        min-width: 100%;
    }

    .tb_industries-grid {
        flex-direction: column;
    }
}


.tb_legal-page {
    background: #fff;
}

.tb_legal-section {
    padding: 140px 0 80px;
    background: #fff;
}

.tb_legal-header {
    margin-bottom: 48px;
}

.tb_legal-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #120036;
    margin-bottom: 12px;
}

.tb_legal-meta {
    color: #6c757d;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
}

.tb_legal-content {
    max-width: 100%;
}

.tb_legal-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #120036;
    margin: 32px 0 16px;
}

.tb_legal-content h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #120036;
    margin: 24px 0 12px;
}

.tb_legal-content p {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 1rem;
}

.tb_legal-content strong {
    color: #120036;
    font-weight: 600;
}

.tb_legal-content ul,
.tb_legal-content ol {
    margin: 16px 0 24px 24px;
    color: #6c757d;
    line-height: 1.7;
}

.tb_legal-content li {
    margin-bottom: 8px;
}

.tb_legal-content hr {
    margin: 32px 0;
    border: none;
    border-top: 1px solid #e9ecef;
}

.tb_legal-contact-block {
    background: #f4f4f9;
    border-radius: 24px;
    padding: 24px 32px;
    margin: 32px 0;
}

.tb_legal-contact-block p {
    margin-bottom: 8px;
}

.tb_legal-date {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
    color: #6c757d;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tb_legal-section {
        padding: 100px 0 60px;
    }

    .tb_legal-title {
        font-size: 2rem;
    }

    .tb_legal-content h2 {
        font-size: 1.5rem;
    }

    .tb_legal-content h3 {
        font-size: 1.2rem;
    }
}












































@media (max-width: 992px) {
    .tb_nav-menu {
        gap: 20px;
    }

    .tb_section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .tb_mobile-toggle {
        display: block;
    }

    .tb_nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 40px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        transition: left 0.3s;
        z-index: 200;
        gap: 40px;
    }

    .tb_nav.active {
        left: 0;
    }

    .tb_nav-menu {
        flex-direction: column;
        gap: 28px;
    }

    .tb_about-grid,
    .tb_why-grid {
        flex-direction: column;
    }

    .tb_footer-grid {
        flex-direction: column;
        gap: 30px;
    }

    .tb_banner {
        min-height: 85vh;
    }

    .tb_banner .tb_section-title {
        font-size: 42px;
    }

    .tb_nav-menu a {
        color: #000;
    }

    .tb_close-menu {
        display: block;
    }
}

.tb_close-menu {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 28px;
    background: none;
    display: none;
    border: none;
    cursor: pointer;
}