/* Скопированные стили из main.css без дублирования */


/* Базовые переменные */

:root {
    --dark-bg: #21243D;
    --soft-color: #6bc9db;
    --dark-text: #212529;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('6697f5c217fb9334a09f3eac/65e547ba67db89000ff3b264_optimized_1920_flop.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    color: white;
    position: relative;
}

.logo-text {
    font-size: 2.5rem;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

.soft {
    color: #6bc9db;
}

.clean {
    color: white;
}

.logo-text .soft {
    color: #88E1F2;
    font-size: 45px;
    font-weight: 700;
}

.logo-text .clean {
    color: white;
    font-size: 45px;
    font-weight: 700;
}

.nav-link {
    margin: 0 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.social-icons {
    display: flex;
    margin: 15px 0;
}

.phone-icon {
    background-color: #4CAF50;
}

.telegram-icon {
    background-color: #0088cc;
}

.viber-icon {
    background-color: #7360f2;
}

.instagram-icon {
    background-color: #C13584;
}

.facebook-icon {
    background-color: #3b5998;
}

.whatsapp-icon {
    background-color: #25D366;
}

.btn-outline-light {
    border-radius: 30px;
    padding: 8px 20px;
    border: 2px solid #6bc9db;
    color: white;
    font-weight: 500;
}

.btn-outline-light:hover {
    background-color: #6bc9db;
    border-color: #6bc9db;
    color: var(--dark-bg);
}

.navbar-toggler {
    color: white;
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-title {
    font-size: 3rem;
    font-weight: 900;
    margin-top: 160px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
}

.phone-number {
    color: #6bc9db;
    font-size: 1.2rem;
    font-weight: 600;
}

.phone-text {
    color: #aaa;
    font-size: 0.8rem;
}

.action-buttons {
    margin-top: 30px;
}

.action-btn {
    margin: 15px;
    border: 2px solid #6bc9db;
    border-radius: 30px;
    padding: 10px 30px;
    margin-right: 15px;
    text-decoration: none;
    color: white;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.action-btn:hover {
    background-color: #6bc9db;
    color: white;
}


/* Остальные стили (скопируйте их из main.css) */