* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0a0a0a;
    font-family: 'Google Sans Flex', 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    scroll-behavior: smooth;
}


.gt_wrapper {
    max-width: 1270px;
    width: 98%;
    margin: 0 auto;
    border-left: 1px solid #27272a;
    border-right: 1px solid #27272a;
    background: #0a0a0a;
    overflow-x: hidden;
}


.gt_section {
    padding: 40px 40px;
}

@media (max-width: 1024px) {
    .gt_section {
        padding: 64px 32px;
    }
}

@media (max-width: 768px) {
    .gt_section {
        padding: 48px 24px;
    }
}


.gt_subtitle {
    display: inline-block;
    border: 1px solid #ffffff1f;
    border-radius: 34px;
    padding: 6px 16px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    backdrop-filter: blur(2px);
    margin-bottom: 1.25rem;
}


.gt_title {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.gt_title-lg {
    font-size: 3.8rem;
}

@media (max-width: 768px) {
    .gt_title {
        font-size: 2.4rem;
    }

    .gt_title-lg {
        font-size: 2.8rem;
    }
}


.gt_text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 400;
}

.gt_text-accent {
    color: rgba(255, 255, 240, 0.85);
}


.gt_block {
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 28px;
    transition: all 0.3s ease;
}


.gt_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(rgb(23, 22, 18) 0%, rgb(3, 3, 3) 100%);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px 0px inset;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    color: white;
    border: none;
    transition: transform 0.2s, opacity 0.2s;
    cursor: pointer;
}

.gt_btn-outline {
    background: transparent;
    box-shadow: none;
    border: 1px solid #3f3f46;
}

.gt_btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}


.gt_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    border-bottom: 1px solid #27272a;
    flex-wrap: wrap;
}

.gt_logo {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
}

.gt_logo img {
    height: 38px;
    width: auto;
}

.gt_brand {
    font-size: 1.6rem;
    font-weight: 600;
    background: linear-gradient(135deg, #fff 30%, #aaa 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
}

.gt_nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.gt_nav a {
    color: #fff9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.gt_nav a:hover {
    color: white;
}

.gt_menu_icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    color: white;
}

@media (max-width: 900px) {
    .gt_nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background: #0f0f0e;
        border-left: 1px solid #27272a;
        flex-direction: column;
        padding: 100px 32px;
        gap: 28px;
        z-index: 1000;
        transition: right 0.3s ease;
        backdrop-filter: blur(12px);
    }

    .gt_nav.gt_open {
        right: 0;
    }

    .gt_menu_icon {
        display: block;
        z-index: 1100;
    }

    .gt_header {
        padding: 18px 24px;
    }
}


.gt_banner {
    text-align: center;
    padding: 80px 20px 90px;
    background: url('images/bg3.avif') center no-repeat;
    background-size: cover;
}

.gt_banner .gt_subtitle {
    margin-bottom: 1rem;
}

.gt_banner .gt_title {
    max-width: 900px;
    margin: 0 auto 20px;
}

.gt_banner .gt_text {
    max-width: 700px;
    margin: 0 auto 32px;
    font-size: 1.1rem;
}

.gt_btn_group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}


.gt_about_grid {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.gt_about_left {
    flex: 1.2;
}

.gt_about_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gt_card_row {
    display: flex;
    gap: 24px;
}

.gt_card {
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 28px;
    padding: 24px;
    transition: all 0.2s;
}

.gt_card_full {
    width: 100%;
}

.gt_icon_large svg {
    width: 37px;
    height: 37px;
    stroke: #fff;
    stroke-width: 1.5;
    margin-bottom: 10px;
}

.gt_card h4 {
    font-size: 1.4rem;
    font-weight: 500;
    color: white;
    margin: 0px 0 8px;
}


.gt_metrics {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.gt_metric_item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 28px;
    padding: 24px;
}

.gt_metric_number {
    font-size: 2.4rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.gt_metric_info h4 {
    font-size: 1.25rem;
    color: white;
}


.gt_services_header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px;
    gap: 20px;
}

.gt_tabs_container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gt_tab_item {
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 24px;
    padding: 20px 28px;
    transition: 0.2s;
    cursor: pointer;
}

.gt_tab_item.gt_active_tab {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(30, 30, 28, 0.8);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.gt_tab_flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.gt_tab_content {
    flex: 1;
}

.gt_tab_content h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.gt_tab_link {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffd966;
    text-decoration: none;
    font-weight: 500;
}


.gt_cta {
    background: url('images/bg3.avif');
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 40px;
    margin: 20px 40px;
    padding: 70px 20px;
    border: 1px solid #27272a;
}

.gt_breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
}

.gt_breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.gt_breadcrumbs span {
    color: rgba(255, 255, 255, 0.4);
}

.gt_contact_grid {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.gt_contact_left {
    flex: 1.2;
}

.gt_contact_right {
    flex: 1.4;
}

.gt_contact_blocks {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 40px;
}

.gt_contact_card {
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 24px;
    padding: 24px;
    transition: 0.2s;
}

.gt_contact_card h4 {
    color: white;
    font-size: 1.3rem;
    margin: 12px 0 6px;
}

.gt_contact_card p {
    color: rgba(255, 255, 240, 0.8);
}

.gt_form {
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 32px;
    padding: 36px;
}

.gt_form_group {
    margin-bottom: 24px;
}

.gt_form_group input,
.gt_form_group textarea,
.gt_form_group select {
    width: 100%;
    background: #0f0f0e;
    border: 1px solid #2c2c2e;
    border-radius: 16px;
    padding: 14px 18px;
    font-family: inherit;
    font-size: 1rem;
    color: white;
    outline: none;
    transition: 0.2s;
}

.gt_form_group input:focus,
.gt_form_group textarea:focus {
    border-color: #6b6b6f;
}

.gt_form_group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.gt_success_msg {
    margin-top: 20px;
    padding: 16px;
    background: rgba(40, 50, 30, 0.6);
    border-radius: 10px;
    color: #ccc;
    font-weight: 400;
}

@media (max-width: 900px) {
    .gt_contact_grid {
        flex-direction: column;
    }

    .gt_form {
        padding: 28px;
    }
}

.gt_icon_light svg {
    stroke: #fff;
    stroke-width: 1.5;
}


.gt_legal_content h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin: 2rem 0 1rem 0;
}

.gt_legal_content h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(255, 255, 245, 0.95);
    margin: 1.5rem 0 0.75rem 0;
}

.gt_legal_content p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

.gt_legal_content ul,
.gt_legal_content ol {
    margin: 1rem 0 1.5rem 1.8rem;
    color: rgba(255, 255, 255, 0.75);
}

.gt_legal_content li {
    margin-bottom: 0.5rem;
}

.gt_breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px 0 24px 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

.gt_breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.gt_breadcrumbs a:hover {
    color: white;
}

.gt_update_date {
    background: rgba(255, 255, 255, 0.03);
    padding: 12px 20px;
    margin: 24px 0 32px 0;
    border-radius: 10px;
    font-size: 0.9rem;
    color: rgba(255, 255, 210, 0.8);
}

.gt_contacts_legal {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid #27272a;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.gt_contacts_legal div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gt_contacts_legal strong {
    color: white;
    font-weight: 500;
}

hr {
    border-color: #27272a;
    margin: 28px 0;
}

@media (max-width: 680px) {
    .gt_title {
        font-size: 2rem;
    }

    .gt_legal_content h2 {
        font-size: 1.5rem;
    }
}

.gt_center {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
}

.gt_capabilities_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.gt_cap_card {
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 32px;
    padding: 36px 32px;
    transition: all 0.25s ease;
}

.gt_cap_card:hover {
    border-color: #3f3f45;
    transform: translateY(-3px);
}

.gt_cap_icon svg {
    width: 48px;
    height: 48px;
    stroke: #fff;
    stroke-width: 1.5;
    margin-bottom: 24px;
}

.gt_cap_card h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: white;
    margin-bottom: 16px;
}

.gt_cap_desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}

.gt_cap_list {
    list-style: none;
    padding-left: 0;
}

.gt_cap_list li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

.gt_cap_list li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #c0c0c0;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .gt_capabilities_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gt_cap_card {
        padding: 28px 24px;
    }

    .gt_title {
        font-size: 2.4rem;
    }
}

@media (max-width: 480px) {
    .gt_cap_card h3 {
        font-size: 1.4rem;
    }
}




.gt_full_image {
    width: 100%;
    display: block;
    border-radius: 32px;
    margin: 32px 0 48px 0;
    border: 1px solid #27272a;
}

.gt_full_image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 32px;
}

.gt_metrics_row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.gt_metric_card {
    flex: 1;
    min-width: 180px;
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 28px;
    padding: 32px 20px;
    text-align: center;
    transition: 0.2s;
}

.gt_metric_number {
    font-size: 2.4rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.gt_metric_label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gt_about_rich {
    max-width: 1000px;
    margin: 0 auto;
}

.gt_about_rich h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin: 2rem 0 1rem 0;
}

.gt_about_rich h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(255, 255, 245, 0.95);
    margin: 1.5rem 0 0.75rem 0;
}

.gt_about_rich p {
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

.gt_about_rich ul {
    margin: 1rem 0 1.5rem 1.8rem;
    color: rgba(255, 255, 255, 0.75);
}

.gt_about_rich li {
    margin-bottom: 0.5rem;
}

hr {
    border-color: #27272a;
    margin: 40px 0;
}

@media (max-width: 860px) {
    .gt_metrics_row {
        gap: 16px;
    }

    .gt_metric_card {
        padding: 24px 12px;
    }

    .gt_metric_number {
        font-size: 2.5rem;
    }
}































@media (max-width: 768px) {
    .gt_cta {
        margin: 20px 20px;
        padding: 50px 20px;
    }
}


.gt_faq_header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px;
    gap: 20px;
}

.gt_faq_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gt_faq_question {
    background: rgb(18, 18, 17);
    border: 1px solid #27272a;
    border-radius: 24px;
    overflow: hidden;
}

.gt_faq_trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 28px;
    cursor: pointer;
    font-weight: 500;
    color: white;
    font-size: 1.2rem;
}

.gt_faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding: 0 28px;
    color: rgba(255, 255, 255, 0.7);
    border-top: 0px solid #27272a;
}

.gt_faq_question.gt_active_faq .gt_faq_answer {
    max-height: 220px;
    padding: 0 28px 24px 28px;
    border-top: 1px solid #27272a;
}

.gt_plus {
    transition: transform 0.3s;
}

.gt_active_faq .gt_plus {
    transform: rotate(45deg);
}


.gt_footer {
    padding: 60px 40px 40px;
    border-top: 1px solid #27272a;
    margin-top: 20px;
}

.gt_footer_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 48px;
}

.gt_footer_logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gt_footer_menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gt_footer_contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gt_footer_menu a,
.gt_footer_contacts p {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.gt_footer_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 32px;
    border-top: 1px solid #27272a;
}

.gt_footer_links a {
    margin-left: 24px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 680px) {
    .gt_footer_links a {
        margin: 0 16px 5px 0;
        display: inline-block;
    }

    .gt_card_row {
        flex-direction: column;
    }

    .gt_metric_number {
        font-size: 2rem;
    }

    .gt_metrics {
        gap: 20px;
    }

    .gt_tab_item {
        padding: 20px;
    }

    .gt_tab_content h3 {
        font-size: 1.3rem;
    }

    .gt_footer_top {
        flex-direction: column;
    }
}

a {
    text-decoration: none;
}

svg.icon {
    width: 22px;
    height: 22px;
}