* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fbf8f3;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #333333;
    line-height: 1.4;
}


.ta-wrapper {
    max-width: 1200px;
    width: 98%;
    margin: 20px auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}


.ta-container {
    padding: 0 40px;
}


.ta-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #17000B;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.ta-subtitle {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #e75837;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.ta-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
}


.ta-btn {
    display: inline-block;
    background: #e75837;
    padding: 14px 32px;
    border-radius: 34px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    transition: all 0.25s ease;
    text-align: center;
    font-size: 0.95rem;
}

.ta-btn-outline {
    background: #fff;
    color: #111;
    border: 1px solid #e2e0db;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.ta-btn-dark {
    background: #1a1a1a;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 14px 32px !important;
}

.ta-btn:hover {
    background: #c94222;
    transform: translateY(-2px);
}


.ta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    flex-wrap: wrap;
}

.ta-logo-area {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}

.ta-logo-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ta-logo-icon img {
    width: 28px;
}

.ta-brand {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    color: #17000B;
}


.ta-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ta-nav a {
    text-decoration: none;
    font-weight: 600;
    color: #1f1f1f;
    transition: color 0.2s;
}

.ta-nav a:hover {
    color: #e75837;
}


.ta-menu-toggle {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    background: none;
    border: none;
    color: #17000B;
}


.ta-banner {
    text-align: center;
    padding: 60px 40px 30px;
    position: relative;
    background: #fff url('../imgs/bg.jpg') center bottom no-repeat;
    background-size: cover;
}



.ta-banner-title {
    font-size: 3.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #17000B;
    max-width: 900px;
    margin: 0 auto 1rem;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.ta-banner-title::after {
    content: '';
    display: block;
    width: 390px;
    height: 75px;
    background: url('../imgs/line.png') no-repeat center;
    background-size: contain;
    margin: -15px auto 0;
}

.ta-banner-sub {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e75837;
    margin-bottom: 1rem;
}

.ta-banner-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.ta-dashboard-img {
    margin-top: 50px;
    border-radius: 24px;
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1000px;
}


.ta-about {
    display: flex;
    gap: 50px;
    padding: 80px 40px;
    align-items: center;
}

.ta-about-content {
    flex: 1;
}

.ta-about-image {
    flex: 1;
}

.ta-about-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
}

.ta-about-list {
    margin: 25px 0;
    list-style: none;
}

.ta-about-list li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}


.ta-advantages {
    background: #f7f1ec;
    border-radius: 20px;
    margin: 40px 40px;
    padding: 60px 40px;
}

.ta-adv-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ta-adv-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    box-shadow: 0 4px 15px #e7583733;
    transition: 0.2s;
}

.ta-adv-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #e75837;
}

.ta-adv-card h3 {
    font-size: 1.5rem;
    margin: 15px 0 10px;
    font-weight: 700;
}


.ta-services {
    padding: 70px 40px;
    text-align: center;
}

.ta-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 50px;
}

.ta-service-big {
    flex: 0 0 calc(40% - 12px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px #e7583733;
    padding: 30px;
    text-align: left;
    transition: all 0.2s;
}

.ta-right-col .ta-service-small {
    flex: 0 0 calc(50% - 12px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px #e7583733;
    padding: 28px;
    text-align: left;
}

.ta-service-icon {
    width: 50px;
    height: 50px;
    background: #e7583733;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ta-service-small h3 {
    margin-bottom: 12px;
}

.ta-service-icon img {
    width: 28px;
    height: 28px;
}

.ta-service-more {
    text-align: right;
    margin-top: 20px;
}

.ta-service-more a {
    color: #e75837;
    font-weight: 400;
    text-decoration: none;
}

.ta-right-col {
    flex: 0 0 calc(60% - 12px);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}


.ta-whyus {
    display: flex;
    gap: 50px;
    padding: 80px 40px;
    align-items: center;
}

.ta-whyus-image {
    flex: 1;
}

.ta-whyus-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
}

.ta-whyus-content {
    flex: 1;
}

.ta-check-list {
    margin: 30px 0;
    list-style: none;
}

.ta-check-list span {
    margin-right: 3px;
    margin-bottom: -1px;
}

.ta-check-list li {
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}


.ta-howworks {
    padding: 60px 40px;
    background: #fff;
    text-align: center;
}

.ta-steps {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.ta-step {
    background: #fbf8f3;
    flex: 1;
    border-radius: 24px;
    padding: 35px 25px;
    transition: 0.2s;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.02);
}

.ta-step h3 {
    margin-bottom: 12px;
}

.ta-step-number {
    font-size: 3rem;
    font-weight: 800;
    color: #e75837;
    opacity: 0.7;
}


.ta-cta {
    background: url('../imgs/cta.png') no-repeat left top/cover;
    border-radius: 28px;
    margin: 40px 40px 60px;
    padding: 50px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ta-cta-left {
    max-width: 60%;
}

.ta-cta-left h2 {
    font-size: 2rem;
    color: white;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.ta-cta-left p {
    color: #f0e7df;
    margin-top: 15px;
    line-height: 1.6;
}


.ta-footer {
    background: #111;
    padding: 60px 40px 30px;
    border-radius: 0 0 20px 20px;
    color: #ccc;
}

.ta-footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.ta-footer-logo {
    max-width: 260px;
}

.ta-footer-logo .ta-brand {
    color: #fff;
}

.ta-footer-logo p {
    margin-top: 15px;
    font-size: 0.85rem;
    line-height: 1.6;
}

.ta-footer-links {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 220px;
}

.ta-footer-col a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.ta-footer-col a:hover {
    color: #e75837;
}

.ta-contact-col {
    max-width: 270px;
}

.ta-contact-col p {
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.ta-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 25px;
    text-align: left;
    font-size: 0.8rem;
}


.ta-legal-banner {
    background: url('../imgs/bg2.jpg') center/cover no-repeat;
    padding: 80px 0;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 40px;

}

.ta-legal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.ta-legal-title {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #17000B;
    margin-bottom: 15px;
}

.ta-breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
}

.ta-breadcrumbs a {
    color: #333;
    text-decoration: none;
}

.ta-breadcrumbs a:hover {
    color: #e75837;
}

.ta-breadcrumbs span {
    color: #e75837;
}

.ta-legal-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 15px #e7583733;
    margin-bottom: 60px;
}

.ta-legal-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #17000B;
    margin: 30px 0 15px;
    line-height: 1.2;
}

.ta-legal-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #17000B;
    margin: 25px 0 12px;
}

.ta-legal-content p {
    color: #333333;
    line-height: 1.6;
    margin-bottom: 16px;
}

.ta-legal-content ul,
.ta-legal-content ol {
    margin: 16px 0 16px 30px;
    color: #333333;
    line-height: 1.6;
}

.ta-legal-content li {
    margin-bottom: 8px;
}

.ta-update-date {
    color: #e75837;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.ta-contact-block {
    margin-top: 40px;
    padding: 25px;
    background: #fbf8f3;
    border-radius: 16px;
}

.ta-contact-block p {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .ta-legal-content {
        padding: 30px 20px;
    }

    .ta-legal-title {
        font-size: 2rem;
    }
}







.ta-features-grid {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ta-feature-card {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 35px 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px #e7583733;
    transition: transform 0.2s ease;
}

.ta-feature-card:hover {
    transform: translateY(-5px);
}

.ta-feature-icon {
    width: 50px;
    height: 50px;
    background: #151515;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ta-feature-icon img {
    width: 28px;
    height: 28px;
}

.ta-feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #17000B;
}

.ta-feature-card p {
    color: #333;
    line-height: 1.5;
}

.ta-about-details {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 80px;
}

.ta-details-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 15px #e7583733;
}

.ta-details-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #17000B;
    margin-bottom: 25px;
    margin-top: 35px;
}

.ta-details-card h3:first-of-type {
    margin-top: 0;
}

.ta-details-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #17000B;
    margin: 30px 0 15px;
}

.ta-details-card p {
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ta-details-card ul {
    margin: 20px 0 20px 30px;
    color: #333;
    line-height: 1.7;
}

.ta-details-card li {
    margin-bottom: 10px;
}


.ta-services-heading {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 60px;
}

.ta-services-heading-content {
    max-width: 700px;
}

.ta-services-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 20px;
}

.ta-service-item {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px #e7583733;
    flex-wrap: wrap;
}

.ta-service-icon-wrapper {
    flex-shrink: 0;
}


.ta-service-content {
    flex: 1;
}

.ta-service-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #17000B;
    margin-bottom: 15px;
}

.ta-service-content > p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ta-service-list {
    list-style: none;
    padding: 0;
}

.ta-service-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.ta-service-list li span {
    color: #e75837;
    font-weight: 700;
}

@media (max-width: 768px) {
    .ta-service-item {
        padding: 25px;
    }
    
    .ta-service-icon {
        width: 55px;
        height: 55px;
    }
    
    .ta-service-icon img {
        width: 26px;
        height: 26px;
    }
    
    .ta-service-content h3 {
        font-size: 1.3rem;
    }
    
    .ta-details-card {
        padding: 25px;
    }
    
    .ta-details-card h3 {
        font-size: 1.3rem;
    }
}






.ta-about-banner {
    background: url('../imgs/bg2.jpg') center/cover no-repeat;
    padding: 80px 0;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 60px;
}

.ta-about-banner .ta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.ta-about-banner .ta-title {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #17000B;
    text-transform: uppercase;
    font-weight: 800;
}

.ta-about-banner .ta-breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
}

.ta-about-banner .ta-breadcrumbs a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.ta-about-banner .ta-breadcrumbs a:hover {
    color: #e75837;
}

.ta-about-banner .ta-breadcrumbs span {
    color: #e75837;
}


.ta-about-heading {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 40px;
    text-align: center;
}

.ta-about-heading .ta-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #17000B;
    text-transform: uppercase;
    font-weight: 800;
}

.ta-about-heading .ta-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}


.ta-about-features {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 60px;
}

.ta-features-grid {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ta-feature-card {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 35px 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px #e7583733;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ta-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(231, 88, 55, 0.25);
}

.ta-feature-icon {
    width: 50px;
    height: 50px;
    background: #e7583733;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ta-feature-icon img {
    width: 28px;
    height: 28px;
}

.ta-feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #17000B;
    font-weight: 700;
}

.ta-feature-card p {
    color: #333;
    line-height: 1.5;
    font-size: 0.95rem;
}


.ta-about-details {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 40px;
}

.ta-details-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 15px #e7583733;
}

.ta-details-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #17000B;
    margin-bottom: 25px;
    margin-top: 35px;
}

.ta-details-card h3:first-of-type {
    margin-top: 0;
}

.ta-details-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #17000B;
    margin: 30px 0 15px;
}

.ta-details-card p {
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1rem;
}

.ta-details-card ul {
    margin: 20px 0 20px 30px;
    color: #333;
    line-height: 1.7;
}

.ta-details-card li {
    margin-bottom: 10px;
}


@media (max-width: 1000px) {
    .ta-about-features,
    .ta-about-details {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .ta-details-card {
        padding: 35px 30px;
    }
    
    .ta-about-banner .ta-title {
        font-size: 2.5rem;
    }
    
    .ta-about-heading .ta-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .ta-about-banner {
        padding: 50px 0;
        margin-bottom: 40px;
    }
    
    .ta-about-banner .ta-title {
        font-size: 2rem;
    }
    
    .ta-about-banner .ta-container {
        padding: 0 20px;
    }
    
    .ta-about-heading {
        padding: 0 20px 30px;
    }
    
    .ta-about-heading .ta-title {
        font-size: 1.6rem;
    }
    
    .ta-about-heading .ta-text {
        font-size: 1rem;
    }
    
    .ta-about-features {
        padding: 30px 20px 40px;
    }
    
    .ta-feature-card {
        min-width: 100%;
        padding: 25px 20px;
    }
    
    .ta-feature-card h3 {
        font-size: 1.3rem;
    }
    
    .ta-about-details {
        padding: 20px 20px 60px;
    }
    
    .ta-details-card {
        padding: 25px 20px;
    }
    
    .ta-details-card h3 {
        font-size: 1.3rem;
        margin-top: 25px;
    }
    
    .ta-details-card h4 {
        font-size: 1.1rem;
    }
    
    .ta-details-card p {
        font-size: 0.95rem;
    }
    
    .ta-details-card ul {
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .ta-about-banner .ta-title {
        font-size: 1.6rem;
    }
    
    .ta-about-heading .ta-title {
        font-size: 1.3rem;
    }
    
    .ta-feature-card {
        padding: 20px 15px;
    }
    
    .ta-feature-icon {
        width: 45px;
        height: 45px;
    }
    
    .ta-feature-icon img {
        width: 24px;
        height: 24px;
    }
    
    .ta-feature-card h3 {
        font-size: 1.2rem;
    }
}















































@media (max-width: 1000px) {

    .ta-container,
    .ta-header,
    .ta-about,
    .ta-whyus,
    .ta-services,
    .ta-howworks {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ta-advantages {
        margin: 20px;
    }

    .ta-banner-title {
        font-size: 2.6rem;
    }

    .ta-service-big,
    .ta-right-col {
        flex: 0 0 100%;
    }

    .ta-service-small {
        flex: 0 0 calc(50% - 12px);
    }

    .ta-cta-left {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .ta-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: white;
        padding: 20px;
        margin-top: 20px;
        border-radius: 24px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .ta-nav.open {
        display: flex;
    }

    .ta-menu-toggle {
        display: block;
    }

    .ta-header {
        flex-wrap: wrap;
    }

    .ta-about,
    .ta-whyus {
        flex-direction: column;
    }

    .ta-adv-grid {
        flex-direction: column;
    }

    .ta-steps {
        flex-direction: column;
    }

    .ta-footer-inner {
        flex-direction: column;
    }

    .ta-banner-buttons {
        flex-direction: column;
        align-items: center;
    }

    .ta-cta {
        text-align: center;
        justify-content: center;
    }
}

img {
    max-width: 100%;
    display: block;
}

.ta-icon-28 {
    width: 28px;
    height: auto;
}

@media(max-width: 500px) {
    .ta-cta {
        margin: 40px 20px;
        padding: 40px 30px;
    }

    .ta-title {
        font-size: 2.1rem !important;
    }

    .ta-right-col {
        flex-direction: column;
        flex: auto;
    }

    .ta-right-col .ta-service-small {
        flex: auto;
    }

    .ta-banner-title::after {
        width: 250px;
    }

    .ta-banner-title {
        font-size: 2.3rem;
        margin-bottom: 0;
    }
    .ta-service-item{
        flex-direction: column;
        gap: 0px;
    }
    .ta-cta-left h2{
        font-size: 1.8rem!important;
    }

    .ta-legal-content h2{
        font-size: 1.5rem;
    }

}