﻿body, h1, h2, h3, h4, p {
    font-family: "Anek";
}

    h1:focus {
        outline: none;
    }

:focus:not(:focus-visible) {
    outline: none;
}

:focus-visible {
    outline: 2px solid #ff7a00;
    outline-offset: 3px;
}

/*Section hero*/

.hero {
    background: linear-gradient(135deg,#ff6b00,#ffb347);
    padding: 25px 25px 0 25px;
}

.hero-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-left {
}

.logo {
    width: 500px;
}

.hero h1 {
    font-size: 54px;
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 22px;
    color: white;
    opacity: .9;
}

.cta {
    margin-top: 30px;
    padding: 16px 34px;
    border: none;
    border-radius: 30px;
    background: white;
    font-weight: 600;
    cursor: pointer;
}

.phone {
    width: 425px;
    filter: drop-shadow(0 40px 40px rgba(0,0,0,.3));
}

/*Section trust*/

.trust {
    background: #000;
    padding: 90px 25px;
    color: white;
}

.trust-grid {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

    .trust-grid h2 {
        font-size: 40px;
        margin: 0
    }

.client-count {
    margin-top: 25px;
}

.client-count-text {
    vertical-align: super;
    font-size: 30px;
}

.client-count-subtext {
    margin: 0;
    margin-top: -15px;
    color: #bfbfbf;
}



.logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    opacity: .7;
    align-items: center;
}

    .logos img {
        width: 100px;
    }

/*Section experience*/

.experience {
    background: #111;
    padding: 90px 25px 0 25px;
}

.experience-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.experience-phone {
    position: relative;
}

    .experience-phone::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 379px;
        background: radial-gradient(circle, #ff7a00 0%, transparent 70%);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.5;
        z-index: 0;
    }


    .experience-phone img {
        width: 420px;
        max-width: 100%;
        filter: drop-shadow(0 40px 40px rgba(0,0,0,0.6));
    }


.experience-content {
    max-width: 520px;
    display: flex;
    flex-direction: column;
}


.experience-block h2 {
    font-size: 46px;
    font-weight: 600;
    color: white;
    margin-bottom: 18px;
}


.solution-title {
    font-size: 36px;
    font-weight: 600;
    color: white;
    margin-bottom: 18px;
}


.experience-text {
    color: #bfbfbf;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 28px;
}


.outline-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 12px 26px;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all .25s ease;
}


    .outline-btn:hover {
        background: white;
        color: black;
    }

/*Section how*/

.how {
    background: #000;
    color: white;
    padding: 90px 25px;
    text-align: center;
}

    .how h1 {
        font-size: 80px;
        margin: 0;
    }

.how-sub {
    margin: 0;
    margin-top: -25px;
    font-size: 20px;
    color: #bfbfbf;
}

.how-grid {
    margin-top: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.steps {
    text-align: left;
}

.step {
    margin-bottom: 30px;
}

    .step .title {
        font-size: 30px;
        margin: 0;
        vertical-align: super;
    }

    .step p {
        margin: 0;
        font-size: 20px;
    }

svg {
    width: 30px;
    height: 30px;
}

.wheel img {
    width: 420px;
}

/*Section contact*/
.contact {
    padding: 90px 40px;
    background: #111;
    color: white;
    text-align: center;
}

.contact-card {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
    background: #161616;
    padding: 25px;
    border-radius: 20px;
    margin-top: 15px;
    justify-content: space-evenly;
    align-items: center;
}

.contact h1 {
    font-size: 80px;
    margin: 0;
}

.contact-sub {
    margin: 0;
    margin-top: -25px;
    font-size: 20px;
    color: #bfbfbf;
}

.contact-form {
    flex: 1;
}

    .contact-form input,
    .contact-form textarea {
        width: 95% !important;
        margin-bottom: 12px;
        padding: 12px;
        border-radius: 6px;
        border: 1px solid #333;
        background: #111;
        color: white;
        max-width: 100%;
    }


.contact-title-block h2 {
    font-size: 25px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
    text-align: left;
}

.contact-title-block .form-subtitle {
    color: #bfbfbf;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 28px;
    margin-top: 0;
    text-align: left;
}

.form-top {
    display: flex;
    gap: 10px;
    padding: 0 5px;
}

.contact-illustration {
    flex: 1;
}

    .contact-illustration img {
        width: 65%;
    }

.send {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg,#ff8a00,#ff3cac);
    color: white;
    font-weight: 600;
    cursor: pointer;
}



.footer {
    background: #ff6b00;
    padding: 40px;
    text-align: center;
    color: white;
}

    .footer img {
        width: 200px;
    }

/* ---------- RESPONSIVE ---------- */

@media (max-width:1000px) {

    .hero-content {
        flex-direction: column;
        text-align: center;
    }

    .how-content {
        flex-direction: column;
    }

    .contact-card {
        flex-direction: column;
    }

    .wheel img {
        width: 280px;
    }

    .experience-container {
        flex-direction: column;
        text-align: center;
    }


    .experience-content {
        align-items: center;
    }


    .experience-block h2 {
        font-size: 36px;
    }


    .solution-title {
        font-size: 30px;
    }


    .experience-phone img {
        width: 320px;
    }
}

@media (max-width:600px) {

    .hero h1 {
        font-size: 34px;
    }

    .how h1 {
        font-size: 34px;
    }

    .contact h1 {
        font-size: 34px;
    }

    .hero-container, .how-grid, .trust-grid {
        flex-direction: column;
    }

    .logo {
        width: 250px;
    }

    .phone {
        width: 225px;
        margin-left: 100px;
    }

    .how-sub {
        margin-top: 0;
    }

    .contact-sub {
        margin-top: 0;
    }

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

    .hero-phone img {
        width: 220px;
    }

    .experience {
        padding: 80px 20px;
    }

    .experience-block h2 {
        font-size: 30px;
    }

    .trust-grid h2 {
        font-size: 30px;
    }

    .solution-title {
        font-size: 30px;
    }

    .experience-text {
        font-size: 18px;
    }

    .contact-form input, .contact-form textarea {
        width: 86% !important;
    }

    .send {
        width: 96%;
    }
}
