.about-us-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 48px 0;
    background: #f3f5f7
}

.footer-content {
    display: flex;
    width: 100%;
    max-width: 90%;
    align-items: flex-start;
    gap: 48px;
    padding: 0 16px
}

.company-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1
}

.company-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%
}

.company-logo {
    width: 126.79px;
    height: 50px;
    object-fit: cover
}

.company-disclaimer {
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #9097a8;
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 18px;
    margin: 0
}

.company-copyright {
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #182543;
    font-size: 12px;
    letter-spacing: .2px;
    line-height: normal;
    margin: 0
}

.footer-nav {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px
}

.nav-header {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 0 8px
}

.nav-title {
    margin-top: -1px;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #9097a8;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 0
}

.nav-columns {
    display: inline-flex;
    align-items: flex-start;
    gap: 24px
}

.nav-column {
    width: 127px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.nav-column-secondary {
    width: 82px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.nav-column-customer {
    width: 135px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.nav-column-customer-secondary {
    width: 151px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.nav-link {
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #010b23;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    transition: text-decoration .3s
}

.nav-link:hover {
    text-decoration: underline
}

@media (max-width: 768px) {
    .about-us-section {
        padding: 32px 0
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
        padding: 0 16px
    }

    .company-info {
        width: 100%;
        gap: 16px
    }

    .company-logo {
        width: 100px;
        height: 39.5px
    }

    .company-disclaimer {
        font-size: 11px;
        line-height: 16px
    }

    .company-copyright {
        font-size: 11px
    }

    .footer-nav {
        width: 100%;
        gap: 12px
    }

    .nav-header {
        padding: 0 0 4px
    }

    .nav-title {
        font-size: 14px;
        line-height: 18px
    }

    .nav-columns {
        flex-direction: column;
        gap: 16px;
        width: 100%
    }

    .nav-column {
        width: 100%;
        gap: 8px
    }

    .nav-link {
        font-size: 13px;
        line-height: 18px
    }
}

.features-section {
    width: 100%;
    background-image: url(./rectangle-3421.png);
    background-size: cover;
    background-position: 50% 50%;
    position: relative
}

.features-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b3;
    pointer-events: none
}

.maintenance-card, .prices-card {
    background: #f4f4fd;
}

.service-card {
    flex: 1;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.service-card-content-between {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px;
    height: 100%;
}

.features-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 80px 0;
    width: 100%;
    position: relative;
    z-index: 1
}

.features-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    align-items: center;
    gap: 48px;
    padding: 0 16px
}

.features-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%
}

.features-title {
    max-width: 100%;
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0;
    line-height: 57.6px;
    margin: 0;
    padding-bottom: 30px;
}

.features-description {
    max-width: 1200px;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
    padding-bottom: 30px;
}

.features-grid {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 8px;
    width: 100%
}

.feature-card {
    display: flex;
    flex-direction: column;
    background: #00000054;
    backdrop-filter: blur(15px) brightness(100%);
    -webkit-backdrop-filter: blur(15px) brightness(100%);
    border: 0;
    border-radius: 8px
}

.feature-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 16px;
    flex: 1
}

.feature-icon {
    position: relative;
    width: 24px;
    height: 24px
}

.feature-icon-ai {
    position: absolute;
    width: 92.68%;
    height: 92.68%;
    top: 3.54%;
    left: 3.24%
}

.feature-ai-label {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial-Regular, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff80;
    font-size: 10px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap
}

.feature-icon-img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1) opacity(.5)
}

.feature-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    width: 100%
}

.feature-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%
}

.feature-title {
    width: 100%;
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    padding-bottom: 12px;
}

.feature-desc {
    width: 100%;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #fffc;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0
}

.feature-link {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer
}

.feature-link-text {
    flex: 1;
    text-align: left;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #ffffff80;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 16px;
    transition: color .3s
}

.feature-link:hover .feature-link-text {
    color: #fff
}

.feature-link-icon {
    width: 16px;
    height: 16px;
    color: #ffffff80;
    transition: color .3s
}

.feature-link:hover .feature-link-icon {
    color: #fff
}

.pricing-button {
    height: auto;
    padding: 12px 48px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    gap: 10px;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s
}

.pricing-button:hover {
    background: #f0f0f0
}

.pricing-button-text {
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap
}

.pricing-button-icon {
    width: 20px;
    height: 20px
}

@media (max-width: 1100px) {
    .features-grid {
        grid-template-columns:repeat(3, 1fr);
        gap: 12px
    }

    .brands-grid {
        grid-template-columns:repeat(3, 1fr) !important;
    }

    .ai-features-row {
        flex-direction: column
    }

    .service-action {
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .catalog-card {
        max-width: 100% !important;
    }

    .features-container {
        padding: 40px 0
    }

    .features-content {
        gap: 32px;
        padding: 0 16px
    }

    .features-header {
        gap: 16px
    }

    .features-title {
        font-size: 28px;
        line-height: 33.6px
    }

    .features-description {
        font-size: 14px
    }

    .features-grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 12px
    }

    .feature-card-content {
        padding: 16px;
        gap: 12px
    }

    .feature-title {
        font-size: 16px;
        line-height: 19.2px
    }

    .feature-desc {
        font-size: 14px
    }

    .pricing-button {
        width: 100%;
        justify-content: center;
        padding: 14px 48px
    }
}

.popular-brands-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 96px 0;
    background: #f3f5f7
}

.brands-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    align-items: center;
    gap: 32px;
    padding: 0 16px
}

.section-title {
    align-self: stretch;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #020b23;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38.4px;
    margin: 0
}

.toggle-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%
}

.toggle-group {
    display: inline-flex;
    align-items: center;
    gap: 16px
}

.toggle-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #c7cbd5;
    height: auto;
    cursor: pointer;
    transition: border-color .3s, color .3s
}

.toggle-button.active {
    border-color: #3703c9
}

.toggle-text {
    color: #535f7c;
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 22px;
    white-space: nowrap
}

.toggle-button.active .toggle-text {
    color: #3703c9
}

.savings-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px 10px 8px;
    border-radius: 16px
}

.fire-icon {
    width: 20px;
    height: 20px
}

.savings-text {
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    margin: 0
}

.text-dark {
    color: #0f0f0f
}

.text-green {
    color: #34c759
}

.plans-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
    width: 100%
}

.plan-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 300px;
    background: #fff;
    border: 0;
    box-shadow: none;
    padding-bottom: 24px;
    border-radius: 8px
}

.plan-card:not(.has-badge) {
    padding-top: 57px
}

.plan-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 10px
}

.plan-badge.badge-green {
    background: #e0ffe8
}

.plan-badge.badge-blue {
    background: #e9ecff
}

.badge-text {
    font-family: Inter, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap
}

.badge-green .badge-text {
    color: #34c759
}

.badge-blue .badge-text {
    color: #536eff
}

.plan-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 32px;
    gap: 24px;
    flex: 1;
    justify-content: space-between
}

.plan-card-content.with-badge {
    gap: 48px
}

.plan-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%
}

.plan-header {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-direction: column
}

.plan-name {
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #020b23;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    white-space: nowrap;
    margin: 0
}

.plan-subtitle {
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 400;
    color: #535f7c;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 22px;
    white-space: nowrap;
    margin: 0
}

.plan-pricing {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-direction: column
}

.plan-price {
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #020b23;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 64px;
    white-space: nowrap;
    margin: 0
}

.plan-price-details {
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0
}

.original-price {
    color: #525e7b;
    line-height: 24px;
    text-decoration: line-through
}

.price-spacer {
    color: #525e7b;
    line-height: 24px
}

.savings-amount {
    color: #34c759;
    line-height: 24px
}

.plan-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 12px 0;
    width: 100%
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%
}

.feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.feature-text {
    flex: 1;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #020b23;
    font-size: 16px;
    letter-spacing: .2px;
    line-height: normal;
    margin: 0
}

.select-button {
    display: flex;
    height: 48px;
    padding: 16px 24px;
    width: 100%;
    background: #3703c9;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    transition: background-color .3s
}

.select-button:hover {
    background: #2f02a8
}

.button-icon {
    width: 24px;
    height: 24px
}

.button-text {
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap
}

@media (max-width: 768px) {
    .popular-brands-section {
        padding: 48px 0
    }

    .brands-container {
        gap: 24px;
        padding: 0 16px
    }

    .section-title {
        font-size: 24px;
        line-height: 28.8px
    }

    .toggle-wrapper {
        flex-direction: column;
        gap: 12px
    }

    .savings-badge {
        padding: 8px 12px
    }

    .savings-text {
        font-size: 14px;
        line-height: 18px
    }

    .plans-wrapper {
        flex-direction: column;
        gap: 16px
    }

    .plan-card {
        min-width: 100%
    }

    .plan-card:not(.has-badge) {
        padding-top: 0
    }

    .plan-card-content {
        padding: 24px 20px
    }

    .plan-card-content.with-badge {
        gap: 24px
    }

    .plan-name {
        font-size: 20px;
        line-height: 26px
    }

    .plan-price {
        font-size: 40px;
        line-height: 52px
    }

    .feature-text {
        font-size: 14px
    }

    .button-text {
        font-size: 16px;
        line-height: 20px
    }
}

.pricing-plans-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 16px;
    padding: 96px 0;
    position: relative
}

.ai-mechanic-card {
    width: 100%;
    max-width: 90%;
    background: #f2f9ff;
    border: 0;
    box-shadow: none;
    border-radius: 8px
}

.ai-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 32px;
    position: relative
}

.ai-header {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    flex: 0 0 auto
}

.ai-title {
    position: relative;
    width: 100%;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 700;
    color: #020b23;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 28.8px;
    margin: 0
}

.ai-description {
    position: relative;
    max-width: 1000px;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #535f7c;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0
}

.ai-tags {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto
}

.tag {
    background: #e9ebef;
    color: #535f7c;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    border-radius: 16px;
    padding: 8px 16px;
    height: auto
}

.ai-image {
    position: absolute;
    top: 0;
    right: 32px;
    width: 236px;
    height: 231px
}

.ai-features-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    position: relative;
    flex: 0 0 auto
}

.ai-features-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.ai-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    position: relative;
    flex: 1;
    border-left: 1px solid #d1dce7
}

.ai-feature-full {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-left: 1px solid #d1dce7
}

.ai-feature-icon {
    position: relative;
    width: 24px;
    height: 24px
}

.ai-feature-title {
    position: relative;
    align-self: stretch;
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 400;
    color: #182543;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0
}

.ai-feature-desc {
    position: relative;
    align-self: stretch;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #535f7c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0
}

.ai-disclaimer {
    position: relative;
    align-self: stretch;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #9097a8;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0
}

.close-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.close-text {
    position: relative;
    width: fit-content;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #2a7ab9;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 14px;
    white-space: nowrap
}

.close-icon {
    position: relative;
    width: 16px;
    height: 16px;
    color: #2a7ab9
}

.services-row {
    display: flex;
    width: 100%;
    max-width: 90%;
    align-items: stretch;
    gap: 16px;
    position: relative;
    flex: 0 0 auto
}

.service-card {
    flex: 1;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    display: flex;
    flex-direction: column
}

.vin-card {
    background: #f5f5f7
}

.maintenance-card {
    background: #f4f4fd
}

.schematics-card {
    background: #f2f9ff
}

.service-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px
}

.service-card-content-full {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px;
    height: 100%
}

.service-content-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%
}

.service-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    position: relative;
    flex: 0 0 auto
}

.service-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.service-title {
    position: relative;
    align-self: stretch;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 700;
    color: #020b23;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 28.8px;
    margin: 0
}

.service-description {
    position: relative;
    align-self: stretch;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #535f7c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0
}

.service-tags {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex: 0 0 auto
}

.service-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.service-action {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.action-button {
    display: inline-flex;
    padding: 12px 48px;
    flex: 0 0 auto;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    border-radius: 100px;
    height: auto;
    border: none;
    cursor: pointer;
    transition: background-color .3s
}

.action-button:hover {
    background: #ffffffe6
}

.action-button-text {
    position: relative;
    width: fit-content;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap
}

.action-button-icon {
    position: relative;
    width: 20px;
    height: 20px;
    color: #000
}

.service-note {
    position: relative;
    flex: 1;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #9097a8;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0
}

.catalog-card {
    width: 100%;
    max-width: 90%;
    background: #f5f5f7;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    overflow: hidden;
}

.catalog-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px;
    position: relative
}

.catalog-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    position: relative;
    flex: 0 0 auto
}

.catalog-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.catalog-title {
    position: relative;
    align-self: stretch;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 700;
    color: #020b23;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 28.8px;
    margin: 0
}

.catalog-description {
    position: relative;
    align-self: stretch;
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    color: #535f7c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0
}

.catalog-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.catalog-button {
    display: inline-flex;
    padding: 12px 48px;
    flex: 0 0 auto;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    border-radius: 100px;
    height: auto;
    border: none;
    cursor: pointer;
    transition: background-color .3s
}

.catalog-button:hover {
    background: #ffffffe6
}

.catalog-button-text {
    position: relative;
    width: fit-content;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap
}

.catalog-button-icon {
    position: relative;
    width: 20px;
    height: 20px;
    color: #000
}

.catalog-image {
    position: absolute;
    top: 134px;
    right: 0px;
    width: 203px;
    height: 187px
}

.final-pricing-button {
    display: flex;
    width: 100%;
    max-width: 90%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    position: relative;
    flex: 0 0 auto;
    background: #e9e9ff;
    border-radius: 16px;
    height: auto;
    border: none;
    cursor: pointer;
    transition: background-color .3s
}

.final-pricing-button:hover {
    background: #e9e9ffe6
}

.final-pricing-text {
    position: relative;
    width: fit-content;
    font-family: Navigo-Medium, Helvetica, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap
}

.final-pricing-icon {
    position: relative;
    width: 20px;
    height: 20px;
    color: #000
}

@media (max-width: 768px) {
    .action-button {
        margin-bottom: 12px
    }

    .service-action {
        display: block
    }

    .pricing-plans-section {
        padding: 48px 16px;
        gap: 12px
    }

    .ai-mechanic-card {
        max-width: 100%;
        margin: 0 16px
    }

    .ai-card-content {
        padding: 20px;
        gap: 20px
    }

    .ai-title {
        font-size: 18px;
        line-height: 21.6px
    }

    .ai-description {
        font-size: 14px
    }

    .ai-image {
        display: none
    }

    .ai-features-row {
        flex-direction: column
    }

    .ai-feature {
        padding: 12px
    }

    .ai-feature-title {
        font-size: 14px
    }

    .ai-feature-desc {
        font-size: 12px
    }

    .services-row {
        flex-direction: column;
        max-width: 100%;
        margin: 0 16px;
        gap: 12px
    }

    .service-card {
        width: 100%
    }

    .service-card-content {
        padding: 20px;
        gap: 20px
    }

    .tag {
        font-size: 12px;
        padding: 6px 12px
    }

    .action-button {
        width: 100%;
        padding: 12px 24px
    }

    .action-button-text {
        font-size: 14px
    }

    .service-note {
        font-size: 10px
    }

    .final-pricing-button {
        max-width: 100%;
        margin: 0 16px;
        padding: 14px 24px
    }

    .final-pricing-text {
        font-size: 14px
    }
}

.service-details-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 32px;
    padding: 48px 0
}

.section-title {
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 400;
    color: #020b23;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: 38.4px;
    margin: 0
}

.brands-grid {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 90%
}

.brand-card {
    background: #f5f5f7;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    transition: background-color .3s;
    border-radius: 8px
}

.brand-card:hover {
    background: #ebebed
}

.brand-card-content {
    display: flex;
    flex-direction: column;
    height: 186px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px
}

.brand-image {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.brand-name {
    font-family: Navigo-Regular, Helvetica, sans-serif;
    font-weight: 400;
    color: #020b23;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19.2px;
    white-space: nowrap;
    margin: 0
}

.more-brands-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: auto;
    padding: 0;
    color: #2a7ab9;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color .3s
}

.more-brands-button:hover {
    color: #1e5a8a
}

.more-brands-text {
    font-family: Navigo-Light, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 14px
}

.more-brands-icon {
    width: 16px;
    height: 16px
}

@media (max-width: 768px) {
    .service-details-section {
        gap: 24px;
        padding: 32px 16px
    }

    .section-title {
        font-size: 24px;
        line-height: 28.8px
    }

    .brands-grid {
        grid-template-columns:repeat(3, 1fr);
        gap: 8px
    }

    .brand-card-content {
        height: 120px;
        gap: 8px;
        padding: 12px
    }

    .brand-image {
        width: 48px;
        height: 48px
    }

    .brand-name {
        font-size: 12px;
        line-height: 14.4px
    }
}

.desktop {
    background: #fff;
    width: 100%;
    position: relative
}

.header {
    width: 100%;
    height: 108px;
    border-bottom: 1px solid #e9ebef
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main {
    width: 100%
}

@media (max-width: 768px) {
    .desktop {
        min-width: 100%
    }

    .header {
        height: 64px
    }
}

:root {
    --body-font-family: "Inter", Helvetica, sans-serif;
    --body-font-size: 16px;
    --body-font-style: normal;
    --body-font-weight: 400;
    --body-letter-spacing: .20000000298023224px;
    --body-line-height: 22px;
    --body-regular-font-family: "Roboto", Helvetica, sans-serif;
    --body-regular-font-size: 14px;
    --body-regular-font-style: normal;
    --body-regular-font-weight: 400;
    --body-regular-letter-spacing: 0px;
    --body-regular-line-height: 22px;
    --charactertitle-85: rgba(0, 0, 0, .85);
    --gray-100: rgba(233, 235, 239, 1);
    --gray-200: rgba(200, 204, 214, 1);
    --gray-300: rgba(144, 151, 168, 1);
    --gray-400: rgba(83, 95, 124, 1);
    --gray-500: rgba(24, 37, 67, 1);
    --gray-600: rgba(2, 11, 35, 1);
    --primarynormal: rgba(55, 3, 201, 1)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#app {
    width: 100%;
    min-height: 100vh
}
