/*
Theme Name: Blocksy STROYGTO
Template: blocksy
Version: 1.0
*/

@import url("../blocksy/style.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600&display=swap');
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.ct-page-title,
.article-title,
.news-title{
    color:#1F3654 !important;
}

.ct-header .ct-menu > li > a{
    font-family:'Roboto Condensed', sans-serif !important;
    font-weight:500 !important;
    font-size:18px !important;
    letter-spacing:0.06em;
    text-transform:uppercase;
}
/* =========================================================
   СТРОЙГТО — СТРАНИЦА НОВОСТИ
   ========================================================= */

.stroygto-article-page .container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;
    box-sizing:border-box;
}

.article-hero{
    padding:56px 0 32px;
    background:#fff;
}

.article-breadcrumbs{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    font-size:14px;
    color:#6b7785;
}

.article-breadcrumbs a{
    color:#6b7785;
    text-decoration:none;
}

.article-breadcrumbs a:hover{
    color:#1d5d8f;
}

.article-category{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 14px;
    border-radius:999px;
    background:#e8f1f7;
    color:#1d5d8f;
    font-size:14px;
    font-weight:700;
}

.article-title{
    max-width:900px;
    margin:0 0 16px;
    font-size:clamp(36px,5vw,58px);
    line-height:1.08;
    font-weight:800;
    letter-spacing:-0.02em;
    color:#0f1720;
}

.article-meta{
    color:#7b8790;
    font-size:14px;
    line-height:1.5;
}

.article-cover{
    padding:8px 0 48px;
}

.article-cover img{
    display:block;
    width:100%;
    height:auto;
    border-radius:20px;
}

.article-content-section{
    padding:0 0 56px;
}

.article-content{
    max-width:860px;
}

.article-content p{
    margin:0 0 22px;
    font-size:18px;
    line-height:1.75;
    color:#1f2937;
}

.article-content h2{
    margin:48px 0 18px;
    font-size:32px;
    line-height:1.2;
    color:#0f1720;
}

.article-content h3{
    margin:36px 0 14px;
    font-size:24px;
    line-height:1.25;
    color:#0f1720;
}

.article-content ul,
.article-content ol{
    margin:0 0 26px 22px;
    line-height:1.75;
}

.article-content li{
    margin-bottom:10px;
}

.article-content blockquote{
    margin:34px 0;
    padding:22px 24px;
    border-left:4px solid #1d5d8f;
    background:#f3f6f8;
    border-radius:12px;
}

.article-content img{
    display:block;
    max-width:100%;
    height:auto;
    border-radius:12px;
    margin:28px auto;
}

.article-footer{
    margin-top:40px;
    padding-top:28px;
    border-top:1px solid #dce3e8;
}

.article-navigation{
    padding:0 0 72px;
}

.article-nav-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.article-nav-item{
    display:flex;
    align-items:center;
    min-height:112px;
    padding:22px 24px;
    border:1px solid #dce3e8;
    border-radius:16px;
    background:#fff;
}

.article-nav-item a{
    display:block;
    text-decoration:none;
    font-weight:700;
    line-height:1.5;
    color:#0f1720;
}

.article-nav-item a:hover{
    color:#1d5d8f;
}

.article-nav-next{
    text-align:right;
}

@media (max-width:768px){

    .article-hero{
        padding:40px 0 24px;
    }

    .article-title{
        font-size:34px;
    }

    .article-content p{
        font-size:17px;
    }

    .article-nav-grid{
        grid-template-columns:1fr;
    }

    .article-nav-next{
        text-align:left;
    }
}.article-meta

/* =========================================================
   СТРОЙГТО — СТРАНИЦА НОВОСТЕЙ
   ========================================================= */

.stroygto-news-page .container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 24px;
    box-sizing:border-box;
}

.news-hero{
    padding:64px 0 48px;
}

.news-breadcrumbs{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    font-size:14px;
    color:#6b7785;
}

.news-breadcrumbs a{
    color:#6b7785;
    text-decoration:none;
}

.news-breadcrumbs a:hover{
    color:#1d5d8f;
}

.news-title{
    margin:0 0 18px;
    font-size:clamp(42px,5vw,64px);
    line-height:1.05;
    font-weight:800;
    letter-spacing:-0.02em;
    color:#0f1720;
}

.news-subtitle{
    max-width:760px;
    margin:0;
    font-size:20px;
    line-height:1.7;
    color:#4b5563;
}

.news-grid-section{
    padding:0 0 80px;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.news-card{
    display:flex;
    flex-direction:column;
    border:1px solid #dce3e8;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    transition:transform .2s ease, box-shadow .2s ease;
}

.news-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 32px rgba(15,23,32,.08);
}

.news-card-image{
    display:block;
    aspect-ratio:16/9;
    overflow:hidden;
}

.news-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.news-card-placeholder{
    width:100%;
    height:100%;
    background:#e5ebf0;
}

.news-card-content{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:22px;
    flex:1;
}

.news-card-category{
    display:inline-block;
    align-self:flex-start;
    padding:6px 12px;
    border-radius:999px;
    background:#e8f1f7;
    color:#1d5d8f;
    font-size:13px;
    font-weight:700;
}

.news-card-title{
    margin:0;
    font-size:24px;
    line-height:1.25;
}

.news-card-title a{
    color:#0f1720;
    text-decoration:none;
}

.news-card-title a:hover{
    color:#1d5d8f;
}

.news-card-date{
    color:#7b8790;
    font-size:14px;
}

.news-card-excerpt{
    color:#374151;
    font-size:16px;
    line-height:1.7;
    flex:1;
}

.news-card .btn{
    margin-top:auto;
}

.news-pagination{
    display:flex;
    justify-content:center;
    margin-top:44px;
}

.news-pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    margin:0 4px;
    border:1px solid #dce3e8;
    border-radius:10px;
    text-decoration:none;
    color:#0f1720;
    font-weight:600;
}

.news-pagination .page-numbers.current{
    background:#1d5d8f;
    border-color:#1d5d8f;
    color:#fff;
}

@media (max-width:1024px){

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

}

@media (max-width:768px){

    .news-hero{
        padding:48px 0 36px;
    }

    .news-title{
        font-size:40px;
    }

    .news-subtitle{
        font-size:18px;
    }

    .news-grid{
        grid-template-columns:1fr;
    }

}
/* =========================================================
   СТРОЙГТО — ДОКУМЕНТЫ
========================================================= */

.stroygto-documents{
    width:100%;
}

.stroygto-documents-category{
    margin-bottom:64px;
}

.stroygto-documents-category h2{
    margin:0 0 28px;
    font-size:36px;
    line-height:1.2;
    color:#1E3557;
}

.stroygto-documents-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.stroygto-document-card{
    display:flex;
    gap:20px;
    padding:26px;
    border:1px solid #E5E7EB;
    border-radius:18px;
    background:#fff;
    box-sizing:border-box;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.stroygto-document-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 28px rgba(15,23,32,.08);
}

.stroygto-document-icon{
    flex:0 0 58px;
    width:58px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#F7941D;
    color:#fff;
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
}

.stroygto-document-content{
    min-width:0;
    flex:1;
}

.stroygto-document-content h3{
    margin:0 0 12px;
    font-size:21px;
    line-height:1.3;
    color:#1E3557;
}

.stroygto-document-description{
    margin-bottom:16px;
    color:#4B5563;
    font-size:15px;
    line-height:1.6;
}

.stroygto-document-description p{
    margin:0;
}

.stroygto-document-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px 18px;
    margin-bottom:18px;
    color:#7B8790;
    font-size:13px;
}

.stroygto-document-download{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#1E5AA8;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
}

.stroygto-document-download:hover{
    color:#F7941D;
}

.stroygto-document-download span{
    font-size:18px;
}

.stroygto-document-preparing{
    color:#7B8790;
    font-size:14px;
    font-weight:600;
}

@media (max-width:768px){

    .stroygto-documents-grid{
        grid-template-columns:1fr;
    }

    .stroygto-documents-category h2{
        font-size:30px;
    }

    .stroygto-document-card{
        padding:20px;
    }

}
/* =========================================================
   СТРОЙГТО — КАРТОЧКИ РАБОТОДАТЕЛЕЙ
========================================================= */

.stroygto-employers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin: 40px 0;
}

.stroygto-employer-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(31, 41, 55, 0.06);
}

.stroygto-employer-logo {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #F7F8FA;
}

.stroygto-employer-logo img {
    max-width: 220px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.stroygto-employer-body {
    padding: 28px;
}

.stroygto-employer-status {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #EEF5FB;
    color: #1E5AA8;
    font-size: 13px;
    font-weight: 600;
}

.stroygto-employer-card h3 {
    margin: 0 0 12px;
    color: #1E5AA8;
    font-size: 24px;
    line-height: 1.2;
}

.stroygto-employer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.stroygto-employer-info span {
    padding: 5px 10px;
    background: #F7F8FA;
    border-radius: 6px;
    color: #4B5563;
    font-size: 14px;
}

.stroygto-employer-description {
    margin-bottom: 20px;
    color: #1F2937;
    line-height: 1.6;
}

.stroygto-employer-feature {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
}

.stroygto-employer-feature strong {
    display: block;
    margin-bottom: 5px;
    color: #1E5AA8;
}

.stroygto-employer-feature p {
    margin: 0;
    color: #4B5563;
    line-height: 1.5;
}

.stroygto-employer-link {
    display: inline-block;
    margin-top: 24px;
    color: #F7941D;
    font-weight: 600;
    text-decoration: none;
}

.stroygto-employer-link:hover {
    color: #D97706;
}


/* МОБИЛЬНЫЕ */

@media (max-width: 768px) {

    .stroygto-employers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stroygto-employer-body {
        padding: 22px;
    }

}
/* =========================================================
   СТРОЙГТО — ФОРМА РЕГИСТРАЦИИ
========================================================= */

.stroygto-register {
    max-width: 850px;
    margin: 40px auto;
}

.stroygto-register form {
    padding: 35px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(31, 41, 55, 0.06);
}

.stroygto-register h2 {
    margin-top: 0;
    color: #1E5AA8;
}

.stroygto-register-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

.stroygto-register label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.stroygto-register input,
.stroygto-register select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 7px;
    box-sizing: border-box;
}

.stroygto-register small {
    color: #6B7280;
}

.stroygto-register-consent {
    margin: 25px 0;
}

.stroygto-register-consent label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 400;
}

.stroygto-register-consent input {
    width: auto;
    min-height: auto;
    margin-top: 4px;
}

.stroygto-register-button {
    display: inline-block;
    padding: 13px 28px;
    border: 0;
    border-radius: 7px;
    background: #F7941D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.stroygto-register-button:hover {
    background: #D97706;
}

.stroygto-register-error,
.stroygto-register-success {
    margin-bottom: 25px;
    padding: 18px 22px;
    border-radius: 8px;
}

.stroygto-register-error {
    background: #FEF2F2;
    border: 1px solid #FECACA;
}

.stroygto-register-success {
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
}

@media (max-width: 700px) {

    .stroygto-register-grid {
        grid-template-columns: 1fr;
    }

    .stroygto-register form {
        padding: 22px;
    }

}
/* =========================================================
   СТРОЙГТО — АВТОРИЗАЦИЯ И ЛИЧНЫЙ КАБИНЕТ
========================================================= */

.stroygto-login {
    max-width: 520px;
    margin: 40px auto;
}

.stroygto-login form {
    padding: 32px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
}

.stroygto-login h2 {
    margin-top: 0;
    color: #1E5AA8;
}

.stroygto-login label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.stroygto-login input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #D1D5DB;
    border-radius: 7px;
    box-sizing: border-box;
}

.stroygto-login-button {
    width: 100%;
    margin-top: 10px;
    padding: 13px;
    border: 0;
    border-radius: 7px;
    background: #F7941D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.stroygto-login-error {
    margin-bottom: 20px;
    padding: 15px;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 8px;
}

.stroygto-login-register {
    text-align: center;
}


/* ЛИЧНЫЙ КАБИНЕТ */

.stroygto-account {
    max-width: 1000px;
    margin: 40px auto;
}

.stroygto-account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.stroygto-account-header h2 {
    margin: 5px 0 0;
    color: #1E5AA8;
}

.stroygto-account-label {
    color: #6B7280;
    font-size: 14px;
}

.stroygto-logout {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #D1D5DB;
    border-radius: 7px;
    text-decoration: none;
}

.stroygto-account-section {
    margin-bottom: 25px;
    padding: 28px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
}

.stroygto-account-section h3 {
    margin-top: 0;
    color: #1E5AA8;
}

.stroygto-account-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 30px;
}

.stroygto-account-grid span {
    display: block;
    margin-bottom: 5px;
    color: #6B7280;
    font-size: 14px;
}

.stroygto-account-grid strong {
    display: block;
    color: #1F2937;
}

.stroygto-account-placeholder {
    padding: 20px;
    background: #F7F8FA;
    border-radius: 8px;
}

@media (max-width: 700px) {

    .stroygto-account-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .stroygto-account-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   ВКЛАДКИ ДОКУМЕНТОВ СТРОЙГТО
========================================================= */

.stroygto-document-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.stroygto-document-tab {
    border: 1px solid #d5dde3;
    background: #f4f7f9;
    color: #26343d;
    padding: 12px 22px;
    border-radius: 8px;
    cursor: pointer;

    font-family: var(--theme-heading-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.stroygto-document-tab:hover {
    background: #e8eef2;
}

.stroygto-document-tab.active {
    background: #26343d;
    color: #fff;
    border-color: #26343d;
}


.stroygto-document-category-description,
.stroygto-document-category-description p,
.stroygto-document-description,
.stroygto-document-description p {
    font-family: var(--theme-font-family);
    font-weight: 400;
    line-height: 1.6;
}
.stroygto-document-panel {
    display: none;
}

.stroygto-document-panel.active {
    display: block;
}

.stroygto-document-category-description {
    margin-bottom: 28px;
}

.stroygto-document-category-description p {
    margin: 0;
}

.stroygto-document-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
}

.stroygto-document-download,
.stroygto-document-pdf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.stroygto-document-tab {
    font-family: var(--theme-font-family);
    font-weight: 600;
}