/* СОВЕРШЕННО НОВЫЕ СТИЛИ - СВЕТЛАЯ ТЕМА, ДРУГИЕ ЦВЕТА */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Balthazar", serif;
  background: #f8f9fa;
  color: #2c3e50;
  line-height: 1.7;
  overflow-x: hidden;
  padding-top: 120px;
  opacity: 1;
  visibility: visible;
}
body,
main,
section,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
ul,
li,
article,
aside,
header,
footer,
nav,
img,
button,
input,
textarea,
select,
label,
table,
tr,
td,
th,
thead,
tbody {
  opacity: 1 !important;
  visibility: visible !important;
}
[data-aos] {
  opacity: 1 !important;
  visibility: visible !important;
}
main.main *,
section *,
.container *,
.content *,
.hero-content *,
.pricing-container *,
.features-container *,
.testimonials-container *,
.process-flow-container *,
.story-container *,
.mission-container *,
.team-container *,
.values-container *,
.company-info-container *,
.contact-methods-container *,
.contact-form-container *,
.office-info-container *,
.support-options-container *,
.faq-container *,
.legal-container *,
.thanks-steps-container *,
.thanks-info-container *,
.thanks-cta-container *,
.footer-container * {
  opacity: 1 !important;
  visibility: visible !important;
}

a {
  color: #6c5ce7;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #5f3dc4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a2e;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}
p {
  margin-bottom: 1rem;
  color: #495057;
}

/* Header - светлый стиль */
header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.header-container {
  width: 100%;
}
.header-top-bar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 12px 0;
}
.header-top-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.header-contact {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.header-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.header-contact-link i {
  font-size: 16px;
}
.header-contact-link:hover {
  color: #e0e0e0;
  transform: translateY(-2px);
}
.btn-header-cta {
  background: #ffffff;
  color: #667eea;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.btn-header-cta:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.header-main-bar {
  background: #ffffff;
}
.header-main-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.logo-image-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.logo-image {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-name {
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.logo-subtitle {
  font-size: 11px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-link {
  padding: 12px 20px;
  color: #495057;
  text-decoration: none;
  font-weight: 600;
  border-radius: 20px;
  transition: all 0.3s ease;
  font-size: 15px;
}
.nav-link:hover {
  color: #667eea;
  background: #f0f4ff;
}
.nav-link-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 25px;
}
.nav-link-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  color: #ffffff;
  background: linear-gradient(135deg, #5f3dc4 0%, #6a4c93 100%);
}
.header-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.header-menu-toggle span {
  width: 26px;
  height: 3px;
  background: #667eea;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.header-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.header-overlay.active {
  display: block;
}

/* Main */
main.main {
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
main.main *,
section *,
.container *,
.content * {
  opacity: 1 !important;
  visibility: visible !important;
}
section {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Cookie Popup */
#cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 420px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  z-index: 1000;
  display: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border: 2px solid #667eea;
}
#cookie-popup.show {
  display: block;
}
.popup-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup-message p {
  color: #495057;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.popup-message a {
  color: #667eea;
  text-decoration: underline;
}
#cookie-popup button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
#cookie-popup button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Hero - светлый градиент */
.main-banner-section {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
}
.hero-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: 1;
}
.hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(102, 126, 234, 0.1) 0%,
    transparent 60%
  );
  z-index: 2;
}
.hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #667eea;
  border-radius: 50%;
  opacity: 0.3;
}
.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 4;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.hero-title {
  font-size: clamp(36px, 7vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #1a1a2e;
}
.hero-title-line {
  display: block;
}
.hero-title-highlight {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-description {
  font-size: clamp(16px, 2vw, 20px);
  color: #6c757d;
  margin-bottom: 40px;
  line-height: 1.8;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.hero-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.stat-icon {
  font-size: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat-label {
  font-size: 18px;
  color: #1a1a2e;
  font-weight: 600;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.btn-primary-modern {
  padding: 18px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.btn-primary-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
  color: #ffffff;
}
.btn-secondary-modern {
  padding: 18px 40px;
  background: #ffffff;
  color: #667eea;
  border: 2px solid #667eea;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-secondary-modern:hover {
  background: #667eea;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  justify-content: center;
}
.hero-feature-card {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  flex: 1;
  min-width: 220px;
  max-width: 280px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.hero-feature-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}
.feature-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.feature-icon-wrapper i {
  font-size: 36px;
  color: #ffffff;
}
.hero-feature-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.hero-feature-card p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
  line-height: 1.6;
}

/* Sections */
section {
  padding: 80px 0;
  position: relative;
  opacity: 1;
  visibility: visible;
}
section *,
.container,
.content {
  opacity: 1;
  visibility: visible;
}
.section-badge-modern {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-title-modern {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  margin-bottom: 20px;
  color: #1a1a2e;
}
.section-description-modern {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.highlight-text {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Plans - светлые карточки */
.plans-packages-section {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
}
.pricing-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f0f4ff 0%, #e9ecef 100%);
  z-index: 1;
}
.pricing-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.pricing-header {
  text-align: center;
  margin-bottom: 60px;
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.plan-card,
.pricing-card {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.pricing-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.pricing-card.featured-pricing {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-color: #667eea;
}
.pricing-card.featured-pricing h3,
.pricing-card.featured-pricing .price-amount,
.pricing-card.featured-pricing .pricing-description,
.pricing-card.featured-pricing .pricing-features li {
  color: #ffffff;
}
.pricing-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffd700;
  color: #1a1a2e;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}
.plan-header-card,
.pricing-header-card {
  margin-bottom: 30px;
  text-align: center;
}
.plan-header-card h3,
.pricing-header-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 20px;
}
.plan-price,
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.plan-amount,
.price-amount {
  font-size: 56px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pricing-card.featured-pricing .price-amount {
  -webkit-text-fill-color: #ffffff;
}
.plan-period,
.price-period {
  font-size: 18px;
  color: #6c757d;
}
.plan-description,
.pricing-description {
  color: #6c757d;
  font-size: 15px;
}
.plan-features,
.pricing-features {
  list-style: none;
  margin-bottom: 40px;
  flex: 1;
  padding: 0;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  color: #495057;
}
.pricing-features li i {
  color: #28a745;
  font-size: 20px;
  flex-shrink: 0;
}
.btn-plan {
  display: block;
  text-align: center;
  padding: 18px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.btn-plan:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  color: #ffffff;
}
.pricing-note {
  text-align: center;
  padding: 30px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  color: #6c757d;
}

/* Services */
.services-offerings-section {
  background: #f8f9fa;
  padding: 80px 0;
  position: relative;
}
.features-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.05) 0%,
    rgba(118, 75, 162, 0.05) 100%
  );
  z-index: 1;
}
.features-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.features-header {
  text-align: center;
  margin-bottom: 60px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-card,
.feature-modern {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.feature-modern:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.feature-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.feature-icon-modern {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.feature-icon-modern i {
  font-size: 36px;
  color: #ffffff;
}
.feature-number {
  font-size: 72px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.15;
}
.feature-content {
  flex: 1;
}
.feature-modern h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a1a2e;
}
.feature-modern p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 16px;
}
.feature-tags-modern {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tag-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0f4ff;
  border: 1px solid #667eea;
  color: #667eea;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
.tag-modern i {
  font-size: 14px;
}

/* Comparison */
.benefits-comparison-section {
  background: #ffffff;
  padding: 80px 0;
}
.comparison-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
.comparison-header {
  text-align: center;
  margin-bottom: 60px;
}
.comparison-table-wrapper {
  overflow-x: auto;
  border-radius: 20px;
  border: 2px solid #e9ecef;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  min-width: 900px;
}
.comparison-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.comparison-table th {
  padding: 24px;
  text-align: left;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comparison-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
.comparison-table tbody tr:hover {
  background: #f8f9fa;
}
.comparison-table td {
  padding: 20px 24px;
  color: #495057;
  font-size: 15px;
}
.comparison-table td:first-child {
  font-weight: 700;
  color: #1a1a2e;
}
.comparison-table td i.bi-check-circle-fill {
  color: #28a745;
  font-size: 22px;
}
.comparison-table td i.bi-x-circle {
  color: #dc3545;
  opacity: 0.4;
  font-size: 22px;
}

/* Reviews */
.reviews-showcase-section {
  background: #f8f9fa;
  padding: 80px 0;
  position: relative;
}
.testimonials-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.05) 0%,
    rgba(118, 75, 162, 0.05) 100%
  );
  z-index: 1;
}
.testimonials-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.review-card,
.testimonial-modern {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.testimonial-modern:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.testimonial-modern.featured-testimonial {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-color: #667eea;
}
.testimonial-modern.featured-testimonial .testimonial-text,
.testimonial-modern.featured-testimonial .author-info h5,
.testimonial-modern.featured-testimonial .author-info span,
.testimonial-modern.featured-testimonial .testimonial-company {
  color: #ffffff;
}
.testimonial-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffd700;
  color: #1a1a2e;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-quote-icon {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 60px;
  height: 60px;
  background: #f0f4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-quote-icon i {
  font-size: 28px;
  color: #667eea;
}
.testimonial-rating {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.testimonial-rating i {
  color: #ffd700;
  font-size: 18px;
}
.testimonial-text {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
  flex: 1;
  font-size: 16px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.avatar-initial {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.author-info h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.author-info span {
  color: #6c757d;
  font-size: 14px;
}
.testimonial-company {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  border-top: 2px solid #e9ecef;
  color: #6c757d;
  font-size: 14px;
}
.testimonial-company i {
  color: #667eea;
}

/* Process */
.process-flow-section {
  background: #ffffff;
  padding: 80px 0;
}
.process-flow-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.process-flow-header {
  text-align: center;
  margin-bottom: 60px;
}
.steps-wrapper {
  position: relative;
  padding: 50px 0;
}
.steps-connector {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  opacity: 0.3;
  z-index: 1;
  display: none;
}
.steps-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
.step-modern {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  flex: 1;
  min-width: 320px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.step-modern:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.step-modern.featured {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-color: #667eea;
}
.step-modern.featured h4,
.step-modern.featured p,
.step-modern.featured .step-feature-modern {
  color: #ffffff;
}
.step-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffd700;
  color: #1a1a2e;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}
.step-number-modern {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 28px;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.step-icon-modern {
  width: 80px;
  height: 80px;
  background: #f0f4ff;
  border: 2px solid #667eea;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon-modern i {
  font-size: 36px;
  color: #667eea;
}
.step-content {
  text-align: center;
}
.step-modern h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a1a2e;
}
.step-modern p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 16px;
}
.step-features-modern {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-feature-modern {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #495057;
  padding: 12px 20px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.step-feature-modern i {
  color: #28a745;
  font-size: 18px;
}

/* Page Hero */
.page-hero-modern {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0 70px;
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.page-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(102, 126, 234, 0.1) 0%,
    transparent 60%
  );
  z-index: 1;
}
.page-hero-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-hero-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 25px;
  line-height: 1.2;
}
.page-hero-description {
  font-size: clamp(16px, 2vw, 20px);
  color: #6c757d;
  line-height: 1.8;
}

/* About */
.intro-banner-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0 70px;
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.highlights-showcase-section {
  background: #ffffff;
  padding: 80px 0;
}
.company-stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.stat-card-modern {
  flex: 1;
  min-width: 280px;
  max-width: 320px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.stat-card-modern:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.stat-icon-modern {
  font-size: 56px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.stat-label-modern {
  color: #1a1a2e;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.stat-description-modern {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
}
.journey-timeline-section {
  background: #f8f9fa;
  padding: 80px 0;
  width: 100%;
  overflow-x: hidden;
}
.story-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.story-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
.story-text {
  flex: 1;
  min-width: 0;
}
.story-text h2 {
  color: #1a1a2e;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}
.story-text p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 18px;
}
.story-visual {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.story-timeline {
  position: relative;
  padding-left: 40px;
  width: 100%;
  max-width: 100%;
}
.story-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
  border-radius: 3px;
}
.timeline-item-modern {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.timeline-item-modern::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: 4px solid #f8f9fa;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}
.timeline-year {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.timeline-content h4 {
  color: #1a1a2e;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
.timeline-content p {
  color: #6c757d;
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
}
.goals-principles-section {
  background: #ffffff;
  padding: 80px 0;
}
.mission-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.mission-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.mission-card-modern {
  flex: 1;
  min-width: 320px;
  max-width: 550px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.mission-card-modern:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.mission-icon-modern {
  font-size: 56px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.mission-card-modern h3 {
  font-size: 28px;
  color: #1a1a2e;
  margin-bottom: 20px;
  font-weight: 800;
}
.mission-card-modern p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 16px;
}
.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mission-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #495057;
  font-size: 15px;
}
.mission-list li i {
  color: #28a745;
  font-size: 20px;
  flex-shrink: 0;
}
.experts-team-section {
  background: #f8f9fa;
  padding: 80px 0;
}
.team-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.team-header {
  text-align: center;
  margin-bottom: 60px;
}
.team-structure {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.team-department {
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 35px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.team-department:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.department-icon {
  font-size: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.team-department h4 {
  color: #1a1a2e;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
.team-department p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 20px;
}
.department-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.skill-tag {
  background: #f0f4ff;
  color: #667eea;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid #667eea;
  font-weight: 600;
}
.core-beliefs-section {
  background: #ffffff;
  padding: 80px 0;
}
.values-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.values-header {
  text-align: center;
  margin-bottom: 60px;
}
.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.value-card-modern {
  flex: 1;
  min-width: 300px;
  max-width: 330px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.value-card-modern:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.value-icon-modern {
  font-size: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.value-card-modern h4 {
  color: #1a1a2e;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
}
.value-card-modern p {
  color: #6c757d;
  line-height: 1.8;
  font-size: 16px;
}
.business-details-section {
  background: #f8f9fa;
  padding: 80px 0;
}
.company-info-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.company-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.company-info-card-modern {
  flex: 1;
  min-width: 320px;
  max-width: 550px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.company-info-card-modern h3 {
  font-size: 28px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  font-weight: 800;
}
.company-details-modern {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.detail-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.detail-item i {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  margin-top: 4px;
  flex-shrink: 0;
}
.detail-item strong {
  display: block;
  color: #1a1a2e;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.detail-item p {
  color: #6c757d;
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
}

/* Contact */
.contact-methods-modern {
  background: #ffffff;
  padding: 80px 0;
}
.contact-methods-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.contact-method-card {
  flex: 1;
  min-width: 320px;
  max-width: 380px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.contact-method-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.method-icon-modern {
  font-size: 56px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.contact-method-card h3 {
  color: #1a1a2e;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.method-description {
  color: #6c757d;
  margin-bottom: 20px;
  font-size: 15px;
}
.method-link {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 12px;
}
.method-link:hover {
  transform: translateX(5px);
}
.method-hours {
  color: #6c757d;
  font-size: 14px;
}
.contact-form-section-modern {
  background: #f8f9fa;
  padding: 80px 0;
}
.contact-form-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.contact-form-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
}
.form-header {
  flex: 1;
  min-width: 320px;
  position: sticky;
  top: 100px;
}
.form-benefits {
  margin-top: 30px;
}
.benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: #6c757d;
  font-size: 15px;
}
.benefit-item i {
  color: #28a745;
  font-size: 22px;
  flex-shrink: 0;
}
.form-wrapper {
  flex: 1.5;
  min-width: 320px;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.contact-form-modern {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-group-modern {
  position: relative;
  flex: 1;
  min-width: 220px;
}
.form-group-modern label {
  display: block;
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
}
.input-modern,
.textarea-modern {
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  color: #495057;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
}
.input-modern:focus,
.textarea-modern:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}
.textarea-modern {
  resize: vertical;
  min-height: 140px;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #6c757d;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  margin-top: 4px;
  cursor: pointer;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.checkbox-label a {
  color: #667eea;
  text-decoration: underline;
}
.checkbox-label a:hover {
  color: #5f3dc4;
}
.btn-submit-modern {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border: none;
  padding: 18px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.btn-submit-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

/* Новая форма - стили на основе старой */
.contact-form-new {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.contact-form-new * {
  pointer-events: auto;
}
.contact-form-new button,
.contact-form-new input,
.contact-form-new textarea,
.contact-form-new select {
  pointer-events: auto !important;
}
.form-field-group {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}
.form-label-new {
  display: block;
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
}
.required-star {
  color: #e63946;
  margin-left: 4px;
}
.form-input-new,
.form-textarea-new {
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  color: #495057;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
  cursor: text !important;
  pointer-events: auto !important;
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  position: relative;
  z-index: 10;
}
.form-input-new[readonly],
.form-textarea-new[readonly],
.form-input-new[disabled],
.form-textarea-new[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.form-input-new:focus,
.form-textarea-new:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  cursor: text;
}
.form-input-new:focus::placeholder,
.form-textarea-new:focus::placeholder {
  opacity: 0.5;
}
.form-input-new.is-invalid,
.form-textarea-new.is-invalid {
  border-color: #e63946;
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.1);
}
.form-input-new.is-valid,
.form-textarea-new.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1);
}
.form-textarea-new {
  resize: vertical;
  min-height: 140px;
}
.invalid-feedback {
  display: none;
  color: #e63946;
  font-size: 14px;
  margin-top: 8px;
}
.form-input-new.is-invalid ~ .invalid-feedback,
.form-textarea-new.is-invalid ~ .invalid-feedback {
  display: block;
}
.form-submit-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border: none;
  padding: 18px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
  cursor: pointer !important;
}
.form-submit-button:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.form-submit-button:not(:disabled) {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.form-submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed !important;
  transform: none;
  pointer-events: none !important;
}
.form-submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.3), 0 6px 20px rgba(102, 126, 234, 0.3);
}
.form-status {
  margin-top: 20px;
}
.form-status .loading,
.form-status .error-message,
.form-status .sent-message {
  display: none;
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 15px;
  text-align: center;
}
.form-status .loading {
  display: none;
  color: #667eea;
  background: #f0f4ff;
  border: 2px solid #667eea;
}
.form-status .error-message {
  display: none;
  color: #e63946;
  background: #fff5f5;
  border: 2px solid #e63946;
}
.form-status .sent-message {
  display: none;
  color: #28a745;
  background: #f0fff4;
  border: 2px solid #28a745;
}

.office-info-modern {
  background: #ffffff;
  padding: 80px 0;
}
.office-info-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.office-info-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.office-map {
  flex: 1;
  min-width: 320px;
}
.map-placeholder {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}
.map-placeholder i {
  font-size: 64px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 25px;
}
.office-details {
  flex: 1;
  min-width: 320px;
  padding: 40px;
}
.office-address {
  margin-top: 40px;
}
.address-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  align-items: flex-start;
}
.address-item i {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  margin-top: 4px;
  flex-shrink: 0;
}
.address-item strong {
  display: block;
  color: #1a1a2e;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.address-item p {
  color: #6c757d;
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
}
.support-options-modern {
  background: #f8f9fa;
  padding: 80px 0;
}
.support-options-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.support-header {
  text-align: center;
  margin-bottom: 60px;
}
.support-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.support-card-modern {
  flex: 1;
  min-width: 300px;
  max-width: 330px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.support-card-modern:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.support-icon-modern {
  font-size: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.support-card-modern h4 {
  color: #1a1a2e;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
}
.support-card-modern p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}
.support-link {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.support-link:hover {
  gap: 12px;
}

/* FAQ */
.faq-categories-modern {
  background: #ffffff;
  padding: 40px 0;
  border-bottom: 2px solid #e9ecef;
}
.faq-categories-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.faq-category-nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.category-btn {
  padding: 14px 28px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  color: #6c757d;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  transition: all 0.3s ease;
}
.category-btn:hover,
.category-btn.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.faq-section-modern {
  background: #f8f9fa;
  padding: 80px 0;
}
.faq-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.faq-category-group {
  margin-bottom: 50px;
}
.faq-category-title {
  font-size: 32px;
  color: #1a1a2e;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #667eea;
  font-weight: 800;
}
.faq-accordion-modern {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item-modern {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.faq-item-modern:hover {
  border-color: #667eea;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
}
.faq-question {
  padding: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  background: #f8f9fa;
}
.faq-question h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.faq-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.faq-icon i {
  color: #ffffff;
  font-size: 16px;
}
.faq-item-modern.active .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item-modern.active .faq-answer {
  max-height: 2000px;
}
.faq-answer p {
  padding: 0 25px 25px;
  color: #6c757d;
  line-height: 1.8;
  margin: 0;
  font-size: 16px;
}
.faq-answer ul {
  padding: 0 25px 25px;
  margin: 0;
  list-style: disc;
  padding-left: 40px;
  color: #6c757d;
}
.faq-answer li {
  margin-bottom: 8px;
  font-size: 16px;
}
.faq-answer a {
  color: #667eea;
  text-decoration: underline;
}
.faq-answer a:hover {
  color: #5f3dc4;
}
.faq-answer strong {
  color: #1a1a2e;
  font-weight: 700;
}
.faq-cta-modern {
  background: #ffffff;
  padding: 80px 0;
}
.faq-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.faq-cta-content {
  text-align: center;
}
.faq-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Legal */
.legal-content-modern {
  background: #f8f9fa;
  padding: 80px 0;

}
.legal-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.legal-sidebar {
  position: sticky;
  top: 100px;
  width: 320px;
  flex-shrink: 0;
}
.legal-nav {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.legal-nav h3 {
  color: #1a1a2e;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 800;
}
.legal-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legal-nav li {
  margin-bottom: 12px;
}
.legal-nav a {
  color: #6c757d;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.legal-nav a:hover {
  color: #667eea;
  padding-left: 10px;
}
.legal-main {
  flex: 1;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.legal-section {
  margin-bottom: 50px;
  scroll-margin-top: 120px;
}
.legal-section:last-child {
  margin-bottom: 0;
}
.legal-section h2 {
  font-size: 36px;
  color: #1a1a2e;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #667eea;
  font-weight: 800;
}
.legal-section h3 {
  font-size: 28px;
  color: #1a1a2e;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.legal-section p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}
.legal-section ul {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
}
.legal-section li {
  margin-bottom: 10px;
}
.legal-section a {
  color: #667eea;
  text-decoration: underline;
}
.legal-section a:hover {
  color: #5f3dc4;
}
.legal-info-box {
  background: #f0f4ff;
  border: 2px solid #667eea;
  border-left: 5px solid #667eea;
  border-radius: 15px;
  padding: 25px;
  margin: 25px 0;
}
.legal-info-box p {
  margin-bottom: 15px;
  color: #495057;
}
.legal-info-box p:last-child {
  margin-bottom: 0;
}
.legal-info-box a {
  color: #667eea;
  text-decoration: underline;
}
.legal-info-box a:hover {
  color: #5f3dc4;
}
.legal-info-box strong {
  color: #1a1a2e;
}
.cookie-types-grid,
.datenschutz-types-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0;
}
.cookie-type-card,
.datenschutz-type-card {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 35px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.cookie-type-card:hover,
.datenschutz-type-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.cookie-type-card i,
.datenschutz-type-card i {
  font-size: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.cookie-type-card h4,
.datenschutz-type-card h4 {
  color: #1a1a2e;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.cookie-type-card p,
.datenschutz-type-card p {
  color: #6c757d;
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

/* Browser Instructions для Privacy Policy */
.browser-instructions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0;
}
.browser-card {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 35px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.browser-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.browser-card i {
  font-size: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.browser-card h4 {
  color: #1a1a2e;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.browser-card p {
  color: #6c757d;
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

/* Legal Warning для Privacy Policy */
.legal-warning {
  background: #fff5e6;
  border: 2px solid #ffc107;
  border-left: 5px solid #ffc107;
  border-radius: 15px;
  padding: 25px;
  margin: 30px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.legal-warning i {
  font-size: 32px;
  color: #ffc107;
  flex-shrink: 0;
  margin-top: 4px;
}
.legal-warning p {
  color: #495057;
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
}
.legal-warning strong {
  color: #1a1a2e;
  font-weight: 700;
}

/* Thanks */
.thanks-hero-modern {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0 70px;
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.thanks-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(40, 167, 69, 0.1) 0%,
    transparent 60%
  );
  z-index: 1;
}
.thanks-hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.success-icon {
  font-size: 120px;
  color: #28a745;
  margin-bottom: 30px;
}
.thanks-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 25px;
  line-height: 1.2;
}
.thanks-description {
  font-size: clamp(16px, 2vw, 20px);
  color: #6c757d;
  line-height: 1.8;
}
.thanks-steps-modern {
  background: #ffffff;
  padding: 80px 0;
}
.thanks-steps-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.thanks-steps-header {
  text-align: center;
  margin-bottom: 60px;
}
.thanks-steps-header h2 {
  font-size: 36px;
  color: #1a1a2e;
  margin-bottom: 20px;
  font-weight: 800;
}
.thanks-steps-header p {
  color: #6c757d;
  font-size: 18px;
}
.thanks-steps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.thanks-step-card {
  flex: 1;
  min-width: 320px;
  max-width: 380px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.thanks-step-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 24px;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.step-icon {
  font-size: 56px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 30px 0 20px;
}
.thanks-step-card h3 {
  color: #1a1a2e;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}
.thanks-step-card p {
  color: #6c757d;
  line-height: 1.8;
  margin: 0;
  font-size: 16px;
}
.thanks-info-modern {
  background: #f8f9fa;
  padding: 80px 0;
}
.thanks-info-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.thanks-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.thanks-info-card {
  flex: 1;
  min-width: 420px;
  max-width: 550px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.thanks-info-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
}
.info-icon {
  font-size: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.thanks-info-card h3 {
  color: #1a1a2e;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
}
.thanks-info-card p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}
.info-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}
.info-link:hover {
  gap: 18px;
}
.info-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.info-link-small {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #6c757d;
  text-decoration: none;
  padding: 10px 0;
  transition: all 0.3s ease;
  font-size: 15px;
}
.info-link-small:hover {
  color: #667eea;
  padding-left: 10px;
}
.info-link-small i {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  font-size: 18px;
}
.thanks-cta-modern {
  background: #ffffff;
  padding: 80px 0;
}
.thanks-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.thanks-cta-content {
  text-align: center;
}
.thanks-cta-content h2 {
  font-size: 36px;
  color: #1a1a2e;
  margin-bottom: 20px;
  font-weight: 800;
}
.thanks-cta-content p {
  color: #6c757d;
  font-size: 18px;
  margin-bottom: 40px;
}
.thanks-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer */
.footer-main {
  background: #1a1a2e;
  border-top: 3px solid #667eea;
  padding: 60px 0;
}
.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.footer-section {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
.footer-brand-section {
  max-width: 380px;
}
.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-logo-wrapper {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.footer-logo {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid #667eea;
}
.footer-brand-title {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.footer-brand-subtitle {
  font-size: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}
.footer-brand-description {
  color: #adb5bd;
  line-height: 1.8;
  margin: 0;
  font-size: 15px;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 126, 234, 0.1);
  border: 2px solid #667eea;
  border-radius: 12px;
  color: #adb5bd;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
  color: #ffffff;
  transform: translateY(-3px);
}
.footer-section-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.footer-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 3px;
}
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links-list li a {
  color: #adb5bd;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}
.footer-links-list li a:hover {
  color: #667eea;
  padding-left: 8px;
}
.footer-contact-section {
  max-width: 320px;
}
.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.footer-contact-item i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 126, 234, 0.1);
  border: 2px solid #667eea;
  border-radius: 12px;
  color: #667eea;
  font-size: 20px;
  flex-shrink: 0;
}
.footer-contact-item strong {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
.footer-contact-item p {
  color: #adb5bd;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.footer-contact-item a {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.footer-contact-item a:hover {
  -webkit-text-fill-color: #ffffff;
}
.footer-bottom {
  background: #0f1419;
  padding: 25px 0;
}
.footer-bottom-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-copyright {
  color: #adb5bd;
  font-size: 14px;
}
.footer-copyright p {
  margin: 0;
}
.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-legal-links a {
  color: #adb5bd;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer-legal-links a:hover {
  color: #667eea;
}
.footer-separator {
  color: #adb5bd;
  opacity: 0.5;
}
.footer-company-details {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #adb5bd;
  font-size: 14px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#preloader::before {
  content: "";
  width: 70px;
  height: 70px;
  border: 5px solid rgba(102, 126, 234, 0.2);
  border-top: 5px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 992px) {
  body {
    padding-top: 70px;
  }
  .header-top-bar {
    display: none;
  }
  .header-main-content {
    height: 70px;
  }
  .header-nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff !important;
    opacity: 1 !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 40px;
    transform: translateX(-100%);
    transition: transform 0.4s;
    z-index: 1000;
    gap: 15px;
    overflow-y: auto;
    border-top: 2px solid #e9ecef;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }
  .header-nav.active {
    transform: translateX(0);
  }
  .nav-link {
    font-size: 24px !important;
    padding: 22px 35px !important;
    font-weight: 700 !important;
    background: #f8f9fa !important;
    border-radius: 15px !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #1a1a2e !important;
  }
  .nav-link-cta {
    font-size: 24px !important;
    padding: 22px 35px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
  }
  .header-menu-toggle {
    display: flex;
  }
  .header-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 9px);
  }
  .header-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  .header-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(9px, -9px);
  }
  .plans-grid,
  .services-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .legal-container {
    flex-direction: column;
  }
  .legal-sidebar {
    position: static;
    width: 100%;
  }
  .contact-form-content {
    flex-direction: column;
  }
  .form-header {
    position: static;
  }
  .office-info-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .header-main-content {
    height: 60px;
  }
  .header-nav {
    top: 60px;
    background: #ffffff !important;
    opacity: 1 !important;
  }
  .nav-link {
    font-size: 24px !important;
    padding: 22px 35px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #1a1a2e !important;
    background: #f8f9fa !important;
  }
  .nav-link-cta {
    font-size: 24px !important;
    padding: 22px 35px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
  }
  .logo-name {
    font-size: 22px;
  }
  .logo-subtitle {
    display: none;
  }
  .plans-grid,
  .services-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .story-content {
    flex-direction: column;
    gap: 40px;
  }
  .story-text {
    width: 100%;
    text-align: center;
  }
  .story-visual {
    width: 100%;
  }
  .story-timeline {
    padding-left: 25px;
  }
  .story-timeline::before {
    left: 12px;
  }
  .timeline-item-modern {
    padding-left: 20px;
  }
  .timeline-item-modern::before {
    left: 4px;
    width: 16px;
    height: 16px;
  }
  .timeline-year {
    font-size: 20px;
  }
  .timeline-content h4 {
    font-size: 18px;
  }
  .timeline-content p {
    font-size: 15px;
  }
  .hero-stats {
    flex-direction: column;
    gap: 25px;
  }
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .btn-primary-modern,
  .btn-secondary-modern {
    width: 100%;
  }
  .steps-container {
    flex-direction: column;
  }
  .steps-connector {
    display: none;
  }
  .step-modern {
    min-width: 100%;
  }
  .comparison-table-wrapper {
    margin: 0 -30px;
  }
  .comparison-table {
    font-size: 14px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 15px 20px;
  }
  .faq-category-nav {
    flex-direction: column;
  }
  .category-btn {
    width: 100%;
    padding: 18px;
  }
  .thanks-steps-grid,
  .thanks-info-grid {
    flex-direction: column;
  }
  .thanks-step-card,
  .thanks-info-card {
    max-width: 100%;
  }
  .contact-methods-container {
    flex-direction: column;
  }
  .contact-method-card {
    max-width: 100%;
  }
  .support-grid {
    flex-direction: column;
  }
  .support-card-modern {
    max-width: 100%;
  }
  .cookie-types-grid,
  .datenschutz-types-grid,
  .browser-instructions {
    flex-direction: column;
  }
  .cookie-type-card,
  .datenschutz-type-card,
  .browser-card {
    max-width: 100%;
  }
  .legal-warning {
    flex-direction: column;
    gap: 15px;
  }
  .legal-warning i {
    font-size: 28px;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .story-timeline {
    padding-left: 20px;
  }
  .timeline-item-modern {
    padding-left: 15px;
  }
  .timeline-year {
    font-size: 18px;
  }
  .timeline-content h4 {
    font-size: 16px;
  }
  .timeline-content p {
    font-size: 14px;
    line-height: 1.6;
  }
  #cookie-popup {
    left: 15px;
    right: 15px;
    bottom: 15px;
    max-width: 100%;
    padding: 20px;
  }
  .popup-content {
    flex-direction: column;
    gap: 20px;
  }
  .popup-message {
    font-size: 13px;
  }
  #cookie-popup button {
    width: 100%;
  }
}
