.landing-page {
    background: #263446;
    color: #fff;
    line-height: 1.7;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p {
    margin-top: 0;
}

.landing-nav {
    box-shadow: 0 12px 35px rgba(0, 0, 0, .16);
}

.landing-hero {
    min-height: 100vh;
    background: #263446 url('../images/landing-leads-bg.jpg') center center / cover no-repeat;
    background-attachment: fixed;
}

.context-ads-page .landing-hero {
    background-image: url('../images/context-ads-bg.jpg');
}

.support-page .landing-hero {
    background-image: url('../images/support-bg.jpg');
}

.maintenance-page .landing-hero {
    background-image: url('../images/maintenance-bg.jpg');
}

.seo-page .landing-hero {
    background-image: url('../images/seo-bg.jpg');
}

.site-price-page .landing-hero {
    background-image: url('../images/site-price-bg.jpg');
}

.executor-page .landing-hero {
    background-image: url('../images/site-price-bg.jpg');
}

.site-card-page .landing-hero {
    background-image: url('../images/site-price-bg.jpg');
}

.landing-hero__overlay {
    min-height: 100vh;
    padding: 155px 0 80px;
    background: linear-gradient(90deg, rgba(38, 52, 70, .96) 0%, rgba(38, 52, 70, .84) 58%, rgba(22, 192, 240, .2) 100%);
    display: flex;
    align-items: center;
}

.language-switch {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 28px;
}

.language-switch a,
.language-switch span {
    min-width: 42px;
    padding: 6px 10px;
    border: 1px solid rgba(22, 192, 240, .65);
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
}

.language-switch a {
    color: #d7e2ea;
}

.language-switch span,
.language-switch a:hover {
    background: #16c0f0;
    color: #fff;
}

.landing-eyebrow {
    color: #16c0f0;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 18px;
}

.landing-hero h1 {
    max-width: 880px;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 26px;
}

.landing-lead {
    max-width: 680px;
    color: #d7e2ea;
    font-size: 19px;
    margin-bottom: 34px;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.landing-actions .main-btn {
    text-transform: none;
    border-radius: 4px;
    padding: 13px 22px;
}

.landing-page .main-btn,
.landing-page .footer-top-link,
.landing-page .language-switch a {
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.landing-page .main-btn:hover,
.landing-page .main-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(22, 192, 240, .24);
    outline: none;
}

.landing-page .main-btn:active {
    transform: translateY(0);
    box-shadow: 0 5px 12px rgba(22, 192, 240, .18);
}

.landing-page .custom-btn {
    background: linear-gradient(135deg, #16c0f0 0%, #20aee5 100%);
    border-color: #16c0f0;
}

.landing-page .custom-btn:hover,
.landing-page .custom-btn:focus {
    background: linear-gradient(135deg, #37d2f7 0%, #16a6de 100%);
    border-color: #37d2f7;
    color: #fff;
}

.landing-page .main-btn:not(.custom-btn):hover,
.landing-page .main-btn:not(.custom-btn):focus {
    color: #fff;
    background: rgba(22, 192, 240, .18);
    border-color: #37d2f7;
}

.hero-note {
    background: rgba(43, 61, 79, .88);
    border: 1px solid rgba(22, 192, 240, .42);
    border-bottom: 3px solid #16c0f0;
    border-radius: 5px;
    padding: 26px;
    margin-top: 26px;
}

.hero-note span {
    display: block;
    color: #eaf7fb;
    font-size: 15px;
    margin-bottom: 18px;
}

.hero-note span:last-child {
    margin-bottom: 0;
}

.hero-note i {
    color: #16c0f0;
    width: 25px;
}

.landing-section {
    padding: 92px 0 82px;
    background: #2b3d4f;
}

.landing-section--dark {
    background: #263446;
}

.landing-section .main-title {
    margin-bottom: 48px;
}

.landing-section .main-title h2 {
    line-height: 1.25;
}

.problem-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.problem-list div,
.landing-card,
.price-card,
.accent-panel,
.honesty-box {
    background: #2b3d4f;
    border: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 2px solid rgba(22, 192, 240, .65);
    border-radius: 5px;
}

.landing-section:not(.landing-section--dark) .landing-card,
.landing-section:not(.landing-section--dark) .honesty-box {
    background: #263446;
}

.problem-list div {
    color: #d7e2ea;
    padding: 22px;
    font-size: 15px;
}

.problem-list i {
    color: #16c0f0;
    margin-right: 10px;
}

.accent-panel {
    padding: 34px;
    min-height: 100%;
}

.accent-panel p {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 0;
}

.feature-grid {
    display: flex;
    flex-wrap: wrap;
}

.landing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    padding: 34px 26px;
    margin-bottom: 30px;
    text-align: center;
}

.landing-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    color: #16c0f0;
    font-size: 34px;
    border: 1px solid rgba(22, 192, 240, .55);
    border-radius: 50%;
    margin-bottom: 22px;
}

.landing-card h3,
.price-card h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}

.landing-card p,
.price-card p,
.section-text,
.honesty-box p {
    color: #c7d2dc;
    font-size: 15px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.step {
    position: relative;
    min-height: 100%;
    padding: 28px 22px 26px;
    background: #2b3d4f;
    border-radius: 5px;
    border-top: 2px solid rgba(22, 192, 240, .75);
    text-align: center;
}

.step span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #16c0f0;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 18px;
}

.step h3 {
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 12px;
}

.step p {
    color: #d7e2ea;
    font-size: 15px;
    margin-bottom: 0;
}

.profile-photo {
    width: 100%;
    max-width: 420px;
    border-radius: 5px;
    border-bottom: 3px solid #16c0f0;
}

.experience-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.experience-points span {
    color: #16c0f0;
    border: 1px solid rgba(22, 192, 240, .6);
    border-radius: 4px;
    font-size: 15px;
    padding: 9px 14px;
}

.price-card {
    min-height: 250px;
    padding: 34px 28px;
    margin-bottom: 30px;
}

.price-card--main {
    border-color: #16c0f0;
    transform: translateY(-8px);
}

.price-card strong {
    display: block;
    color: #16c0f0;
    font-family: 'Exo 2', sans-serif;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 20px;
}

.price-card ul {
    padding-left: 0;
    margin: 22px 0 0;
    list-style: none;
}

.price-card li {
    position: relative;
    color: #c7d2dc;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.price-card li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16c0f0;
}

.price-note {
    color: #d7e2ea;
    font-size: 15px;
    margin-bottom: 0;
}

.honesty-box {
    padding: 42px;
}

.honesty-box .main-title {
    margin-bottom: 30px;
}

.honesty-box p {
    max-width: 900px;
    font-size: 15px;
    margin-bottom: 0;
}

.info-article {
    max-width: 980px;
}

.info-article p,
.info-article li {
    color: #c7d2dc;
    font-size: 16px;
    line-height: 1.75;
}

.info-article p {
    margin-bottom: 20px;
}

.info-article h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    margin: 38px 0 16px;
}

.info-article ul {
    padding-left: 0;
    margin: 20px 0 30px;
    list-style: none;
}

.info-article li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.info-article li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16c0f0;
}

.info-panel {
    background: #263446;
    border-left: 3px solid #16c0f0;
    border-radius: 5px;
    padding: 28px;
    margin: 32px 0;
}

.info-panel p:last-child {
    margin-bottom: 0;
}

.contact-links {
    margin-top: 30px;
}

.contact-links a {
    display: block;
    color: #fff;
    margin-bottom: 14px;
}

.contact-links a:hover,
.landing-footer a:hover {
    color: #16c0f0;
}

.contact-links i {
    color: #16c0f0;
    width: 24px;
}

.contact-links .contact-messenger-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: -5px;
    filter: invert(62%) sepia(91%) saturate(1805%) hue-rotate(156deg) brightness(99%) contrast(91%);
}

.landing-form {
    background: #2b3d4f;
    border-radius: 5px;
    border-bottom: 3px solid #16c0f0;
    padding: 34px;
}

.landing-form input,
.landing-form textarea {
    width: 100%;
    background: #263446;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 18px;
    outline: none;
}

.landing-form input:focus,
.landing-form textarea:focus {
    border-color: #16c0f0;
}

.landing-form textarea {
    min-height: 145px;
    resize: vertical;
}

.landing-form .main-btn {
    border-radius: 4px;
    text-transform: none;
}

.landing-form .main-btn:disabled {
    opacity: .7;
    cursor: wait;
    transform: none;
    box-shadow: none;
}

.form-status {
    color: #d7e2ea;
    min-height: 24px;
    margin-top: 18px;
}

.form-status.success,
.form-status.error {
    border-radius: 4px;
    padding: 16px 18px;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: 0 8px 20px rgba(37, 50, 66, .35);
}

.form-status.success {
    color: #fff;
    background: #2f9b54;
    border: 1px solid rgba(255, 255, 255, .16);
}

.form-status.error {
    color: #fff;
    background: #f54033;
}

.landing-footer {
    background: #2b3d4f;
    border-top: 1px solid #374757;
    color: #aebdca;
    padding: 24px 0;
}

.landing-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
}

.landing-footer p {
    margin-bottom: 0;
}

.landing-footer .footer-top-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #16c0f0;
    border: 1px solid rgba(22, 192, 240, .65);
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 600;
    letter-spacing: .4px;
}

.landing-footer .footer-top-link:hover {
    color: #fff;
    background: #16c0f0;
    border-color: #16c0f0;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(22, 192, 240, .16);
}

.landing-footer .footer-top-link:active {
    transform: translateY(0);
    box-shadow: none;
}

.landing-footer .footer-top-link i {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .landing-hero h1 {
        font-size: 42px;
    }

    .steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-photo {
        margin-bottom: 36px;
    }

    .price-card--main {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .landing-hero {
        background-attachment: scroll;
    }

    .landing-hero__overlay {
        padding: 125px 0 58px;
    }

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

    .landing-lead {
        font-size: 17px;
    }

    .landing-actions .main-btn {
        width: 100%;
    }

    .landing-section {
        padding: 70px 0 60px;
    }

    .problem-list,
    .steps {
        grid-template-columns: 1fr;
    }

    .accent-panel {
        margin-top: 24px;
    }

    .accent-panel p {
        font-size: 22px;
    }

    .honesty-box,
    .landing-form {
        padding: 28px 22px;
    }

    .landing-footer .container {
        display: flex;
    }

    .landing-footer p {
        margin-bottom: 0;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .landing-hero h1 {
        font-size: 30px;
    }

    .landing-section .main-title h2 {
        font-size: 24px;
    }
}
