:root {
  /* Футуристическая триадная цветовая схема */
  --primary-color: #2196f3; /* Голубой */
  --primary-dark: #0d47a1;
  --primary-light: #64b5f6;
  
  --secondary-color: #f44336; /* Красный */
  --secondary-dark: #b71c1c;
  --secondary-light: #e57373;
  
  --tertiary-color: #4caf50; /* Зеленый */
  --tertiary-dark: #1b5e20;
  --tertiary-light: #81c784;
  
  /* Нейтральные цвета */
  --neutral-dark: #212121;
  --neutral-medium: #757575;
  --neutral-light: #eeeeee;
  --neutral-white: #ffffff;
  
  /* Фоновые градиенты */
  --gradient-primary: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
  --gradient-secondary: linear-gradient(135deg, var(--secondary-color), var(--secondary-dark));
  --gradient-tertiary: linear-gradient(135deg, var(--tertiary-color), var(--tertiary-dark));
  
  /* Тени */
  --shadow-small: 0 2px 5px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 10px rgba(0, 0, 0, 0.15);
  --shadow-large: 0 8px 30px rgba(0, 0, 0, 0.2);
  
  /* Переходы */
  --transition-fast: all 0.2s ease;
  --transition-medium: all 0.3s ease;
  --transition-slow: all 0.5s ease;
  
  /* Гиперреалистичные текстуры */
  --texture-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  --texture-paper: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.02'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --texture-noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  
  /* Радиусы */
  --radius-small: 4px;
  --radius-medium: 8px;
  --radius-large: 16px;
  --radius-full: 9999px;
  
  /* Размеры */
  --container-max-width: 1200px;
  --container-padding: 20px;
  
  /* Типографика */
  --font-heading: 'Manrope', sans-serif;
  --font-body: 'Rubik', sans-serif;
  --font-size-small: 0.875rem;
  --font-size-base: 1rem;
  --font-size-medium: 1.125rem;
  --font-size-large: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 1.875rem;
  --font-size-3xl: 2.25rem;
  --font-size-4xl: 3rem;
  
  /* Разрывы точек */
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/* Базовые стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--neutral-dark);
  background-color: var(--neutral-white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition-fast);
}

a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Навигация */
.navbar {
  padding: 1rem 0;
  transition: var(--transition-medium);
  background: rgba(33, 33, 33, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navbar-brand {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--font-size-xl);
  color: var(--neutral-white) !important;
}

.navbar-nav .nav-link {
  color: var(--neutral-light) !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: var(--transition-fast);
  position: relative;
}

.navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transition: var(--transition-fast);
}

.navbar-nav .nav-link:hover {
  color: var(--neutral-white) !important;
}

.navbar-nav .nav-link:hover:before {
  transform: scaleX(1);
}

/* Кнопки */
.btn {
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-medium);
  transition: var(--transition-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  transform: translateY(100%);
  transition: var(--transition-fast);
}

.btn:hover:before {
  transform: translateY(0);
}

.btn-primary {
  background: var(--gradient-primary);
  color: var(--neutral-white);
  box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
  transform: translateY(-2px);
}

.btn-secondary {
  background: var(--gradient-secondary);
  color: var(--neutral-white);
  box-shadow: 0 4px 15px rgba(244, 67, 54, 0.3);
}

.btn-secondary:hover {
  box-shadow: 0 6px 20px rgba(244, 67, 54, 0.4);
  transform: translateY(-2px);
}

.btn-tertiary {
  background: var(--gradient-tertiary);
  color: var(--neutral-white);
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.btn-tertiary:hover {
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
  transform: translateY(-2px);
}

.btn-outline-light {
  color: var(--neutral-white);
  border: 2px solid var(--neutral-white);
  background: transparent;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--neutral-white);
  transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--neutral-white);
  overflow: hidden;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section h1 {
  font-size: var(--font-size-4xl);
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-section p.lead {
  font-size: var(--font-size-large);
  margin-bottom: 2rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  max-width: 700px;
}

/* Параллакс эффект */
.parallax-section {
  background-attachment: fixed;
}

/* Секция услуг */
.features-section {
  padding: 5rem 0;
}

.section-title {
  font-size: var(--font-size-3xl);
  margin-bottom: 1rem;
  color: var(--neutral-dark);
  position: relative;
  display: inline-block;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--primary-color);
}

.section-subtitle {
  font-size: var(--font-size-large);
  color: var(--neutral-medium);
  margin-bottom: 3rem;
}

.card {
  border: none;
  border-radius: var(--radius-medium);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  transition: var(--transition-medium);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-large);
}

.card-image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-image img {
  width: 100%;
  transition: var(--transition-medium);
  object-fit: cover;
  height: 250px;
}

.card:hover .card-image img {
  transform: scale(1.05);
}

.card-body {
  padding: 2rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-title {
  font-size: var(--font-size-xl);
  margin-bottom: 1rem;
  color: var(--neutral-dark);
}

.card-text {
  color: var(--neutral-medium);
  margin-bottom: 1.5rem;
}

.animated-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  color: var(--neutral-white);
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.animated-icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: var(--transition-medium);
}

.card:hover .animated-icon:before {
  transform: scale(1);
}

/* Галерея */
.gallery-section {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

.gallery-item {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow-medium);
  transition: var(--transition-medium);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-large);
}

.gallery-item .image-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-item img {
  width: 100%;
  transition: var(--transition-medium);
  object-fit: cover;
  height: 300px;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: var(--neutral-white);
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition-medium);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

.gallery-caption h3 {
  font-size: var(--font-size-large);
  margin-bottom: 0.5rem;
}

.gallery-caption p {
  font-size: var(--font-size-small);
  margin-bottom: 0;
}

/* История */
.history-section {
  padding: 5rem 0;
}

.history-content {
  padding: 2rem;
}

.history-content h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: 1.5rem;
  color: var(--neutral-dark);
}

.history-content p {
  color: var(--neutral-medium);
  margin-bottom: 1.5rem;
}

.history-section .image-container {
  border-radius: var(--radius-medium);
  overflow: hidden;
}

/* Кейс-стадии */
.case-studies-section {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

/* Медиа */
.media-section {
  padding: 5rem 0;
}

.media-item {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media-item .image-container {
  width: 100%;
  border-radius: var(--radius-medium);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-item img {
  width: 100%;
  transition: var(--transition-medium);
  object-fit: cover;
  height: 350px;
}

.media-item:hover img {
  transform: scale(1.05);
}

.media-content {
  width: 100%;
}

.media-content h3 {
  font-size: var(--font-size-xl);
  margin-bottom: 0.5rem;
  color: var(--neutral-dark);
}

.media-source {
  font-size: var(--font-size-small);
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 500;
}

/* Партнеры */
.partners-section {
  padding: 5rem 0;
}

.partner-card {
  padding: 2rem;
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow-medium);
  transition: var(--transition-medium);
  background-color: var(--neutral-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-large);
}

.partner-logo {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.partner-card h4 {
  font-size: var(--font-size-large);
  margin-bottom: 0.5rem;
  color: var(--neutral-dark);
}

.partner-card p {
  color: var(--neutral-medium);
  margin-bottom: 1.5rem;
}

/* Отзывы клиентов */
.customer-stories-section {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

.testimonial-rating {
  color: #FFD700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.testimonial-author {
  font-size: var(--font-size-large);
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  color: var(--neutral-dark);
}

.testimonial-info {
  color: var(--primary-color);
  font-size: var(--font-size-small);
  font-weight: 500;
}

/* Контакты */
.contact-section {
  padding: 5rem 0;
}

.contact-info {
  padding: 2rem;
}

.contact-info h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: 1.5rem;
  color: var(--neutral-dark);
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-list i {
  margin-right: 1rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-light);
  color: var(--neutral-white);
  border-radius: 50%;
  font-size: 14px;
}

.map-container {
  border-radius: var(--radius-medium);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.contact-form-container {
  background-color: var(--neutral-white);
  border-radius: var(--radius-medium);
  padding: 2rem;
  box-shadow: var(--shadow-medium);
}

.contact-form-container h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: 1.5rem;
  color: var(--neutral-dark);
}

.form-control {
  border: 1px solid var(--neutral-light);
  border-radius: var(--radius-small);
  padding: 0.75rem 1rem;
  font-size: var(--font-size-base);
  transition: var(--transition-fast);
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

.form-label {
  color: var(--neutral-dark);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* Футер */
.site-footer {
  background-color: var(--neutral-dark);
  color: var(--neutral-light);
  padding: 4rem 0 2rem;
}

.footer-heading {
  font-size: var(--font-size-xl);
  margin-bottom: 1.5rem;
  color: var(--neutral-white);
}

.footer-contact {
  margin-top: 1.5rem;
}

.footer-contact li {
  margin-bottom: 0.5rem;
}

.footer-links {
  columns: 2;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: var(--neutral-light);
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--primary-light);
}

.social-links {
  margin-top: 1.5rem;
}

.social-links li {
  margin-bottom: 0.5rem;
}

.social-links a {
  color: var(--neutral-light);
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
}

.social-links a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  background-color: var(--neutral-light);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: var(--transition-fast);
}

.social-links a:hover {
  color: var(--primary-light);
}

.social-links a:hover:before {
  background-color: var(--primary-light);
}

.social-links li:nth-child(1) a:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'%3E%3C/path%3E%3C/svg%3E");
}

.social-links li:nth-child(2) a:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z'%3E%3C/path%3E%3C/svg%3E");
}

.social-links li:nth-child(3) a:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'%3E%3C/line%3E%3C/svg%3E");
}

.social-links li:nth-child(4) a:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z'%3E%3C/path%3E%3Crect x='2' y='9' width='4' height='12'%3E%3C/rect%3E%3Ccircle cx='4' cy='4' r='2'%3E%3C/circle%3E%3C/svg%3E");
}

.newsletter {
  margin-top: 2rem;
}

.newsletter h4 {
  font-size: var(--font-size-large);
  color: var(--neutral-white);
  margin-bottom: 1rem;
}

.newsletter-form .input-group {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-medium);
  overflow: hidden;
}

.newsletter-form .form-control {
  background-color: transparent;
  border: none;
  color: var(--neutral-white);
}

.newsletter-form .form-control::placeholder {
  color: var(--neutral-light);
}

.newsletter-form .btn {
  border-radius: 0 var(--radius-medium) var(--radius-medium) 0;
}

.copyright {
  margin-bottom: 0;
  color: var(--neutral-medium);
}

.footer-links a {
  color: var(--neutral-light);
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--primary-light);
}

/* Анимации при прокрутке */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Иконки */
[class^="icon-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

.icon-home:before {
  content: "\e900";
}

.icon-key:before {
  content: "\e901";
}

.icon-cog:before {
  content: "\e902";
}

/* Страница успеха */
.success-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: var(--neutral-light);
  text-align: center;
}

.success-content {
  max-width: 600px;
  padding: 3rem;
  background-color: var(--neutral-white);
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow-medium);
}

.success-content h1 {
  color: var(--tertiary-color);
  margin-bottom: 1.5rem;
}

.success-content p {
  font-size: var(--font-size-large);
  margin-bottom: 2rem;
}

/* Страницы privacy и terms */
.page-content {
  padding-top: 100px;
  padding-bottom: 3rem;
}

.page-content h1 {
  font-size: var(--font-size-3xl);
  margin-bottom: 2rem;
}

.page-content h2 {
  font-size: var(--font-size-2xl);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-content p {
  margin-bottom: 1.5rem;
}

/* Медиа запросы */
@media (max-width: 767.98px) {
  .section-title {
    font-size: var(--font-size-2xl);
  }
  
  .section-subtitle {
    font-size: var(--font-size-base);
  }
  
  .hero-section h1 {
    font-size: var(--font-size-3xl);
  }
  
  .hero-section p.lead {
    font-size: var(--font-size-base);
  }
  
  .card-body {
    padding: 1.5rem;
  }
  
  .history-content, .contact-info, .contact-form-container {
    padding: 1.5rem;
  }
  
  .footer-links {
    columns: 1;
  }
}

@media (max-width: 575.98px) {
  .btn {
    padding: 0.5rem 1rem;
    font-size: var(--font-size-small);
  }
  
  .hero-section h1 {
    font-size: var(--font-size-2xl);
  }
  
  .section-title {
    font-size: var(--font-size-xl);
  }
  
  .card-title, .media-content h3, .testimonial-author {
    font-size: var(--font-size-large);
  }
}

/* Гласморфизм */
.glassmorphism {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/* Читать далее ссылки */
.read-more {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 500;
  transition: var(--transition-fast);
}

.read-more:after {
  content: "→";
  margin-left: 0.5rem;
  transition: var(--transition-fast);
}

.read-more:hover {
  color: var(--primary-dark);
}

.read-more:hover:after {
  transform: translateX(5px);
}

/* Эффекты при наведении для изображений */
.hover-zoom {
  overflow: hidden;
}

.hover-zoom img {
  transition: var(--transition-medium);
}

.hover-zoom:hover img {
  transform: scale(1.05);
}

/* Плавная анимация для всех переходов */
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--neutral-dark);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.page-transition.active {
  opacity: 1;
}

/* Bootstrap Override */
.form-control:focus, .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.bg-light {
  background-color: var(--neutral-light) !important;
}

/* Custom Utility Classes */
.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-tertiary {
  color: var(--tertiary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-tertiary {
  background-color: var(--tertiary-color) !important;
}

.shadow-sm {
  box-shadow: var(--shadow-small) !important;
}

.shadow {
  box-shadow: var(--shadow-medium) !important;
}

.shadow-lg {
  box-shadow: var(--shadow-large) !important;
}

.rounded-custom {
  border-radius: var(--radius-medium) !important;
}

.bg-gradient-primary {
  background: var(--gradient-primary) !important;
}

.bg-gradient-secondary {
  background: var(--gradient-secondary) !important;
}

.bg-gradient-tertiary {
  background: var(--gradient-tertiary) !important;
}