/*==================================================
WORKWAY LIGHT 2026
PART 1
==================================================*/

:root{

--primary:#4F8EF7;
--primary-hover:#3D7BE3;

--bg:#FBFCFE;
--section:#FFFFFF;
--section-alt:#F5F8FD;

--text: rgb(82, 75, 75);
--title:#73839B;

--border:#E8EEF7;

--radius:22px;

--shadow:0 10px 35px rgba(174,188,212,.18);

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

background:var(--bg);

font-family:Inter,Arial,sans-serif;

color:var(--text);

font-size:16px;

line-height:1.7;

overflow-x:hidden;

}

img{

display:block;

max-width:100%;

}

a{

text-decoration:none;

color:inherit;

transition:.25s;

}

.container,
.container-second{

width:100%;

max-width:1240px;

margin:auto;

padding:0 24px;

}

/*======================
HEADER
======================*/

.header{

position:sticky;

top:0;

z-index:1000;

background:rgba(255,255,255,.94);

backdrop-filter:blur(20px);

border-bottom:1px solid var(--border);

}

.header .container{

display:flex;

justify-content:space-between;

align-items:center;

height:82px;

}

.logo{

font-size:30px;

font-weight:700;

letter-spacing:.5px;

color:blue;

}

.nav{

display:flex;

align-items:center;

gap:34px;

}

.nav a{

font-size:15px;

font-weight:500;

color:#8A98AD;

padding:8px 0;

}

.nav a:hover{

color:#6B90DA;

}

.burger{

display:none;

font-size:30px;

color:#90A3BE;

cursor:pointer;

}

/*======================
BUTTONS
======================*/

.btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:15px 34px;

background:#EAF3FF;

border:none;

border-radius:16px;

font-size:15px;

font-weight:600;

color:#5E8FE8;

transition:.25s;

cursor:pointer;

}

.btn:hover{

background:#DCEBFF;

}

.btn.big{

padding:18px 40px;

}

.btn.ghost{

background:#fff;

border:1px solid var(--border);

color:#7D90A8;

}

.btn.ghost:hover{

background:#F6F9FD;

}

.phone-btn{

background:none;

border:none;

font-weight:600;

color:#7A95C8;

}

/*======================
HERO
======================*/

.hero{

padding:120px 0;

}

.hero .container{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

}

.hero h1{

font-size:60px;

font-weight:600;

line-height:1.1;

color:#7F91A9;

margin-bottom:24px;

}

.hero p{

font-size:19px;

max-width:560px;

color:#98A6B9;

}

.hero-actions{

margin-top:40px;

display:flex;

gap:18px;

flex-wrap:wrap;

}

/*======================
CARDS
======================*/

.glass{

background:#fff;

border-radius:22px;

border:1px solid var(--border);

padding:34px;

box-shadow:var(--shadow);

}

.glass-link{

display:block;

transition:.25s;

}

.glass-link:hover{

transform:translateY(-5px);

}

/*======================
FEATURES
======================*/

.features{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:28px;

margin-top:70px;

}

.features>div{

background:#fff;

padding:35px;

border-radius:22px;

border:1px solid var(--border);

box-shadow:var(--shadow);

}

.features h3{

font-size:22px;

font-weight:600;

margin-bottom:15px;

color:#8193AA;

}

.features p{

color:#9AA7BA;

}

/*======================
STATS
======================*/

.stats{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:24px;

margin-top:70px;

}

.stats>div{

background:#fff;

padding:34px;

text-align:center;

border-radius:22px;

border:1px solid var(--border);

box-shadow:var(--shadow);

}

.stats h2{

font-size:42px;

font-weight:600;

color:#7EA4ED;

margin-bottom:10px;

}

.stats p{

color:#A2AEC0;

}

/*======================
CTA
======================*/

.cta{

margin-top:80px;

background:#F6F9FE;

padding:70px;

border-radius:30px;

text-align:center;

}

.cta h2{

font-size:42px;

font-weight:600;

color:#7C8FA9;

margin-bottom:18px;

}

.cta p{

max-width:700px;

margin:auto;

color:#9AA8BC;

}

/*======================
FOOTER
======================*/

.footer{

margin-top:80px;

padding:45px;

background:#FFFFFF;

border-top:1px solid var(--border);

text-align:center;

color:#A2AFC2;

font-size:15px;

}

/*==================================================
WORKWAY LIGHT 2026
PART 2
ВАКАНСИИ • КОНТАКТЫ • КАРТОЧКИ
==================================================*/

/*=========================
FILTERS
=========================*/

.filters{

display:flex;

flex-wrap:wrap;

gap:14px;

margin:45px 0;

}

.filters button{

padding:14px 24px;

background:radial-gradient(
    circle,
    #ffffff 0%,
    #ffffff 45%,
    #eaf4ff 70%,
    #bfdfff 100%
);

border:1px solid #c9d8e8;

border-radius:16px;

font-size:14px;

font-weight:500;

color:#3a4a5a;

transition:.25s;

cursor:pointer;

}

.filters button:hover{

background:#EDF5FF;

border-color:#D8E8FF;

color:#6F94D8;

}

.filters button.active{

background:#E8F2FF;

color:#5D88D6;

border-color:#D8E8FF;

}

/*=========================
VACANCIES GRID
=========================*/

.jobs-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(330px,1fr));

gap:30px;

margin-top:35px;

}

/*=========================
VACANCY CARD
=========================*/

.job-card{

background:linear-gradient(
    135deg,
    #ffffff 0%,
    #dcdcdc 20%,
    #9e9e9e 45%,
    #eeeeee 65%,
    #8a8a8a 100%
);

border-radius:24px;

padding:30px;

border:1px solid #b5b5b5;

box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.8),
    0 10px 30px rgba(0,0,0,0.18);

display:flex;

flex-direction:column;

transition:.3s;

}

.job-card:hover{

transform:translateY(-6px);

box-shadow:0 18px 45px rgba(190,205,230,.30);

}

.job-card h3{

font-size:23px;

font-weight:600;

line-height:1.35;

margin-bottom:18px;

color:rgb(53, 52, 53);

}

.job-card p{

margin-bottom:10px;

color:ffffff;

line-height:1.7;

}

.job-card .salary{

margin:20px 0;

font-size:30px;

font-weight:700;

color:blue;

}

.job-card .more{

margin-top:auto;

padding-top:20px;

font-weight:600;

color:#7EA4ED;

}

/*=========================
CONTACT
=========================*/

.contact-box{

margin-top:90px;

}

.contact-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(270px,1fr));

gap:28px;

margin-top:40px;

}

.contact-card{

background:#fff;

border:1px solid var(--border);

border-radius:24px;

padding:35px;

text-align:center;

box-shadow:var(--shadow);

transition:.3s;

}

.contact-card:hover{

transform:translateY(-5px);

}

.manager-photo{

width:110px!important;

height:110px!important;

border-radius:50%;

margin:0 auto 20px;

object-fit:cover;

border:6px solid #F2F7FD;

}

.name{

font-size:22px;

font-weight:600;

margin-bottom:8px;

color:#8192A9;

}

.role{

font-size:15px;

color:#A2AEC0;

margin-bottom:20px;

}

.phone{

display:inline-flex;

justify-content:center;

align-items:center;

padding:14px 24px;

background:#EDF5FF;

border-radius:14px;

color:#6F94D8;

font-weight:600;

transition:.25s;

}

.phone:hover{

background:#DDEBFF;

}

.contact-links{

display:grid;

gap:12px;

margin-top:24px;

}

.contact-links a{

padding:15px;

border-radius:14px;

background:#F7FAFE;

border:1px solid var(--border);

font-weight:500;

color:#91A1B6;

transition:.25s;

}

.contact-links a:hover{

background:#EDF5FF;

color:#6D8FD4;

}

/*=========================
OFFICE
=========================*/

.office-photo{

margin:60px 0;

overflow:hidden;

border-radius:30px;

background:#fff;

box-shadow:var(--shadow);

}

.office-photo img{

width:100%;

height:380px;

object-fit:cover;

}

.office-photo-overlay{

padding:35px;

background:#fff;

}

.office-photo-overlay h2{

font-size:34px;

font-weight:600;

margin-bottom:12px;

color:#7E91AB;

}

.office-photo-overlay p{

color:#A2AEC0;

line-height:1.8;

}

/*=========================
BACK BUTTON
=========================*/

.back-link{

display:inline-flex;

align-items:center;

gap:10px;

padding:14px 22px;

background:#fff;

border-radius:14px;

border:1px solid var(--border);

box-shadow:var(--shadow);

font-weight:600;

color:#8FA0B5;

transition:.25s;

margin-bottom:35px;

}

.back-link:hover{

background:#F7FAFE;

color:#7094D9;

}

/*=========================
MODAL
=========================*/

.modal,

.contact-modal{

display:none;

position:fixed;

inset:0;

background:rgba(240,245,252,.85);

backdrop-filter:blur(10px);

z-index:9999;

}

.modal-content,

.contact-modal-content{

position:relative;

width:92%;

max-width:560px;

margin:80px auto;

background:#fff;

border-radius:26px;

padding:38px;

border:1px solid var(--border);

box-shadow:0 20px 60px rgba(185,200,225,.25);

}

.close,

.close-contact{

position:absolute;

right:18px;

top:18px;

font-size:28px;

cursor:pointer;

color:#B2BDD0;

transition:.25s;

}

.close:hover,

.close-contact:hover{

color:#7EA4ED;

}

/*==================================================
WORKWAY LIGHT 2026
PART 3
СТРАНИЦА ВАКАНСИИ • ФОРМЫ • МОБИЛЬНАЯ ВЕРСИЯ
==================================================*/

/*=========================
VACANCY PAGE
=========================*/

.vacancy-page{

padding:70px 0 90px;

}

.vacancy-card{

background:#ffffff;

border:1px solid var(--border);

border-radius:26px;

padding:42px;

box-shadow:var(--shadow);

max-width:980px;

margin:auto;

}

.vacancy-card h1{

font-size:42px;

font-weight:600;

line-height:1.2;

margin-bottom:22px;

color:#7D8FA8;

}

.vacancy-card h2{

margin:34px 0 16px;

font-size:28px;

font-weight:600;

color:#8799B2;

}

.vacancy-card h3{

margin:24px 0 14px;

font-size:22px;

font-weight:600;

color:#92A2B8;

}

.vacancy-card p{

font-size:16px;

line-height:1.8;

margin-bottom:15px;

color:#A3AFBF;

}

.description{

margin-top:25px;

white-space:pre-wrap;

font-size:16px;

line-height:1.9;

color:#A3AFBF;

}

/*=========================
LISTS
=========================*/

.vacancy-card ul{

padding-left:24px;

margin:20px 0;

}

.vacancy-card li{

margin-bottom:12px;

color:#9FAEC1;

}

.vacancy-card li::marker{

color:#8DB4F8;

}

/*=========================
TABLE
=========================*/

table{

width:100%;

margin:30px 0;

border-collapse:collapse;

background:#fff;

border-radius:18px;

overflow:hidden;

}

th{

padding:16px;

background:#F6F9FD;

color:#8698B1;

font-weight:600;

border-bottom:1px solid var(--border);

}

td{

padding:16px;

border-bottom:1px solid var(--border);

color:#A2AEC0;

}

/*=========================
INPUTS
=========================*/

input,
textarea,
select{

width:100%;

padding:15px 18px;

background:#fff;

border:1px solid var(--border);

border-radius:16px;

outline:none;

font-size:15px;

font-family:inherit;

color:#8A99AF;

transition:.25s;

}

textarea{

resize:vertical;

min-height:140px;

}

input:focus,
textarea:focus,
select:focus{

border-color:#D8E8FF;

background:#FBFDFF;

}

/*=========================
LANGUAGE
=========================*/

.language-switch{

display:flex;

gap:10px;

align-items:center;

}

.language-switch a{

padding:10px 16px;

background:#fff;

border:1px solid var(--border);

border-radius:14px;

font-size:14px;

font-weight:500;

color:#9AA9BD;

transition:.25s;

}

.language-switch a:hover{

background:#F5F9FF;

}

.language-switch a.active{

background:#EDF5FF;

border-color:#D8E8FF;

color:#7296DB;

}

/*=========================
SCROLLBAR
=========================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#F5F8FC;

}

::-webkit-scrollbar-thumb{

background:#D9E5F6;

border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

background:#BDD2F3;

}

/*=========================
TEXT SELECTION
=========================*/

::selection{

background:#E8F1FF;

color:#6C84A5;

}

/*=========================
ANIMATIONS
=========================*/

.fade-in{

opacity:0;

transform:translateY(25px);

animation:fadeUp .8s forwards;

}

.delay{

animation-delay:.2s;

}

.delay2{

animation-delay:.4s;

}

@keyframes fadeUp{

to{

opacity:1;

transform:translateY(0);

}

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:992px){

.hero .container{

grid-template-columns:1fr;

gap:45px;

}

.features{

grid-template-columns:repeat(2,1fr);

}

.stats{

grid-template-columns:repeat(2,1fr);

}

.jobs-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.header .container{

height:72px;

}

.logo{

font-size:26px;

}

.nav{

display:none;

position:absolute;

top:72px;

left:18px;

right:18px;

background:#ffffff;

border:1px solid var(--border);

border-radius:20px;

padding:20px;

flex-direction:column;

gap:18px;

box-shadow:var(--shadow);

}

.nav.active{

display:flex;

}

.burger{

display:block;

}

.hero{

padding:70px 0;

}

.hero h1{

font-size:38px;

}

.hero-actions{

flex-direction:column;

}

.hero-actions .btn{

width:100%;

}

.features{

grid-template-columns:1fr;

}

.stats{

grid-template-columns:1fr;

}

.jobs-grid{

grid-template-columns:1fr;

}

.contact-grid{

grid-template-columns:1fr;

}

.office-photo img{

height:240px;

}

.vacancy-card{

padding:28px;

}

.vacancy-card h1{

font-size:30px;

}

.language-switch{

margin-top:20px;

}

}

@media(max-width:480px){

.container,
.container-second{

padding:0 16px;

}

.hero h1{

font-size:30px;

}

.glass,
.job-card,
.contact-card{

padding:22px;

}

.footer{

padding:35px 20px;

font-size:14px;

}

.btn{

width:100%;

}

}

.messengers {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 15px;
}

.messenger-btn {
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.viber {
    background: #7360F2;
}

.whatsapp {
    background: #25D366;
}

.telegram {
    background: #229ED9;
}

.messenger-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.messengers {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.messenger-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: .3s;
}

.messenger-icon:hover {
    transform: scale(1.1);
}

.viber {
    background: #7360F2;
}

.whatsapp {
    background: #25D366;
}

.telegram {
    background: #229ED9;
}