/* ═══════════════════════════════════════════════
   GEOVEXA — style.css
   Colors: #051421 (dark) · #058289 (teal)
   Fonts:  Montserrat · Open Sans
═══════════════════════════════════════════════ */

:root {
  --dark:        #051421;
  --dark-mid:    #071e2e;
  --teal:        #058289;
  --teal-light:  #07a0a9;
  --white:       #ffffff;
  --light-text:  rgba(255,255,255,0.82);
  --muted-text:  rgba(255,255,255,0.50);
  --text-dark:   #1a2535;
  --text-mid:    #4a5568;
  --text-muted:  #8898aa;
  --border-light:#e2e8f0;
  --font-h: 'Montserrat', sans-serif;
  --font-b: 'Open Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); background: #fff; color: var(--text-dark); overflow-x: hidden; }

/* ══ TOP BAR ══ */
.top-bar { background: var(--teal); padding: 7px 0; font-size: 0.82rem; font-family: var(--font-h); letter-spacing: 0.3px; }
.top-bar-inner { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.top-bar a { color: var(--white); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; opacity: 0.92; transition: opacity 0.2s; }
.top-bar a:hover { opacity: 1; }
.top-bar .sep { color: rgba(255,255,255,0.35); }
.top-socials { display: flex; align-items: center; gap: 10px; }
.top-socials a { font-size: 0.95rem; opacity: 0.8; transition: opacity 0.2s, transform 0.2s; }
.top-socials a:hover { opacity: 1; transform: scale(1.15); }

/* ══ NAVBAR ══ */
.main-nav { background: var(--dark); border-bottom: 2px solid var(--teal); }
.navbar-toggler { border-color: rgba(5,130,137,0.5); }
.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%285%2c130%2c137%2c0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.nav-link-item { font-family: var(--font-h); font-weight: 500; font-size: 0.80rem; letter-spacing: 0.8px; text-transform: uppercase; color: var(--light-text) !important; padding: 16px 15px !important; transition: color 0.2s, background 0.2s; position: relative; }
.nav-link-item:hover { color: var(--white) !important; background: rgba(255,255,255,0.05); }
.nav-link-item.active { color: var(--teal) !important; }
.nav-link-item.dropdown-toggle::after { display: none; }
.nav-link-item.dropdown-toggle .caret-icon { display: inline-block; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; margin-left: 5px; vertical-align: middle; opacity: 0.65; transition: transform 0.2s; }
.nav-item.dropdown.show .caret-icon { transform: rotate(180deg); opacity: 1; }
.dropdown-menu { background: var(--dark); border: 1px solid rgba(5,130,137,0.30); border-top: 2px solid var(--teal); border-radius: 0; box-shadow: 0 10px 32px rgba(0,0,0,0.55); min-width: 210px; margin-top: 0 !important; padding: 0; }
.dropdown-item { font-family: var(--font-b); font-size: 0.875rem; color: var(--light-text); padding: 10px 20px; border-bottom: 1px solid rgba(5,130,137,0.18); transition: background 0.15s, color 0.15s; }
.dropdown-item:last-child { border-bottom: none; }
.dropdown-item:hover { background: rgba(5,130,137,0.14); color: var(--white); }

/* ══ SLIDER ══ */
#mainSlider { position: relative; }
.carousel-item { height: 350px; overflow: hidden; position: relative; }
.carousel-item img.slide-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.carousel-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,33,0.72) 0%, rgba(5,20,33,0.28) 55%, rgba(5,20,33,0.04) 100%); pointer-events: none; }
.carousel-fade .carousel-item { transition: opacity 1.6s ease-in-out; }
.slide-caption { position: absolute; top: 50%; left: 6%; transform: translateY(-50%); z-index: 10; max-width: 520px; }
.slide-caption h2 { font-family: var(--font-h); font-weight: 800; font-size: 1.9rem; color: var(--white); line-height: 1.25; margin-bottom: 14px; }
.slide-caption h2 span { color: var(--teal); }
.slide-caption p { color: var(--light-text); font-size: 0.95rem; line-height: 1.6; margin-bottom: 22px; }
.btn-teal { display: inline-block; background: var(--teal); color: var(--white); font-family: var(--font-h); font-weight: 700; font-size: 0.80rem; letter-spacing: 1px; text-transform: uppercase; padding: 11px 26px; border: none; text-decoration: none; transition: background 0.2s, transform 0.15s; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
.btn-teal:hover { background: var(--teal-light); color: var(--white); transform: translateY(-2px); }
.carousel-control-prev, .carousel-control-next { width: 44px; height: 44px; top: 50%; transform: translateY(-50%); background: rgba(5,130,137,0.35); border: 1px solid rgba(5,130,137,0.55); border-radius: 50%; opacity: 1; transition: background 0.2s; }
.carousel-control-prev { left: 16px; }
.carousel-control-next { right: 16px; }
.carousel-control-prev:hover, .carousel-control-next:hover { background: rgba(5,130,137,0.65); }
.carousel-control-prev-icon, .carousel-control-next-icon { width: 18px; height: 18px; }
.carousel-indicators [data-bs-target] { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; margin: 3px; }
.carousel-indicators .active { background: var(--teal); }

/* ══ DARK STRIPE ══ */
.dark-stripe { background: #000; height: 26px; display: flex; align-items: center; }
.dark-stripe-inner { display: flex; align-items: center; justify-content: center; gap: 32px; opacity: 0.28; }
.stripe-dot { width: 4px; height: 4px; background: var(--teal); border-radius: 50%; }

/* ══ SEPARATOR ══ */
.section-separator { height: 7px; background: linear-gradient(to bottom, var(--teal) 0px, var(--teal) 3px, var(--dark) 3px, var(--dark) 4px, #d0d8e0 4px, #d0d8e0 7px); }

/* ══ PAGE HERO (inner pages) ══ */
.page-hero { position: relative; height: 175px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.page-hero-bg { position: absolute; inset: 0; background-image: url('../images/slide_main.jpg'); background-size: cover; background-position: center; opacity: 0.22; }
.page-hero-overlay { position: absolute; inset: 0; background: rgba(5,20,33,0.80); }
.page-hero-content { position: relative; z-index: 10; text-align: center; }
.page-hero-content h1 { font-family: var(--font-h); font-weight: 800; font-size: 2.2rem; color: #fff; letter-spacing: 4px; text-transform: uppercase; margin: 0; }

/* ══ BREADCRUMB BAR ══ */
.breadcrumb-bar { background: var(--dark); padding: 11px 0; border-bottom: 1px solid rgba(5,130,137,0.25); }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-family: var(--font-h); font-size: 0.80rem; letter-spacing: 0.5px; }
.breadcrumb-inner a { color: var(--light-text); text-decoration: none; transition: color 0.2s; }
.breadcrumb-inner a:hover { color: var(--teal); }
.breadcrumb-inner .bsep { color: var(--teal); font-size: 0.60rem; }
.breadcrumb-inner .current { color: var(--teal); font-weight: 600; }

/* ══ ABOUT ══ */
.about-section { background: #fff; padding: 72px 0 64px; }
.about-img-col { display: flex; align-items: center; justify-content: center; padding-right: 40px; }
.about-company-img { width: 100%; max-width: 450px; height: 300px; object-fit: contain; object-position: center; display: block; }
.about-text-col { padding-left: 20px; border-left: 1px solid var(--border-light); }
.section-label { font-family: var(--font-h); font-weight: 700; font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.section-label::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--teal); }
.about-heading { font-family: var(--font-h); font-weight: 800; font-size: 1.9rem; color: var(--text-dark); line-height: 1.2; margin-bottom: 20px; }
.about-heading span { color: var(--teal); }
.about-text { color: var(--text-mid); font-size: 0.95rem; line-height: 1.80; margin-bottom: 14px; }
.about-stats { display: flex; gap: 28px; margin-top: 32px; flex-wrap: wrap; }
.stat-box { border-left: 3px solid var(--teal); padding-left: 16px; }
.stat-num { font-family: var(--font-h); font-weight: 800; font-size: 1.9rem; color: var(--teal); line-height: 1; }
.stat-label { font-size: 0.75rem; color: var(--text-muted); margin-top: 4px; }

/* ══ SERVICES ══ */
.services-section { background: #f4f7fb; padding: 68px 0 72px; }
.section-title-block { margin-bottom: 44px; }
.section-main-title { font-family: var(--font-h); font-weight: 800; font-size: 1.9rem; color: var(--text-dark); margin-bottom: 6px; }
.section-main-title span { color: var(--teal); }
.section-main-sub { color: var(--text-muted); font-size: 0.92rem; }
.svc-card { background: #fff; border: 1px solid var(--border-light); border-top: 3px solid var(--dark); border-radius: 0 0 6px 6px; overflow: hidden; height: 100%; display: flex; flex-direction: column; transition: transform 0.28s, box-shadow 0.28s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(5,130,137,0.12), 0 2px 8px rgba(0,0,0,0.06); }
.svc-card-img { height: 210px; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.svc-placeholder-light { background: linear-gradient(135deg, #e8f4f5 0%, #d4ecee 100%); }
.svc-placeholder-icon { width: 64px; height: 64px; border: 2px solid rgba(5,130,137,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.svc-placeholder-icon .bi { font-size: 1.6rem; color: var(--teal); }
.svc-placeholder span { font-family: var(--font-h); font-weight: 700; font-size: 0.70rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(5,130,137,0.55); }
.svc-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.svc-body h4 { font-family: var(--font-h); font-weight: 700; font-size: 1rem; color: var(--text-dark); margin-bottom: 10px; }
.svc-body p { color: var(--text-mid); font-size: 0.875rem; line-height: 1.68; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--teal); font-family: var(--font-h); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.8px; text-transform: uppercase; text-decoration: none; padding-bottom: 2px; border-bottom: 1px solid rgba(5,130,137,0.35); align-self: flex-start; transition: color 0.2s, border-color 0.2s; }
.svc-link:hover { color: var(--teal-light); border-color: var(--teal-light); }
.svc-link .bi { transition: transform 0.2s; }
.svc-link:hover .bi { transform: translateX(4px); }

/* ══ TECH TICKER ══ */
.tech-section { background: #f8f9fa; padding: 60px 0 64px; }
.tech-section .section-main-title { color: var(--text-dark); }
.tech-section .section-main-sub { color: var(--text-muted); }
.tech-ticker-wrap { overflow: hidden; margin-top: 36px; mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%); }
.tech-ticker { display: flex; width: max-content; animation: ticker-scroll 42s linear infinite; }
.tech-ticker:hover { animation-play-state: paused; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.tech-tile { flex-shrink: 0; width: 250px; margin-right: 20px; text-decoration: none; display: block; cursor: pointer; }
.tech-tile-img { height: 170px; background: #e9eef4; border: 2px solid transparent; transition: border-color 0.25s; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tech-tile:hover .tech-tile-img { border-color: var(--teal); }
.tech-tile-img img { width: 100%; height: 100%; object-fit: cover; }
.tech-tile-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #dce5ef 0%, #c8d8e8 100%); }
.tech-tile-ph .bi { font-size: 2.8rem; color: rgba(5,130,137,0.45); }
.tech-tile-label { background: transparent; color: var(--text-dark); font-family: var(--font-h); font-weight: 600; font-size: 0.85rem; text-align: center; padding: 10px 12px; text-decoration: none; transition: color 0.2s; }
.tech-tile:hover .tech-tile-label { color: var(--teal); }

/* ══ НЕДРОПОЛЬЗОВАНИЕ ══ */
.nedra-section { background: #fff; padding: 68px 0 72px; }
.nedra-col-title { font-family: var(--font-h); font-weight: 700; font-size: 1.1rem; color: var(--text-dark); margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid var(--teal); display: inline-block; }
.nedra-service-list { display: flex; flex-direction: column; }
.nedra-item { padding: 18px 0; border-bottom: 1px solid var(--border-light); }
.nedra-item:first-child { border-top: 1px solid var(--border-light); }
.nedra-item-title { font-family: var(--font-h); font-weight: 700; font-size: 0.95rem; color: var(--text-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 6px; transition: color 0.2s; }
.nedra-item-title .bi { color: var(--teal); font-size: 1rem; flex-shrink: 0; }
.nedra-item-title:hover { color: var(--teal); }
.nedra-item-desc { color: var(--text-mid); font-size: 0.88rem; line-height: 1.65; margin: 0; padding-left: 24px; }
.nedra-invest-card { border: 1px solid var(--border-light); border-top: 3px solid var(--dark); overflow: hidden; }
.nedra-invest-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.nedra-invest-body { padding: 22px 24px; background: #fff; }
.nedra-invest-title { font-family: var(--font-h); font-weight: 700; font-size: 1rem; color: var(--text-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; transition: color 0.2s; }
.nedra-invest-title .bi { color: var(--teal); }
.nedra-invest-title:hover { color: var(--teal); }
.nedra-invest-desc { color: var(--text-mid); font-size: 0.88rem; line-height: 1.68; margin: 0; }

/* ══ CONTACTS PAGE ══ */
.contacts-section { background: #fff; padding: 68px 0 72px; }
.cinfo-card { background: #f4f7fb; border-top: 3px solid var(--teal); padding: 28px 24px; height: 100%; transition: box-shadow 0.25s; }
.cinfo-card:hover { box-shadow: 0 8px 28px rgba(5,130,137,0.12); }
.cinfo-icon { width: 50px; height: 50px; background: rgba(5,130,137,0.12); border: 1px solid rgba(5,130,137,0.35); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.cinfo-icon .bi { font-size: 1.25rem; color: var(--teal); }
.cinfo-card h5 { font-family: var(--font-h); font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; color: var(--text-dark); margin-bottom: 10px; }
.cinfo-card a, .cinfo-card p { color: var(--text-mid); font-size: 0.92rem; text-decoration: none; display: block; line-height: 1.6; transition: color 0.2s; }
.cinfo-card a:hover { color: var(--teal); }
.contact-form-wrap { background: #f4f7fb; border-top: 3px solid var(--dark); padding: 36px 32px; }
.contact-form-wrap h3 { font-family: var(--font-h); font-weight: 800; font-size: 1.3rem; color: var(--text-dark); margin-bottom: 24px; }
.contact-form-wrap h3 span { color: var(--teal); }
.form-label-custom { font-family: var(--font-h); font-weight: 600; font-size: 0.73rem; letter-spacing: 0.8px; text-transform: uppercase; color: var(--text-dark); margin-bottom: 6px; display: block; }
.form-control-custom { width: 100%; background: #fff; border: 1px solid var(--border-light); padding: 10px 14px; font-size: 0.90rem; font-family: var(--font-b); color: var(--text-dark); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.form-control-custom:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(5,130,137,0.12); }
.form-control-custom::placeholder { color: #b0bec5; }
textarea.form-control-custom { resize: vertical; min-height: 120px; }
.btn-submit { background: var(--teal); color: #fff; font-family: var(--font-h); font-weight: 700; font-size: 0.82rem; letter-spacing: 1px; text-transform: uppercase; padding: 12px 32px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
.btn-submit:hover { background: var(--teal-light); transform: translateY(-1px); }
.map-placeholder { background: #edf2f7; border: 1px solid var(--border-light); height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #b0bec5; font-size: 0.88rem; font-family: var(--font-h); }
.map-placeholder .bi { font-size: 2.8rem; color: #c8d8e0; }
.socials-block { background: #f4f7fb; border-top: 3px solid var(--teal); padding: 22px 24px; }
.socials-block-title { font-family: var(--font-h); font-weight: 700; font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; color: var(--text-dark); margin-bottom: 14px; }
.socials-row { display: flex; gap: 20px; flex-wrap: wrap; }
.socials-row a { display: flex; align-items: center; gap: 7px; color: var(--text-mid); font-size: 0.88rem; text-decoration: none; font-family: var(--font-h); font-weight: 600; transition: color 0.2s; }
.socials-row a .bi { font-size: 1.3rem; color: var(--teal); }
.socials-row a:hover { color: var(--teal); }

/* ══ FOOTER ══ */
.site-footer { background: var(--dark); color: var(--muted-text); padding: 56px 0 0; border-top: 2px solid var(--teal); }
.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: auto; width: 100%; max-width: 280px; display: block; }
.footer-desc { font-size: 0.85rem; line-height: 1.72; color: var(--muted-text); }
.footer-heading { font-family: var(--font-h); font-weight: 700; font-size: 0.73rem; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(5,130,137,0.22); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: var(--muted-text); text-decoration: none; font-size: 0.87rem; display: flex; align-items: center; gap: 8px; transition: color 0.2s, gap 0.2s; }
.footer-links a:hover { color: var(--teal); gap: 12px; }
.footer-links a .bi { font-size: 0.60rem; color: var(--teal); flex-shrink: 0; }
.footer-contact { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px; font-size: 0.88rem; }
.footer-contact .bi { color: var(--teal); margin-top: 2px; flex-shrink: 0; }
.footer-contact a { color: var(--light-text); text-decoration: none; transition: color 0.2s; }
.footer-contact a:hover { color: var(--teal); }
.footer-contact span { color: var(--muted-text); }
.footer-socials { display: flex; gap: 12px; margin-top: 16px; }
.footer-socials a { color: var(--muted-text); font-size: 1.1rem; transition: color 0.2s, transform 0.2s; }
.footer-socials a:hover { color: var(--teal); transform: scale(1.15); }
.footer-bottom { margin-top: 44px; border-top: 1px solid rgba(255,255,255,0.06); padding: 16px 0; font-size: 0.78rem; color: rgba(255,255,255,0.22); text-align: center; }

/* ══ RESPONSIVE ══ */
@media (max-width: 991.98px) {
  .carousel-item { height: 300px; }
  .slide-caption h2 { font-size: 1.45rem; }
  .about-img-col { padding-right: 0; padding-bottom: 30px; justify-content: flex-start; }
  .about-company-img { height: auto; max-height: 260px; }
  .about-text-col { border-left: none; border-top: 1px solid var(--border-light); padding-left: 0; padding-top: 30px; }
  .tech-tile { width: 200px; }
  .tech-tile-img { height: 140px; }
}
@media (max-width: 767.98px) {
  .carousel-item { height: 240px; }
  .slide-caption { left: 5%; max-width: 88%; }
  .slide-caption h2 { font-size: 1.15rem; }
  .slide-caption p { display: none; }
  .about-stats { gap: 16px; }
  .top-bar-inner { gap: 10px; font-size: 0.78rem; }
}
@media (max-width: 575.98px) {
  .carousel-control-prev, .carousel-control-next { width: 36px; height: 36px; }
  .nav-link-item { padding: 10px 10px !important; font-size: 0.72rem; }
  .tech-tile { width: 160px; margin-right: 12px; }
  .tech-tile-img { height: 110px; }
}


/* ════════════════════════════════════════════
   INNER PAGES — единый стиль внутренних страниц
════════════════════════════════════════════ */
.inner-section {
  background: #fff;
  padding: 68px 0 80px;
}

/* Шапка страницы: label + двухцветный заголовок + подзаголовок */
.inner-page-header {
  margin-bottom: 36px;
}
.inner-page-header .section-label {
  margin-bottom: 14px;
}
.inner-page-title {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 2rem;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 12px;
}
.inner-page-title span { color: var(--teal); }

.inner-page-sub {
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.72;
  max-width: 760px;
  margin: 0;
}

/* Разделительная линия */
.inner-divider {
  height: 1px;
  background: var(--border-light);
  margin: 36px 0 40px;
  position: relative;
}
.inner-divider::before {
  content: '';
  position: absolute;
  left: 0; top: -1px;
  width: 60px; height: 3px;
  background: var(--teal);
  border-radius: 2px;
}

/* Контентные блоки */
.inner-blocks { display: flex; flex-direction: column; gap: 28px; }

.inner-block {
  padding: 28px 32px;
  background: #f8fafc;
  border-left: 4px solid var(--teal);
}

.inner-block-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.inner-block-title::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}

.inner-block-text {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.78;
  margin: 0;
}

@media (max-width: 767.98px) {
  .inner-section { padding: 48px 0 60px; }
  .inner-page-title { font-size: 1.55rem; }
  .inner-block { padding: 20px 18px; }
  .inner-page-sub { font-size: 0.92rem; }
}


/* ════════════════════════════════════════════
   GEOKONTUR PAGE — кнопки, списки, заметки
════════════════════════════════════════════ */

/* Блок кнопок действий */
.gk-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.gk-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
}
.gk-btn:hover { transform: translateY(-2px); }

.gk-btn .bi { font-size: 1.1rem; flex-shrink: 0; }

/* Основная кнопка — бирюзовая */
.gk-btn-primary {
  background: var(--teal);
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  box-shadow: 0 4px 16px rgba(5,130,137,0.30);
}
.gk-btn-primary:hover {
  background: var(--teal-light);
  color: #fff;
  box-shadow: 0 6px 24px rgba(5,130,137,0.40);
}

/* Второстепенная кнопка — контур */
.gk-btn-outline {
  background: transparent;
  color: var(--teal);
  border: 2px solid var(--teal);
}
.gk-btn-outline:hover {
  background: var(--teal);
  color: #fff;
}

/* Список внутри блока */
.gk-list {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gk-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.6;
}
.gk-list li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}

/* Inline ссылка внутри текста */
.gk-inline-link {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(5,130,137,0.35);
  transition: color 0.2s, border-color 0.2s;
}
.gk-inline-link:hover { color: var(--teal-light); border-color: var(--teal-light); }

/* Примечание */
.gk-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff8e1;
  border-left: 4px solid #f59e0b;
  padding: 20px 24px;
}
.gk-note .bi {
  font-size: 1.2rem;
  color: #f59e0b;
  margin-top: 2px;
  flex-shrink: 0;
}
.gk-note div {
  color: #78530a;
  font-size: 0.90rem;
  line-height: 1.68;
}
.gk-note strong { color: #5c3d08; }

/* Контакты */
.gk-contacts {
  margin-top: 8px;
}
.gk-contacts-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--text-dark);
  margin-bottom: 20px;
}
.gk-contacts-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.gk-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-dark);
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 20px;
  background: #f4f7fb;
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--teal);
  transition: background 0.2s, color 0.2s;
}
.gk-contact-item .bi { color: var(--teal); font-size: 1rem; }
.gk-contact-item:hover { background: var(--teal); color: #fff; }
.gk-contact-item:hover .bi { color: #fff; }

@media (max-width: 575.98px) {
  .gk-actions { flex-direction: column; }
  .gk-btn { justify-content: center; }
  .gk-contacts-row { flex-direction: column; }
}


/* ════════════════════════════════════════════
   GEOKML — блок преимуществ с иконками
════════════════════════════════════════════ */
.gk-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
}

.gk-adv-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.gk-adv-icon {
  width: 40px;
  height: 40px;
  background: rgba(5,130,137,0.10);
  border: 1px solid rgba(5,130,137,0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.gk-adv-icon .bi {
  font-size: 1.1rem;
  color: var(--teal);
}

.gk-adv-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.gk-adv-text {
  color: var(--text-mid);
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 767.98px) {
  .gk-advantages { grid-template-columns: 1fr; }
}


/* ════════════════════════════════════════════
   GEOPROD — блок методов
════════════════════════════════════════════ */
.gk-methods {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
}

.gk-method-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-top: 3px solid var(--teal);
  padding: 16px;
}

.gk-method-icon {
  width: 36px;
  height: 36px;
  background: rgba(5,130,137,0.10);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gk-method-icon .bi {
  font-size: 1rem;
  color: var(--teal);
}

@media (max-width: 991.98px) {
  .gk-methods { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
  .gk-methods { grid-template-columns: 1fr; }
}


/* ════════════════════════════════════════════
   PROGRAM PAGE — сетка карточек решений
════════════════════════════════════════════ */
.prog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.prog-card {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-top: 3px solid var(--teal);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.prog-card:hover {
  box-shadow: 0 8px 32px rgba(5,130,137,0.12);
  transform: translateY(-3px);
}

/* шапка карточки — иконка + название */
.prog-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.prog-card-icon {
  width: 48px;
  height: 48px;
  background: var(--teal);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.prog-card-icon .bi {
  font-size: 1.35rem;
  color: #fff;
}
.prog-card-name {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text-dark);
  line-height: 1.1;
}
.prog-card-tagline {
  font-size: 0.80rem;
  color: var(--text-muted);
  margin-top: 3px;
  font-family: var(--font-h);
  letter-spacing: 0.3px;
}

/* описание */
.prog-card-desc {
  color: var(--text-mid);
  font-size: 0.90rem;
  line-height: 1.70;
  margin: 0;
}

/* список возможностей */
.prog-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.prog-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.5;
}
.prog-card-list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

/* ссылки внизу карточки */
.prog-card-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid var(--border-light);
  margin-top: auto;
}

.prog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.3px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.prog-link .bi { font-size: 0.85rem; }

/* Подробнее */
.prog-link-info {
  color: var(--text-dark);
  background: #fff;
  border-color: var(--border-light);
}
.prog-link-info:hover {
  border-color: var(--teal);
  color: var(--teal);
}

/* Открыть решение */
.prog-link-open {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}
.prog-link-open:hover {
  background: var(--teal-light);
  border-color: var(--teal-light);
  color: #fff;
}

/* Инструкция */
.prog-link-manual {
  color: var(--teal);
  background: transparent;
  border-color: var(--teal);
}
.prog-link-manual:hover {
  background: var(--teal);
  color: #fff;
}

@media (max-width: 991.98px) {
  .prog-grid { grid-template-columns: 1fr; }
}


/* ════════════════════════════════════════════
   ABOUT PAGE — разделы деятельности
════════════════════════════════════════════ */
.about-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-block {
  padding: 36px 0;
  border-bottom: 1px solid var(--border-light);
}
.about-block:last-child { border-bottom: none; }

/* шапка блока: иконка + заголовок */
.about-block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.about-block-icon {
  width: 44px;
  height: 44px;
  background: var(--teal);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-block-icon .bi { font-size: 1.2rem; color: #fff; }

.about-block-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text-dark);
  margin: 0;
}

/* тело блока */
.about-block-body {
  padding-left: 58px;  /* выравниваем с заголовком */
}
.about-block-body p {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.78;
  margin-bottom: 14px;
}
.about-block-body p:last-child { margin-bottom: 0; }

/* список */
.about-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.6;
}
.about-list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}

/* сетка методов (полевые работы) */
.about-methods-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
}
.about-method {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f4f7fb;
  border-left: 3px solid var(--teal);
  padding: 10px 12px;
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.80rem;
  color: var(--text-dark);
}
.about-method .bi { color: var(--teal); font-size: 0.85rem; flex-shrink: 0; }

/* подблоки инженерных изысканий */
.about-sub-block {
  margin-top: 18px;
}
.about-sub-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.90rem;
  color: var(--text-dark);
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 3px solid var(--teal);
}

/* список решений в блоке Готовые решения */
.about-solutions-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}
.about-solution-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 16px;
  background: #f4f7fb;
  border: 1px solid var(--border-light);
  border-top: 2px solid var(--teal);
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
}
.about-solution-item:hover {
  background: #eaf2f3;
  box-shadow: 0 4px 12px rgba(5,130,137,0.10);
}
.about-sol-name {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.90rem;
  color: var(--teal);
}
.about-sol-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .about-block-body { padding-left: 0; }
  .about-methods-grid { grid-template-columns: 1fr 1fr; }
  .about-solutions-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px) {
  .about-methods-grid { grid-template-columns: 1fr; }
  .about-solutions-list { grid-template-columns: 1fr; }
  .about-block-title { font-size: 1.05rem; }
}


/* ════════════════════════════════════════════
   PROJECT PAGE — специфические элементы
════════════════════════════════════════════ */

/* блок РООС / ОВОС */
.proj-law-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}
.proj-law-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f4f7fb;
  border-left: 3px solid var(--teal);
  padding: 14px 16px;
}
.proj-law-item .bi {
  font-size: 1.2rem;
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 2px;
}
.proj-law-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.90rem;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.proj-law-text {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.6;
}

/* инструменты проектирования */
.proj-tools {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}
.proj-tool-item {
  background: #f4f7fb;
  border: 1px solid var(--border-light);
  border-top: 2px solid var(--teal);
  padding: 16px;
}
.proj-tool-item p {
  font-size: 0.83rem !important;
  color: var(--text-muted) !important;
  line-height: 1.55 !important;
  margin: 8px 0 0 !important;
}
.proj-tool-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--teal);
  transition: color 0.2s;
}
.proj-tool-link:hover { color: var(--teal-light); }
.proj-tool-link .bi { font-size: 1rem; }

/* блок результатов */
.proj-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}
.proj-result-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f4f7fb;
  border-left: 3px solid var(--teal);
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text-dark);
}
.proj-result-item .bi { color: var(--teal); font-size: 1rem; flex-shrink: 0; }

@media (max-width: 767.98px) {
  .proj-law-block { grid-template-columns: 1fr; }
  .proj-tools { grid-template-columns: 1fr; }
  .proj-result-grid { grid-template-columns: 1fr; }
}
