* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Urbanist', sans-serif;
    color: #282c32;
    line-height: 1.4;
}

.atWrapper {
    max-width: 1200px;
    width: 90%;
    margin: 15px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.05);
}

h1,h2,h3,h4{
    line-height: 1.2;
}


section {
    padding: 70px 40px;
}

.atContainer {
    max-width: 1120px;
    margin: 0 auto;
}


.atSubtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(116, 68, 253, 0.15);
    padding: 5px 10px 3px 14px;
    border-radius: 40px;
    color: #7444fd;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.atSubtitle img {
    width: 16px;
    height: 16px;
}

.atTitle {
    font-size: 2.8rem;
    font-weight: 700;
    color: #282c32;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.atText {
    font-size: 1.05rem;
    line-height: 1.5;
    color: #3f434a;
    margin-bottom: 30px;
    font-weight: 500;
}

.atBanner-block {
    background: url('../img/bg-hero.png') left top no-repeat;
    background-size: cover;
}

.atBtn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #7444fd;
    color: white;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 34px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(116, 68, 253, 0.2);
}

.atBtn i {
    font-size: 1rem;
    transition: transform 0.2s;
}

.atBtn:hover {
    background: #5a34cc;
    transform: translateY(-2px);
    box-shadow: 0 12px 20px -8px rgba(116, 68, 253, 0.4);
}

.atBtnOutline {
    background: transparent !important;
    border: 1.5px solid #7444fd !important;
    color: #7444fd !important;
    box-shadow: none;
}

.atBtnOutline:hover {
    background: rgba(116, 68, 253, 0.05);
    transform: translateY(-2px);
}


.atHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #f0edf9;
    flex-wrap: wrap;
}

.atLogo {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 7px;
}

.atLogo img {
    height: 42px;
    width: auto;
}

.atBrand {
    font-size: 1.6rem;
    font-weight: 800;
    color: #282c32;
    letter-spacing: -0.3px;
}

.atNav {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

.atNavList {
    display: flex;
    gap: 28px;
    list-style: none;
}

.atNavList a {
    text-decoration: none;
    font-weight: 600;
    color: #282c32;
    transition: 0.2s;
}

.atNavList a:hover {
    color: #7444fd;
}

.atMenuIcon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #282c32;
}


.atBanner {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.atBannerContent {
    flex: 1.2;
}

.atBannerImage {
    flex: 0.9;
    text-align: center;
}

.atBannerImage img {
    max-width: 100%;
    border-radius: 32px;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
}

.atBtnGroup {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}


.atHowGrid {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.atHowCard {
    background: #faf8ff;
    padding: 30px 24px;
    border-radius: 32px;
    flex: 1;
    transition: all 0.2s;
}

.atHowCard img {
    width: 45px;
    margin-bottom: 5px;
}

.atHowCard h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 12px;
}


.atServicesWrap {
    background: #faf8ff;
    border-radius: 48px;
    padding: 60px 40px;
    margin: 0 20px;
}

.atServicesGrid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.atServiceMain {
    flex: 1.2;
    background: white;
    border-radius: 36px;
    padding: 36px;
    box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.03);
}

.atServiceMain img {
    width: 48px;
    margin-bottom: 10px;
}

.atServiceMain h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}

.atServiceRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.atServiceRow {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.atServiceCard {
    background: white!important;
    border-radius: 20px;
    padding: 24px;
    flex: 1;
    transition: 0.2s;
}

.atServiceCard img {
    width: 48px;
    margin-bottom: 10px;
}

.atServiceCard h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}


.atAbout,
.atWhy {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.atAboutContent,
.atWhyContent {
    flex: 1;
}

.atAboutImage,
.atWhyImage {
    flex: 1;
    text-align: center;
}

.atAboutImage img,
.atWhyImage img {
    max-width: 100%;
    border-radius: 40px;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.05);
}

.atCheckList {
    list-style: none;
    margin: 25px 0;
}

.atCheckList li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-weight: 500;
}

.atCheckList li img {
    width: 22px;
}


.atCta {
    background: url('../img/bg_cta.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 48px;
    margin: 20px 40px 40px 40px;
    padding: 70px 20px;
    color: #fff !important;
}

.atCta .atTitle,
.atCta .atText {
    max-width: 700px;
    margin-left: auto;
    color: #fff;
    margin-right: auto;
}

.atCta .atBtn {
    background: #fff;
    color: #000;
}

.atFooter {
    padding: 60px 40px 30px;
    border-top: 1px solid #edeaf5;
    background: #fff;
}

.atFooterGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.atFooterCol {
    flex: 1;
    min-width: 160px;
}

.atFooterLogo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.atFooterLogo img {
    height: 40px;
}

.atFooterLogo span {
    font-weight: 800;
    font-size: 1.4rem;
}

.atFooterCol p {
    color: #5b5f66;
    line-height: 1.5;
}

.atFooterCol h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.atFooterCol ul {
    list-style: none;
}

.atFooterCol ul li {
    margin-bottom: 12px;
}

.atFooterCol ul li a {
    text-decoration: none;
    color: #3f434a;
    font-weight: 500;
    transition: 0.2s;
}

.atFooterCol ul li a:hover {
    color: #7444fd;
}

.atContactInfo p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.atCopyright {
    border-top: 1px solid #efecf8;
    padding-top: 25px;
    text-align: left;
    font-size: 0.9rem;
    color: #6b6f78;
}

.atWrapper {
    max-width: 1200px;
    width: 90%;
    margin: 15px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.05);
}

.atHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #f0edf9;
    flex-wrap: wrap;
}

.atLogo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.atLogo img {
    height: 42px;
    width: auto;
}

.atBrand {
    font-size: 1.6rem;
    font-weight: 800;
    color: #282c32;
    letter-spacing: -0.3px;
}

.atNav {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

.atNavList {
    display: flex;
    gap: 28px;
    list-style: none;
}

.atNavList a {
    text-decoration: none;
    font-weight: 600;
    color: #282c32;
    transition: 0.2s;
}

.atNavList a:hover,
.atNavList a.active {
    color: #7444fd;
}

.atBtn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #7444fd;
    color: white;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 34px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.25s ease;
}

.atBtn i {
    font-size: 1rem;
}

.atBtn:hover {
    background: #5a34cc;
    transform: translateY(-2px);
}

.atMenuIcon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #282c32;
}

.atPageHeader {
    padding: 30px 40px 0 40px;
}

.atBreadcrumb {
    display: flex;
    gap: 8px;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.atBreadcrumb a {
    text-decoration: none;
    color: #7444fd;
    font-weight: 500;
}

.atBreadcrumb span {
    color: #8a8f98;
}

.atPageTitle {
    font-size: 2.8rem;
    font-weight: 700;
    color: #282c32;
    margin-bottom: 8px;
}

.atContactBlocks {
    display: flex;
    gap: 30px;
    padding: 40px 40px 20px 40px;
    flex-wrap: wrap;
}

.atContactCard {
    flex: 1;
    background: #faf8ff;
    border-radius: 32px;
    padding: 32px 24px;
    text-align: center;
    transition: 0.2s;
}

.atContactCard svg {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.atContactCard h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.atContactCard p {
    font-size: 1rem;
    font-weight: 500;
    color: #3f434a;
}

.atFormSection {
    background: #faf8ff;
    margin: 20px 40px 50px 40px;
    border-radius: 48px;
    padding: 50px 48px;
}

.atFormTitle {
    text-align: center;
    margin-bottom: 40px;
}

.atFormTitle h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.atFormGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.atInputGroup {
    flex: 1 1 calc(50% - 24px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.atInputGroup.fullWidth {
    flex: 1 1 100%;
}

.atInputGroup label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #282c32;
}

.atInputGroup input,
.atInputGroup select,
.atInputGroup textarea {
    padding: 14px 18px;
    border: 1px solid #e2ddf5;
    border-radius: 28px;
    font-family: 'Urbanist', sans-serif;
    font-size: 1rem;
    background: white;
    transition: 0.2s;
}

.atInputGroup input:focus,
.atInputGroup select:focus,
.atInputGroup textarea:focus {
    outline: none;
    border-color: #7444fd;
    box-shadow: 0 0 0 3px rgba(116, 68, 253, 0.1);
}

.atSubmitBtn {
    background: #7444fd;
    color: white;
    border: none;
    padding: 14px 36px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.2s;
    margin-top: 20px;
}

.atSubmitBtn:hover {
    background: #5a34cc;
    transform: translateY(-2px);
}

.atPopupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.atPopupOverlay.active {
    visibility: visible;
    opacity: 1;
}

.atPopupCard {
    background: white;
    max-width: 420px;
    width: 90%;
    border-radius: 48px;
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
}

.atPopupCard svg {
    width: 70px;
    margin-bottom: 20px;
}

.atPopupCard h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.atPopupCard p {
    margin-bottom: 28px;
    color: #4b4f58;
}

.atClosePopup {
    background: #7444fd;
    border: none;
    padding: 10px 28px;
    border-radius: 40px;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 820px) {
    .atNavList {
        display: none;
        flex-direction: column;
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 28px;
        margin-top: 15px;
    }

    .atNavList.active {
        display: flex;
    }

    .atMenuIcon {
        display: block;
    }

    .atNav {
        flex-direction: column;
        align-items: flex-end;
    }

    .atContactBlocks {
        flex-direction: column;
    }

    .atFormSection {
        padding: 30px 24px;
        margin: 20px 24px 40px;
    }

    .atInputGroup {
        flex: 1 1 100%;
    }

    .atPageTitle {
        font-size: 2rem;
    }

    .atPageHeader {
        padding: 20px 24px 0;
    }
}

@media (max-width: 600px) {
    .atWrapper {
        width: 95%;
    }
}

.atAboutSection {
    padding: 70px 40px;
}

.atContainer {
    max-width: 1120px;
    margin: 0 auto;
}

.atSubtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(116, 68, 253, 0.15);
    padding: 4px 10px 4px 14px;
    border-radius: 40px;
    color: #7444fd;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.atSubtitle img {
    width: 16px;
    height: 16px;
}

.atTitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: #282c32;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.atText {
    font-size: 1.05rem;
    line-height: 1.5;
    color: #3f434a;
    margin-bottom: 30px;
    font-weight: 500;
}

.atBtn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #7444fd;
    color: white;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 34px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.25s ease;
}

.atBtn i {
    font-size: 1rem;
}

.atBtn:hover {
    background: #5a34cc;
    transform: translateY(-2px);
}

.atAboutRow {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.atAboutContent {
    flex: 1;
}

.atAboutImage {
    flex: 1;
    text-align: center;
}

.atAboutImage img {
    max-width: 100%;
    border-radius: 40px;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
}

.atAboutRowReverse {
    flex-direction: row-reverse;
}

.atValuesGrid {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.atValueCard {
    background: #faf8ff;
    border-radius: 32px;
    padding: 36px 28px;
    flex: 1;
    text-align: center;
    transition: 0.2s;
}

.atValueCard img {
    width: 44px;
    margin-bottom: 14px;
}

.atValueCard h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.atValueCard p {
    color: #4b4f58;
    line-height: 1.5;
}

@media (max-width: 820px) {
    .atAboutSection {
        padding: 50px 24px;
    }

    .atTitle {
        font-size: 2rem;
    }

    .atValuesGrid {
        flex-direction: column;
    }
}































.atServicesWrapper {
    max-width: 1200px;
    width: 90%;
    margin: 15px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.05);
}

.atServicesSection {
    padding: 70px 48px;
}

.atContainer {
    max-width: 1120px;
    margin: 0 auto;
}

.atSubtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(116, 68, 253, 0.15);
    padding: 4px 10px 4px 14px;
    border-radius: 40px;
    color: #7444fd;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.atSubtitle img {
    width: 16px;
    height: 16px;
}

.atTitle {
    font-size: 2.6rem;
    font-weight: 700;
    color: #282c32;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.atText {
    font-size: 1.05rem;
    line-height: 1.5;
    color: #3f434a;
    margin-bottom: 30px;
    font-weight: 500;
}

.atBtn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #7444fd;
    color: white;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 34px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.atBtn i {
    font-size: 1rem;
}

.atBtn:hover {
    background: #5a34cc;
    transform: translateY(-2px);
}

.atServicesHero {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.atServicesGrid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.atServiceCard {
    flex: 1;
    background: #faf8ff;
    border-radius: 32px;
    padding: 32px 28px;
    transition: 0.25s;
}

.atServiceCard img {
    width: 56px;
    margin-bottom: 24px;
}

.atServiceCard h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.atServiceCard p {
    color: #4b4f58;
    line-height: 1.5;
}

.atFeaturesGrid {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.atFeaturesLeft {
    flex: 1.2;
}

.atFeaturesRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.atFeatureItem {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.atFeatureIcon {
    background: rgba(116, 68, 253, 0.1);
    border-radius: 28px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.atFeatureIcon svg {
    width: 30px;
    height: 30px;
    stroke: #7444fd;
    stroke-width: 1.7;
}

.atFeatureContent h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.atFeatureContent p {
    color: #5b5f66;
    line-height: 1.4;
}

.atTechShowcase {
    background: #faf8ff;
    border-radius: 48px;
    padding: 60px 48px;
    text-align: center;
}

.atTechGrid {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.atTechItem {
    background: white;
    border-radius: 32px;
    padding: 32px 24px;
    flex: 1;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.atTechItem .atNumber {
    font-size: 2.8rem;
    font-weight: 800;
    color: #7444fd;
    margin-bottom: 12px;
}

.atTechItem h4 {
    font-size: 1.3rem;
    margin-bottom: 8px;
}

@media (max-width: 820px) {
    .atServicesSection {
        padding: 50px 24px;
    }

    .atTitle {
        font-size: 2rem;
    }

    .atServicesGrid {
        flex-direction: column;
    }

    .atFeaturesGrid {
        flex-direction: column;
    }

    .atTechShowcase {
        padding: 40px 24px;
    }
}



.atLegalWrapper {
    max-width: 1200px;
    width: 90%;
    margin: 15px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.05);
}

.atHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #f0edf9;
    flex-wrap: wrap;
}

.atLogo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.atLogo img {
    height: 42px;
    width: auto;
}

.atBrand {
    font-size: 1.6rem;
    font-weight: 800;
    color: #282c32;
    letter-spacing: -0.3px;
}

.atNav {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}

.atNavList {
    display: flex;
    gap: 28px;
    list-style: none;
}

.atNavList a {
    text-decoration: none;
    font-weight: 600;
    color: #282c32;
    transition: 0.2s;
}

.atNavList a:hover {
    color: #7444fd;
}

.atBtn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #7444fd;
    color: white;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 34px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

.atBtn:hover {
    background: #5a34cc;
    transform: translateY(-2px);
}

.atMenuIcon {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #282c32;
}

.atPageHeader {
    padding: 30px 40px 0 40px;
}

.atBreadcrumb {
    display: flex;
    gap: 8px;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.atBreadcrumb a {
    text-decoration: none;
    color: #7444fd;
    font-weight: 500;
}

.atBreadcrumb span {
    color: #8a8f98;
}

.atPageTitle {
    font-size: 2.6rem;
    font-weight: 700;
    color: #282c32;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.atLastUpdate {
    color: #7444fd;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.atLegalContent {
    padding: 20px 40px 60px 40px;
}

.atLegalContent h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 32px 0 16px 0;
    color: #282c32;
}

.atLegalContent h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 24px 0 12px 0;
    color: #282c32;
}

.atLegalContent p {
    font-size: 1rem;
    line-height: 1.6;
    color: #3f434a;
    margin-bottom: 16px;
}

.atLegalContent ul,
.atLegalContent ol {
    margin: 16px 0 20px 30px;
    color: #3f434a;
    line-height: 1.6;
}

.atLegalContent li {
    margin-bottom: 8px;
}

.atLegalContent a {
    color: #7444fd;
    text-decoration: none;
}

.atLegalContent a:hover {
    text-decoration: underline;
}

.atContactBlockLegal {
    background: #faf8ff;
    border-radius: 28px;
    padding: 24px 30px;
    margin: 30px 0 20px;
}

.atFooter {
    padding: 50px 40px 30px;
    border-top: 1px solid #edeaf5;
    background: #fff;
}

.atFooterGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.atFooterCol {
    flex: 1;
    min-width: 160px;
}

.atFooterLogo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.atFooterLogo img {
    height: 38px;
}

.atFooterLogo span {
    font-weight: 800;
    font-size: 1.3rem;
}

.atFooterCol p {
    color: #5b5f66;
    line-height: 1.5;
    font-size: 0.9rem;
}

.atFooterCol h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.atFooterCol ul {
    list-style: none;
}

.atFooterCol ul li {
    margin-bottom: 12px;
}

.atFooterCol ul li a {
    text-decoration: none;
    color: #3f434a;
    font-weight: 500;
    font-size: 0.9rem;
    transition: 0.2s;
}

.atFooterCol ul li a:hover {
    color: #7444fd;
}

.atContactInfo p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #3f434a;
}

.atCopyright {
    border-top: 1px solid #efecf8;
    padding-top: 25px;
    text-align: left;
    font-size: 0.85rem;
    color: #6b6f78;
}

@media (max-width: 820px) {
    .atNavList {
        display: none;
        flex-direction: column;
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 28px;
        margin-top: 15px;
    }

    .atNavList.active {
        display: flex;
    }

    .atMenuIcon {
        display: block;
    }

    .atNav {
        flex-direction: column;
        align-items: flex-end;
    }

    .atPageHeader {
        padding: 20px 24px 0;
    }

    .atLegalContent {
        padding: 20px 24px 50px;
    }

    .atFooter {
        padding: 40px 24px 30px;
    }

    .atPageTitle {
        font-size: 2rem;
    }
}








@media (max-width: 992px) {
    section {
        padding: 50px 24px;
    }

    .atHeader {
        padding: 16px 24px;
    }

    .atTitle {
        font-size: 2.2rem;
    }

    .atServicesWrap {
        padding: 40px 24px;
    }

    .atCta {
        margin: 20px 24px 30px;
        padding: 50px 20px;
    }

    .atFooter {
        padding: 40px 24px 30px;
    }
}

@media (max-width: 820px) {
    .atNavList {
        display: none;
        flex-direction: column;
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 28px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
        margin-top: 15px;
    }

    .atNavList.active {
        display: flex;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 99999;
    }

    .atBanner {
        flex-direction: column;
    }

    .atMenuIcon {
        display: block;
    }

    .atNav {
        flex-direction: column;
        align-items: flex-end;
        width: auto;
    }

    .atHeader {
        position: relative;
    }

    .atBtnGroup {
        justify-content: center;
    }

    .atHowGrid {
        flex-direction: column;
    }

    .atServicesGrid {
        flex-direction: column;
    }

    .atServiceRight .atServiceRow {
        flex-direction: column;
    }

    .atAbout,
    .atWhy {
        flex-direction: column-reverse;
    }

    .atWhy {
        flex-direction: column;
    }

    .atFooterGrid {
        flex-direction: column;
        gap: 32px;
    }

    .atBtn-header {
        display: none;
    }

    .atAboutRow {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .atWrapper {
        width: 95%;
        margin: 10px auto;
    }

    .atTitle {
        font-size: 1.9rem;
    }

    .atServiceMain {
        padding: 20px;
    }

    .atServicesGrid {
        border-radius: 15px;
    }

    .atServiceMain h3 {
        margin-bottom: 14px;
    }

    .atServiceCard {
        padding: 10px;
    }

    .atFeatureItem {
        gap: 12px;
    }
}