﻿:root {
  color: #102a43;
  background-color: #f7f9fc;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  text-rendering: optimizeLegibility;
}
body {
  background: #f7f9fc;
  color: #102a43;
}
img, video, svg, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
button, input, textarea, select {
  font: inherit;
}
button, .btn {
  cursor: pointer;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
[class*="col-"] {
  padding: 0 1rem;
}
.col-12 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-lg-start {
  text-align: left;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  background: #0d6efd;
  color: #fff;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.btn:hover, .btn:focus {
  background: #0b5ed7;
  transform: translateY(-1px);
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.95);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(15,23,42,0.08);
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.navbar-brand img {
  max-height: 48px;
  width: auto;
}
.navbar-brand img:not(.default-logo) {
  display: none;
}
.navbar-toggler {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}
.navbar-toggler-line {
  width: 100%;
  height: 3px;
  background: #102a43;
  border-radius: 2px;
}
@media (max-width: 575px) {
  .navbar-brand {
    max-width: 140px;
    gap: 0.5rem;
  }
  .navbar-brand img {
    max-height: 32px;
    width: auto;
  }
  .navbar-brand img.default-logo,
  .navbar-brand img.alt-logo {
    display: none !important;
  }
  .navbar-brand img.mobile-logo {
    display: inline-flex !important;
  }
}
.navbar-collapse {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.collapse.navbar-collapse,
.collapse.navbar-collapse:not(.show),
.navbar-collapse.show {
  display: flex !important;
}
.collapse:not(.show) {
  display: none !important;
}
.navbar-nav,
.nav-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.d-none {
  display: none !important;
}
.d-sm-flex {
  display: none !important;
}
.position-static {
  position: static !important;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.me-auto {
  margin-right: auto;
}
.me-lg-0 {
  margin-right: 0;
}
.offset-lg-1 {
  margin-left: 8.3333%;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.navbar-nav .nav-item {
  margin: 0;
}
.navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: #102a43;
  font-weight: 600;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  background: rgba(13, 110, 253, 0.16);
}
.header-button {
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.page-title-big-typography {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 2.5rem;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.page-title-big-typography::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3,15,34,0.6);
}
.opacity-extra-medium {
  position: absolute;
  inset: 0;
  background: rgba(3, 15, 34, 0.65);
}
.bg-dark-slate-blue {
  background: rgba(2, 43, 79, 0.65);
}
.page-title-extra-large {
  max-width: 100%;
  margin: 0 auto;
}
.page-title-big-typography .page-title-extra-large {
  padding: 0 1rem;
}
.page-title-big-typography .container {
  position: relative;
  z-index: 1;
}
.page-title-big-typography h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.8rem);
  line-height: 1.05;
}
.down-section {
  margin-top: 1.5rem;
}
.section-link > div {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.big-section {
  padding: 4rem 0;
}
.bg-solitude-blue {
  background: #eff7ff;
}
.mb-30px {
  margin-bottom: 30px;
}
.progress {
  background: rgba(15, 39, 71, 0.08);
  border-radius: 999px;
  overflow: hidden;
  min-height: 20px;
  margin-bottom: 1rem;
}
.progress-bar {
  width: 0;
  height: 100%;
  background: #0d6efd;
  position: relative;
}
.progress-bar[aria-valuenow="80"] { width: 80%; }
.progress-bar[aria-valuenow="87"] { width: 87%; }
.progress-bar[aria-valuenow="93"] { width: 93%; }
.progress-bar-percent {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 0.75rem;
}
.text-primary { color: #0d6efd !important; }
.text-base-color { color: #102a43 !important; }
.border-radius-5px { border-radius: 16px; }
.box-shadow-quadruple-large {
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}
.page-title-extra-large {
  max-width: 900px;
  margin: 0 auto;
}
.w-70 { width: 70%; }
.w-60 { width: 60%; }
.xs-w-85 { width: 85%; }
.w-90 { width: 90%; }
.navbar .nav-link,
.header-button .btn,
.dropdown-toggle,
.navbar-toggler {
  min-height: 44px;
}
@media (min-width: 576px) {
  .navbar-nav {
    flex-direction: row;
    gap: 0.5rem;
    justify-content: flex-end;
    margin: 0;
  }
  .navbar-collapse {
    display: flex;
    align-items: center;
    width: auto;
  }
  .header-button {
    width: auto;
    margin-top: 0;
  }
  .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .row {
    margin: 0 -1.25rem;
  }
  [class*="col-"] {
    padding: 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.6667%; }
  .col-lg-7 { width: 58.3333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.6667%; }
}
@media (min-width: 1200px) {
  .col-xl-6 { width: 50%; }
  .col-xl-5 { width: 41.6667%; }
  .col-xl-4 { width: 33.3333%; }
  .col-xxl-3 { width: 25%; }
}
@media (max-width: 575px) {
  .container { padding: 0 0.85rem; }
  .page-title-big-typography { padding: 3rem 0 2rem; }
  .page-title-big-typography h1 { font-size: 2.2rem; }
  .progress-bar-percent { font-size: 0.7rem; padding: 0 0.45rem; }
  .navbar-nav .nav-link {
    width: 100%;
    justify-content: center;
  }
}
