:root {
  --bg-dark: #0f172a;
  --bg-dark-2: #111827;
  --bg-light: #f8fafc;
  --text-main: #0f172a;
  --text-soft: #475569;
  --white: #ffffff;
  --brand: #f59e0b;
  --brand-hover: #d97706;
  --border: rgba(15, 23, 42, 0.08);
  --shadow: 0 20px 60px rgba(2, 6, 23, 0.12);
  --radius: 1.25rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text-main);
  background-color: #fff;
  padding-top: 88px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: .25s ease;
}

.mobile-bottom-nav {
  z-index: 1035;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
}

.mobile-bottom-link {
  color: rgba(255,255,255,.8);
  font-size: .72rem;
  line-height: 1.1;
}

.mobile-bottom-link:hover,
.mobile-bottom-link:focus,
.mobile-bottom-link.active {
  color: var(--brand);
}

@media (max-width: 991.98px) {
  body.has-mobile-bottom-nav {
    padding-bottom: 71px;
  }
}

.section-pretitle {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--brand);
}

.section-text {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--text-soft);
}

.btn-brand {
  background: var(--brand);
  color: #111;
  border: 1px solid var(--brand);
  font-weight: 700;
  border-radius: 999px;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-hover);
  border-color: var(--brand-hover);
  color: #111;
}

.site-header {
  background: #0f172ae0;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px #0000001f;
}

.navbar {
  padding: 1rem 0;
}

.site-logo {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.site-logo--footer {
  width: 100px;
  height: 100px;
}

.brand-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.1;
}

.nav-link {
  color: #ffffffd9;
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--brand);
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(#0f172ad1, #0f172ad1);
  color: var(--white);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, #f59e0b2e, transparent 25%), radial-gradient(circle at bottom left, #ffffff14, transparent 25%);
}

.hero-badge {
  display: inline-flex;
  padding: .6rem 1rem;
  border-radius: 999px;
  background: #ffffff1a;
  border: 1px solid #ffffff14;
  font-size: .92rem;
  font-weight: 600;
}

.hero-title {
  font-weight: 900;
}

.hero-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #ffffffd9;
  max-width: 760px;
}

.hero-stat-card,
.hero-side-card,
.service-card,
.adv-card,
.doc-card,
.doc-wide-card,
.contact-card,
.map-card,
.cta-box,
.image-card {
  border-radius: var(--radius);
}

.hero-stat-card {
  height: 100%;
  padding: 1.25rem;
  background: #ffffff14;
  border: 1px solid #ffffff14;
  backdrop-filter: blur(6px);
}

.hero-stat-number {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--brand);
  margin-bottom: .3rem;
}

.hero-stat-text {
  font-size: .95rem;
  color: #ffffffd1;
}

.hero-side-card {
  padding: 2rem;
  background: #ffffff14;
  border: 1px solid #ffffff14;
  backdrop-filter: blur(10px);
}

.hero-side-card h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-side-card p {
  margin: 0;
  color: #ffffffd1;
  line-height: 1.8;
}

.image-card {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.service-card {
  padding: 2rem;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--bs-box-shadow-lg) !important;
  transition: transform .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f59e0b1f;
  color: var(--brand);
  font-weight: 800;
}

.service-card h3,
.adv-card h3,
.doc-card h3,
.doc-wide-card h3,
.contact-card h3,
.map-card h3,
.timeline-step h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.service-card p,
.adv-card p,
.doc-card p,
.doc-wide-card p,
.map-card p,
.timeline-step p,
.contact-item span {
  color: var(--text-soft);
  line-height: 1.75;
  margin-bottom: 0;
}

.section-dark {
  background: linear-gradient(135deg, #0f172a, #111827);
}

.timeline-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.timeline-step {
  display: flex;
  gap: 1.25rem;
  padding: 1.4rem;
  border-radius: 1rem;
  background: #ffffff0f;
  border: 1px solid #ffffff14;
}

.timeline-step span {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand);
  color: #111;
  font-weight: 900;
}

.timeline-step h3 {
  color: #fff;
}

.timeline-step p {
  color: #ffffffb8;
}

.adv-card {
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--bs-box-shadow-lg);
  transition: transform .3s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
}

.docs-intro {
  max-width: 820px;
}

.doc-card,
.doc-wide-card,
.contact-card,
.map-card {
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--bs-box-shadow-lg);
  overflow: hidden;
}

.doc-card-image img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.doc-card-body,
.doc-wide-card,
.contact-card,
.map-card {
  padding: 2rem;
}

.doc-list {
  margin: 1rem 0 0;
  padding-left: 1rem;
}

.doc-list li {
  margin-bottom: .5rem;
  color: var(--text-soft);
}

.doc-thumb {
  width: 100%;
  object-fit: contain;
  border: 1px solid var(--border);
}

.cta-box {
  padding: 2.5rem;
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
}

.cta-box h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  margin-bottom: 1rem;
}

.cta-box p {
  color: #ffffffbf;
  line-height: 1.75;
}

.contact-item {
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid var(--border);
  height: 100%;
}

.contact-item span {
  display: block;
  font-size: .9rem;
  margin-bottom: .35rem;
}

.contact-item strong,
.contact-item a {
  color: var(--text-main);
  font-size: 1rem;
  font-weight: 700;
}

.contact-item a:hover {
  color: var(--brand);
}

.map-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.site-footer {
  padding: 30px 0;
  background: #0b1220;
  color: #ffffffd1;
}

.footer-brand {
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: .75rem;
}

.footer-text {
  color: #ffffffad;
  line-height: 1.75;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li + li {
  margin-top: .6rem;
}

.footer-nav a,
.footer-contacts a {
  color: #ffffffcc;
}

.footer-nav a:hover,
.footer-contacts a:hover {
  color: var(--brand);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.footer-bottom {
  color: #ffffff8c;
  font-size: .95rem;
}

.cookie-note {
  width: 100%;
  max-width: 740px;
  bottom: 20px !important;
}

.cookie-note p {
  color: var(--text-main);
}

.cookie-note a {
  font-weight: 700;
  color: var(--brand);
}

.cookie-note a:hover {
  color: var(--brand-hover);
}

#cookieModal .modal-content {
  border: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}

#cookieModal .modal-header,
#cookieModal .modal-footer {
  border-color: #0f172a14;
}

#cookieModal .modal-body {
  line-height: 1.75;
  color: var(--text-soft);
}

#cookieModal .modal-body strong {
  color: var(--text-main);
}

.hero-section--inner {
  min-height: auto;
}

.project-card {
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--bs-box-shadow-lg);
}

.project-location {
  display: inline-block;
  margin-bottom: .75rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, .12);
  color: var(--brand);
  font-size: .9rem;
  font-weight: 700;
}

.project-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.project-text {
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.project-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-soft);
}

.project-list li + li {
  margin-top: .5rem;
}

.project-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--border);
}

.project-thumb--single {
  min-height: 100%;
}

.equipment-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--bs-box-shadow-lg);
  overflow: hidden;
}

.equipment-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.equipment-body {
  padding: 2rem;
}

.equipment-badge {
  display: inline-block;
  margin-bottom: .75rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, .12);
  color: var(--brand);
  font-size: .9rem;
  font-weight: 700;
}

.equipment-title {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.equipment-text {
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.equipment-list {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  color: var(--text-soft);
}

.equipment-list li + li {
  margin-top: .45rem;
}

.equipment-price-box {
  display: grid;
  gap: .75rem;
}

.equipment-price-item {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid var(--border);
}

.equipment-price-item span {
  display: block;
  margin-bottom: .35rem;
  font-size: .92rem;
  color: var(--text-soft);
}

.equipment-price-item strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
}

.price-note-box {
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.price-note-box p {
  color: var(--text-soft);
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 82px;
  }

  .cookie-note {
    bottom: 80px !important;
  }

}

@media (max-width: 575.98px) {

  .service-card,
  .adv-card,
  .doc-card-body,
  .doc-wide-card,
  .contact-card,
  .map-card,
  .cta-box {
    padding: 1.4rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .project-card {
    padding: 1.25rem;
  }

  .project-title {
    font-size: 1.3rem;
  }

  .equipment-body,
  .price-note-box {
    padding: 1.4rem;
  }

  .equipment-title {
    font-size: 1.25rem;
  }
}