body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #11151a;
    color: #fff;
}

header {
    text-align: center;
    padding: 0 0 12px 0;
    position: relative;
}

.brand-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 28px;
    margin-bottom: 6px;
}

.baryscan-title {
    font-size: 66px;
    font-weight: 900;
    letter-spacing: 8px;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 0 #11151a;
}

.logo-img {
    width: 135px;
    margin-bottom: 5px;
    margin-left: 8px;
}

.lang-switcher {
    position: absolute;
    right: 38px;
    top: 16px;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 1px;
}

.lang-switcher a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    margin: 0 2px;
    padding: 3px 10px;
    border-radius: 5px;
    transition: 0.2s;
}

.lang-switcher .active, .lang-switcher a:hover {
    background: #0b93e3;
    color: #fff;
    opacity: 1;
}

.main-menu {
    display: flex;
    justify-content: center;
    gap: 58px;
    margin: 22px 0 0 0;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: 2px;
}

.main-menu a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    position: relative;
    padding: 0 2px;
}

.main-menu a.active {
    color: #0b93e3;
    text-shadow: 0 2px 0 #000a;
}

.menu-underline {
    width: 95%;
    height: 3.2px;
    background: #353a45;
    margin: 7px auto 0 auto;
    border-radius: 2px;
}

/* ----- БЛОК НА ГЛАВНОЙ ----- */
.main-block {
    margin: 62px auto 0 auto;
    background: rgba(0,0,0,0.76);
    border-radius: 24px;
    max-width: 700px;
    text-align: center;
    box-shadow: 0 0 38px 0 #0a172d26;
    padding: 48px 30px 40px 30px;
}

.headline {
    font-size: 46px;
    font-weight: 900;
    color: #1fb0f3;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
}

.desc {
    font-size: 25px;
    margin-bottom: 38px;
    color: #fff;
    font-weight: 600;
    line-height: 1.36;
}

.main-btn {
    display: inline-block;
    background: #14b4ff;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    padding: 19px 37px;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 3px 16px #067bc433;
    margin-top: 18px;
    letter-spacing: 1px;
    transition: background 0.22s, box-shadow 0.22s;
}

.main-btn:hover {
    background: #17a5e6;
    box-shadow: 0 6px 36px #05b3d61a;
}

/* ----- МОБИЛЬНАЯ ВЕРСИЯ ----- */
@media (max-width: 900px) {
    .baryscan-title { font-size: 38px; }
    .main-menu { font-size: 19px; gap: 24px; }
    .main-block { max-width: 98vw; }
    .headline { font-size: 27px; }
    .desc { font-size: 15px; }
    .logo-img { width: 72px; }
    .main-btn { font-size: 19px; padding: 12px 19px; }
}
.services-section {
    margin: 32px auto;
    max-width: 950px;
    text-align: center;
}
.services-table {
    width: 100%;
    max-width: 850px;
    margin: 32px auto 32px auto;
    background: rgba(0,0,0,0.55);
    border-radius: 16px;
    overflow: hidden;
    font-size: 1.07em;
    color: #fff;
    border-collapse: collapse;
}
.services-table th, .services-table td {
    padding: 13px 15px;
    border-bottom: 1px solid #23272e;
    text-align: left;
}
.services-table th {
    background: #10151b;
    color: #13adfd;
    font-size: 1.12em;
}
.services-table tr:last-child td {
    border-bottom: none;
}
.services-table td:last-child {
    font-weight: bold;
    text-align: right;
    color: #13adfd;
}

.packages-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin: 28px 0 0 0;
}
.package {
    background: rgba(0,0,0,0.7);
    border-radius: 18px;
    padding: 22px 24px 17px 24px;
    min-width: 200px;
    max-width: 245px;
    flex: 1 1 210px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.14);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.package h3 {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 1.18em;
    color: #13adfd;
    letter-spacing: 1px;
}
.package ul {
    list-style: disc;
    margin: 0 0 12px 18px;
    padding: 0;
    text-align: left;
}
.package-price {
    margin-top: auto;
    font-weight: bold;
    font-size: 1.13em;
    color: #13adfd;
}
.services-note {
    margin: 36px auto 0 auto;
    max-width: 780px;
    text-align: center;
    background: rgba(0,0,0,0.32);
    border-radius: 8px;
    color: #fff;
    padding: 14px 8px 15px 8px;
    font-size: 1em;
    font-style: italic;
}

@media (max-width: 700px) {
    .services-section, .services-table { max-width: 99vw; }
    .packages-grid { flex-direction: column; align-items: center; }
    .package { min-width: 0; max-width: 98vw; }
}

@media (max-width: 600px) {
    .brand-row {
        flex-direction: column;
        gap: 0;
    }
    .baryscan-title {
        font-size: 10vw;
        margin-bottom: 8px;
    }
    .logo-img {
        width: 22vw;
        min-width: 62px;
        margin-top: 7px;
        margin-bottom: 4px;
    }
    .main-menu {
        flex-direction: column;
        gap: 10px;
        font-size: 17px;
        margin-top: 9px;
    }
    .lang-switcher {
        position: static;
        margin: 6px auto 0 auto;
        font-size: 14px;
    }
    .main-block {
        margin-top: 13vw;
        padding: 12px 2vw 13px 2vw;
    }
}
