:root {
    --color-primary: #965eeb;
    --color-dark: #000;
    --color-text: #333;
    --color-bg: #f4f4f4;
    --radius-lg: 20px;
}

/* ===== Reset & Base ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;
}
@media only screen and (max-width: 540px) {
    body {
        /* padding: 10px 10px 0 10px; */
    }
}

header {
    background: #965eeb;
    color: white;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


@media only screen and (max-width: 540px) {
    .menu nav {
        display: none;
    }
}

.menu nav a {
    color: white;
    margin: 0 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}
.menu nav a:hover {
    color: #965eeb;
}


.hero {
    position: relative;
    background-image: url('/assets/img/back.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;

    padding: 50px 120px 70px 120px;
    background-color: #f4f4f4;
    border-radius: 20px;
    max-width: 1290px;
    margin: 20px auto;
}

@media only screen and (max-width: 540px) {
    .hero {
        padding: 20px;
        margin: 0;
    }
}

.hero::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000094;
    mix-blend-mode: multiply;
    border-radius: 20px;
}

.no-radius {
    border-radius: 0;
    max-width: none;
    margin: 0 auto;
}
.no-radius::before {
    border-radius: 0;
}

.hero__navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.hero__navigation .logo {
    color: #fff;
    font-size: 20px;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.3s;
}

.hero__navigation .logo:hover {
    color: #965eeb;
    font-size: 20px;
    font-weight: 600;
}

.hero__navigation .logo a {
    color: #fff;
    text-decoration: none;
}

.hero__container {
    max-width: 1290px;
    display: flex;
    margin: 0 auto;
    position: relative;

}

.hero h1 {
    margin-bottom: 20px;

    vertical-align: middle;
    color: #ffffff;
    font-size: 70px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.hero h2 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}


.purpure-title {
    position: relative;
    padding-left: 24px;
    margin: 0px 0 18px 0; 
    font-size: 18px;

    font-weight: 300;    
    color: #965eeb;
}

.purpure-title:before {
    content: '';

    position: absolute;
    left: 0px;
    top: 9px;
    
    border-radius: 3000px 3000px 3000px 3000px;
    width: 10px;
    height: 10px;
    background-color: #965eeb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.purpure-title-white {
    color: #fff;
}

.purpure-title-white:before {
    background-color: #fff;
}

    
@media only screen and (max-width: 540px) {
    .hero h1 {
        font-size: 32px;
    }
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    width: fit-content;
}
@media only screen and (max-width: 540px) {
    .hero form {
        width: 100%;
    }
}

.hero input, .hero button {
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

.hero input {
    min-width: 350px;
    max-width: 100%;
    padding: 16px;
    color: #222;
    font-size: 16px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media only screen and (max-width: 540px) {
    .hero input {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
}

.hero button {
    background-color: #965eeb;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
    position: absolute;

    width: 54px;
    height: 54px;
    border-radius: 100%;
    right: 2px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    
        border: 2px solid #965eeb;

}

.hero button:hover {
 
 
    color: #fff;
    border: 2px solid #965eeb;
    background: #000;
}

section {
    padding: 60px 20px;
}

h2 {
    margin-bottom: 40px;

    text-align: left;
    margin-bottom: 40px;
    vertical-align: middle;
    color: #000000;
    font-size: 40px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 54px;
}


@media only screen and (max-width: 540px) {

    h2 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 10px;
    }

}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1290px;
    margin: auto;
}
@media only screen and (max-width: 840px) {
    .grid-no-gap {
        gap: 0;
    }
}

.card {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}
@media only screen and (max-width: 540px) {
    .card {
        padding: 10px;
    }
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 70px;
    height: 70px;
}

.card .title {
    display: flex;
    gap: 14px; 
    align-items: center;
}

.card h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 18px;
}

.card .select {
    background: #000;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s;

    color: #fff;
    text-align: center;
    padding: 10px 8px;
    font-size: 16px;
}
.card .select:hover {
    background: #965eeb;
}


.pricing .card {
    background: #f7f7f5;
}

.reviews blockquote {
    background: #fff;
    padding: 20px;
    border-left: 4px solid #965eeb;
    margin: 0 auto 30px auto;
    max-width: 800px;
    border-radius: 8px;
    font-style: italic;
}


.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 14px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.contact-form button {
    padding: 12px 25px;
    background-color: #965eeb;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

footer {
    background: #1e1e1e;
    color: #ccc;
    text-align: center;
    padding: 20px;
    /* margin: -10px; */
}

footer a {
    color: #aaa;
    margin: 0 5px;
    text-decoration: none;
}


.sale {
    position: relative;
    margin: 10px;
    background: #d6d6d6;
    width: fit-content;
    padding: 4px 8px;
    font-size: 11px;
    color: #222;
    border-radius: 8px;
}

.sale_offer {
    border-radius: 0;
    padding: 4px;
    font-size: 12px;

    position: absolute;
    top: -22px;
    right: 20px;
    transform: scale(1.1);
}

.sale_offer:before {
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEzIDI4VjBINC4wOTRDMS4yNDYgMC0uNDc0IDMuMTUgMS4wNjYgNS41NDdsMy4zNDggNS4yMDhhNiA2IDAgMCAxIDAgNi40OWwtMy4zNDggNS4yMDhDLS40NzQgMjQuODUgMS4yNDYgMjggNC4wOTQgMjhIMTNaIi8+PC9zdmc+);
    -webkit-mask-position: right;
    mask-position: right;
    left: 0;
    -webkit-mask-origin: center left;
    mask-origin: center left;
    content: '';

    position: absolute;
    top: 0;
    left: -10px;
    align-self: stretch;
    display: block;
    width: 13px;
    height: 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #965eeb;

}

.sale_offer:after {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTQuODggMS44MzcgNi4zNiA5Ljg5MmE0LjIgNC4yIDAgMCAxIDAgNC41NDJsLTYuMzYgOS44OTJBNCA0IDAgMCAxIDEuNTE3IDI4SDBWMGgxLjUxNmE0IDQgMCAwIDEgMy4zNjUgMS44MzdaIi8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTQuODggMS44MzcgNi4zNiA5Ljg5MmE0LjIgNC4yIDAgMCAxIDAgNC41NDJsLTYuMzYgOS44OTJBNCA0IDAgMCAxIDEuNTE3IDI4SDBWMGgxLjUxNmE0IDQgMCAwIDEgMy4zNjUgMS44MzdaIi8+PC9zdmc+);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTQuODggMS44MzcgNi4zNiA5Ljg5MmE0LjIgNC4yIDAgMCAxIDAgNC41NDJsLTYuMzYgOS44OTJBNCA0IDAgMCAxIDEuNTE3IDI4SDBWMGgxLjUxNmE0IDQgMCAwIDEgMy4zNjUgMS44MzdaIi8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTQuODggMS44MzcgNi4zNiA5Ljg5MmE0LjIgNC4yIDAgMCAxIDAgNC41NDJsLTYuMzYgOS44OTJBNCA0IDAgMCAxIDEuNTE3IDI4SDBWMGgxLjUxNmE0IDQgMCAwIDEgMy4zNjUgMS44MzdaIi8+PC9zdmc+);
    -webkit-mask-origin: center right;
    mask-origin: center right;

    content: '';

    position: absolute;
    top: 0;
    right: -12px;
    align-self: stretch;
    display: block;
    width: 13px;
    height: 100%;
    background-color: #965eeb;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}


.price {
    font-size: 26px;
    font-weight: 600;
    color: #2b2b2b;
    margin: 10px;
}

.for-one {
    color: #000;
    margin: 0 10px;
    height: 26px;
}

.old_price {
    position: relative;
    font-weight: 300;
    font-size: 20px;
}

.old_price:before {
    opacity: 1;
    content: "\00a0";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MiIgaGVpZ2h0PSI3IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNGRjJENEIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMS4yIiBkPSJNMS4wMjkgNC4xMzJDMTAuMDA0IDIuNjg5IDI4LjUwOS43MiAzNy44OTggMS45OTFjNS4xNzIuNy0xOS41MzIgMi4xNC0yMS42OTcgMy44NzgtMS43NTQgMS40MDkgMjkuMDMtMi41MzcgNDQuMjg0LTMuMjI4Ii8+PC9zdmc+) no-repeat 50%;
    background-size: 110%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    filter: drop-shadow(2px 4px 6px black);
}

.block {
    padding: 70px 120px;
    background-color: #f4f4f4;
    border-radius: 20px;
    max-width: 1290px;
    margin: 20px auto;
}
.block__content {
    max-width: 1290px;
    margin: 0 auto;
}
@media only screen and (max-width: 540px) {
    .block {
        padding: 20px;
    }
}


.button {
        border: 2px solid #965eeb;
    padding: 11px 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    background-color: #965eeb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.button:hover {
    color: #fff;
    
    border: 2px solid #965eeb;
    background: #000;
}

@media only screen and (max-width: 540px) {
    .button {
        padding: 6px 12px;
        font-size: 16px;
    }
}

.link {
    display: block;
    width: fit-content;
    margin: 10px 0;

    color: #fff;
    font-size: 14px;
    text-decoration: dashed;
}
.link:hover {
    transition: all 0.3s;
    color: #965eeb;
}




    .steps {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        text-align: center;
    }
    @media only screen and (max-width: 540px) {
        .steps {
            flex-direction: column;
        }
    }

    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        
        background: #965eeb12;
        padding: 20px 0;
        border-radius: 20px;
    }
    @media only screen and (max-width: 540px) {
        .step {
            padding: 20px;
        }
    }

    .step-number {
        border: 2px solid #965eeb;
        position: relative;
        width: 80px;
        height: 80px;
        color: #965eeb;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 10px;
        overflow: hidden;
    }
    @media only screen and (max-width: 540px) {
        .step-number {
            width: 50px;
            height: 50px;
            margin-bottom: 6px;
            font-size: 1.8rem;
        }
    }
    

    .step-title {
        font-size: 1.125rem;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .step-description {
        font-size: 0.875rem;
        color: #666;
    }


    .faq-wrap .item {
        transition: .3s;
        padding: 10px 20px;
        margin: 10px auto;
        position: relative;
        background: none;
        border-radius: 15px;
    }

    .faq-wrap .item:not(:last-child) {
        margin-bottom: 0px;
    }

    .faqs-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 20px;
    }

    .faqs-wrap .faq-wrap {
        width: 100%;
        margin: 0;
    }

    .faq-wrap.plus {
        max-width: 100%;
    }


    .faq-wrap.plus .title {
        cursor: pointer;
        line-height: 1.5;
        display: flex;
        /* font-size: 18px; */
        font-weight: 400;
    }

    .faq-wrap.plus .title .text {
        margin-right: 20px;
        line-height: 1.2;
        font-size: 18px;
        font-weight: bold;
    }
    .faq-wrap .answer .inner {
        font-size: 14px;
        color: #4a4a4a;
        line-height: 1.5;
    }
        
    .faq-wrap .active {
        box-shadow: 0px 10px 50px 0px #0000000D;
        background: #fff;
    }


    .faqs-wrap {
        flex-direction: row;
        justify-content: space-between;
    }


    .faq-wrap .title .icon {
        width: 30px;
        height: 30px;
        min-width: 30px;

        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23965eeb"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/></svg>') 50% 50% no-repeat;
        background-size: contain;
        margin: 0px 15px 0 0;
        transition: .3s;
    }

    .faq-wrap .active .title .icon {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23000000"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/></svg>') 50% 50% no-repeat;
        background-size: contain;
    }

    section.faq .section-desc p {
        display: flex;
        align-items: center;
    }


    .more-faq span {
        display: block;
    }

    .more-faq svg {
        width: 18px;
        height: 18px;
        margin: 0 8px 0 0;
        fill: #5FB709;
    }




.tooltip {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #2cd459;
  color: white;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; 
}

.tooltip::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px; /* Центрирование */
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2cd459 transparent;
}

#input-vin {
  position: relative;
}

