* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter Tight', sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.4;
}

.qaContainer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.wrapper {
    max-width: 80%;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #f1f1f8;
    border-radius: 30px;
}


.qaHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 28px 0;
    transition: all 0.2s ease;
}

.qaHeaderInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qaLogoArea {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qaLogoLink {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
}

.qaLogoImg {
    height: 38px;
    width: auto;
}

.qaBrandText {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.3px;
}


.qaNav {
    display: flex;
    gap: 44px;
    align-items: center;
}

.qaNavMenu {
    display: flex;
    gap: 36px;
    list-style: none;
}

.qaNavMenu li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    color: #111;
    transition: 0.2s;
}

.qaNavMenu li a:hover {
    color: #ff6500;
}

.qaBtnOutline {
    border: 1px solid #ff6500;
    background: transparent;
    padding: 8px 28px;
    border-radius: 35px;
    font-weight: 600;
    color: #ff6500;
    text-decoration: none;
    transition: 0.25s;
    display: inline-block;
}

.qaBtnOutline:hover {
    background: #ff6500;
    color: #fff;
}

.qaMobileToggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
}


.qaBanner {
    padding-top: 200px;
    padding-bottom: 120px;
    background: url('../img/main.webp') no-repeat center 400px / 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.qaBannerContent {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.qaSubtitle {
    background: #ff65001a;
    border: 1px solid #ff650033;
    padding: 5px 14px;
    color: #ff6500;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 40px;
    margin-bottom: 24px;
}

.qaSubtitleIco {
    width: 18px;
    height: 18px;
    background: url('../img/ico.svg') center no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.qaTitle {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}

.qaTitle span {
    color: #ff6500;
}

.qaText {
    font-size: 1.1rem;
    line-height: 1.45;
    margin-bottom: 32px;
    color: #2c2c2c;
}

.qaNav .qaBtnPrimary img {
    width: 40px;
    height: 40px;
    padding: 15px;
}

.qaBtnPrimary {
    background: #ff6500;
    border-radius: 35px;
    padding: 5px 5px 5px 30px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    transition: 0.25s;
    border: none;
    font-size: 17px;
}

.qaBtnPrimary img {
    background: #fff;
    padding: 19px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.qaBtnPrimary:hover {
    background: #e05a00;
    transform: translateY(-2px);
}

.qaArrowIcon {
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qaArrowIcon::after {
    content: "→";
    font-size: 18px;
    color: #ff6500;
    font-weight: bold;
}


.qaSection {
    padding: 80px 0;
}

.qaGrid3 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.qaCard {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f1f1f8;
    padding: 32px 24px;
    flex: 1;
    min-width: 260px;
    transition: all 0.2s;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.02);
}

.qaIconBlock {
    background: linear-gradient(180deg, #fff, #ffe6d5);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.qaIconBlock img {
    width: 24px;
    height: 24px;
}

.qaCard h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.qaCard p {
    color: #3a3a3a;
    line-height: 1.4;
}


.qaAboutWrapper {
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #f1f1f8;
    padding: 56px 48px;
}

.qaAboutInner {
    max-width: 100%;
}

.qaStatsRow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 48px;
    flex-wrap: wrap;
    gap: 20px;
}

.qaStatItem {
    flex: 1;
    text-align: left;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.qaStatItem:last-child {
    border-right: none;
}

.qaStatNumber {
    font-size: 2.8rem;
    font-weight: 800;
    color: #111;
    line-height: 1;
}

.qaStatTitle {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 12px 0 6px;
    color: #111;
}

.qaStatDesc {
    font-size: 0.9rem;
    color: #111;
}


.qaServicesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.qaServiceCard .block {
    padding: 5px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
}

.qaServiceCard {
    background: #fff url('../img/block.webp') center no-repeat;
    background-size: cover;
    border-radius: 12px;
    border: 1px solid #f1f1f8;
    padding: 8px;
    transition: 0.2s;
}

.qaServiceCard .qaIconBlock {
    background: #fff9f3;
}

.qaServiceCard h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 20px 0 12px;
    color: #111;
}

.qaServiceCard p {
    color: #111;
    line-height: 1.4;
}


.qaScreenshot {
    text-align: center;
}

.qaScreenshot img {
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.2);
    border: 1px solid #f0f0f0;
}


.qaCtaBlock {
    background: url('../img/bg-cta.png') no-repeat center center/cover;
    border-radius: 18px;
    padding: 60px 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.qaCtaText h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 12px;
}

.qaCtaText p {
    font-size: 1rem;
    color: #2d2d2d;
    max-width: 500px;
}


.qaFooter {
    background: #0c0c0c;
    padding: 56px 0 32px;
    color: #ccc;
}

.qaFooterInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.qaFooterCol {
    flex: 1;
    min-width: 180px;
}

.qaFooterLogoArea {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.qaFooterLogo {
    height: 38px;
    width: auto;
}

.qaFooterCol p {
    line-height: 1.5;
    font-size: 0.9rem;
    max-width: 300px;
    color: #b0b0b0;
}

.qaFooterMenu {
    list-style: none;
}

.qaFooterMenu li {
    margin-bottom: 14px;
}

.qaFooterMenu li a {
    color: #ddd;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.2s;
}

.qaFooterMenu li a:hover {
    color: #ff6500;
}

.qaFooterContact {
    max-width: 300px;
}

.qaFooterContact p {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.qaFooterBottom {
    border-top: 1px solid #222;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.85rem;
}

.qaFooterLinks {
    display: flex;
    gap: 32px;
}

.qaFooterLinks a {
    color: #aaa;
    text-decoration: none;
}

.qaFooterLinks a:hover {
    color: #ff6500;
}

.qaContactPage {
    background: #fff;
}


.qaPageHeader {
    background: linear-gradient(135deg, #fff 0%, #fff5ed 100%);
    padding: 140px 0 60px;
    border-bottom: 1px solid #f0f0f0;
}

.qaPageHeaderContent {
    text-align: center;
}

.qaPageTitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.2;
}

.qaBreadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.qaBreadcrumbs a {
    color: #ff6500;
    text-decoration: none;
    transition: 0.2s;
}

.qaBreadcrumbs a:hover {
    text-decoration: underline;
}

.qaBreadcrumbSeparator {
    color: #999;
}

.qaBreadcrumbCurrent {
    color: #555;
}


.qaContactSection {
    padding: 80px 0;
}

.qaContactGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}


.qaContactInfoTitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.qaContactInfoTitle span {
    color: #ff6500;
}

.qaContactInfoText {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: 40px;
}

.qaContactDetails {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.qaContactItem {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.qaContactIcon {
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #fff, #ffe6d5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.qaContactIcon img {
    width: 24px;
    height: 24px;
}

.qaContactItemContent h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #ff6500;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.qaContactItemContent p {
    font-size: 1rem;
    color: #222;
    line-height: 1.4;
}


.qaContactForm {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f8;
}

.qaFormTitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 28px;
}

.qaFormGroup {
    margin-bottom: 20px;
}

.qaFormGroup input,
.qaFormGroup textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.95rem;
    transition: 0.2s;
    background: #fff;
}

.qaFormGroup input:focus,
.qaFormGroup textarea:focus {
    outline: none;
    border-color: #ff6500;
    box-shadow: 0 0 0 3px rgba(255, 101, 0, 0.1);
}

.qaFormGroup textarea {
    resize: vertical;
}

.qaFormRow2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.qaSubmitBtn {
    background: #ff6500;
    border: none;
    border-radius: 35px;
    padding: 12px 35px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.25s;
}

.qaSubmitBtn:hover {
    background: #e05a00;
    transform: translateY(-2px);
}

.qaSubmitBtn img {
    width: 18px;
    height: 18px;
}

.qaThankyouMessage {
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 12px;
    text-align: center;
}

.qaThankyouMessage .qaSuccess {
    color: #2e7d32;
    background: #e8f5e9;
    display: block;
    padding: 12px;
    border-radius: 10px;
}

.qaThankyouMessage .qaError {
    color: #c62828;
    background: #ffebee;
    display: block;
    padding: 12px;
    border-radius: 10px;
}


@media (max-width: 992px) {
    .qaContactGrid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .qaPageTitle {
        font-size: 2.4rem;
    }

    .qaContactForm {
        padding: 28px;
    }
}

@media (max-width: 576px) {
    .qaFormRow2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .qaContactInfoTitle {
        font-size: 1.8rem;
    }
}

.qaLegalPage {
    background: #fff;
}

.qaLegalHeader {
    background: linear-gradient(135deg, #fff 0%, #fff5ed 100%);
    padding: 140px 0 50px;
    border-bottom: 1px solid #f0f0f0;
}

.qaLegalHeaderContent {
    text-align: center;
}

.qaLegalTitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.qaLegalTitle span {
    color: #ff6500;
}

.qaLegalMeta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #666;
}

.qaLegalUpdate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff65001a;
    padding: 5px 14px;
    border-radius: 40px;
    color: #ff6500;
}

.qaLegalContent {
    padding: 60px 0 80px;
}

.qaLegalContainer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.qaLegalBlock {
    margin-bottom: 40px;
}

.qaLegalBlock h2 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6500;
    display: inline-block;
}

.qaLegalBlock h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 24px 0 12px;
}

.qaLegalBlock p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 16px;
}

.qaLegalBlock ul,
.qaLegalBlock ol {
    margin: 16px 0 16px 24px;
}

.qaLegalBlock li {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 8px;
}

.qaLegalBlock a {
    color: #ff6500;
    text-decoration: none;
}

.qaLegalBlock a:hover {
    text-decoration: underline;
}

.qaLegalContactBox {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 24px 30px;
    margin: 30px 0;
}

.qaLegalContactBox p {
    margin-bottom: 8px;
}

.qaLegalContactBox strong {
    color: #ff6500;
}

.qaLegalFooterNote {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

@media (max-width: 768px) {
    .qaLegalTitle {
        font-size: 2.2rem;
    }

    .qaLegalMeta {
        flex-direction: column;
        gap: 12px;
    }

    .qaLegalBlock h2 {
        font-size: 1.3rem;
    }
}

.qaAboutPage {
    background: #fff;
}


.qaPageHeader {
    background: linear-gradient(135deg, #fff 0%, #fff5ed 100%);
    padding: 140px 0 60px;
    border-bottom: 1px solid #f0f0f0;
}

.qaPageHeaderContent {
    text-align: center;
}

.qaPageTitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.qaPageTitle span {
    color: #ff6500;
}

.qaBreadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.qaBreadcrumbs a {
    color: #ff6500;
    text-decoration: none;
}

.qaBreadcrumbs a:hover {
    text-decoration: underline;
}

.qaBreadcrumbSeparator {
    color: #999;
}

.qaBreadcrumbCurrent {
    color: #555;
}


.qaAboutMain {
    padding: 60px 0 40px;
}

.qaAboutIntro {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.qaAboutTitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.3;
}

.qaAboutTitle span {
    color: #ff6500;
}

.qaAboutSubtext {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}


.qaFullImageSection {
    width: 100%;
    margin: 10px 0;
}

.qaFullImageContainer {
    width: 100%;
    overflow: hidden;
}

.qaFullWidthImage {
    max-width: 1000px;
    width: 98%;
    border-radius: 20px;
    height: auto;
    margin: 0 auto;
    display: block;
}


.qaStatsSection {
    padding: 50px 0 60px;
    background: #fff;
}

.qaStatsGrid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.qaStatCard {
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f1f1f8;
    transition: 0.2s;
}

.qaStatCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.qaStatNumberLarge {
    font-family: 'Inter Tight', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #ff6500;
    margin-bottom: 12px;
    line-height: 1;
}

.qaStatLabel {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}


.qaAboutDetailed {
    padding: 40px 0 80px;
    background: #fff;
}

.qaDetailedGrid {
    max-width: 1000px;
    margin: 0 auto;
}

.qaDetailedContent h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin: 40px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff6500;
    display: inline-block;
}

.qaDetailedContent h3:first-of-type {
    margin-top: 0;
}

.qaDetailedContent p {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
}


@media (max-width: 992px) {
    .qaStatsGrid4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .qaAboutTitle {
        font-size: 2rem;
    }

    .qaPageTitle {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .qaStatsGrid4 {
        grid-template-columns: 1fr;
    }

    .qaAboutTitle {
        font-size: 1.6rem;
    }

    .qaDetailedContent h3 {
        font-size: 1.3rem;
    }

    .qaStatCard {
        padding: 20px;
    }

    .qaStatNumberLarge {
        font-size: 2.5rem;
    }
}

.qaServicesPage {
    background: #fff;
}


.qaPageHeader {
    background: linear-gradient(135deg, #fff 0%, #fff5ed 100%);
    padding: 140px 0 60px;
    border-bottom: 1px solid #f0f0f0;
}

.qaPageHeaderContent {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.qaPageTitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.qaPageTitle span {
    color: #ff6500;
}

.qaPageDescription {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 24px;
}

.qaBreadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.qaBreadcrumbs a {
    color: #ff6500;
    text-decoration: none;
}

.qaBreadcrumbs a:hover {
    text-decoration: underline;
}

.qaBreadcrumbSeparator {
    color: #999;
}

.qaBreadcrumbCurrent {
    color: #555;
}


.qaServicesGridSection {
    padding: 70px 0 0 0;
}

.qaServicesGrid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}


.qaServiceDetailedCard {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f1f1f8;
    padding: 36px 32px 20px 32px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.qaServiceDetailedCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 35px rgba(255, 101, 0, 0.08);
    border-color: #ff650033;
}

.qaServiceIconLarge {
    width: 64px;
    height: 64px;
    background: linear-gradient(180deg, #fff, #ffe6d5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.qaServiceIconLarge img {
    width: 26px;
    height: 26px;
}

.qaServiceDetailedCard h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.qaServiceDetailedCard>p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 24px;
}

.qaServiceFeatures {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qaServiceFeatures li {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
}

.qaServiceFeatures li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6500;
    font-weight: bold;
    font-size: 1rem;
}


.qaServiceFullWidth {
    grid-column: span 2;
    background: linear-gradient(135deg, #fff 0%, #fffaf5 100%);
    border: 1px solid #ff650033;
}

.qaServiceFullWidthInner {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.qaServiceFullWidthInner .qaServiceIconLarge {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.qaServiceFullWidthInner .qaServiceIconLarge img {
    width: 46px;
    height: 46px;
}

.qaServiceFullContent {
    flex: 1;
}

.qaServiceFullContent h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.qaServiceFullContent>p {
    font-size: 1.05rem;
    margin-bottom: 28px;
}

.qaServiceFullFeatures {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 32px;
}

.qaServiceFullFeatures .qaServiceFeatures {
    columns: 1;
}


.qaServicesCta {
    padding: 40px 0 80px;
}


@media (max-width: 1024px) {
    .qaServicesGrid2 {
        gap: 30px;
    }

    .qaServiceDetailedCard {
        padding: 28px 24px;
    }

    .qaServiceDetailedCard h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .qaServicesGrid2 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .qaServiceFullWidth {
        grid-column: span 1;
    }

    .qaServiceFullWidthInner {
        flex-direction: column;
        gap: 24px;
    }

    .qaServiceFullFeatures {
        grid-template-columns: 1fr;
    }

    .qaPageTitle {
        font-size: 2.2rem;
    }

    .qaServiceFullContent h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .qaServiceDetailedCard {
        padding: 20px 18px;
    }

    .qaServiceIconLarge {
        width: 52px;
        height: 52px;
    }

    .qaServiceIconLarge img {
        width: 28px;
        height: 28px;
    }

    .qaServiceDetailedCard h3 {
        font-size: 1.3rem;
    }
}

































@media (max-width: 1024px) {
    .qaServicesGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .qaTitle {
        font-size: 2.8rem;
    }
}

@media (max-width: 880px) {
    .qaMobileToggle {
        display: block;
    }

    .qaNavMenu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100%;
        background: #fff;
        flex-direction: column;
        padding: 100px 32px;
        gap: 28px;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
        z-index: 200;
    }

    .qaNavMenu.open {
        left: 0;
    }

    .qaNav {
        position: relative;
    }

    .qaNavMenu li a {
        font-size: 1.2rem;
    }

    .qaBtnOutline {
        margin-left: 0;
    }

    .qaStatsRow {
        flex-direction: column;
    }

    .qaStatItem {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 20px;
    }

    .qaCtaBlock {
        flex-direction: column;
        text-align: center;
    }

    .qaGrid3 {
        flex-direction: column;
    }

    .qaServicesGrid {
        grid-template-columns: 1fr;
    }

    .qaFooterInner {
        flex-direction: column;
    }

    .qaHeaderInner {
        flex-wrap: nowrap;
    }
}

@media(max-width: 600px) {
    .wrapper {
        max-width: 98%;
    }

    .qaTitle {
        font-size: 2rem !important;
    }

    .qaScreenshot img {
        border-radius: 15px;
    }

    .qaSection {
        padding: 40px 0;
    }

    .qaCtaText h2 {
        font-size: 1.9rem !important;
    }

    .qaContainer {
        padding: 0 20px;
    }

    .qaBrandText {
        font-size: 1.4rem;
    }

    .qaNav {
        gap: 10px;
    }

    .qaNav .qaBtnPrimary img {
        width: 37px;
        height: 37px;
        padding: 12px;
    }

    .qaHeader {
        padding-top: 0;
    }

    .qaNav .qaBtnPrimary {
        padding: 5px 5px 5px 16px;
    }

    .qaBanner {
        padding: 120px 0 60px 0;
        background-position: center bottom;
    }

    .qaAboutWrapper {
        padding: 30px;
    }
}