body {
  background: linear-gradient(135deg, #0c082b 0%, #182c4f 100%) fixed !important;
}

.breadcrumbs .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.breadcrumbs__devider {
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.breadcrumbs__devider svg {
  position: relative;
  top: 2px;
}

.breadcrumbs__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs__link:hover {
  color: #0096ff;
}

.breadcrumbs__link svg {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.3);
}

.breadcrumbs__current {
  color: #0096ff;
  font-size: 16px;
}

.contact-hero {
  padding: 80px 0 100px;
  position: relative;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(
    ellipse at 100% 0%,
    rgba(0, 150, 255, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.contact-hero .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0 80px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-hero__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: center;
}

.contact-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.contact-hero__label-dot {
  width: 6px;
  height: 6px;
  background: #0096ff;
  border-radius: 50%;
}

.contact-hero__title {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.contact-hero__title-highlight {
  color: #0096ff;
}

.contact-hero__description {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  max-width: 500px;
}

.contact-hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.contact-hero__btn--primary {
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  color: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 150, 255, 0.3);
}

.contact-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 150, 255, 0.5);
}

.contact-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.contact-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-hero__stat-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

.contact-hero__stat-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 150, 255, 0.2);
  transform: translateY(-2px);
}

.contact-hero__stat-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 150, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0096ff;
  flex-shrink: 0;
}

.contact-hero__stat-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-hero__stat-label {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-hero__stat-value {
  font-size: 24px;
  font-weight: 700;
  color: #0096ff;
  line-height: 1;
}

.contact-cards {
  padding: 0 0 100px;
}

.contact-cards .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.contact-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 150, 255, 0.2);
  transform: translateY(-4px);
}

.contact-card--highlight {
  background: rgba(0, 150, 255, 0.05);
  border-color: rgba(0, 150, 255, 0.2);
}

.contact-card__icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 150, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0096ff;
  margin-bottom: 20px;
}

.contact-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.contact-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px 0;
}

.contact-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0096ff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-card__link:hover {
  gap: 12px;
}

.contact-card__phones {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card__phone-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-card__phone-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-card__phone-value {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card__phone-value:hover {
  color: #0096ff;
}

.contact-card__emails {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card__email-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-card__email-label {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-card__email-value {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card__email-value:hover {
  color: #0096ff;
}

.contact-card__schedule {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-card__schedule-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-card__schedule-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-card__schedule-day {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-card__schedule-time {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.contact-card__schedule-time--highlight {
  color: #0096ff;
  font-size: 13px;
}

.map-section {
  padding: 80px 0;
  position: relative;
}

.map-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.map-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.map-header__left {
  flex: 1;
}

.map-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.map-label svg {
  color: #0096ff;
}

.map-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.map-header__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.map-header__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 150, 255, 0.3);
  gap: 14px;
}

.map-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  height: 600px;
}

.map-iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(20%) contrast(1.1);
  transition: filter 0.3s ease;
}

.map-wrapper:hover .map-iframe {
  filter: grayscale(0%) contrast(1.2);
}

.office-section {
  padding: 80px 0;
  position: relative;
}

.office-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.office-wrapper {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Image Section */
.office-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.office-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.office-image-wrapper:hover .office-image {
  transform: scale(1.03);
}

.office-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Content Section */
.office-label {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.2);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.office-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 24px 0;
}

.office-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 40px 0;
}

.office-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.office-feature {
  display: flex;
  align-items: center;
  gap: 16px;
}

.office-feature__icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 150, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0096ff;
  flex-shrink: 0;
}

.office-feature__text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.contact-form-section {
  padding: 80px 0;
  position: relative;
}

.contact-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 100% 0%,
    rgba(0, 150, 255, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.contact-form-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.contact-form-wrapper {
  background: radial-gradient(
    ellipse at 70% 39%,
    rgba(0, 150, 255, 0.15) 0%,
    transparent 90%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

/* Left Column */
.contact-form-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.contact-form-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.contact-form-title-highlight {
  color: #0096ff;
}

.contact-form-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  max-width: 450px;
}

.contact-form-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form-info__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-form-info__item:hover {
  color: #0096ff;
  transform: translateX(4px);
}

.contact-form-info__item svg {
  color: #0096ff;
  flex-shrink: 0;
}

/* Right Column - Form Card */
.contact-form-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form__group {
  margin-bottom: 20px;
}

.contact-form__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 150, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 150, 255, 0.1);
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 150, 255, 0.3);
}

.contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 150, 255, 0.5);
}

.seo-text-section {
  padding: 0 0 80px;
  position: relative;
}

.seo-text-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.seo-text-content {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 50px 60px;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.seo-text-content.expanded {
  max-height: 5000px;
}

.seo-text-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: linear-gradient(to bottom, transparent, rgba(12, 8, 43, 0.98));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.seo-text-content.expanded::after {
  opacity: 0;
}

.seo-text-title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

.seo-text-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0;
  line-height: 1.4;
}

.seo-text-body {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.seo-text-body p {
  margin: 0 0 20px 0;
}

.seo-text-body ol {
  list-style-type: decimal;
  margin-left: 30px;
}
.seo-text-body ul {
  list-style-type: disc;
  margin-left: 30px;
}

.seo-text-body blockquote {
  position: relative;
  margin: 24px 0;
  padding: 18px 22px 18px 56px;
  background: #f5f8fc1c;
  border-left: 4px solid #0b5fff;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #ffffff;
}

.seo-text-body blockquote::before {
  content: "\201C";
  position: absolute;
  left: 16px;
  top: 10px;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
  color: #0b5fff;
}

.seo-text-body blockquote strong {
  color: #0b5fff;
}

.seo-text-body strong {
  color: #ffffff;
  font-weight: 600;
}

.seo-text-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  padding: 16px 32px;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.3);
  border-radius: 12px;
  color: #0096ff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.seo-text-toggle:hover {
  background: rgba(0, 150, 255, 0.2);
  border-color: #0096ff;
  transform: translateY(-2px);
}

.seo-text-toggle.expanded {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.seo-text-toggle-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-text-toggle.expanded .seo-text-toggle-icon {
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .contact-hero__wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-hero__title {
    font-size: 48px;
  }

  .contact-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .office-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px;
  }

  .office-image-wrapper {
    aspect-ratio: 16/9;
  }

  .office-title {
    font-size: 32px;
  }
  .contact-form-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 40px;
  }

  .contact-form-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 60px 0 80px;
  }

  .contact-hero__title {
    font-size: 36px;
  }

  .contact-hero__description {
    font-size: 15px;
  }

  .contact-hero__stats {
    grid-template-columns: 1fr;
  }

  .contact-cards__grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 24px;
  }
  .map-section {
    padding: 60px 0;
  }

  .map-header {
    flex-direction: column;
    gap: 24px;
  }

  .map-title {
    font-size: 32px;
  }

  .map-header__link {
    width: 100%;
    justify-content: center;
  }

  .map-wrapper {
    height: 450px;
  }

  .map-info {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    border-radius: 0;
    border-bottom: 1px solid rgba(15, 23, 54, 0.1);
    background: rgba(255, 255, 255, 0.98);
  }

  .map-info__title {
    font-size: 16px;
  }

  .map-info__address {
    font-size: 12px;
  }
  .office-section {
    padding: 60px 0;
  }

  .office-wrapper {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .office-title {
    font-size: 28px;
  }

  .office-description {
    font-size: 14px;
  }

  .office-feature__icon {
    width: 40px;
    height: 40px;
  }

  .office-feature__text {
    font-size: 14px;
  }

  .contact-form-section {
    padding: 60px 0;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-form-title {
    font-size: 32px;
  }

  .contact-form-description {
    font-size: 14px;
  }

  .contact-form-card {
    padding: 30px 20px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .seo-text-section {
    padding: 60px 0;
  }

  .seo-text-content {
    padding: 30px 24px;
    max-height: 400px;
    border-radius: 20px;
  }

  .seo-text-title {
    font-size: 28px;
  }

  .seo-text-subtitle {
    font-size: 20px;
  }

  .seo-text-body {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-hero__title {
    font-size: 28px;
  }

  .contact-hero__buttons {
    flex-direction: column;
  }

  .contact-hero__btn {
    width: 100%;
    justify-content: center;
  }

  .contact-hero__stat-card {
    padding: 20px;
  }

  .contact-card {
    padding: 20px;
  }

  .contact-card__title {
    font-size: 16px;
  }
  .map-title {
    font-size: 28px;
  }

  .map-wrapper {
    height: 400px;
    border-radius: 16px;
  }

  .map-info {
    padding: 16px;
  }

  .map-info__title {
    font-size: 15px;
  }

  .map-info__address {
    font-size: 11px;
  }

  .map-info__btn {
    width: 36px;
    height: 36px;
  }
  .office-wrapper {
    padding: 24px 16px;
  }

  .office-title {
    font-size: 24px;
  }

  .office-description {
    font-size: 13px;
  }

  .office-feature {
    gap: 12px;
  }

  .office-feature__icon {
    width: 36px;
    height: 36px;
  }

  .office-feature__text {
    font-size: 13px;
  }

  .office-badge {
    padding: 8px 16px;
    font-size: 11px;
  }

  .contact-form-wrapper {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .contact-form-title {
    font-size: 28px;
  }

  .contact-form-description {
    font-size: 13px;
  }

  .contact-form-card {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .contact-form__input,
  .contact-form__textarea {
    padding: 14px 16px;
    font-size: 14px;
  }

  .contact-form__submit {
    padding: 16px;
    font-size: 15px;
  }

  .seo-text-content {
    padding: 24px 20px;
    max-height: 350px;
  }

  .seo-text-title {
    font-size: 24px;
  }

  .seo-text-subtitle {
    font-size: 18px;
  }

  .seo-text-toggle {
    padding: 14px 24px;
    font-size: 14px;
  }
}
