/* OPTYSERVIS — тема на основе шаблона Solution (Bootstrap 4), перекрашена под фирменный зелёный логотипа */

/* Шрифты шаблона, подключённые локально */
@font-face { font-family: "Lato"; font-weight: 300; font-display: swap; src: url(../fonts/Lato-Light.ttf) format("truetype"); }
@font-face { font-family: "Lato"; font-weight: 400; font-display: swap; src: url(../fonts/Lato-Regular.ttf) format("truetype"); }
@font-face { font-family: "Lato"; font-weight: 500; font-display: swap; src: url(../fonts/Lato-Medium.ttf) format("truetype"); }
@font-face { font-family: "Lato"; font-weight: 600; font-display: swap; src: url(../fonts/Lato-Semibold.ttf) format("truetype"); }
@font-face { font-family: "Lato"; font-weight: 700; font-display: swap; src: url(../fonts/Lato-Bold.ttf) format("truetype"); }
@font-face { font-family: "Lato"; font-weight: 900; font-display: swap; src: url(../fonts/Lato-Black.ttf) format("truetype"); }
@font-face { font-family: "Open Sans"; font-weight: 400; font-display: swap; src: url(../fonts/OpenSans-Regular.ttf) format("truetype"); }
@font-face { font-family: "Open Sans"; font-weight: 600; font-display: swap; src: url(../fonts/OpenSans-Semibold.ttf) format("truetype"); }
@font-face { font-family: "Open Sans"; font-weight: 700; font-display: swap; src: url(../fonts/OpenSans-Bold.ttf) format("truetype"); }

:root {
    --brand-dark: #072a1b;
    --brand: #0e6b45;
    --brand-2: #21a06b;
    --mint: #3fcf8e;
    --mint-soft: #e8faf0;
    --heading: #0d2a1e;
    --text: #667a70;
    --line: #e3ece7;
    --grad: linear-gradient(-220deg, #0b5c3b, #3fcf8e);
    --grad-btn: linear-gradient(0deg, #0e6b45 0%, #35c485 100%);
    --shadow-card: 0 15px 40px 0 rgba(10, 36, 24, 0.09);
    --shadow-soft: 0 10px 50px 0 rgba(10, 36, 24, 0.1);
    --font: "Open Sans", "Segoe UI", sans-serif;
    --display: "Lato", "Open Sans", sans-serif;
}

body {
    overflow-x: hidden;
    font-family: var(--font);
    color: var(--text);
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

img, svg { max-width: 100%; }

p {
    font-family: var(--font);
    color: var(--text);
    font-size: 18px;
}

h1, h2, h3, h4, h5 {
    font-family: var(--display);
    color: var(--heading);
}

a { color: var(--brand); }
a:hover { color: var(--brand-2); }

@media (min-width: 1200px) {
    .container { max-width: 1240px; }
}

.text-brand { color: var(--brand); }
.muted { color: var(--text); }
.small-note { font-size: 15px; }

/* ---------- Кнопки в стиле шаблона ---------- */
.btn-grad,
.submit-button {
    background-image: var(--grad-btn);
    font-size: 18px;
    font-family: var(--font);
    font-weight: 600;
    color: #fff !important;
    border: 0;
    border-radius: 50px;
    padding: 8px 8px 8px 30px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-grad:hover,
.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(18, 146, 77, 0.28);
    color: #fff;
}

.btn-grad .arrow,
.submit-button .arrow {
    background: #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-grad .arrow svg,
.submit-button .arrow svg { width: 14px; height: 14px; fill: var(--brand-2); }

.btn-grad--sm { font-size: 15px; padding: 5px 5px 5px 22px; }
.btn-grad--sm .arrow { height: 26px; width: 26px; min-width: 26px; }

.btn-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--brand);
    color: var(--brand);
    background: transparent;
    border-radius: 50px;
    padding: 8px 26px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition: all .2s ease;
}

.btn-line:hover { background: var(--brand); color: #fff; }
.btn-line--light { border-color: #fff; color: #fff; }
.btn-line--light:hover { background: #fff; color: var(--brand); }

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none !important;
    color: var(--brand);
}

.link-arrow svg { width: 13px; height: 13px; fill: currentColor; }
.link-arrow:hover { gap: 12px; }

.card { border: none; background: transparent; }

/* ---------- Навигация ---------- */
#gtco-main-nav {
    padding: 14px 0;
    position: relative;
    z-index: 5;
}

/* Логотип: фирменный знак с подписью одним изображением */
.brand { display: inline-flex; align-items: center; text-decoration: none !important; padding: 0; margin: 0; }
.brand img { height: 80px; width: auto; display: block; }
#gtco-footer .brand img { height: 70px; }

/* на средних экранах логотип и меню делят одну строку — чуть поджимаем */
@media (max-width: 1199px) {
    .brand img { height: 64px; }
    #gtco-main-nav .navbar-nav li a { font-size: 15px; padding: 5px 9px !important; }
    #gtco-main-nav .nav-tel { font-size: 17px; margin-right: 12px; }
}

@media (max-width: 991px) {
    .brand img { height: 56px; }
}

@media (max-width: 480px) {
    .brand img { height: 46px; }
    #gtco-footer .brand img { height: 54px; }
}

#gtco-main-nav .navbar-nav li a {
    font-family: var(--font);
    font-size: 16px;
    color: #45564e;
    padding: 5px 13px !important;
    text-transform: uppercase;
    font-weight: 600;
}

#gtco-main-nav .navbar-nav li a:hover,
#gtco-main-nav .navbar-nav li a[aria-current="page"] { color: var(--brand); }

#gtco-main-nav .nav-tel {
    font-family: var(--display);
    font-weight: 700;
    font-size: 19px;
    color: var(--heading);
    text-decoration: none;
    margin-right: 18px;
    white-space: nowrap;
}

#gtco-main-nav .bar1,
#gtco-main-nav .bar2,
#gtco-main-nav .bar3 {
    width: 25px;
    height: 2px;
    background-color: var(--heading);
    margin: 5px 0;
    transition: .4s;
    display: block;
    position: relative;
}

#gtco-main-nav .navbar-toggler { border: 0; outline: none; }
#gtco-main-nav .change .bar1 { transform: rotate(-42deg) translate(-2px, 6px); }
#gtco-main-nav .change .bar2 { opacity: 0; }
#gtco-main-nav .change .bar3 { transform: rotate(46deg) translate(-4px, -8px); }

/* фирменная «капля» за шапкой — как в шаблоне, но зелёная */
.hero-blob::after,
.hero-blob::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50% 0 50% 50%;
    pointer-events: none;
}

/* Начинается ниже шапки: под насыщенным градиентом тёмные пункты меню не читались */
.hero-blob::after {
    height: 540px;
    width: 900px;
    background-image: var(--grad);
    left: 49.5%;
    top: 118px;
}

.hero-blob::before {
    height: 520px;
    width: 930px;
    background-image: linear-gradient(to right, #e9f7ef, #e6fbf1);
    left: 47.5%;
    top: 140px;
}

@media (max-width: 1400px) {
    .hero-blob::after { height: 550px; width: 800px; }
    .hero-blob::before { height: 540px; width: 810px; }
}

@media (max-width: 1199px) {
    .hero-blob::after { width: 700px; }
    .hero-blob::before { width: 710px; }
}

@media (max-width: 991px) {
    .hero-blob::after { width: 55%; left: auto; right: 0; }
    .hero-blob::before { width: 55%; left: auto; right: 0; }
}

@media (max-width: 600px) {
    .hero-blob::after { width: 100%; height: 400px; }
    .hero-blob::before { width: 100%; height: 390px; }
}

.top-line {
    background: var(--brand-dark);
    color: #cfe9da;
    font-size: 14px;
    padding: 7px 0;
}

.top-line a { color: var(--mint); text-decoration: none; font-weight: 600; }

/* ---------- Баннер ---------- */
.gtco-banner-area {
    margin-top: 10px;
    min-height: 500px;
    position: relative;
}

.gtco-banner-area h1 {
    font-family: var(--display);
    font-weight: 300;
    font-size: 46px;
    line-height: 1.15;
    color: var(--heading);
    max-width: 560px;
    margin-top: 60px;
}

.gtco-banner-area h1 span { font-weight: 700; color: var(--brand); }

.gtco-banner-area .lead-text {
    max-width: 480px;
    margin: 22px 0 32px;
}

.gtco-banner-area .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.hero-facts {
    list-style: none;
    padding: 0;
    margin: 34px 0 0;
    display: grid;
    gap: 10px;
    max-width: 520px;
}

.hero-facts li {
    display: flex;
    gap: 12px;
    align-items: baseline;
    color: #4f625a;
    font-size: 16px;
}

.hero-facts b {
    font-family: var(--display);
    color: var(--brand);
    min-width: 92px;
    font-size: 18px;
    white-space: nowrap;
}

.hero-card {
    background: #fff;
    border-radius: 34px;
    box-shadow: var(--shadow-card);
    padding: 26px;
    margin-top: 60px;
    max-width: 460px;
    margin-left: auto;
}

.hero-card__label {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-2);
    margin-bottom: 10px;
}

.hero-card h2 { font-size: 22px; }
.hero-card p { font-size: 16px; }

.hero-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-family: var(--display);
    font-weight: 700;
    font-size: 30px;
    color: var(--heading);
    margin: 6px 0 2px;
}

.hero-card__price small { font-size: 15px; color: var(--text); font-weight: 400; }

@media (max-width: 991px) {
    .gtco-banner-area h1 { margin-top: 24px; font-size: 36px; }
    .hero-card { margin: 30px auto 0; }
}

/* ---------- Два направления ---------- */
.gtco-directions { margin-top: 90px; }

.dir-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: var(--shadow-card);
    padding: 34px 30px;
    height: 100%;
}

.dir-card__num {
    font-family: var(--display);
    font-weight: 700;
    font-size: 20px;
    color: var(--mint);
    margin-bottom: 6px;
}

.dir-card h3 { font-size: 26px; margin-bottom: 14px; }
.dir-card ul { padding-left: 20px; margin-bottom: 22px; }
.dir-card ul li { color: var(--text); margin-bottom: 6px; }

.dir-card--dark {
    background: var(--brand-dark);
    background-image: radial-gradient(500px 220px at 90% 0%, rgba(70, 224, 138, .25), transparent 65%);
}

.dir-card--dark h3, .dir-card--dark .dir-card__num { color: #fff; }
.dir-card--dark p, .dir-card--dark li { color: #c7ddd0; }

/* ---------- Блок «о нас» с фигурой ---------- */
.gtco-feature { margin-top: 100px; }
.gtco-feature h2, .gtco-features h2 {
    font-family: var(--display);
    font-weight: 400;
    color: var(--heading);
    font-size: 36px;
    margin-bottom: 26px;
}

.gtco-feature .shape-card { position: relative; padding: 14px 0; }

.gtco-feature .shape-card .back-bg {
    position: absolute;
    top: 2%;
    left: -7%;
    width: 114%;
    z-index: 0;
}

.gtco-feature .shape-card .art { position: relative; z-index: 1; }
.gtco-feature .shape-card svg { display: block; margin: 0 auto; }
.gtco-feature .small-note { font-size: 16px; }
.gtco-feature .link-arrow { margin-top: 16px; }

/* Круглый бейдж с иконкой на тёмной карточке */
.icon-badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(63, 207, 142, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.icon-badge svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--mint);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-badge svg[fill="currentColor"] { fill: var(--mint); stroke: none; }

.check-list { list-style: none; padding: 0; margin: 0 0 22px; }

.check-list li {
    position: relative;
    padding: 7px 0 7px 34px;
    color: var(--text);
    font-size: 17px;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--mint-soft);
    box-shadow: inset 0 0 0 2px var(--mint);
}

.check-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 18px;
    width: 6px;
    height: 3px;
    border-left: 2px solid var(--brand);
    border-bottom: 2px solid var(--brand);
    transform: rotate(-45deg);
}

/* ---------- Услуги ---------- */
.gtco-features { margin-top: 100px; }

.gtco-features { position: relative; }

.gtco-features .bg-shape {
    position: absolute;
    left: -60px;
    top: 60px;
    width: 100%;
    z-index: 0;
}

.gtco-features .cards-col > .row { position: relative; z-index: 1; }

.gtco-features .intro-col p { max-width: 340px; margin-bottom: 26px; }
.gtco-features .cards-col { padding: 10px 60px; }

@media (max-width: 767px) {
    .gtco-features .cards-col { padding: 10px 0; }
}

.gtco-features .cards-col .col-inner:first-child { margin-top: 90px; }

@media (max-width: 600px) {
    .gtco-features .cards-col .col-inner:first-child { margin-top: 20px; }
}

.service-card {
    background: #fff;
    margin: 26px 5px;
    padding: 26px 22px;
    border-radius: 22px;
    box-shadow: var(--shadow-card);
    display: block;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(10, 36, 24, .14); }

.service-card .oval {
    background: linear-gradient(to right, #eef8f2, #e8fbf1);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(20deg);
    margin-bottom: 18px;
}

.service-card .oval svg {
    width: 38px;
    height: 38px;
    transform: rotate(-20deg);
    fill: none;
    stroke: var(--brand);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card .oval svg[fill="currentColor"] { fill: var(--brand); stroke: none; }
.gtco-features-list .oval svg[fill="currentColor"] { fill: var(--brand-2); stroke: none; }

.service-card h3 {
    font-family: var(--display);
    font-size: 21px;
    color: var(--brand);
    margin-bottom: 10px;
}

.service-card p { font-size: 16px; margin-bottom: 10px; }

.service-card .price-tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--heading);
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ---------- Цифры ---------- */
.gtco-numbers-block {
    margin: 110px auto;
    color: #fff;
    position: relative;
}

.gtco-numbers-block .blob-bg {
    margin-top: -100px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.gtco-numbers-block .num-row { position: relative; z-index: 1; padding: 20px 0; }
.gtco-numbers-block h5 { font-family: var(--display); font-weight: 700; font-size: 46px; color: #fff; margin-bottom: 4px; }
.gtco-numbers-block p { font-family: var(--display); font-size: 18px; color: #eafaf0; }

@media (max-width: 1299px) {
    .gtco-numbers-block h5 { font-size: 38px; }
    .gtco-numbers-block p { font-size: 16px; }
}

@media (max-width: 767px) {
    .gtco-numbers-block h5 { font-size: 24px; }
    .gtco-numbers-block p { font-size: 13px; line-height: 1.25; }
}

@media (max-width: 500px) {
    .gtco-numbers-block h5 { font-size: 19px; }
    .gtco-numbers-block p { font-size: 11px; }
}

/* ---------- Отзывы ---------- */
.gtco-testimonials { position: relative; margin-top: 60px; }

.gtco-testimonials h2 {
    font-family: var(--display);
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    color: var(--heading);
    margin-bottom: 70px;
}

.gtco-testimonials .owl-stage-outer { padding-bottom: 30px; }
.gtco-testimonials .owl-nav { display: none; }
.gtco-testimonials .owl-dots { text-align: center; }

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid var(--mint);
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active span { background: var(--mint); height: 12px; width: 12px; }

.gtco-testimonials .card {
    background: #fff;
    box-shadow: var(--shadow-card);
    margin: 0 25px;
    padding: 26px 22px;
    border-radius: 40px;
}

.avatar-initials {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    background-image: var(--grad);
    border: 5px solid #e9f7ef;
}

.gtco-testimonials .card h5 { color: var(--brand); font-size: 20px; line-height: 1.35; font-family: var(--display); }
.gtco-testimonials .card h5 span { font-size: 16px; color: var(--text); font-family: var(--font); }
.gtco-testimonials .card p { font-size: 17px; }
.gtco-testimonials .stars { color: #f4b740; letter-spacing: 3px; font-size: 15px; margin-bottom: 8px; }

/* ---------- Преимущества списком ---------- */
.gtco-features-list { margin-top: 90px; }
.gtco-features-list .media { margin: 22px 0; }

.gtco-features-list .oval {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: var(--shadow-soft);
    padding: 14px;
    height: 62px;
    width: 62px;
    min-width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gtco-features-list .oval svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--brand-2);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gtco-features-list .media-body { font-size: 16px; color: var(--text); padding-right: 18px; }
.gtco-features-list .media-body h5 { font-family: var(--display); font-weight: 600; margin-bottom: 12px !important; font-size: 21px; }

/* ---------- Типы объектов ---------- */
.gtco-objects { margin: 60px auto; }

.object-chip {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 50px;
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    color: #4f625a;
    font-size: 15px;
    box-shadow: 0 6px 18px rgba(10, 36, 24, .04);
}

/* ---------- Тарифы ---------- */
.gtco-prices { margin-top: 90px; }

.price-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: var(--shadow-card);
    padding: 32px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-card__tag {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-2);
    margin-bottom: 10px;
}

.price-card h3 { font-size: 23px; }

.price-card__sum {
    font-family: var(--display);
    font-weight: 700;
    font-size: 32px;
    color: var(--heading);
    margin: 4px 0 16px;
    line-height: 1.1;
}

.price-card__sum small { display: block; font-size: 14px; color: var(--text); font-weight: 400; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }

.price-card ul li {
    position: relative;
    padding: 6px 0 6px 22px;
    font-size: 16px;
    color: var(--text);
}

.price-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
}

.price-card--hot {
    background: var(--brand-dark);
    background-image: radial-gradient(520px 240px at 85% 0%, rgba(70, 224, 138, .25), transparent 65%);
}

.price-card--hot h3, .price-card--hot .price-card__sum { color: #fff; }
.price-card--hot li, .price-card--hot .price-card__sum small { color: #c7ddd0; }

/* ---------- Статьи / новости ---------- */
.gtco-news { background: #fbfdfc; padding: 60px 0; margin: 100px auto 0; }

.gtco-news h2 {
    font-family: var(--display);
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    margin-bottom: 46px;
}

.gtco-news .owl-carousel .owl-nav { display: block !important; position: absolute; top: 30%; width: 100%; }

@media (max-width: 600px) {
    .gtco-news .owl-carousel .owl-nav { display: none !important; }
}

.gtco-news .owl-carousel .owl-nav .owl-prev,
.gtco-news .owl-carousel .owl-nav .owl-next {
    font-size: 80px;
    color: #b9cdc2;
    position: absolute;
    background: transparent;
    border: 0;
    line-height: .6;
}

.gtco-news .owl-carousel .owl-nav .owl-prev { left: -46px; }
.gtco-news .owl-carousel .owl-nav .owl-next { right: -46px; }
.gtco-news .owl-carousel .card { padding: 0 22px; }
.gtco-news .owl-carousel .card h5 { font-family: var(--display); font-size: 21px; color: var(--heading); margin-bottom: 14px; }
.gtco-news .owl-carousel .card h5 a { color: inherit; text-decoration: none; }
.gtco-news .owl-carousel .card h5 a:hover { color: var(--brand); }
.gtco-news .owl-carousel .card p { font-size: 16px; }

.post-thumb {
    border-radius: 34px;
    box-shadow: 0 10px 20px 0 rgba(10, 36, 24, .1);
    height: 180px;
    display: flex;
    align-items: flex-end;
    padding: 18px 22px;
    color: #fff;
    background-image: var(--grad);
    margin-bottom: 18px;
}

.post-thumb span {
    background: rgba(8, 44, 28, .32);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.post-thumb--alt { background-image: linear-gradient(-220deg, #0a3f24, #2fbc6b); }
.post-thumb--soft { background-image: linear-gradient(-220deg, #0f7a41, #43cd8c); }

/* ---------- Внутренние страницы ---------- */
.page-hero { padding: 40px 0 10px; position: relative; }
.page-hero h1 { font-family: var(--display); font-weight: 300; font-size: 42px; max-width: 900px; }
.page-hero h1 span { font-weight: 700; color: var(--brand); }
.page-hero .lead-text { font-size: 19px; max-width: 760px; margin-top: 16px; }

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-2);
    margin-bottom: 12px;
}

.eyebrow a { color: inherit; text-decoration: none; }

.section { padding: 70px 0; }
.section--tint { background: #f7fbf9; }
.section--dark { background: var(--brand-dark); color: #cfe4d8; }
.section--dark h2, .section--dark h3, .section--dark h5 { color: #fff; }
.section--dark p { color: #c7ddd0; }

.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head h2 { font-family: var(--display); font-weight: 400; font-size: 34px; }

/* Высоту не задаём: карточек в колонке может быть несколько.
   Где нужны равные по высоте колонки — добавляем bootstrap-класс h-100. */
.soft-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    padding: 28px 26px;
}

.soft-card--dark {
    background: var(--brand-dark);
    background-image: radial-gradient(480px 220px at 88% 0%, rgba(70, 224, 138, .22), transparent 65%);
    color: #c7ddd0;
}

.soft-card--dark h2, .soft-card--dark h3 { color: #fff; }
.soft-card--dark p, .soft-card--dark li { color: #c7ddd0; }
.soft-card--dark a { color: var(--mint); }
/* На тёмном фоне тёмно-зелёная подпись почти не видна */
.soft-card--dark .eyebrow,
.soft-card--dark .price-card__tag,
.section--dark .eyebrow,
.section--dark .price-card__tag { color: var(--mint); }

.step-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-card);
    padding: 24px 22px;
    height: 100%;
    position: relative;
    padding-top: 30px;
}

.step-card__num {
    position: absolute;
    top: -14px;
    left: 22px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-image: var(--grad-btn);
    color: #fff;
    font-family: var(--display);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-card h3 { font-size: 19px; margin-bottom: 8px; }
.step-card p { font-size: 16px; margin: 0; }

.prose { font-size: 18px; color: var(--text); }
.prose h2 { font-family: var(--display); font-weight: 500; font-size: 28px; margin: 34px 0 14px; }
.prose h3 { font-size: 21px; margin: 24px 0 10px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose a { font-weight: 700; }
.prose img { border-radius: 20px; }

.faq-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-card);
    padding: 18px 24px;
    margin-bottom: 14px;
}

.faq-item summary {
    cursor: pointer;
    font-family: var(--display);
    font-weight: 600;
    font-size: 19px;
    color: var(--heading);
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: "+";
    color: var(--brand-2);
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 14px 0 4px; font-size: 17px; }

.case-card {
    background: #fff;
    border-radius: 26px;
    box-shadow: var(--shadow-card);
    padding: 30px 28px;
    margin-bottom: 22px;
}

.case-card__result { font-weight: 700; color: var(--heading); font-size: 18px; }

.calc-box { background: #fff; border-radius: 28px; box-shadow: var(--shadow-card); padding: 30px 28px; }
.calc-box label { font-weight: 600; color: var(--heading); font-size: 15px; display: block; }
.calc-box .form-check-label { font-weight: 500; }

.calc-out {
    font-family: var(--display);
    font-weight: 700;
    font-size: 26px;
    color: var(--brand);
    margin: 16px 0;
}

/* ---------- Формы ---------- */
.lead-form { background: #fff; border-radius: 30px; box-shadow: var(--shadow-card); padding: 30px 28px; }
.lead-form h2 { font-size: 26px; }
.lead-form label { font-size: 14px; font-weight: 700; color: var(--heading); margin-bottom: 4px; }

/* Чекбоксы и радио под эти стили попадать не должны — иначе превращаются в огромные «пилюли» */
.form-control,
#gtco-footer input:not([type="checkbox"]):not([type="radio"]),
#gtco-footer textarea,
.calc-box input:not([type="checkbox"]):not([type="radio"]),
.calc-box select {
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(10, 36, 24, .07);
    border-radius: 50px;
    width: 100%;
    height: 54px;
    border: 1px solid var(--line);
    margin-bottom: 16px;
    padding-left: 22px;
    padding-right: 18px;
    color: var(--heading);
    font-size: 16px;
}

.form-control:focus {
    border-color: var(--mint);
    box-shadow: 0 0 0 3px rgba(70, 224, 138, .18);
    outline: none;
}

textarea.form-control,
#gtco-footer textarea {
    min-height: 120px;
    height: auto;
    border-radius: 26px;
    padding-top: 16px;
    resize: vertical;
}

.form-control::placeholder { color: #a3b3ab; }
select.form-control { appearance: none; }

.form-check-inline-group { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 14px; }
.form-check-inline-group label { font-weight: 600; font-size: 15px; color: #4f625a; display: flex; align-items: center; gap: 7px; margin: 0; }
.agree-line {
    font-size: 14px;
    color: var(--text);
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 4px 0 18px;
    font-weight: 400 !important;
    width: 100%;
    max-width: 100%;
}

/* Явный сброс: иначе стили полей (height/radius/width) превращают галочки в «пилюли» */
input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: checkbox;
    appearance: auto;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #9ab0a4 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background: #fff !important;
    flex: 0 0 18px !important;
    display: inline-block !important;
    vertical-align: top;
    accent-color: var(--brand);
    cursor: pointer;
}

input[type="radio"] {
    -webkit-appearance: radio;
    border-radius: 50% !important;
}

.agree-line span { flex: 1 1 auto; line-height: 1.45; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status { margin-top: 14px; font-weight: 700; }
.form-status.is-ok { color: var(--brand); }
.form-status.is-err { color: #c0392b; }

/* ---------- Подвал ---------- */
#gtco-footer { padding: 70px 0 20px; background: #fbfdfc; }
#gtco-footer h4 { font-family: var(--display); font-weight: 500; font-size: 22px; color: var(--brand); margin-bottom: 24px; }
#gtco-footer .company-nav a, #gtco-footer .services-nav a { color: var(--text); padding: 4px 0; font-size: 17px; }
#gtco-footer .company-nav a:hover, #gtco-footer .services-nav a:hover { color: var(--brand); }
#gtco-footer .contacts-line { font-size: 17px; color: var(--text); }
#gtco-footer .contacts-line a { font-weight: 700; text-decoration: none; }
#gtco-footer .footer-bottom { margin-top: 40px; border-top: 1px solid var(--line); padding-top: 18px; }
#gtco-footer .footer-bottom p { font-size: 15px; color: #9aada3; margin: 0; }
#gtco-footer .footer-logo { height: 46px; width: auto; margin-bottom: 16px; }

/* ---------- Плавающая кнопка и модальное окно ---------- */
.float-cta { position: fixed; right: 16px; bottom: 16px; display: flex; gap: 10px; z-index: 30; }

.float-cta__phone {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--brand-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(10, 36, 24, .28);
}

.float-cta__phone svg { width: 20px; height: 20px; fill: #fff; }

.lead-modal[hidden] { display: none; }
.lead-modal { position: fixed; inset: 0; z-index: 50; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(10, 36, 24, .6); }

.lead-modal__panel {
    position: relative;
    width: min(600px, calc(100% - 24px));
    margin: 5vh auto;
    background: #fbfdfc;
    border-radius: 30px;
    padding: 30px 26px;
    max-height: 90vh;
    overflow: auto;
}

.lead-modal__close {
    position: absolute;
    top: 12px;
    right: 18px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    color: var(--heading);
}

body.nav-open { overflow: hidden; }

/* =========================================================
   Компактное закреплённое меню при скролле
   ========================================================= */

.nav-spacer { display: none; }
body.has-compact-nav .nav-spacer { display: block; }

#gtco-main-nav {
    transition: padding .25s ease, background-color .25s ease, box-shadow .25s ease;
}

#gtco-main-nav.is-compact {
    position: fixed;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 1180px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 60px;
    box-shadow: 0 14px 40px rgba(10, 36, 24, .16);
    z-index: 40;
    animation: navDrop .28s ease both;
}

@keyframes navDrop {
    from { opacity: 0; transform: translate(-50%, -14px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

#gtco-main-nav.is-compact .container { max-width: 100%; padding-left: 12px; padding-right: 12px; }
#gtco-main-nav.is-compact .brand img { height: 42px; }
#gtco-main-nav.is-compact .navbar-nav li a { font-size: 15px; padding: 5px 10px !important; }
#gtco-main-nav.is-compact .nav-tel { font-size: 17px; margin-right: 12px; }
#gtco-main-nav.is-compact .btn-grad { font-size: 14px; padding: 5px 5px 5px 20px; }
#gtco-main-nav.is-compact .btn-grad .arrow { height: 26px; width: 26px; min-width: 26px; }

/* открытое мобильное меню внутри закреплённой «пилюли» */
#gtco-main-nav.is-compact .navbar-collapse.show {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

@media (max-width: 991px) {
    #gtco-main-nav.is-compact { border-radius: 34px; padding: 6px 6px 6px 10px; }
    #gtco-main-nav.is-compact .brand img { height: 38px; }
}

/* =========================================================
   Мобильная и планшетная версия
   ========================================================= */

@media (max-width: 991px) {
    /* Меню-«карточка»: пункты в столбик с разделителями и крупной зоной нажатия */
    #gtco-main-nav .navbar-collapse { background: #fff; border-radius: 20px; padding: 10px 16px 16px; box-shadow: var(--shadow-card); margin-top: 12px; }
    #gtco-main-nav .navbar-nav li a { padding: 12px 2px !important; font-size: 16px; }
    #gtco-main-nav .navbar-nav li + li { border-top: 1px solid var(--line); }
    #gtco-main-nav .nav-tel { margin: 14px 0 10px; display: inline-block; font-size: 21px; }
    #gtco-main-nav .navbar-toggler { padding: 6px 0 6px 10px; }

    .page-hero h1 { font-size: 32px; }
    .gtco-numbers-block { margin: 70px auto; }

    /* Смещение второй колонки услуг нужно только в две колонки */
    .gtco-features .cards-col .col-inner:first-child { margin-top: 0; }
    .gtco-features .bg-shape { display: none; }
    .service-card { margin: 0 0 18px; }

    .gtco-feature .shape-card .back-bg { left: -4%; width: 108%; }

    /* Фирменная «капля» уходит в угол и ниже шапки, чтобы не мешать меню */
    .hero-blob::after { width: 62%; height: 260px; left: auto; right: -8%; top: 96px; opacity: .5; }
    .hero-blob::before { width: 66%; height: 250px; left: auto; right: -6%; top: 112px; }
}

@media (max-width: 767px) {
    p, .lead-text, .gtco-banner-area .lead-text { font-size: 16px; }
    .section { padding: 46px 0; }
    .page-hero { padding: 22px 0 6px; }
    .gtco-banner-area { min-height: 0; margin-top: 0; }
    .gtco-directions, .gtco-feature, .gtco-features, .gtco-features-list, .gtco-prices { margin-top: 54px; }
    .gtco-objects { margin: 40px auto; }
    .gtco-news { margin-top: 54px; padding: 40px 0; }
    .gtco-testimonials { margin-top: 44px; }
    .section-head { margin-bottom: 24px; }
    .section-head h2, .gtco-feature h2, .gtco-features h2, .gtco-testimonials h2, .gtco-news h2 { font-size: 26px; }
    .gtco-testimonials h2 { margin-bottom: 36px; }
    .gtco-news h2 { margin-bottom: 26px; }
    .hero-card { padding: 22px 20px; border-radius: 26px; }
    .check-list li { font-size: 16px; }

    /* Цифры: 2×2 вместо четырёх узких колонок, фон — скруглённый блок вместо волны */
    .gtco-numbers-block .blob-bg { display: none; }
    .gtco-numbers-block .num-row {
        background-image: var(--grad);
        border-radius: 30px;
        padding: 26px 8px 8px;
        margin: 0;
    }
    .gtco-numbers-block .col-6 { margin-bottom: 20px; }
    .gtco-numbers-block h5 { font-size: 30px; }
    .gtco-numbers-block p { font-size: 14px; line-height: 1.3; }

    /* Плавающая кнопка не должна закрывать конец подвала */
    #gtco-footer { padding: 50px 0 92px; }
    #gtco-footer h4 { margin-bottom: 18px; }
    .float-cta { right: 12px; bottom: 12px; }

    .top-line { text-align: center; font-size: 13px; }
    .top-line__note { display: none; }
    .top-line .container { justify-content: center !important; }

    .case-card, .soft-card, .price-card, .dir-card, .lead-form, .calc-box { padding: 24px 20px; }
    .step-card { padding: 26px 20px 20px; }
    .faq-item { padding: 16px 20px; }
    .faq-item summary { font-size: 17px; }
    .prose { font-size: 17px; }
    .post-thumb { height: 150px; }
}

@media (max-width: 600px) {
    .hero-blob::after { width: 76%; height: 210px; opacity: .38; top: 84px; }
    .hero-blob::before { width: 80%; height: 200px; top: 98px; }
    .gtco-testimonials .card { margin: 0 6px; padding: 22px 18px; border-radius: 30px; }
    .gtco-news .owl-carousel .card { padding: 0 6px; }
}

@media (max-width: 480px) {
    .gtco-banner-area h1 { font-size: 29px; }
    .page-hero h1 { font-size: 26px; }
    .hero-facts b { min-width: 76px; font-size: 16px; }
    .hero-card__price { font-size: 26px; }
    .price-card__sum { font-size: 27px; }
    .avatar-initials { width: 74px; height: 74px; font-size: 24px; }

    /* Кнопки на всю ширину: две в строку на 320px не помещаются */
    .btn-grad, .submit-button { font-size: 15px; padding-left: 22px; }
    .btn-line { font-size: 15px; padding: 9px 18px; }
    .hero-actions { gap: 10px; }
    .hero-actions .btn-grad, .hero-actions .btn-line { width: 100%; }
    .hero-actions .btn-grad { justify-content: space-between; }
    .hero-actions .btn-line { justify-content: center; }

    .float-cta .btn-grad { font-size: 14px; padding: 6px 6px 6px 16px; }
    .float-cta .btn-grad .arrow { height: 26px; width: 26px; min-width: 26px; }
    .float-cta__phone { width: 46px; height: 46px; }

    .lead-modal__panel { margin: 2vh auto; padding: 24px 16px; border-radius: 22px; max-height: 96vh; }
    .lead-modal__close { top: 8px; right: 12px; }

    .gtco-numbers-block h5 { font-size: 25px; }
    .gtco-numbers-block p { font-size: 12.5px; }
}
