@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Global Font Overrides */
body, .t-body, .t-records, p, a, div, span, h1, h2, h3, h4, h5, h6,
.t-title, .t-descr, .t-name, .t-heading, .t-uptitle,
.t967__logo_text, .t967__additional-descr,
.t792__title, .t792__price, .t547__title, .t1095__textwrapper {
  font-family: 'Inter', 'Montserrat', Arial, sans-serif !important;
}

/* Modernized Header */
#rec1029363306 {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

#rec1029363306 .t967 {
  background-color: transparent !important;
}

#rec1029363306 .t967__logo_text {
  font-weight: 800 !important;
  color: #0078b8 !important;
}

#rec1029363306 .t967__additional-descr a {
  font-weight: 800 !important;
  color: #0078b8 !important;
  font-size: 26px !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

#rec1029363306 .t967__additional-descr a:hover {
  color: #005a9c !important;
  transform: scale(1.02);
}

/* Mobile Header Adjustment */
@media screen and (max-width: 980px) {
  #rec1029363306 .tmenu-mobile {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

/* Hero Section Custom Overlay and Centering */
#rec1029331156 .t-cover__filter {
  background: linear-gradient(135deg, rgba(0, 20, 40, 0.6) 0%, rgba(0, 120, 184, 0.3) 100%) !important;
  opacity: 1 !important;
}

/* Menu under Cover (Pill Navigation on Desktop) */
#rec1029406646 {
  margin: 25px auto !important;
  max-width: 1200px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 120, 184, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#rec1029406646 .t466__container__bg_main {
  background: linear-gradient(135deg, #005a9c 0%, #0078b8 100%) !important;
}

#rec1029406646 a.t-menu__link-item,
#rec1029406646 a.t-menu__link-item_mobile {
  font-weight: 700 !important;
  letter-spacing: 0.8px;
  transition: all 0.2s ease !important;
}

#rec1029406646 a.t-menu__link-item:hover {
  transform: translateY(-2px);
  text-shadow: 0 4px 12px rgba(255, 255, 255, 0.4);
  opacity: 1 !important;
}

/* Prices Section Redesign */
#rec1014104131 {
  background-color: #f4f7f6 !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#rec1014104131 .t-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  max-width: 1200px;
}

#rec1014104131 .t792__col {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#rec1014104131 .t792__wrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 30px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box;
}

#rec1014104131 .t792__wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 120, 184, 0.12);
  border-color: rgba(0, 120, 184, 0.25);
}

#rec1014104131 .t792__title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  margin-bottom: 20px !important;
}

#rec1014104131 .t792__price-wrapper {
  margin-top: auto;
}

#rec1014104131 .t792__price {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #0078b8 !important;
  background: rgba(0, 120, 184, 0.08);
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-block;
  align-self: flex-start;
}

#rec1014104131 .t792__line {
  display: none !important;
}

/* Timeline/Steps Section Modernization */
#rec1014118016 {
  background-color: #ffffff !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#rec1014118016 .t547__item {
  margin-bottom: 0 !important;
  padding: 15px 0 !important;
}

#rec1014118016 .t547__mainblock {
  background: #f8fafc !important;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-radius: 16px !important;
  padding: 25px 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.3s ease !important;
}

#rec1014118016 .t547__item:hover .t547__mainblock {
  transform: translateX(8px);
  background: #f1f7fc !important;
  border-color: rgba(0, 120, 184, 0.15) !important;
  box-shadow: 0 10px 25px rgba(0, 120, 184, 0.05) !important;
}

#rec1014118016 .t547__title {
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  transition: color 0.2s ease;
}

#rec1014118016 .t547__item:hover .t547__title {
  color: #0078b8 !important;
}

#rec1014118016 .t547__circle {
  background-color: #0078b8 !important;
  border: 4px solid #ffffff !important;
  box-shadow: 0 0 0 2px #0078b8, 0 4px 10px rgba(0, 120, 184, 0.3) !important;
  transition: all 0.3s ease;
}

#rec1014118016 .t547__item:hover .t547__circle {
  transform: scale(1.2) !important;
}

#rec1014118016 .t547__line {
  background-color: #0078b8 !important;
  opacity: 0.3;
}

/* Features Block Redesign */
#rec1014110576 {
  background-color: #f8fafc !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#rec1014110576 .t1095__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto !important;
  padding: 0 20px;
  list-style: none;
}

#rec1014110576 .t1095__container li {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 25px 30px !important;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex !important;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

#rec1014110576 .t1095__container li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 120, 184, 0.1);
}

#rec1014110576 .t1095__bgimg {
  width: 64px !important;
  height: 64px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  flex-shrink: 0;
}

#rec1014110576 .t1095__textwrapper {
  padding-left: 25px !important;
}

#rec1014110576 .t1095__textwrapper .t-name {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #334155 !important;
  line-height: 1.6 !important;
}

/* Contacts Block Modernization */
#rec1014148381 {
  background-color: #ffffff !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#rec1014148381 .t560__title {
  font-weight: 800 !important;
  font-size: 38px !important;
  color: #0f172a !important;
  margin-bottom: 30px !important;
}

#rec1014148381 .t560__text a {
  font-weight: 800 !important;
  font-size: 44px !important;
  color: #0078b8 !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  display: inline-block;
}

#rec1014148381 .t560__text a:hover {
  color: #005a9c !important;
  transform: scale(1.02);
}

#rec1014148381 .t560__descr {
  font-size: 16px !important;
  color: #64748b !important;
  margin-top: 15px !important;
  font-weight: 500 !important;
}

#rec1014148381 .t-sociallinks__wrapper {
  margin-top: 30px !important;
}

#rec1014148381 .t-sociallinks__item a {
  background: #f1f5f9 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}

#rec1014148381 .t-sociallinks__item_telegram a:hover {
  background: #0088cc !important;
}

#rec1014148381 .t-sociallinks__item_whatsapp a:hover {
  background: #25d366 !important;
}

#rec1014148381 .t-sociallinks__item a:hover svg path {
  fill: #ffffff !important;
}

/* Gallery Controls Modernization */
.t1148__control {
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.2s ease !important;
}

.t1148__control:hover {
  transform: scale(1.1) !important;
  background-color: #0078b8 !important;
}

/* Floating Mobile CTA Action Bar */
.floating-mobile-cta {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 10px 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .floating-mobile-cta {
    display: flex;
  }
  body {
    padding-bottom: 90px !important;
  }
}

.floating-cta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 10px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.floating-cta-btn:active {
  transform: scale(0.95);
}

.floating-cta-phone {
  background: #0078b8;
  box-shadow: 0 4px 12px rgba(0, 120, 184, 0.3);
}

.floating-cta-whatsapp {
  background: #25d366;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.floating-cta-telegram {
  background: #0088cc;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
}

.floating-cta-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
