@charset "UTF-8";
/*! normalize.scss v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  flex: 1 0 auto;
  margin-top: auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   CUSTOM OUTLINE RESET - Accessibility-friendly approach
   ========================================================================== */
/* Remove default outline from interactive elements */
button,
input,
textarea,
select,
a:focus {
  outline: none;
}

/* Ensure focus is visible for accessibility */
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* ==========================================================================
   FONTS
   ========================================================================== */
/* Font Awesome Global Styles */
.fa,
.fas {
  font-style: normal !important;
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-style: normal !important;
  font-weight: 400;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Inter Variable Font */
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-VariableFont_opsz,wght.ttf")
    format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf")
    format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/* Font Variables */
/* Font Weights - Only needed weights */
/* Font Sizes */
/* Line Heights */
/* Letter Spacing */
/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
/* Container with Tailwind CSS breakpoints */
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #374151;
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

/* =============================================================
   BUTTONS COMPONENT
   ============================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
}
@media (max-width: 480px) {
  .btn {
    padding: 0.75rem 0.75rem;
    font-size: 0.875rem;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
  }
}
.btn--primary {
  background: #ffffff;
  color: #2563eb;
}
.btn--primary:hover {
  background: #f3f4f6;
}
.btn--outline {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn--outline:hover {
  background: #ffffff;
  color: #2563eb;
}
.btn--gradient {
  background: linear-gradient(90deg, #fa6a0a 0%, #ff8325 100%);
  color: #ffffff;
}
.btn--gradient:hover {
  background: linear-gradient(90deg, #e55a00 0%, #e6731a 100%);
  transform: translateY(-1px);
}
.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn--lg {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
.btn--full {
  width: 100%;
}

/* ==========================================================================
   STICKY CONTACT BUTTONS
   ========================================================================== */
.sticky-buttons {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  z-index: 49;
}
@media (max-width: 768px) {
  .sticky-buttons {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

.sticky-btn {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.sticky-btn i {
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.sticky-btn:hover {
  animation: pulse-size 1.5s infinite;
}
.sticky-btn--phone {
  background-color: #10b981;
}
.sticky-btn--phone:hover {
  background-color: #059669;
}
/* Скрыть телефон на десктопе в sticky buttons */
@media (min-width: 1025px) {
  .sticky-btn--mobile-only {
    display: none;
  }
}
.sticky-btn--telegram {
  background-color: #0088cc;
}
.sticky-btn--telegram:hover {
  background-color: #006ba3;
}
.sticky-btn--whatsapp {
  background-color: #16a34a;
}
.sticky-btn--whatsapp:hover {
  background-color: #15803d;
}
.sticky-btn--top {
  background-color: #4b5563;
}
.sticky-btn--top:hover {
  background-color: #374151;
}
.sticky-btn--top svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
@media (max-width: 768px) {
  .sticky-btn {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.25rem;
  }
}

@keyframes pulse-size {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
.header {
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1001;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .header__content {
    padding: 0.75rem 0;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .header__logo {
    gap: 0.5rem;
  }
}
.header__logo-img {
  width: 8rem;
  height: 3.5rem;
  object-fit: contain;
  flex-shrink: 0;
  transition: all 0.3s ease;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  backdrop-filter: blur(10px);
}
@media (max-width: 1023px) {
  .header__logo-img {
    width: 7rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .header__logo-img {
    width: 6rem;
    height: 2.5rem;
  }
}
@media (max-width: 480px) {
  .header__logo-img {
    width: 5.5rem;
    height: 2.25rem;
  }
}
.header__title {
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .header__title {
    font-size: 1.125rem;
  }
}
.header__subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .header__subtitle {
    font-size: 0.75rem;
  }
}
.header__nav--desktop {
  display: none;
  gap: clamp(1rem, 1.5vw + 0.75rem, 2.5rem);
}
@media (min-width: 1280px) {
  .header__nav--desktop {
    display: flex;
  }
}
.header__nav--mobile {
  display: none;
  background: #ffffff;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.header__nav--mobile.header__nav--active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1280px) {
  .header__nav--mobile {
    display: none !important;
  }
}
.header__nav-link {
  color: #374151;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.header__nav-link:hover {
  color: #2563eb;
}
.header__nav-link--dropdown {
  position: relative;
}
.header__nav-link--dropdown .header__dropdown-arrow {
  transition: transform 0.3s ease;
}
.header__nav-link--dropdown:hover .header__dropdown-arrow {
  transform: rotate(180deg);
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__phone {
  display: none;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .header__phone {
    display: flex;
  }
}
.header__phone-number {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2563eb;
  margin: 0;
  text-decoration: none;
  display: block;
}
.header__phone-number:hover {
  text-decoration: none;
}
.header__phone-text {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}
.header__phone-link {
  font-size: 0.875rem;
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  display: block;
}
.header__phone-link:hover {
  color: #1d4ed8;
  opacity: 0.8;
  text-decoration: underline;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
/* Скрыть соц сети в хедере когда открыто мобильное меню, но оставить кнопку меню */
body.mobile-menu-open .header__actions .header__btn--vk,
body.mobile-menu-open .header__actions .header__btn--alisa,
body.mobile-menu-open .header__actions .header__btn--phone,
body.mobile-menu-open .header__actions .header__btn--telegram,
body.mobile-menu-open .header__actions .header__btn--whatsapp {
  display: none;
}
/* Убедиться что кнопка меню всегда видна */
body.mobile-menu-open .header__actions .header__btn--menu {
  display: flex !important;
}
/* Блокировка скролла страницы при открытом мобильном меню */
body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media (max-width: 1024px) {
  .header__actions .header__btn--vk {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__actions {
    gap: 0.5rem;
  }
  .header__actions .header__btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__btn--phone {
  color: #ffffff;
}
.header__btn--phone:hover {
  background: #059669;
  transform: translateY(-2px);
}
/* Скрыть телефон на десктопе */
@media (min-width: 1025px) {
  .header__btn--mobile-only {
    display: none;
  }
}
.header__btn--telegram {
  background: #0088cc;
  color: #ffffff;
}
.header__btn--telegram:hover {
  background: #006ba3;
  transform: translateY(-2px);
}
.header__btn--telegram i {
  font-size: 1.25rem;
}
.header__btn--whatsapp {
  color: #ffffff;
}
.header__btn--whatsapp:hover {
  background: #15803d;
  transform: translateY(-2px);
}
.header__btn--vk {
  color: #ffffff;
}
.header__btn--vk:hover {
  background: #2d4373;
  transform: translateY(-2px);
}
.header__btn--alisa {
  color: #ffffff;
}
.header__btn--alisa:hover {
  background: #6d28d9;
  transform: translateY(-2px);
}
.header__btn--menu {
  background: #4b5563;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  position: relative;
  z-index: 1001;
}
.header__btn--menu:hover {
  background: #374151;
}
@media (min-width: 1280px) {
  .header__btn--menu {
    display: none;
  }
}
.header .burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .burger {
    width: 22px;
    height: 22px;
  }
}
.header .burger__line {
  display: block;
  height: 2px;
  width: 20px;
  background-color: currentColor;
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
  position: absolute;
  left: 2px;
}
@media (max-width: 767px) {
  .header .burger__line {
    width: 18px;
    height: 2px;
  }
}
.header .burger__line--1 {
  top: 6px;
}
.header .burger__line--2 {
  top: 11px;
}
.header .burger__line--3 {
  top: 16px;
}
.header .burger--active .burger__line--1 {
  transform: translateY(5px) rotate(45deg);
}
.header .burger--active .burger__line--2 {
  opacity: 0;
  transform: scaleX(0);
}
.header .burger--active .burger__line--3 {
  transform: translateY(-5px) rotate(-45deg);
}
.header__icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .header__icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .header__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__mobile-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  min-height: calc(100vh - 70px);
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .header__mobile-content {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header__mobile-content {
    padding: 2rem;
  }
}
.header__mobile-content .header__mobile-link,
.header__mobile-content .header__mobile-contact,
.header__mobile-content .header__mobile-actions {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
}
.header__nav--active .header__mobile-content .header__mobile-link {
  opacity: 1;
  transform: translateX(0);
}
.header__nav--active .header__mobile-content .header__mobile-link:nth-child(1) {
  transition-delay: 0.1s;
}
.header__nav--active .header__mobile-content .header__mobile-link:nth-child(2) {
  transition-delay: 0.15s;
}
.header__nav--active .header__mobile-content .header__mobile-link:nth-child(3) {
  transition-delay: 0.2s;
}
.header__nav--active .header__mobile-content .header__mobile-link:nth-child(4) {
  transition-delay: 0.25s;
}
.header__nav--active .header__mobile-content .header__mobile-contact {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.header__nav--active .header__mobile-content .header__mobile-actions {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.35s;
}
.header__mobile-link {
  color: #374151;
  text-decoration: none;
  padding: 0.75rem 1rem;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.header__mobile-link:hover {
  color: #2563eb;
  background-color: #f9fafb;
}
.header__mobile-link:last-child {
  border-bottom: none;
}
.header__mobile-contact {
  padding: 0.5rem 0 0.5rem 1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
}
.header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
}
.header__mobile-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.875rem;
}
.header__mobile-btn--telegram {
  color: #ffffff;
}
.header__mobile-btn--telegram:hover {
  background: #006ba3;
}
.header__mobile-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  object-fit: contain;
}
.header__mobile-icon--telegram {
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__mobile-icon {
    width: 2rem;
    height: 2rem;
  }
  .header__mobile-icon--telegram {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .header__mobile-icon {
    width: 2rem;
    height: 2rem;
  }
  .header__mobile-icon--telegram {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .header__mobile-btn {
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    gap: 0.4rem;
  }
}
@media (max-width: 767px) {
  .header__mobile-btn {
    padding: 0.35rem 0.5rem;
    font-size: 0.75rem;
    gap: 0.35rem;
  }
}
.header-icon {
  width: 0.75rem;
  height: 0.75rem;
}
@media (max-width: 1024px) {
  .header-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media (max-width: 767px) {
  .header-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 480px) {
  .header-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.header__dropdown {
  position: relative;
}
.header__dropdown:hover .header__dropdown-menu,
.header__dropdown .header__dropdown-menu--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__dropdown-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 600px;
  width: max-content;
  max-height: 70vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.header__dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.header__dropdown-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}
.header__dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.header__dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
@media (max-width: 1025px) and (min-width: 768px) {
  .header__dropdown-menu {
    min-width: 400px;
    max-width: 90vw;
    max-height: 60vh;
    overflow-y: auto;
    grid-template-columns: 1fr 1fr;
    padding: 1rem 0;
  }
  .header__dropdown-menu .header__dropdown-section {
    padding: 0 0.75rem;
  }
  .header__dropdown-menu .header__dropdown-section:last-child {
    grid-column: 1/-1;
    border-top: 1px solid #f3f4f6;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .header__dropdown-menu {
    min-width: 300px;
    max-width: 95vw;
    grid-template-columns: 1fr;
    padding: 0.75rem 0;
  }
  .header__dropdown-menu .header__dropdown-section {
    padding: 0 0.5rem;
    border-right: none;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .header__dropdown-menu .header__dropdown-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .header__dropdown:hover .header__dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  .header__dropdown .header__dropdown-menu--active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header__dropdown-section {
  padding: 0 1rem;
  border-right: 1px solid #f3f4f6;
}
.header__dropdown-section:last-child {
  border-right: none;
}
.header__dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header__dropdown-item:hover {
  background-color: #f9fafb;
}
.header__dropdown-item--parent {
  font-weight: 600;
  color: #1f2937;
}
.header__dropdown-submenu {
  display: none;
  background-color: #f9fafb;
}
.header__dropdown-submenu.header__dropdown-submenu--active {
  display: block;
}
.header__dropdown-subitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem 0.5rem 2rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e5e7eb;
}
.header__dropdown-subitem:hover {
  background-color: #f3f4f6;
}
.header__dropdown-subitem:last-child {
  border-bottom: none;
}
.header__dropdown-subsubmenu {
  display: none;
  background-color: #ffffff;
}
.header__dropdown-subsubmenu.header__dropdown-subsubmenu--active {
  display: block;
}
.header__dropdown-subsubitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem 0.5rem 3rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e5e7eb;
}
.header__dropdown-subsubitem:hover {
  background-color: #f3f4f6;
}
.header__dropdown-subsubitem:last-child {
  border-bottom: none;
}
.header__dropdown-subsubsubmenu {
  display: none;
  background-color: #fafafa;
}
.header__dropdown-subsubsubmenu.header__dropdown-subsubsubmenu--active {
  display: block;
}
.header__dropdown-subsubsubsubmenu {
  display: none;
  background-color: #f5f5f5;
}
.header__dropdown-subsubsubsubmenu.header__dropdown-subsubsubsubmenu--active {
  display: block;
}
.header__dropdown-link {
  display: block;
  padding: 0.5rem 1rem 0.5rem 3rem;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f3f4f6;
}
/* Стили для ссылок в 4-м и 5-м уровнях */
.header__dropdown-subsubsubmenu .header__dropdown-link {
  padding-left: 4rem;
  font-size: 0.875rem;
}
.header__dropdown-subsubsubsubmenu .header__dropdown-link {
  padding-left: 5rem;
  font-size: 0.875rem;
}
.header__dropdown-link.is-black {
  color: #111827;
  font-weight: 600;
}
.header__dropdown-link--subtitle {
  color: #111827;
  font-style: italic;
  font-weight: 600;
}
.header__dropdown-link--subtitle-bold {
  color: #111827;
  font-weight: 600;
}
.header__dropdown-link:hover {
  color: #2563eb;
  background-color: #f9fafb;
  padding-left: 3.5rem;
}
.header__dropdown-link:last-child {
  border-bottom: none;
}
.header__dropdown-arrow {
  transition: transform 0.3s ease;
}
.header__dropdown-arrow--active {
  transform: rotate(180deg);
}

/* Mobile menu styles */
@media (max-width: 1279px) {
  .header__nav--mobile {
    position: fixed;
    top: 70px; /* Начинается под хедером */
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 900;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header__nav--mobile.header__nav--active {
    display: block;
  }
}

/* Адаптивная высота для мобильных устройств */
@media (max-width: 767px) {
  .header__nav--mobile {
    top: 60px !important; /* Меньшая высота хедера на мобильных */
  }

  .header__mobile-content {
    min-height: calc(100vh - 60px) !important;
  }
}
@media (max-width: 1279px) {
  .header__mobile-dropdown {
    width: 100%;
  }
  .header__mobile-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f3f4f6;
  }
  .header__mobile-dropdown-trigger:hover {
    background-color: #f3f4f6;
  }
  .header__mobile-dropdown-trigger span {
    font-weight: 500;
    color: #1f2937;
  }
  .header__mobile-dropdown-arrow {
    transition: transform 0.3s ease;
  }
  .header__mobile-dropdown-arrow--active {
    transform: rotate(180deg);
  }
  .header__mobile-dropdown-content {
    display: none;
    margin-top: 0.5rem;
  }
  .header__mobile-dropdown-content.header__mobile-dropdown-content--active {
    display: block;
  }
  .header__mobile-dropdown-section {
    margin-bottom: 1rem;
  }
  .header__mobile-dropdown-section:last-child {
    margin-bottom: 0;
  }
  .header__mobile-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f3f4f6;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0;
  }
  .header__mobile-dropdown-item:hover {
    background-color: transparent;
  }
  .header__mobile-dropdown-item span {
    font-weight: 500;
    color: #374151;
  }
  .header__mobile-dropdown-submenu {
    display: none;
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
  .header__mobile-dropdown-submenu.header__mobile-dropdown-submenu--active {
    display: block;
  }
  .header__mobile-dropdown-subitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0.25rem;
  }
  .header__mobile-dropdown-subitem:hover {
    background-color: #f3f4f6;
  }
  .header__mobile-dropdown-subitem span {
    font-size: 0.875rem;
    color: #6b7280;
  }
  .header__mobile-dropdown-subsubmenu {
    display: none;
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
  .header__mobile-dropdown-subsubmenu.header__mobile-dropdown-subsubmenu--active {
    display: block;
  }
  .header__mobile-dropdown-subsubitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0.25rem;
    font-family: 0.8rem;
  }
  .header__mobile-dropdown-subsubitem:hover {
    background-color: #f3f4f6;
  }
  .header__mobile-dropdown-subsubsubmenu {
    display: none;
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
  .header__mobile-dropdown-subsubsubmenu.header__mobile-dropdown-subsubsubmenu--active {
    display: block;
  }
  .header__mobile-dropdown-subsubsubsubmenu {
    display: none;
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
  .header__mobile-dropdown-subsubsubsubmenu.header__mobile-dropdown-subsubsubsubmenu--active {
    display: block;
  }
  .header__mobile-dropdown-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .header__mobile-dropdown-link.is-black {
    color: #111827;
    font-weight: 600;
  }
  .header__mobile-dropdown-link--subtitle {
    color: #111827;
    font-style: italic;
    font-weight: 600;
  }
  .header__mobile-dropdown-link--subtitle-bold {
    color: #111827;
    font-weight: 600;
    font-size: 16px;
  }
  .header__mobile-dropdown-link:hover {
    color: #2563eb;
    background-color: transparent;
  }
}
/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
.footer {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  color: #ffffff;
  padding: 3rem 0;
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.footer__section {
  display: flex;
  flex-direction: column;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.footer__brand-icon {
  font-size: 1.5rem;
  line-height: 1;
}
.footer__brand-info {
  display: flex;
  flex-direction: column;
}
.footer__brand-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #f9fafb;
}
.footer__brand-subtitle {
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0;
}
.footer__description {
  color: #9ca3af;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.footer__social {
  display: flex;
  gap: 0.75rem;
}
.footer__social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #9ca3af;
  text-decoration: none;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  line-height: 1;
}
.footer__social-link i {
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer__social-link:hover {
  background: #667eea;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.footer__section-title {
  font-weight: 700;
  margin: 0 0 1rem;
  color: #f9fafb;
  font-size: 1.125rem;
  position: relative;
  display: inline-block;
  max-width: fit-content;
}
.footer__section-title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 0.0625rem;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__link {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  position: relative;
}
.footer__link:hover {
  color: #ffffff;
  transform: translateX(3px);
}
.footer__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #667eea;
  transition: width 0.3s ease;
}
.footer__link:hover::after {
  width: 100%;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
}
.footer__contact-icon {
  font-size: 0.875rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
}
.footer__contact-link {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__contact-link:hover {
  color: #ffffff;
}
.footer__contact-text {
  line-height: 1.5;
}
.footer__newsletter {
  margin-top: 1rem;
}
.footer__newsletter-title {
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: #f9fafb;
  font-size: 1rem;
}
.footer__newsletter-form {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
}
.footer__newsletter-input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  outline: none;
}
.footer__newsletter-input::placeholder {
  color: #6b7280;
}
.footer__newsletter-button {
  background: #2563eb;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.footer__newsletter-button:hover {
  background: #1d4ed8;
}
.footer__newsletter-button i {
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer__newsletter-message {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  animation: fadeIn 0.3s ease;
}
.footer__newsletter-message--success {
  background: #10b981;
  color: #ffffff;
}
.footer__newsletter-message--error {
  background: #ef4444;
  color: #ffffff;
}
.footer__unsubscribe {
  margin-top: 0.75rem;
}
.footer__unsubscribe-link {
  font-size: 0.75rem;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}
.footer__unsubscribe-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer__newsletter-form--hidden {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer__bottom {
  border-top: 1px solid #374151;
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: #9ca3af;
}
.footer__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__bottom-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__bottom-left,
.footer__bottom-right {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer__bottom-left p,
.footer__bottom-right p {
  margin: 0;
  line-height: 1.5;
}

/* MAIN PAGE STYLES */
/* HERO SECTION */
.hero {
  color: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .hero {
    padding: 3rem 0;
  }
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .hero__grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hero__grid {
    gap: 2rem;
  }
}
.hero__title {
  font-weight: 800;
  line-height: 1;
  margin: 0 0 2rem;
  font-size: 2.25rem;
  max-width: 556px;
}
@media (max-width: 480px) {
  .hero__title {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hero__title {
    font-size: 1.875rem;
    margin: 0 0 1.25rem;
    line-height: 1.1;
  }
}
.hero__subtitle {
  font-size: 1.4rem;
  margin: 0 0 2rem;
  opacity: 0.95;
}
.hero__subtitle-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}
.hero__subtitle-item img {
  width: 2.5rem;
}
.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 480px) {
  .hero__actions {
    gap: 0.75rem;
  }
}
@media (min-width: 640px) {
  .hero__actions {
    flex-direction: row;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hero__actions {
    gap: 0.75rem;
    flex-direction: column;
  }
}
.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  border: none;
}
@media (max-width: 480px) {
  .hero__btn {
    padding: 0.75rem 0.75rem;
    font-size: 0.875rem;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .hero__btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hero__btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
  }
}
.hero__btn--primary {
  background: #ffffff;
  color: #2563eb;
}
.hero__btn--primary:hover {
  background: #f3f4f6;
}
.hero__btn--outline {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.hero__btn--outline:hover {
  background: #ffffff;
  color: #2563eb;
}
.hero__btn--gradient {
  background: linear-gradient(90deg, #fa6a0a 0%, #ff8325 100%);
  color: #ffffff;
}
.hero__btn--gradient:hover {
  background: linear-gradient(90deg, #e55a00 0%, #e6731a 100%);
  transform: translateY(-1px);
}
.hero__btn--full {
  width: 100%;
}
.hero__form {
  text-align: center;
  max-width: 596px;
}
@media (max-width: 480px) {
  .hero__form {
    max-width: 100%;
    padding: 0;
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .hero__form {
    max-width: 100%;
    padding: 0;
    width: 100%;
    display: block;
  }
}
.hero__form-card {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0.75rem;
  padding: 1.5rem;
}
@media (max-width: 480px) {
  .hero__form-card {
    padding: 0.75rem;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero__form-card {
    padding: 1rem;
    margin: 0;
    width: 100%;
  }
}
.hero__form-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  width: 100%;
}
@media (max-width: 480px) {
  .hero__form-title {
    font-size: 1rem;
    margin: 0 0 0.75rem;
  }
}
.hero__form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .hero__form-fields {
    width: 100%;
  }
}
.hero__input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  color: #111827;
  box-sizing: border-box;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.hero__input::placeholder {
  color: #9ca3af;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .hero__input {
    padding: 0.75rem 0.75rem;
    font-size: 0.875rem;
    width: 100%;
    max-width: 100%;
  }
}
.hero__agree {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.hero__agree a {
  color: #ffffff;
  text-decoration: underline;
}
.hero .fa-calculator {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  transform: rotate(0deg);
  display: inline-block;
  font-style: normal;
  font-weight: 900;
}
.hero .fa,
.hero .fas {
  transform: rotate(0deg) !important;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}
.hero .fa-paper-plane {
  margin-right: 0.5rem;
  font-size: 1rem;
}

/* ==========================================================================
   CALCULATOR SECTION
   ========================================================================== */
.calculator {
  padding: 4rem 0;
  background-color: #ffffff;
}
.calculator__header {
  text-align: center;
  margin-bottom: 3rem;
}
.calculator__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.calculator__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
}
.calculator__content {
  max-width: 64rem;
  margin: 0 auto;
}
.calculator__form-card {
  background-color: #f9fafb;
  padding: 2rem;
  border-radius: 0.5rem;
}
.calculator__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .calculator__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.calculator__form-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.calculator__form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.calculator__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #374151;
}
.calculator__input,
.calculator__select {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.calculator__input:focus,
.calculator__select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.calculator__btn {
  width: 100%;
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.calculator__btn:hover {
  background: linear-gradient(90deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-1px);
}
.calculator__btn i {
  font-style: normal;
}
.calculator__result-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.calculator__result-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 2px dashed #d1d5db;
  text-align: center;
}
.calculator__result-icon {
  font-size: 3.75rem;
  margin-bottom: 1rem;
}
.calculator__result-text {
  color: #6b7280;
  margin: 0;
}
.calculator__factors {
  margin-top: 1.5rem;
}
.calculator__factors-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #111827;
}
.calculator__factors-list {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  padding: 0;
  list-style: none;
}
.calculator__factors-list li {
  margin-bottom: 0.25rem;
}

/* ==========================================================================
   QUIZ SECTION
   ========================================================================== */
.quiz {
  padding: 4rem 0;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
}
.quiz__content {
  max-width: 48rem;
  margin: 0 auto;
}
.quiz__header {
  text-align: center;
  margin-bottom: 2rem;
}
.quiz__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #ffffff;
}
.quiz__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
}
.quiz__card {
  background: #ffffff;
  color: #374151;
  border-radius: 0.5rem;
  padding: 2rem;
}
.quiz__progress {
  height: 0.5rem;
  background: #e5e7eb;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.quiz__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 0.25rem;
  transition: width 0.3s ease;
  width: 0%;
}
.quiz__container {
  position: relative;
}
.quiz__step {
  display: none;
}
.quiz__step--active {
  display: block;
}
.quiz__question {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-align: center;
  color: #111827;
}
.quiz__options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quiz__options--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .quiz__options--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .quiz__options--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.quiz__options--list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quiz__option {
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.quiz__option:hover {
  border-color: #2563eb;
  transform: translateY(-1px);
}
.quiz__option--full {
  text-align: left;
}
.quiz__option-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.quiz__option-icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.quiz__option-title {
  font-weight: 500;
  color: #111827;
  margin-bottom: 0.25rem;
}
.quiz__option-desc {
  font-size: 0.875rem;
  color: #6b7280;
}
.quiz__option-text {
  flex: 1;
}
.quiz__result {
  text-align: center;
}
.quiz__result-icon {
  font-size: 3.75rem;
  margin-bottom: 1rem;
}
.quiz__result-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.quiz__recommendation {
  background: #f0f9ff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #bae6fd;
}
.quiz__form {
  max-width: 28rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quiz__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.quiz__input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.quiz__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  cursor: pointer;
}
.quiz__checkbox-input {
  margin: 0;
}
.quiz__checkbox-text {
  user-select: none;
}
.quiz__submit {
  width: 100%;
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.quiz__submit:hover {
  background: linear-gradient(90deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-1px);
}

/* SERVICES SECTION */
.services {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  /* Flip card styles */
}
.services__header {
  text-align: center;
  margin-bottom: 3rem;
}
.services__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
}
.services__title-icon {
  margin-right: 0.75rem;
  color: #2563eb;
  font-size: 1.5rem;
}
.services__subtitle {
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.5;
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.services__card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.services__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #10b981);
  transition: all 0.3s ease;
}
.services__card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}
.services__card:hover::before {
  background: linear-gradient(90deg, #10b981, #2563eb, #8b5cf6, #10b981);
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
}
.services__flip {
  perspective: 1000px; /* 3D perspective for parent */
}
.services__flip:active .services__flip-inner {
  transform: rotateY(180deg);
}
.services__flip-inner {
  position: relative;
  width: 100%;
  height: 260px;
  min-height: 260px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
.services__flip:hover .services__flip-inner {
  transform: rotateY(180deg);
}
.services__front,
.services__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  justify-content: space-between;
}
.services__back {
  transform: rotateY(180deg);
  background: #ffffff;
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
}
.services__back .services__card-text {
  text-align: center;
  margin-bottom: 0.75rem;
}
.services__back .services__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services__back .services__list-container {
  display: flex;
  align-items: flex-start;
}
.services__back:not(:has(.services__list)) .services__card-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services__back .btn {
  margin-top: auto;
}
.services__flip-hint {
  margin-top: 0.25rem;
  color: #6b7280;
  font-size: 0.875rem;
  white-space: nowrap;
}
.services__flip .services__list {
  margin: 0.5rem 0;
}
.services__flip .services__list-item {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.services__flip .services__card-text {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.services__flip .btn {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .services__flip-inner {
    height: 220px;
    min-height: 220px;
  }
}
@media (max-width: 480px) {
  .services__flip-inner {
    height: 200px;
    min-height: 200px;
  }
}
.services__icon {
  width: 4.375rem;
  height: 4.375rem;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #ffffff;
  font-size: 1.875rem;
}
.services__icon i {
  font-size: 1.875rem;
  color: #ffffff;
  transform: rotate(0deg) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  display: inline-block;
}
.services__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.75rem;
  white-space: nowrap;
}
.services__card-text {
  color: #4b5563;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.services__list {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.services__list-item {
  display: flex;
  align-items: center;
  color: #4b5563;
  margin-bottom: 0.5rem;
}
.services__check {
  color: #10b981;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.services__download {
  margin: 1.5rem;
}
.services__download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  cursor: pointer;
  transition: color 0.2s ease;
  font-style: normal;
  text-decoration: none;
}
.services__download-link:hover {
  color: #1d4ed8;
  text-decoration: none;
}
.services__download-link i {
  margin-right: 0.5rem;
  font-style: normal;
}
.services__download-link span {
  text-decoration: underline;
}
.services .btn--gradient {
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  transform: scale(1);
  margin-top: auto;
}
.services .btn--gradient:hover {
  background: linear-gradient(90deg, #1d4ed8 0%, #1e40af 100%);
  transform: scale(1.05);
}

/* HOW WE WORK */
.how {
  padding: 4rem 0;
  background: #f3f4f6;
}
.how__header {
  text-align: center;
  margin-bottom: 3rem;
}
.how__title {
  font-size: 1.875rem;
  font-weight: 800;
  margin: 0 0 1rem;
  color: #231339;
}
.how__subtitle {
  color: #6b7280;
}
.how__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .how__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .how__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.how__item {
  text-align: center;
}
.how__step {
  background: #2563eb;
  color: #ffffff;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.how__emoji {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.how__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.how__text {
  color: #6b7280;
  margin: 0;
}

/* DOCUMENTS SECTION */
.documents {
  padding: 4rem 0;
  background: #ffffff;
}
.documents__header {
  text-align: center;
  margin-bottom: 3rem;
}
.documents__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.documents__subtitle {
  color: #6b7280;
}
.documents__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .documents__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.documents__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.documents__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  color: #111827;
}
.documents__title-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  object-fit: contain;
  flex-shrink: 0;
}
.documents__emoji {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.documents__content {
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.documents__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.documents__item {
  display: flex;
  align-items: center;
}
.documents__icon {
  color: #2563eb;
  margin-right: 0.75rem;
  font-size: 1.5rem;
  font-style: normal;
}
.documents__item-content {
  flex: 1;
}
.documents__item-title {
  font-weight: 500;
  color: #111827;
}
.documents__item-desc {
  font-size: 0.875rem;
  color: #6b7280;
}
.documents__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.documents__step-title {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #111827;
}
.documents__step-desc {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.documents__security {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.documents__security-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.documents__security-icon {
  color: #10b981;
  margin-right: 0.75rem;
  font-size: 1.25rem;
  font-style: normal;
}
.documents__guarantee {
  padding: 0.75rem;
  background: #f0fdf4;
  border-radius: 0.375rem;
  margin-top: auto;
}
.documents__guarantee-text {
  font-size: 0.875rem;
  color: #166534;
  margin: 0;
}
.documents__guarantee-text i {
  margin-right: 0.5rem;
  color: #10b981;
  font-style: normal;
}

/* FRESH ARRIVALS SECTION */
.fresh {
  padding: 4rem 0;
  background: #ffffff;
}
.fresh__header {
  text-align: center;
  margin-bottom: 1rem;
}
.fresh__title {
  font-size: 1.875rem;
  font-weight: 800;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  line-height: normal;
}
.fresh__title-icon {
  margin-right: 0.75rem;
  color: #2563eb;
  font-size: 1.5rem;
  font-style: normal;
}
@media (max-width: 768px) {
  .fresh__title-icon {
    display: none;
  }
}
.fresh__subtitle {
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .fresh__subtitle {
    margin: 0 auto 8px;
  }
}
.fresh__catalog-link {
  display: inline-block;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.fresh__catalog-link:hover {
  color: #1d4ed8;
}
.fresh__swiper {
  margin-bottom: 3rem;
  padding: 3rem 3rem 3rem 4rem;
  position: relative;
  overflow: visible;
  border-radius: 0;
}
.fresh__swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.fresh__swiper .swiper-wrapper {
  align-items: stretch;
  padding: 2rem 0;
}
.fresh__swiper .swiper-container {
  overflow: visible;
}
.fresh__card {
  background: #ffffff;
  border-radius: 0.9375rem;
  overflow: hidden;
  box-shadow: 12px 6px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 480px;
  cursor: pointer;
  width: 100%;
}
.fresh__card:hover {
  transform: translateY(-10px);
  box-shadow: 15px 12px 20px rgba(0, 0, 0, 0.12);
}
.fresh__image {
  position: relative;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  /* background: linear-gradient(135deg, #e2e8f0, #cbd5e1); */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.fresh__image--bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fresh__car-image {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: top;
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fresh__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6b7280;
  font-size: 4rem;
}
.fresh__placeholder span {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  font-weight: 600;
}
.fresh__placeholder i {
  font-style: normal;
}
.fresh__placeholder--volkswagen {
  color: #1e40af;
}
.fresh__placeholder--nissan {
  color: #dc2626;
}
.fresh__placeholder--ford {
  color: #05976a;
}
.fresh__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #2563eb;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.fresh__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fresh__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.75rem;
}
.fresh__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  flex: 0 0 auto;
}
.fresh__detail {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.fresh__detail-icon {
  color: #2563eb;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-style: normal;
}
.fresh__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #10b981;
  margin-top: auto;
  flex-shrink: 0;
  min-height: fit-content;
}

/* Медиа-запросы для ограничения высоты на маленьких ноутбуках */
@media (max-width: 1366px) {
  .fresh__card {
    max-height: 450px;
  }
  .catalog-preview__card .fresh__card {
    max-height: none;
  }
  .catalog-preview__card .fresh__image {
    height: auto;
    min-height: 250px;
    max-height: none;
  }
  .catalog-preview__card .fresh__car-image {
    min-height: 250px;
    max-height: none;
    height: auto;
  }
  .fresh__image {
    height: 180px;
    max-height: 180px;
    min-height: 180px;
  }
  .fresh__car-image {
    max-height: 180px;
  }
  .fresh__content {
    padding: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .fresh__card {
    max-height: 750px;
  }
  .catalog-preview__card .fresh__card {
    max-height: none;
  }
  .catalog-preview__card .fresh__image {
    height: auto;
    min-height: 250px;
    max-height: none;
  }
  .catalog-preview__card .fresh__car-image {
    min-height: 250px;
    max-height: none;
    height: auto;
  }
  .fresh__image {
    height: 160px;
    max-height: 160px;
    min-height: 160px;
  }
  .fresh__car-image {
    max-height: 160px;
  }
  .fresh__content {
    padding: 1rem;
  }
  .fresh__card-title {
    font-size: 1.125rem;
  }
  .fresh__detail {
    font-size: 0.8125rem;
  }
  .fresh__price {
    font-size: 1.25rem;
  }
}

@media (max-width: 640px) {
  .fresh__card {
    max-height: 650px;
  }
  .catalog-preview__card .fresh__card {
    max-height: none;
  }
  .fresh__price {
    margin-top: auto;
    padding-top: 0.75rem;
  }
  .fresh__details {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .fresh__card {
    max-height: 550px;
  }
  .fresh__price {
    margin-top: auto;
    padding-top: 0.5rem;
    font-size: 1.125rem;
  }
  .fresh__details {
    margin-bottom: 0.5rem;
  }
}

.fresh__footer {
  text-align: center;
  margin-top: 3rem;
}
.fresh .btn--catalog {
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  transform: scale(1);
}
.fresh .btn--catalog:hover {
  background: linear-gradient(90deg, #1d4ed8 0%, #1e40af 100%);
  transform: scale(1.05);
}
.fresh .btn--catalog i {
  margin-right: 0.5rem;
  font-style: normal;
}

/* Анимация для градиентной полоски */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* HOW WE WORK SECTION */
.how {
  padding: 4rem 0;
  background: #f8fafc;
}
.how__header {
  text-align: center;
  margin-bottom: 3rem;
}
.how__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}
.how__subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
}
.how__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .how__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .how__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.how__item {
  text-align: center;
  padding: 2rem 1rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.how__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.how__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.how__emoji {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how__emoji i {
  font-style: normal;
  font-weight: 900;
}
.how__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 1rem;
}
.how__text {
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
  margin-top: auto;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.faq {
  padding: 4rem 0;
  background-color: #ffffff;
}
.faq__header {
  text-align: center;
  margin-bottom: 3rem;
}
.faq__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 1.5rem;
  }
}
.faq__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}
.faq__content {
  max-width: 48rem;
  margin: 0 auto;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease;
}
.faq__item:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.faq__question {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.faq__question:hover {
  background-color: #f9fafb;
}
.faq__question:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.faq__question-text {
  font-size: 1rem;
  color: #111827;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.faq__question-text img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .faq__question-text img {
    width: 2rem;
    height: 2rem;
  }
}
.faq__icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b7280;
  transition: transform 0.2s ease;
  margin-left: 1rem;
  flex-shrink: 0;
  display: inline-block;
}
.faq__answer {
  padding: 1rem;
  border-top: 1px solid #e5e7eb;
  background-color: #f9fafb;
  display: none;
  animation: fadeIn 0.3s ease;
}
.faq__answer--active {
  display: block;
}
.faq__answer-text {
  color: #374151;
  line-height: 1.625;
  margin: 0;
  font-size: 1rem;
}
.faq__item.active .faq__icon {
  transform: rotate(180deg);
}
.faq__item.active .faq__answer {
  display: block;
}
.faq.active .faq__icon {
  transform: rotate(180deg);
}
.faq.active .faq__answer {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   STATISTICS SECTION
   ========================================================================== */
.statistics {
  padding: 4rem 0;
  background-color: #ffffff;
}
.statistics__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .statistics__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.statistics__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #f9fafb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.statistics__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.statistics__icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.statistics__icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  display: block;
}
.statistics__number {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.statistics__text {
  color: #6b7280;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-counter {
  transition: all 0.3s ease;
}

/* ==========================================================================
   CAR TYPES SECTION
   ========================================================================== */
.car-types {
  padding: 4rem 0;
  background-color: #ffffff;
}
.car-types__header {
  text-align: center;
  margin-bottom: 3rem;
}
.car-types__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.car-types__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
}
.car-types__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .car-types__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.car-types__column {
  display: flex;
  flex-direction: column;
}
.car-types__column-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  color: #111827;
}
.car-types__column-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.car-types__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.car-types__item {
  background-color: #f9fafb;
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}
.car-types__item:hover {
  background-color: #f3f4f6;
}
.car-types__item-title {
  font-weight: 500;
  color: #111827;
  margin: 0 0 0.25rem;
  font-size: 1rem;
}
.car-types__item-icon {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
}
.car-types__item-desc {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

/* ==========================================================================
   SPECIAL OFFER SECTION
   ========================================================================== */
.special-offer {
  padding: 4rem 0;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  background: linear-gradient(66deg, #2563eb 22%, #7c3aed 51%);
  color: #ffffff;
}
.special-offer__content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.special-offer__icon {
  font-size: 3.75rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.special-offer__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #ffffff;
}
.special-offer__subtitle {
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
.special-offer__card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.special-offer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .special-offer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.special-offer__column {
  display: flex;
  flex-direction: column;
}
.special-offer__column-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.special-offer__column-icon {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}
.special-offer__column-icon.fa-taxi {
  color: #fbbf24;
}
.special-offer__column-icon.fa-map-marked-alt {
  color: #60a5fa;
}
.special-offer__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.special-offer__list-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.special-offer__list-icon {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #10b981;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}
.special-offer__list-icon--yellow {
  color: #fbbf24;
}
.special-offer__countdown {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.special-offer__countdown-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.special-offer__countdown-timer {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
.special-offer__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .special-offer__actions {
    flex-direction: row;
  }
}
.special-offer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  gap: 0.5rem;
}
.special-offer__btn i {
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}
.special-offer__btn--primary {
  background: #ffffff;
  color: #2563eb;
}
.special-offer__btn--primary:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}
.special-offer__btn--secondary {
  background: #fbbf24;
  color: #ffffff;
}
.special-offer__btn--secondary:hover {
  background: #f59e0b;
  transform: translateY(-1px);
}
.special-offer__disclaimer {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.4;
}

/* ==========================================================================
   PRICING SECTION
   ========================================================================== */
.pricing {
  padding: 4rem 0;
  background-color: #f3f4f6;
}
.pricing__header {
  text-align: center;
  margin-bottom: 3rem;
}
.pricing__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.pricing__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
}
.pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .pricing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pricing__column {
  display: flex;
  flex-direction: column;
}
.pricing__column-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  color: #111827;
}
.pricing__column-emoji {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.pricing__card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing__card-text {
  color: #374151;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.pricing__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing__list-item {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.875rem;
}
.pricing__check {
  color: #10b981;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}
.pricing__comparison {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.pricing__comparison-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.375rem;
  background-color: #f9fafb;
}
.pricing__comparison-item--highlight {
  background-color: #f0fdf4;
}
.pricing__comparison-name {
  font-weight: 500;
  color: #111827;
}
.pricing__comparison-value {
  font-weight: 700;
  color: #10b981;
}
.pricing__comparison-item:not(.pricing__comparison-item--highlight)
  .pricing__comparison-value {
  color: #6b7280;
}
.pricing__note {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.pricing__services {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pricing__service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing__service-name {
  color: #374151;
  font-weight: 500;
}
.pricing__service-price {
  font-weight: 700;
}
.pricing__service-price--free {
  color: #10b981;
}
.pricing__service-price--help {
  color: #2563eb;
}

/* ==========================================================================
   REVIEWS SECTION
   ========================================================================== */
.reviews {
  padding: 4rem 0;
  background-color: #ffffff;
}
.reviews__header {
  text-align: center;
  margin-bottom: 3rem;
}
.reviews__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.reviews__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
}
.reviews__container {
  position: relative;
}
.reviews__swiper {
  position: relative;
  padding: 0 4rem;
  overflow: hidden;
  width: 90%;
}
@media (max-width: 768px) {
  .reviews__swiper {
    padding: 0 2rem;
  }
}
.reviews__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0;
}
.reviews__button-prev,
.reviews__button-next {
  width: 3rem;
  height: 3rem;
  background: #3b82f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  pointer-events: auto;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .reviews__button-prev,
  .reviews__button-next {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (max-width: 1024px) {
  .reviews__button-prev,
  .reviews__button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .reviews__button-prev,
  .reviews__button-next {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (max-width: 480px) {
  .reviews__button-prev,
  .reviews__button-next {
    width: 2rem;
    height: 2rem;
  }
}
.reviews__button-prev:hover,
.reviews__button-next:hover {
  background: #2563eb;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}
.reviews__button-prev i,
.reviews__button-next i {
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .reviews__button-prev i,
  .reviews__button-next i {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .reviews__button-prev i,
  .reviews__button-next i {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .reviews__button-prev i,
  .reviews__button-next i {
    font-size: 0.8125rem;
  }
}
@media (max-width: 480px) {
  .reviews__button-prev i,
  .reviews__button-next i {
    font-size: 0.75rem;
  }
}
.reviews__button-prev {
  flex-shrink: 0;
}
.reviews__button-next {
  flex-shrink: 0;
}
.reviews__pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -30px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.reviews__pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #d1d5db;
  border-radius: 50%;
  margin: 0 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .reviews__pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.125rem;
  }
}
.reviews__pagination .swiper-pagination-bullet-active {
  background: #3b82f6;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .reviews__pagination .swiper-pagination-bullet-active {
    transform: scale(1.1);
  }
}
.reviews__card {
  background-color: #f9fafb;
  padding: 1.5rem;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviews__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.reviews .swiper-slide {
  height: auto;
  display: flex;
}
.reviews__header-info {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.reviews__avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
  flex-shrink: 0;
}
.reviews__avatar--blue {
  background-color: #2563eb;
}
.reviews__avatar--pink {
  background-color: #ec4899;
}
.reviews__avatar--green {
  background-color: #10b981;
}
.reviews__avatar--purple {
  background-color: #8b5cf6;
}
.reviews__avatar--orange {
  background-color: #f97316;
}
.reviews__avatar--red {
  background-color: #ef4444;
}
.reviews__info {
  margin-left: 0.75rem;
  flex: 1;
}
.reviews__name {
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.25rem;
  font-size: 1rem;
}
.reviews__date {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.reviews__rating {
  display: flex;
  color: #fbbf24;
  margin-left: auto;
  gap: 0.125rem;
}
.reviews__rating i {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}
.reviews__text {
  color: #374151;
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   ABOUT DIRECTOR SECTION
   ========================================================================== */
.about-director {
  padding: 4rem 0;
  background-color: #f3f4f6;
}
.about-director__content {
  max-width: 64rem;
  margin: 0 auto;
}
.about-director__card {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
.about-director__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .about-director__grid {
    grid-template-columns: 1fr 2fr;
  }
}
.about-director__profile {
  text-align: center;
}
.about-director__avatar {
  width: 8rem;
  height: 8rem;
  background: linear-gradient(135deg, #2563eb 0%, #8b5cf6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.about-director__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-director__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}
.about-director__position {
  color: #6b7280;
  margin: 0 0 0.25rem;
}
.about-director__experience {
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0;
}
.about-director__message {
  display: flex;
  flex-direction: column;
}
.about-director__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}
.about-director__text {
  color: #374151;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.about-director__text:last-of-type {
  margin-bottom: 1.5rem;
}
.about-director__quote {
  display: flex;
  align-items: center;
}
.about-director__quote-icon {
  color: #2563eb;
  font-size: 1.5rem;
  margin-right: 0.75rem;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
}
.about-director__quote-text {
  color: #2563eb;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}

/* ==========================================================================
   BENEFITS SECTION
   ========================================================================== */
.benefits {
  padding: 4rem 0;
  background-color: #f3f4f6;
}
.benefits__header {
  text-align: center;
  margin-bottom: 3rem;
}
.benefits__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
.benefits__subtitle {
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
}
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.benefits__item {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  text-align: center;
}
.benefits__item:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.benefits__icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.benefits__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #111827;
}
.benefits__item-text {
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* ==========================================================================
   USEFUL TIPS SECTION
   ========================================================================== */
.useful-tips {
  padding: 4rem 0;
  background-color: #eff6ff;
}
.useful-tips__header {
  text-align: center;
  margin-bottom: 3rem;
}
.useful-tips__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
@media (max-width: 768px) {
  .useful-tips__title {
    font-size: 1.5rem;
  }
}
.useful-tips__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .useful-tips__subtitle {
    font-size: 1rem;
  }
}
.useful-tips__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .useful-tips__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .useful-tips__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.useful-tips__card {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.useful-tips__card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .useful-tips__card {
    padding: 1.25rem;
  }
}
.useful-tips__icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
  text-align: left;
  line-height: 1;
}
@media (max-width: 768px) {
  .useful-tips__icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.useful-tips__card-title {
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #111827;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .useful-tips__card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.useful-tips__card-text {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .useful-tips__card-text {
    font-size: 0.8rem;
  }
}

/* ==========================================================================
   GEOGRAPHY SECTION
   ========================================================================== */
.geography {
  padding: 4rem 0;
  background-color: #f3f4f6;
}
.geography__header {
  text-align: center;
  margin-bottom: 3rem;
}
.geography__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
@media (max-width: 768px) {
  .geography__title {
    font-size: 1.5rem;
  }
}
.geography__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .geography__subtitle {
    font-size: 1rem;
  }
}
.geography__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .geography__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.geography__section {
  display: flex;
  flex-direction: column;
}
.geography__section-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .geography__section-title {
    font-size: 1.125rem;
  }
}
.geography__section-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  line-height: 1;
}
.geography__card {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .geography__card {
    padding: 1.25rem;
  }
}
.geography__districts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.geography__district {
  display: flex;
  align-items: center;
  color: #374151;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.geography__district:hover {
  color: #2563eb;
}
@media (max-width: 768px) {
  .geography__district {
    font-size: 0.9rem;
  }
}
.geography__district-icon {
  color: #2563eb;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
}
.geography__cities {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.geography__city {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.geography__city:hover {
  color: #16a34a;
}
.geography__city-info {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .geography__city-info {
    font-size: 0.9rem;
  }
}
.geography__city-icon {
  color: #16a34a;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
}
.geography__city-distance {
  font-size: 0.875rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .geography__city-distance {
    font-size: 0.8rem;
  }
}
.geography__info {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: #eff6ff;
  border-radius: 0.375rem;
}
.geography__info-text {
  font-size: 0.875rem;
  color: #1d4ed8;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .geography__info-text {
    font-size: 0.8rem;
  }
}

/* ==========================================================================
   CONTACTS SECTION
   ========================================================================== */
.contacts {
  padding: 4rem 0;
  background-color: #ffffff;
}
.contacts__header {
  text-align: center;
  margin-bottom: 3rem;
}
.contacts__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}
@media (max-width: 768px) {
  .contacts__title {
    font-size: 1.5rem;
  }
}
.contacts__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contacts__subtitle {
    font-size: 1rem;
  }
}
.contacts__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .contacts__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.contacts__info {
  display: flex;
  flex-direction: column;
}
.contacts__info-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #111827;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contacts__info-title {
    font-size: 1.125rem;
  }
}
.contacts__info-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  line-height: 1;
}
.contacts__info-icon-img {
  width: 2rem;
  height: 2rem;
  line-height: 1;
}
.contacts__methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.contacts__method {
  display: flex;
  align-items: center;
}
.contacts__method-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}
.contacts__method-icon--phone {
  background-color: #2563eb;
}
.contacts__method-icon--whatsapp {
  background-color: #16a34a;
}
.contacts__method-icon--email {
  background-color: #4b5563;
}
.contacts__method-icon--address {
  background-color: #dc2626;
}
.contacts__method-icon i {
  font-style: normal;
  font-weight: 400;
}
.contacts__method-content {
  flex: 1;
}
.contacts__method-label {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}
.contacts__method-link {
  display: block;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
  font-weight: 500;
}
.contacts__method-link--phone {
  color: #2563eb;
}
.contacts__method-link--whatsapp {
  color: #16a34a;
}
.contacts__method-link--email {
  color: #2563eb;
}
.contacts__method-link:hover {
  text-decoration: underline;
}
.contacts__method-address {
  color: #374151;
  font-weight: 500;
}
.contacts__method-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}
.contacts__form-title {
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.contacts__form-title-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contacts__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .contacts__form-row {
    grid-template-columns: 1fr;
  }
}
.contacts__form-input,
.contacts__form-textarea {
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contacts__form-input:focus,
.contacts__form-textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.contacts__form-input::placeholder,
.contacts__form-textarea::placeholder {
  color: #9ca3af;
}
.contacts__form-textarea {
  resize: vertical;
  min-height: 4rem;
}
.contacts__form-checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  cursor: pointer;
}
.contacts__form-checkbox-input {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}
.contacts__form-checkbox-text {
  color: #374151;
}
.contacts__form-link {
  color: #2563eb;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.contacts__form-link:hover {
  color: #1d4ed8;
}
.contacts__form-button {
  background-color: #2563eb;
  color: #ffffff;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.contacts__form-button:hover {
  background-color: #1d4ed8;
}
.contacts__form-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
}
.contacts__form-button-icon {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.contacts__map {
  display: flex;
  flex-direction: column;
}
.contacts__map-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #111827;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contacts__map-title {
    font-size: 1.125rem;
  }
}
.contacts__map-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  line-height: 1;
}
.contacts__map-icon-img {
  width: 2rem;
  height: 2rem;
  line-height: 1;
}
.contacts__map-container {
  background-color: #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 400px;
}
.contacts__map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================================================
   COOKIE BANNER
   ========================================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 1rem;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  .cookie-banner__content {
    flex-direction: row;
  }
}
.cookie-banner__text {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cookie-banner__text {
    margin-bottom: 0;
  }
}
.cookie-banner__text p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}
.cookie-banner__link {
  color: #60a5fa;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.cookie-banner__link:hover {
  color: #93c5fd;
}
.cookie-banner__buttons {
  display: flex;
  gap: 0.5rem;
}
.cookie-banner__button {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #ffffff;
}
.cookie-banner__button--accept {
  background-color: #2563eb;
}
.cookie-banner__button--accept:hover {
  background-color: #1d4ed8;
}
.cookie-banner__button--decline {
  background-color: #4b5563;
}
.cookie-banner__button--decline:hover {
  background-color: #374151;
}

/* ==========================================================================
   CATALOG PAGE
   ========================================================================== */
.catalog-hero {
  padding: 4rem 0 3rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}
.catalog-hero__content {
  text-align: center;
}
.catalog-hero__title {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .catalog-hero__title {
    font-size: 2rem;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.catalog-hero__title-icon {
  font-size: 2rem;
  font-style: normal;
}
.catalog-hero__subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  max-width: 42rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-hero__subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

.catalog {
  padding: 3rem 0 4rem;
  background: #f8fafc;
}
.catalog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .catalog__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.catalog__card {
  background: #ffffff;
  border-radius: 0.9375rem;
  overflow: hidden;
  box-shadow: 12px 6px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.5s ease;
}
.catalog__card--hidden {
  display: none;
}
.catalog__card:hover {
  transform: translateY(-10px);
  box-shadow: 15px 12px 20px rgba(0, 0, 0, 0.12);
}
.catalog__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.catalog__image {
  position: relative;
  height: 200px;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6b7280;
  font-size: 4rem;
}
.catalog__placeholder span {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  font-weight: 600;
}
.catalog__placeholder i {
  font-style: normal;
}
.catalog__placeholder--volkswagen {
  color: #1e40af;
}
.catalog__placeholder--nissan {
  color: #dc2626;
}
.catalog__placeholder--ford {
  color: #05976a;
}
.catalog__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #2563eb;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.catalog__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.catalog__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.catalog__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex: 1;
}
.catalog__detail {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}
.catalog__detail-icon {
  color: #2563eb;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-style: normal;
}
.catalog__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #10b981;
  margin-top: auto;
}
.catalog__footer {
  text-align: center;
  margin-top: 2rem;
}

.btn--catalog-load-more {
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn--catalog-load-more:hover {
  background: linear-gradient(90deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}
.btn--catalog-load-more:active {
  transform: translateY(0);
}
.btn--catalog-load-more i {
  font-style: normal;
  transition: transform 0.3s ease;
}
.btn--catalog-load-more:hover i {
  transform: translateY(2px);
}
.btn--catalog-load-more.hidden {
  display: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contacts-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.contacts-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
}
.contacts-hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.contacts-hero__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .contacts-hero__title {
    font-size: 2.5rem;
  }
}
.contacts-hero__subtitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}
.contacts-hero__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 64rem;
  margin: 0 auto 3rem;
}
@media (min-width: 640px) {
  .contacts-hero__info {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .contacts-hero__info {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.contacts-hero__info-item {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 88px;
}
.contacts-hero__info-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.contacts-hero__info-item i {
  font-size: 1.75rem;
  color: #fefefe;
  flex-shrink: 0;
}
.contacts-hero__info-item div {
  flex: 1;
  text-align: center;
}
.contacts-hero__info-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.contacts-hero__social {
  max-width: 48rem;
  margin: 0 auto;
}
.contacts-hero__social-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.contacts-hero__social-title i {
  font-size: 1.5rem;
  color: #ffffff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.contacts-hero__social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .contacts-hero__social-links {
    gap: 0.75rem;
  }
}
.contacts-hero__social-btn {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 2rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  gap: 0.5rem;
}
.contacts-hero__social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.4);
}
.contacts-hero__social-btn i {
  font-size: 1.25rem;
}
@media (max-width: 640px) {
  .contacts-hero__social-btn span {
    display: none;
  }
}
.contacts-hero__social-btn--whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.contacts-hero__social-btn--telegram {
  background: linear-gradient(135deg, #0088cc, #005f8c);
}
.contacts-hero__social-btn--vk {
  background: linear-gradient(135deg, #4c75a3, #2d4373);
}
.contacts-hero__social-btn--alisa {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}
.contacts-hero__social-note {
  font-size: 0.875rem;
  opacity: 0.8;
}

.contacts-branches {
  padding: 4rem 0;
  background-color: #ffffff;
}
.contacts-branches__header {
  text-align: center;
  margin-bottom: 3rem;
}
.contacts-branches__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
.contacts-branches__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
  max-width: 48rem;
  margin: 0 auto;
}
.contacts-branches__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .contacts-branches__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.contacts-branch {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.contacts-branch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}
.contacts-branch:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.contacts-branch--main {
  border: 2px solid #667eea;
}
.contacts-branch--main::before {
  background: linear-gradient(90deg, #ffd700, #ffed4a);
}
.contacts-branch__icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.contacts-branch--main .contacts-branch__icon {
  background: linear-gradient(135deg, #ffd700, #ffed4a);
  color: #333333;
}
.contacts-branch__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.contacts-branch__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.contacts-branch__badge {
  background: #ffd700;
  color: #080707;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  margin-top: 0.25rem;
  align-self: flex-start;
  line-height: 1;
}
.contacts-branch__info {
  margin-bottom: 1.5rem;
  flex: 1;
}
.contacts-branch__info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.contacts-branch__info-item:last-child {
  margin-bottom: 0;
}
.contacts-branch__info-item i {
  color: #667eea;
  margin-right: 0.75rem;
  margin-top: 0.125rem;
  width: 1rem;
  text-align: center;
}
.contacts-branch__info-item a {
  color: #2563eb;
  text-decoration: none;
}
.contacts-branch__info-item a:hover {
  text-decoration: underline;
}
.contacts-branch__actions {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  .contacts-branch__actions {
    flex-direction: column;
  }
}
.contacts-branch__btn {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  justify-content: center;
}
.contacts-branch__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}
.contacts-branch__btn--walking {
  background: linear-gradient(135deg, #10b981, #059669);
}
.contacts-branch__btn--driving {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.contacts-map {
  padding: 4rem 0;
  background-color: #f3f4f6;
}
.contacts-map__header {
  text-align: center;
  margin-bottom: 3rem;
}
.contacts-map__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
.contacts-map__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
}
.contacts-map__container {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contacts-legal {
  padding: 4rem 0;
  background-color: #f8fafc;
  overflow-x: hidden;
}
.contacts-legal__header {
  text-align: center;
  margin-bottom: 3rem;
}
.contacts-legal__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contacts-legal__title {
    font-size: 2rem;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .contacts-legal__title {
    font-size: 1.75rem;
  }
}
.contacts-legal__title-img {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .contacts-legal__title-img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.contacts-legal__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
}
.contacts-legal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .contacts-legal__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .contacts-legal__grid {
    gap: 1rem;
  }
}
.contacts-legal__card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .contacts-legal__card {
    padding: 1rem;
  }
}
.contacts-legal__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contacts-legal__card-title i {
  color: #667eea;
  font-size: 1rem;
}
.contacts-legal__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contacts-legal__info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contacts-legal__info-label {
  width: 8rem;
  color: #6b7280;
  font-weight: 500;
  flex-shrink: 0;
}
.contacts-legal__info-value {
  flex: 1;
  font-weight: 600;
  color: #1f2937;
}
.contacts-legal__info-value--code {
  font-family: "Courier New", monospace;
  background: #f3f4f6;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.contacts-legal__info-value a {
  color: #2563eb;
  text-decoration: none;
}
.contacts-legal__info-value a:hover {
  text-decoration: underline;
}
.contacts-legal__branches-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .contacts-legal__branches-list {
    gap: 0.5rem;
  }
}
.contacts-legal__branch {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contacts-legal__branch {
    padding: 0.75rem;
  }
}
.contacts-legal__branch:hover {
  border-color: #667eea;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
}
.contacts-legal__branch--main {
  border-color: #667eea;
  background: #f8fafc;
}
.contacts-legal__branch--main .contacts-legal__branch-number {
  background: #667eea;
  color: #ffffff;
}
.contacts-legal__branch-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 480px) {
  .contacts-legal__branch-header {
    gap: 0.75rem;
  }
}
.contacts-legal__branch-number {
  width: 2rem;
  height: 2rem;
  background: #667eea;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .contacts-legal__branch-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
  }
}
.contacts-legal__branch-info {
  flex: 1;
}
.contacts-legal__branch-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #1f2937;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .contacts-legal__branch-title {
    font-size: 0.875rem;
  }
}
.contacts-legal__branch-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.contacts-legal__branch-phone i {
  color: #667eea;
  font-size: 0.875rem;
}
.contacts-legal__branch-phone a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
}
.contacts-legal__branch-phone a:hover {
  text-decoration: underline;
}
.contacts-legal__branch-badge {
  background: #fbbf24;
  color: #92400e;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.contacts-legal__map-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .contacts-legal__map-section {
    gap: 1rem;
  }
}
.contacts-legal__map {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.contacts-legal__map iframe {
  border: none;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .contacts-legal__map iframe {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .contacts-legal__map iframe {
    height: 500px;
  }
}
.contacts-legal__schedule {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  border-left: 3px solid #667eea;
}
@media (max-width: 768px) {
  .contacts-legal__schedule {
    margin-top: 1rem;
    padding: 0.75rem;
  }
}
.contacts-legal__schedule-info {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.contacts-legal__schedule-info i {
  color: #667eea;
  font-size: 1rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}
.contacts-legal__schedule-info div {
  color: #4b5563;
  line-height: 1.5;
  font-size: 0.875rem;
}
.contacts-legal__schedule-info div strong {
  color: #1f2937;
}
.contacts-legal__note {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #dbeafe;
  border-radius: 0.5rem;
}
.contacts-legal__note p {
  font-size: 0.875rem;
  color: #1e40af;
  margin: 0;
}
.contacts-legal__note p i {
  margin-right: 0.5rem;
}

.contacts-director {
  padding: 4rem 0;
  background-color: #ffffff;
}
.contacts-director__content {
  max-width: 64rem;
  margin: 0 auto;
}
.contacts-director__header {
  text-align: center;
  margin-bottom: 3rem;
}
.contacts-director__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .contacts-director__title {
    font-size: 2rem;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .contacts-director__title {
    font-size: 1.75rem;
  }
}
.contacts-director__title-img {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 768px) {
  .contacts-director__title-img {
    width: 3rem;
    height: 3rem;
  }
}
.contacts-director__subtitle {
  color: #6b7280;
  font-size: 1.125rem;
}
.contacts-director__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .contacts-director__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.contacts-director__card {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
}
.contacts-director__avatar {
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  overflow: hidden;
}
.contacts-director__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.contacts-director__name {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
.contacts-director__company {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 1.5rem;
}
.contacts-director__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) and (min-width: 481px) {
  .contacts-director__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
.contacts-director__detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.contacts-director__detail i {
  width: 1.5rem;
  margin-top: 0.125rem;
}
.contacts-director__detail-label {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.contacts-director__detail a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.contacts-director__detail a:hover {
  color: #ffffff;
}
.contacts-director__form-card {
  background: #f9fafb;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contacts-director__form-group {
  margin-bottom: 1.5rem;
}
.contacts-director__form-label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contacts-director__form-label i {
  color: #667eea;
}
.contacts-director__form-input,
.contacts-director__form-select,
.contacts-director__form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.contacts-director__form-input:focus,
.contacts-director__form-select:focus,
.contacts-director__form-textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.contacts-director__form-textarea {
  resize: vertical;
  min-height: 6rem;
}
.contacts-director__form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.contacts-director__form-checkbox-input {
  margin-top: 0.125rem;
}
.contacts-director__form-checkbox-label {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}
.contacts-director__form-link {
  color: #2563eb;
  text-decoration: none;
}
.contacts-director__form-link:hover {
  text-decoration: underline;
}
.contacts-director__form-submit {
  width: 100%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #ffffff;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.contacts-director__form-submit:hover {
  background: linear-gradient(135deg, #5a67d8, #6b46c1);
  transform: translateY(-1px);
}
.contacts-director__form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.contacts-director__form-note {
  margin-top: 1.5rem;
  text-align: center;
}
.contacts-director__form-note p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}
.contacts-director__form-note p i {
  margin-right: 0.25rem;
}

.contacts-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.contacts-modal__content {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 0;
  border-radius: 1rem;
  width: 90%;
  max-width: 48rem;
  max-height: 80vh;
  overflow-y: auto;
  animation: modalShow 0.3s ease;
}
.contacts-modal__header {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #ffffff;
  padding: 1.25rem;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.contacts-modal__close {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}
.contacts-modal__close:hover {
  opacity: 0.7;
}
.contacts-modal__close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
}
.contacts-modal__close-btn:hover {
  opacity: 0.7;
}
.contacts-modal__body {
  padding: 2rem;
}
.contacts-modal__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contacts-modal__info-item {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.75rem;
  border-left: 4px solid #667eea;
}
.contacts-modal__info-item h4 {
  color: #667eea;
  margin-bottom: 0.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contacts-modal__info-item h4 i {
  font-size: 1rem;
}
.contacts-modal__info-item p {
  margin: 0;
  color: #374151;
}
.contacts-modal__info-item ul {
  margin: 0;
  padding-left: 1.25rem;
}
.contacts-modal__info-item ul li {
  color: #374151;
  margin-bottom: 0.25rem;
}
.contacts-modal__info-item ul li:last-child {
  margin-bottom: 0;
}
.contacts-modal__info-item a {
  color: #2563eb;
  text-decoration: none;
}
.contacts-modal__info-item a:hover {
  text-decoration: underline;
}
.contacts-modal__actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 480px) {
  .contacts-modal__actions {
    flex-direction: column;
  }
}
.contacts-modal__btn {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  justify-content: center;
}
.contacts-modal__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}
.contacts-modal__btn--whatsapp {
  background: linear-gradient(135deg, #10b981, #059669);
}
.contacts-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
.contacts-modal__container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.contacts-modal__document-content {
  text-align: center;
}
.contacts-modal__document-preview {
  background: #f3f4f6;
  height: 24rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.contacts-modal__document-placeholder {
  color: #6b7280;
}
.contacts-modal__document-placeholder i {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #dc2626;
}
.contacts-modal__document-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #374151;
}
.contacts-modal__document-note {
  font-size: 0.875rem;
  color: #6b7280;
}
.contacts-modal__document-info {
  color: #6b7280;
  margin-bottom: 1rem;
}
.contacts-modal__document-btn {
  background: #2563eb;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
.contacts-modal__document-btn:hover {
  background: #1d4ed8;
}

@keyframes modalShow {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .contacts-hero__social-title {
    font-size: 1rem;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}
@media (max-width: 360px) {
  .contacts-hero__social-title {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .contacts-hero__social-title i {
    font-size: 1.25rem;
  }
}
@media (max-width: 360px) {
  .contacts-hero__social-title i {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .contacts-modal__content {
    width: 95%;
    margin: 10% auto;
  }
  .contacts-modal__body {
    padding: 1.25rem;
  }
  .contacts-branch__btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.hero-blog {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  color: white;
  text-align: center;
}
.hero-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}
.hero-blog .container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.hero-blog h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hero-blog h1 {
    font-size: 3rem;
  }
}
.hero-blog p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.hero-blog .hero-features {
  display: grid;
  gap: 1.5rem;
  max-width: 64rem;
  margin: 0 auto;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .hero-blog .hero-features {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hero-blog .hero-feature {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}
.hero-blog .hero-feature:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.25);
}
.hero-blog .hero-feature i {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.hero-blog .hero-feature .feature-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.hero-blog .hero-feature .feature-desc {
  font-size: 0.9rem;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .hero-blog {
    padding: 3rem 0;
  }
  .hero-blog h1 {
    font-size: 2rem;
  }
  .hero-blog p {
    font-size: 1rem;
  }
  .hero-blog .hero-features {
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 1rem;
  }
  .hero-blog .hero-feature {
    padding: 1rem;
  }
  .hero-blog .hero-feature i {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .hero-blog {
    padding: 2rem 0;
  }
  .hero-blog h1 {
    font-size: 1.75rem;
  }
  .hero-blog p {
    font-size: 1rem;
  }
  .hero-blog .hero-feature {
    padding: 0.75rem;
  }
  .hero-blog .hero-feature i {
    font-size: 1.5rem;
  }
  .hero-blog .hero-feature .feature-title {
    font-size: 0.9rem;
  }
  .hero-blog .hero-feature .feature-desc {
    font-size: 0.9rem;
  }
}
.blog-articles {
  padding: 4rem 0;
  background: white;
}
.blog-articles .blog-icon {
  width: 70px;
  height: 70px;
  margin-right: 0.5rem;
}
.blog-articles__header {
  text-align: center;
  margin-bottom: 3rem;
}
.blog-articles__header h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
.blog-articles__header p {
  font-size: 1.1rem;
  color: #4b5563;
}
.blog-articles__grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .blog-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .blog-articles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-articles__load-more {
  text-align: center;
}
.blog-articles__load-more .load-more-btn {
  margin-bottom: 1rem;
}
.blog-articles__count {
  color: #6b7280;
  font-size: 0.9rem;
}

.article-card {
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.article-image {
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 350px;
}
.article-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(102, 126, 234, 0.1),
    rgba(118, 75, 162, 0.1)
  );
  pointer-events: none;
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.article-image .article-cover-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.article-image--with-photo {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  height: auto;
  min-height: auto;
}

.article-image--with-photo .article-cover-image__img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  max-width: 100%;
}

.article-image--with-photo .article-image__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  width: calc(100% - 4rem);
  max-width: 100%;
}

.article-image__text {
  position: relative;
  z-index: 2;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .article-image:not(.article-image--with-photo) {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .article-image:not(.article-image--with-photo) {
    height: 250px;
  }
}

.article-placeholder {
  text-align: center;
  color: #64748b;
  z-index: 1;
  position: relative;
}
.article-placeholder__icon {
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
}
.article-placeholder__text {
  font-size: 1.1rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.article-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.article-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .article-content {
    padding: 0.9rem;
  }
  .article-card .article-content {
    padding-bottom: 1.25rem;
  }
}

.article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1f2937;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-title a {
  color: #1f2937;
  text-decoration: none;
}
.article-title a:hover {
  color: #1f2937;
  text-decoration: none;
}
.article-title:hover {
  color: #1f2937;
}
@media (max-width: 768px) {
  .article-title {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }
}

.article-excerpt {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
  min-height: 4.32rem;
}
@media (max-width: 768px) {
  .article-excerpt {
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
    min-height: 3.84rem;
  }
}

.article-card .article-content p {
  min-height: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-card .article-content p {
    min-height: 4rem;
  }
}

.article-bottom {
  margin-top: auto;
}

.article-author {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .article-author {
    margin-bottom: 0.6rem;
  }
}
.article-author__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-right: 0.75rem;
}
.article-author__info {
  flex: 1;
}
.article-author__name {
  font-weight: 500;
  color: #1f2937;
  font-size: 0.9rem;
}
.article-author__role {
  font-size: 0.75rem;
  color: #6b7280;
}

.article-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
}
@media (max-width: 768px) {
  .article-footer {
    padding-top: 0.6rem;
  }
}
.article-footer__dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .article-footer__dates {
    margin-bottom: 0.4rem;
  }
}
.article-footer__date {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.75rem;
}
.article-footer__date i {
  margin-right: 0.25rem;
}
.article-footer__update {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.75rem;
}
.article-footer__update i {
  margin-right: 0.25rem;
}
.article-footer__button {
  width: 100%;
  background: linear-gradient(to right, #2563eb, #9333ea);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.article-footer__button:hover {
  background: linear-gradient(to right, #1d4ed8, #7c3aed);
  color: white;
  text-decoration: none;
}
.article-footer__button i {
  margin-right: 0.5rem;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.author-avatar__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.load-more-btn {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.load-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}
.load-more-btn i {
  margin-right: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.text-gray-800 {
  color: #1f2937;
}

.hover\:text-blue-600:hover {
  color: #2563eb;
}

.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cursor-pointer {
  cursor: pointer;
}

.text-gray-600 {
  color: #4b5563;
}

.text-sm {
  font-size: 0.9rem;
  line-height: 1.25rem;
}

.newsletter {
  padding: 4rem 0;
  background: #f3f4f6;
}
.newsletter__content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to right, #2563eb, #9333ea);
  color: white;
  padding: 2rem;
  border-radius: 0.5rem;
}
.newsletter__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.newsletter__content p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.newsletter__form {
  display: flex;
  gap: 1rem;
  max-width: 28rem;
  margin: 0 auto 1rem;
}
@media (max-width: 640px) {
  .newsletter__form {
    flex-direction: column;
  }
}
.newsletter__input {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
  color: #1f2937;
  font-size: 1rem;
  background: white;
  transition: all 0.3s ease;
}
.newsletter__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}
.newsletter__input::placeholder {
  color: #9ca3af;
}
.newsletter__btn {
  background: white;
  color: #2563eb;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsletter__btn:hover {
  background: #f3f4f6;
}
.newsletter__disclaimer {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1rem;
}

.leading-relaxed {
  line-height: 1.6;
}

.mb-4 {
  margin-bottom: 1rem;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.mr-3 {
  margin-right: 0.75rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.font-medium {
  font-weight: 500;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-gray-500 {
  color: #6b7280;
}

.border-t {
  border-top-width: 1px;
}

.pt-4 {
  padding-top: 1rem;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.font-semibold {
  font-weight: 600;
}

.hover\:text-blue-800:hover {
  color: #1e40af;
}

.justify-between {
  justify-content: space-between;
}

.mr-1 {
  margin-right: 0.25rem;
}

.article-page {
  padding: 3rem 0;
  background: #ffffff;
}

.article-page .article-content {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
}

/* Стили для обложки статьи (article-image) */
.article-page .article-image {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.article-page .article-image--with-photo {
  min-height: 300px;
  display: block;
}
.article-page .article-image img,
.article-page .article-image .article-cover-image__img {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .article-page .article-content {
    padding: 0 0.75rem 1rem 0.75rem;
  }
  .article-page .container {
    padding: 0;
  }
  .article-page .article-image {
    min-height: 250px;
  }
  .article-page .article-image img,
  .article-page .article-image .article-cover-image__img {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .article-page .article-image {
    min-height: 200px;
  }
  .article-page .article-image img,
  .article-page .article-image .article-cover-image__img {
    min-height: 200px;
  }
}

.article-card .article-content {
  margin: 0;
  max-width: none;
}

.article-breadcrumbs {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.article-breadcrumbs a {
  color: #6b7280;
  text-decoration: none;
}
.article-breadcrumbs a:hover {
  color: #2563eb;
}
.article-breadcrumbs span {
  color: #374151;
}

.article-header {
  margin-bottom: 2rem;
}

.article-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.article-subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 2rem;
}
.article-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.article-meta .meta-item i {
  font-size: 1rem;
  color: #6b7280;
}

.related-articles-section {
  padding: 4rem 0;
  background: #f8fafc;
}
.related-articles-section .container {
  max-width: 75rem;
}

.related-articles__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.related-articles__title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1e293b;
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 1.25rem;
  margin-top: 1.9rem;
  justify-content: center;
}
@media (max-width: 48rem) {
  .related-articles {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-article-card {
    max-width: 100%;
  }
}
@media (min-width: 48.01rem) and (max-width: 64rem) {
  .related-articles {
    grid-template-columns: repeat(2, 350px);
    justify-content: center;
  }
}

.related-article-card {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.related-article-card:hover {
  transform: translateY(-0.3rem);
}

.related-article-image {
  width: 100%;
  height: 14rem;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.related-article-image i {
  font-size: 2.25rem;
}

.related-article-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.related-article-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-article-title a:hover {
  color: #2563eb;
}

.related-article-excerpt {
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.related-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #64748b;
  margin-top: auto;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  background: #f8fafc;
  padding: 1rem;
  border-radius: 0.5rem;
}

.author-avatar {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.125rem;
  overflow: hidden;
  flex-shrink: 0;
}

.author-avatar__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.author-info > div a {
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}
.author-info > div a:hover {
  text-decoration: underline;
}
.author-info > div p {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

.article-image {
  display: flex;
  flex-direction: column;
  background: #f3f4f6;
  border-radius: 0.5rem;
  text-align: center;
}
.article-image i {
  font-size: 3.75rem;
  color: #9ca3af;
  margin-bottom: 1rem;
  display: block;
}
.article-image p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

.article-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin: 2rem 0 1rem;
  line-height: 1.3;
}
.article-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin: 1rem 0 0;
  line-height: 1.4;
}
.article-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 1.25rem 0 0.5rem;
  line-height: 1.4;
}
.article-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1.25rem;
}
.article-content ul,
.article-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.article-content ul li,
.article-content ol li {
  font-size: 1rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 0.5rem;
}
.article-content strong {
  font-weight: 600;
  color: #111827;
}

/* Стили для стандартных блоков Gutenberg в контексте статьи */
.article-content .wp-block-heading {
  margin: 2rem 0 1rem;
  line-height: 1.3;
}
.article-content .wp-block-heading h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin: 2rem 0 1rem;
}
.article-content .wp-block-heading h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin: 2rem 0 1rem;
}
.article-content .wp-block-heading h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin: 1.5rem 0 0.75rem;
}
.article-content .wp-block-heading h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 1.25rem 0 0.5rem;
}

.article-content .wp-block-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1.25rem;
}

.article-content .wp-block-list {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.article-content .wp-block-list li {
  font-size: 1rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 0.5rem;
}

.article-content .wp-block-image {
  margin: 2rem 0;
}
.article-content .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.article-content .wp-block-quote {
  border-left: 4px solid #2563eb;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #4b5563;
}

.article-content .wp-block-separator {
  margin: 2rem 0;
  border: none;
  border-top: 2px solid #e5e7eb;
}

.article-content .wp-block-code {
  background: #f3f4f6;
  padding: 1rem;
  border-radius: 0.5rem;
  font-family: monospace;
  font-size: 0.875rem;
  margin: 1.5rem 0;
  overflow-x: auto;
}

.article-content .wp-block-table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}
.article-content .wp-block-table td,
.article-content .wp-block-table th {
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
}
.article-content .wp-block-table th {
  background: #f9fafb;
  font-weight: 600;
}

.expert-tip {
  background: linear-gradient(135deg, #e0f2fe 0%, #b3e5fc 100%);
  border-left: 4px solid #2563eb;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 0.5rem 0.5rem 0;
}
.expert-tip h4 {
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.expert-tip h4 i {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.expert-tip p {
  color: #4b5563;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.interesting-fact {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-left: 4px solid #7c3aed;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 0.5rem 0.5rem 0;
}
.interesting-fact h4 {
  font-weight: 700;
  color: #6b21a8;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.interesting-fact h4 i {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.interesting-fact p {
  color: #4b5563;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.commercial-block {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #f59e0b;
  border-radius: 1rem;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
  font-family: inherit;
}
.commercial-block h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commercial-block h3 i {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.commercial-block p {
  color: #4b5563;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: inherit;
}
.commercial-block ul {
  text-align: left;
  color: #4b5563;
  margin-bottom: 1rem;
  font-family: inherit;
}
.commercial-block ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.commercial-block ul li i {
  margin-right: 0.5rem;
  color: #059669;
}
.commercial-block a {
  background: #ea580c;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.commercial-block a:hover {
  background: #c2410c;
}
.commercial-block a i {
  margin-right: 0.5rem;
}

.related-articles-section {
  padding: 4rem 0;
  background: #f8fafc;
}
.related-articles-section .container {
  max-width: 75rem;
}

.related-articles__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.related-articles__title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1e293b;
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 1.25rem;
  margin-top: 1.9rem;
  justify-content: center;
}
@media (max-width: 48rem) {
  .related-articles {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-article-card {
    max-width: 100%;
  }
}
@media (min-width: 48.01rem) and (max-width: 64rem) {
  .related-articles {
    grid-template-columns: repeat(2, 350px);
    justify-content: center;
  }
}

.related-article-card {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.related-article-card:hover {
  transform: translateY(-0.3rem);
}

.related-article-image {
  width: 100%;
  height: 14rem;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.related-article-image i {
  font-size: 2.25rem;
}

.related-article-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.related-article-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-article-title a:hover {
  color: #2563eb;
}

.related-article-excerpt {
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.related-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #64748b;
  margin-top: auto;
}

.commercial-block .grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .commercial-block .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.commercial-block .grid div p {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: inherit;
}
.commercial-block .grid div ul {
  margin: 0;
}
.commercial-block .grid div ul li {
  margin-bottom: 0.25rem;
}
.commercial-block .grid div ul li i.fa-check {
  color: #059669;
}
.commercial-block .grid div ul li i.fa-times {
  color: #dc2626;
}

.related-articles-section {
  padding: 4rem 0;
  background: #f8fafc;
}
.related-articles-section .container {
  max-width: 75rem;
}

.related-articles__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.related-articles__title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1e293b;
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 1.25rem;
  margin-top: 1.9rem;
  justify-content: center;
}
@media (max-width: 48rem) {
  .related-articles {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-article-card {
    max-width: 100%;
  }
}
@media (min-width: 48.01rem) and (max-width: 64rem) {
  .related-articles {
    grid-template-columns: repeat(2, 350px);
    justify-content: center;
  }
}

.related-article-card {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.related-article-card:hover {
  transform: translateY(-0.3rem);
}

.related-article-image {
  width: 100%;
  height: 14rem;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.related-article-image i {
  font-size: 2.25rem;
}

.related-article-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.related-article-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-article-title a:hover {
  color: #2563eb;
}

.related-article-excerpt {
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.related-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #64748b;
  margin-top: auto;
}

@media (max-width: 768px) {
  .article-page {
    padding: 2rem 0;
  }
  .article-title {
    font-size: 1.875rem;
  }
  .article-subtitle {
    font-size: 1.125rem;
  }
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .author-info {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .article-content h2 {
    font-size: 1.5rem;
  }
  .article-content h3 {
    font-size: 1.25rem;
  }
  .commercial-block {
    padding: 1.5rem;
  }
  .commercial-block h3 {
    font-size: 1.25rem;
  }
  .commercial-block a {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}
.related-articles-section {
  padding: 4rem 0;
  background: #f8fafc;
}
.related-articles-section .container {
  max-width: 75rem;
}

.related-articles__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.related-articles__title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1e293b;
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 1.25rem;
  margin-top: 1.9rem;
  justify-content: center;
}
@media (max-width: 48rem) {
  .related-articles {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-article-card {
    max-width: 100%;
  }
}
@media (min-width: 48.01rem) and (max-width: 64rem) {
  .related-articles {
    grid-template-columns: repeat(2, 350px);
    justify-content: center;
  }
}

.related-article-card {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.related-article-card:hover {
  transform: translateY(-0.3rem);
}

.related-article-image {
  width: 100%;
  height: 14rem;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.related-article-image i {
  font-size: 2.25rem;
}

.related-article-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.related-article-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-article-title a:hover {
  color: #2563eb;
}

.related-article-excerpt {
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.related-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #64748b;
  margin-top: auto;
}

@media (max-width: 480px) {
  .article-content {
    padding: 0 0.75rem;
  }
  .article-title {
    font-size: 1.5rem;
  }
  .article-subtitle {
    font-size: 1rem;
  }
  .article-image i {
    font-size: 3rem;
  }
  .article-image p {
    font-size: 1rem;
  }
  .expert-tip,
  .interesting-fact {
    padding: 1rem;
  }
  .commercial-block {
    padding: 1rem;
  }
  .commercial-block a {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}
.related-articles-section {
  padding: 4rem 0;
  background: #f8fafc;
}
.related-articles-section .container {
  max-width: 75rem;
}

.related-articles__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.related-articles__title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1e293b;
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 1.25rem;
  margin-top: 1.9rem;
  justify-content: center;
}
@media (max-width: 48rem) {
  .related-articles {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-article-card {
    max-width: 100%;
  }
}
@media (min-width: 48.01rem) and (max-width: 64rem) {
  .related-articles {
    grid-template-columns: repeat(2, 350px);
    justify-content: center;
  }
}

.related-article-card {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.related-article-card:hover {
  transform: translateY(-0.3rem);
}

.related-article-image {
  width: 100%;
  height: 14rem;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.related-article-image i {
  font-size: 2.25rem;
}

.related-article-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.related-article-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-article-title a:hover {
  color: #2563eb;
}

.related-article-excerpt {
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.related-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #64748b;
  margin-top: auto;
}

.article-content .wp-content h1,
.article-content .wp-content h2,
.article-content .wp-content h3,
.article-content .wp-content h4,
.article-content .wp-content h5,
.article-content .wp-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.article-content .wp-content h1:first-child,
.article-content .wp-content h2:first-child,
.article-content .wp-content h3:first-child,
.article-content .wp-content h4:first-child,
.article-content .wp-content h5:first-child,
.article-content .wp-content h6:first-child {
  margin-top: 0;
}
.article-content .wp-content p {
  margin-bottom: 1.25rem;
}
.article-content .wp-content ul,
.article-content .wp-content ol {
  margin: 1rem 0;
}
.article-content .wp-content blockquote {
  border-left: 4px solid #2563eb;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #4b5563;
}
.article-content .wp-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
}
.article-content .wp-content .wp-caption {
  max-width: 100%;
}
.article-content .wp-content .wp-caption img {
  margin: 0;
}
.article-content .wp-content .wp-caption .wp-caption-text {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  margin-top: 0.5rem;
}

.related-articles-section {
  padding: 4rem 0;
  background: #f8fafc;
}
.related-articles-section .container {
  max-width: 75rem;
}

.related-articles__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.related-articles__title {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1e293b;
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 1.25rem;
  margin-top: 1.9rem;
  justify-content: center;
}
@media (max-width: 48rem) {
  .related-articles {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-article-card {
    max-width: 100%;
  }
}
@media (min-width: 48.01rem) and (max-width: 64rem) {
  .related-articles {
    grid-template-columns: repeat(2, 350px);
    justify-content: center;
  }
}

.related-article-card {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.related-article-card:hover {
  transform: translateY(-0.3rem);
}

.related-article-image {
  width: 100%;
  height: 14rem;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.related-article-image i {
  font-size: 2.25rem;
}

.related-article-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.related-article-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-article-title a:hover {
  color: #2563eb;
}

.related-article-excerpt {
  color: #64748b;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.related-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #64748b;
  margin-top: auto;
}

.honda-models-section {
  padding: 4rem 0;
  background: #f9fafb;
}

.honda-models__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.honda-models__header {
  text-align: center;
  margin-bottom: 3rem;
}

.honda-models__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.honda-models__title img {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}
@media (min-width: 48rem) {
  .honda-models__title {
    font-size: 2.25rem;
  }
  .honda-models__title img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.honda-models__subtitle {
  color: #64748b;
  font-size: 1.125rem;
}

.honda-models__grid {
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 64rem) {
  .honda-models__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.honda-models__list-container {
  order: 2;
}
@media (min-width: 64rem) {
  .honda-models__list-container {
    order: 1;
  }
}

.honda-models__card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 1.9rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.honda-models__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  color: #2563eb;
}
.honda-models__card-title i {
  margin-right: 0.75rem;
}

.honda-models__list {
  max-height: 24rem;
  overflow-y: auto;
  padding-right: 1rem;
}
@media (max-width: 64rem) {
  .honda-models__list {
    max-height: 18.75rem;
  }
}
@media (max-width: 48rem) {
  .honda-models__list {
    max-height: 15.6rem;
  }
}

.honda-models__grid-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.honda-models__link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #374151;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.honda-models__link:hover {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: white;
  transform: translateX(0.3rem);
  border-color: #2563eb;
  box-shadow: 0 0.125rem 0.5rem rgba(37, 99, 235, 0.2);
}
@media (max-width: 48rem) {
  .honda-models__link {
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
  }
}

.honda-models__footer {
  margin-top: 1.5rem;
  text-align: center;
}

.honda-models__footer-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.honda-models__button {
  background: #2563eb;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.honda-models__button:hover {
  background: #1d4ed8;
}
.honda-models__button i {
  margin-right: 0.5rem;
}

.honda-models__description {
  order: 1;
}
@media (min-width: 64rem) {
  .honda-models__description {
    order: 2;
  }
}

.honda-models__description-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 1.9rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.honda-models__description-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.honda-models__description-icon {
  font-size: 3.75rem;
  margin-bottom: 1rem;
}

.honda-models__description-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.honda-models__description-content {
  color: #374151;
  line-height: 1.6;
}

.honda-models__description-text {
  margin-bottom: 1.5rem;
}

.honda-models__advantages {
  background: #f0fdf4;
  border-left: 4px solid #10b981;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
}

.honda-models__advantages-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.honda-models__advantages-header i {
  color: #10b981;
  margin-right: 0.5rem;
}

.honda-models__advantages-title {
  font-weight: 600;
  color: #065f46;
}

.honda-models__advantages-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.honda-models__advantages-list li {
  color: #047857;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.honda-models__advantage-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.honda-models__fact {
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
}

.honda-models__fact-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.honda-models__fact-header i {
  color: #2563eb;
  margin-right: 0.5rem;
}

.honda-models__fact-title {
  font-weight: 600;
  color: #1e40af;
}

.honda-models__fact-text {
  color: #1e40af;
  margin: 0;
}

.honda-models__cta {
  text-align: center;
}

.honda-models__cta-text {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #1e293b;
}

.honda-models__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
}
@media (min-width: 30rem) {
  .honda-models__cta-buttons {
    flex-direction: row;
  }
}

.honda-models__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.honda-models__cta-button i {
  margin-right: 0.5rem;
}
.honda-models__cta-button--phone {
  background: #059669;
  color: white;
}
.honda-models__cta-button--phone:hover {
  background: #047857;
}
.honda-models__cta-button--whatsapp {
  background: #10b981;
  color: white;
}
.honda-models__cta-button--whatsapp:hover {
  background: #059669;
}

.honda-models__list::-webkit-scrollbar {
  width: 0.375rem;
}

.honda-models__list::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 0.1875rem;
}

.honda-models__list::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 0.1875rem;
}

.honda-models__list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

.honda-models__list {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.honda-models__list:hover .honda-models__link:not(:hover) {
  opacity: 0.7;
}

.hero__title {
  max-width: 50rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1024px) {
  .hero__title {
    max-width: 50rem;
  }
}
@media (max-width: 768px) {
  .hero__title {
    max-width: 40rem;
  }
}
@media (max-width: 480px) {
  .hero__title {
    max-width: 100%;
    text-align: center;
  }
}

.hero__description {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 720px;
}
@media (max-width: 1024px) {
  .hero__description {
    max-width: 35rem;
  }
}
@media (max-width: 768px) {
  .hero__description {
    max-width: 60rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .hero__description {
    max-width: 100%;
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
  }
}

.hero__benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .hero__benefits {
    grid-template-columns: 1fr 1fr;
    max-width: 20rem;
    margin: 2rem auto;
  }
}
@media (min-width: 64rem) {
  .hero__benefits {
    max-width: 60rem;
  }
}
@media (max-width: 480px) {
  .hero__benefits {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 0.75rem;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.hero__benefits-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fbbf24;
  padding: 0.5rem 0;
}
.hero__benefits-item i {
  font-size: 1.5rem;
  color: #fbbf24;
  min-width: 1.5rem;
}
.hero__benefits-item span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 47.9rem) {
  .hero__benefits-item {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 48rem) {
  .hero__benefits-item {
    justify-content: flex-start;
  }
}

.damage-types-section {
  padding: 4rem 0;
  background: white;
}

.damage-types__header {
  text-align: center;
  margin-bottom: 3rem;
}

.damage-types__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
@media (min-width: 48rem) {
  .damage-types__title {
    font-size: 2.3rem;
  }
}

.damage-types__subtitle {
  color: #6b7280;
  font-size: 1.1rem;
  margin: 0;
}

.damage-types__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 48rem) {
  .damage-types__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64rem) {
  .damage-types__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.damage-card {
  background: #f9fafb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.damage-card:hover {
  transform: translateY(-5px);
  border-color: #2563eb;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.1);
}

.damage-card__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.damage-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1f2937;
}

.damage-card__list {
  color: #6b7280;
  list-style: none;
  padding: 0;
  margin: 0;
}
.damage-card__list li {
  margin-bottom: 0.5rem;
}
.damage-card__list li:last-child {
  margin-bottom: 0;
}

.why-maximum-price-section {
  padding: 4rem 0;
  background: #2563eb;
  color: white;
}

.why-maximum-price__header {
  text-align: center;
  margin-bottom: 3rem;
}

.why-maximum-price__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}
@media (min-width: 48rem) {
  .why-maximum-price__title {
    font-size: 2.3rem;
  }
}

.why-maximum-price__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 64rem) {
  .why-maximum-price__content {
    grid-template-columns: 1fr 1fr;
  }
}

.why-maximum-price__reasons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.reason-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reason-item__icon {
  background: #eab308;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.reason-item__icon i {
  color: black;
  font-size: 1.3rem;
}

.reason-item__content {
  flex: 1;
}

.reason-item__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.reason-item__text {
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
}

.why-maximum-price__guarantees {
  display: flex;
  justify-content: center;
}
@media (min-width: 64rem) {
  .why-maximum-price__guarantees {
    justify-content: flex-end;
  }
}

.guarantees-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  padding: 2rem;
  width: 100%;
  max-width: 35rem;
}

.guarantees-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: white;
}

.guarantees-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.guarantee-item i {
  color: #fbbf24;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.guarantee-item span {
  color: white;
  font-size: 1rem;
}

.recently-purchased-section {
  padding: 4rem 0;
  background: #f9fafb;
}

.recently-purchased__header {
  text-align: center;
  margin-bottom: 3rem;
}

.recently-purchased__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
@media (min-width: 48rem) {
  .recently-purchased__title {
    font-size: 2.3rem;
  }
}

.recently-purchased__subtitle {
  color: #6b7280;
  margin: 0;
}

.recently-purchased__table-container {
  overflow-x: auto;
}

.recently-purchased__table {
  width: 100%;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-collapse: collapse;
}

.recently-purchased__thead {
  background: #2563eb;
  color: white;
}

.recently-purchased__th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.recently-purchased__tbody {
  background: white;
}

.recently-purchased__tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}
.recently-purchased__tr:hover {
  background: #f9fafb;
}
.recently-purchased__tr:last-child {
  border-bottom: none;
}

.recently-purchased__td {
  padding: 1rem 1.5rem;
  vertical-align: middle;
}

.recently-purchased__td--brand {
  font-weight: 500;
  color: #1f2937;
}

.recently-purchased__td--price {
  color: #059669;
  font-weight: 700;
}

.recently-purchased__photo {
  width: 4rem;
  height: 4rem;
  background: #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recently-purchased__photo i {
  color: #9ca3af;
  font-size: 1.5rem;
}

.car-brands-section {
  padding: 4rem 0;
  background: #f9fafb;
}

.car-brands__header {
  text-align: center;
  margin-bottom: 3rem;
}

.car-brands__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
@media (min-width: 48rem) {
  .car-brands__title {
    font-size: 2.3rem;
  }
}

.car-brands__subtitle {
  color: #6b7280;
  font-size: 1.1rem;
  margin: 0;
}

.car-brands__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .car-brands__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 64rem) {
  .car-brands__grid {
    grid-template-columns: repeat(8, 1fr);
  }
}

.brand-logo {
  width: 5rem;
  height: 5rem;
  background: #f8fafc;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid #e2e8f0;
}
.brand-logo:hover {
  background: #2563eb;
  color: white;
  transform: scale(1.05);
}

.brand-logo__text {
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
}

.car-brands__footer {
  text-align: center;
}

.car-brands__footer-text {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.car-brands__button {
  background: #059669;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.car-brands__button:hover {
  background: #047857;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}
.car-brands__button i {
  margin-right: 0.5rem;
}

.documents-required-section {
  padding: 4rem 0;
  background: white;
}

.documents-required__header {
  text-align: center;
  margin-bottom: 3rem;
}

.documents-required__title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}
@media (min-width: 48rem) {
  .documents-required__title {
    font-size: 2.3rem;
  }
}

.documents-required__subtitle {
  color: #6b7280;
  font-size: 1.1rem;
  margin: 0;
}

.documents-required__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto 2rem;
}
@media (min-width: 48rem) {
  .documents-required__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.document-card {
  text-align: center;
}

.document-card__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.document-card__icon i {
  font-size: 1.875rem;
}
.document-card__icon--blue {
  background: #dbeafe;
}
.document-card__icon--blue i {
  color: #2563eb;
}
.document-card__icon--green {
  background: #dcfce7;
}
.document-card__icon--green i {
  color: #16a34a;
}
.document-card__icon--yellow {
  background: #fef3c7;
}
.document-card__icon--yellow i {
  color: #d97706;
}

.document-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.document-card__description {
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.documents-required__footer {
  text-align: center;
}

.documents-required__footer-text {
  color: #6b7280;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.documents-required__button {
  background: #2563eb;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.documents-required__button:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.documents-required__button i {
  margin-right: 0.5rem;
}

.documents-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.documents-modal.is-open {
  display: flex;
  opacity: 1;
}
.documents-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.documents-modal__content {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  margin: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.documents-modal.is-open .documents-modal__content {
  transform: scale(1);
}
.documents-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.documents-modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.documents-modal__close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.documents-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.documents-modal__body {
  padding: 2rem;
  max-height: 60vh;
  overflow-y: auto;
}

.documents-form__field {
  margin-bottom: 1.5rem;
}
.documents-form__label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.documents-form__input,
.documents-form__select,
.documents-form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: white;
}
.documents-form__input:focus,
.documents-form__select:focus,
.documents-form__textarea:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.documents-form__input::placeholder,
.documents-form__select::placeholder,
.documents-form__textarea::placeholder {
  color: #9ca3af;
}
.documents-form__textarea {
  resize: vertical;
  min-height: 80px;
}
.documents-form__checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.documents-form__checkbox-input {
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  accent-color: #667eea;
}
.documents-form__checkbox-label {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}
.documents-form__link {
  color: #667eea;
  text-decoration: underline;
}
.documents-form__link:hover {
  color: #764ba2;
}
.documents-form__submit {
  width: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.documents-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}
.documents-form__submit:active {
  transform: translateY(0);
}
.documents-form__submit i {
  font-size: 1.1rem;
}

.other-services-section {
  padding: 4rem 0;
  background: white;
}

.other-services__header {
  text-align: center;
  margin-bottom: 3rem;
}

.other-services__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.other-services__subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.other-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-type-link {
  display: block;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service-type-link:hover {
  transform: translateY(-4px);
  border-color: #667eea;
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.service-type-link:hover .service-type-link__icon {
  background: white;
  color: #667eea;
}
.service-type-link:hover .service-type-link__title {
  color: white;
}
.service-type-link:hover .service-type-link__description {
  color: rgba(255, 255, 255, 0.9);
}
.service-type-link__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.service-type-link__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  font-size: 1.5rem;
}
.service-type-link__icon--green {
  background: #dcfce7;
  color: #16a34a;
}
.service-type-link__icon--orange {
  background: #fed7aa;
  color: #ea580c;
}
.service-type-link__icon--blue {
  background: #dbeafe;
  color: #2563eb;
}
.service-type-link__icon--red {
  background: #fecaca;
  color: #dc2626;
}
.service-type-link__icon--gray {
  background: #f3f4f6;
  color: #6b7280;
}
.service-type-link__icon--purple {
  background: #e9d5ff;
  color: #9333ea;
}
.service-type-link__text {
  flex: 1;
}
.service-type-link__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.service-type-link__description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .documents-modal__content {
    width: 95%;
    margin: 1rem auto;
  }
  .documents-modal__header {
    padding: 1rem 1.5rem;
  }
  .documents-modal__title {
    font-size: 1.25rem;
  }
  .documents-modal__body {
    padding: 1.5rem;
  }
  .documents-form__field {
    margin-bottom: 1.25rem;
  }
  .documents-form__submit {
    padding: 0.875rem 1.5rem;
  }
  .other-services-section {
    padding: 3rem 0;
  }
  .other-services__title {
    font-size: 1.75rem;
  }
  .other-services__subtitle {
    font-size: 1rem;
  }
  .other-services__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-type-link {
    padding: 1.25rem;
  }
  .service-type-link__content {
    gap: 0.75rem;
  }
  .service-type-link__icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
  .service-type-link__title {
    font-size: 1rem;
  }
  .service-type-link__description {
    font-size: 0.8125rem;
  }
}
.podbor-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

/* use global .container */
.podbor-hero__emoji {
  font-size: 64px;
  margin-bottom: 24px;
  animation: podbor-hero-floating 3s ease-in-out infinite;
}

.podbor-hero__title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  font-size: 36px;
}

@media (min-width: 768px) {
  .podbor-hero__title {
    font-size: 48px;
  }
}
.podbor-hero__subtitle {
  font-size: 20px;
  opacity: 0.95;
  max-width: 880px;
  margin: 0 auto 32px;
}

.podbor-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 960px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .podbor-hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}
.podbor-hero__stat {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 24px;
}

.podbor-hero__stat-value {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}

.podbor-hero__stat-label {
  font-size: 15px;
  opacity: 0.9;
}

.podbor-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .podbor-hero__actions {
    flex-direction: row;
  }
}
.podbor-hero__btn-primary {
  background: #fff;
  color: #2563eb; /* blue-600 */
  border: 2px solid #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.podbor-hero__btn-primary:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}

.podbor-hero__btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.podbor-hero__btn-secondary:hover {
  background: #fff;
  color: #2563eb;
  transform: translateY(-2px);
}

@keyframes podbor-hero-floating {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.podbor-services {
  background: #fff;
  padding: 64px 0;
}

/* use global .container */
.podbor-services__header {
  text-align: center;
  margin-bottom: 48px;
}

.podbor-services__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  .podbor-services__title {
    font-size: 32px;
  }
}
.podbor-services__subtitle {
  color: #6b7280;
  max-width: 720px;
  margin: 0 auto;
}

.podbor-services__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 768px) {
  .podbor-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .podbor-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.podbor-services__card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  padding: 24px;
  border: 2px solid transparent;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.podbor-services__card:hover {
  transform: translateY(-8px);
  border-color: #667eea;
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.1);
}

.podbor-services__card-head {
  text-align: center;
  margin-bottom: 16px;
}

.podbor-services__emoji {
  font-size: 32px;
  margin-bottom: 8px;
}

.podbor-services__card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.podbor-services__price-badge {
  display: inline-block;
  margin-top: 8px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
}

.podbor-services__features {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
}

.podbor-services__feature {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
  color: #111827;
}

.podbor-services__feature i {
  color: #10b981;
  margin-right: 8px;
}

.podbor-services__guarantee-badge {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.podbor-services__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #2563eb;
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.podbor-services__btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.podbor-process {
  background: #f3f4f6; /* gray-100 */
  padding: 64px 0;
}

/* use global .container */
.podbor-process__header {
  text-align: center;
  margin-bottom: 48px;
}

.podbor-process__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .podbor-process__title {
    font-size: 32px;
  }
}
.podbor-process__subtitle {
  color: #6b7280; /* gray-600 */
}

.podbor-process__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 768px) {
  .podbor-process__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.podbor-process__step {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .podbor-process__step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: translateY(-50%);
  }
  .podbor-process__step:last-child::after {
    display: none;
  }
}
.podbor-process__num {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #2563eb; /* blue-600 */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.podbor-process__step-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.podbor-process__step-text {
  font-size: 14px;
  color: #6b7280;
}

.podbor-guarantees {
  background: #ffffff;
  padding: 64px 0;
}

.podbor-guarantees__header {
  text-align: center;
  margin-bottom: 48px;
}

.podbor-guarantees__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a; /* slate-900 */
}

@media (min-width: 768px) {
  .podbor-guarantees__title {
    font-size: 32px;
  }
}
.podbor-guarantees__subtitle {
  color: #6b7280;
}

.podbor-guarantees__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .podbor-guarantees__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.podbor-guarantees__card {
  border-radius: 12px;
  padding: 32px;
  background: #f8fafc;
}

.podbor-guarantees__card--legal {
  background: #ecfdf5; /* green-50 */
}

.podbor-guarantees__card--tech {
  background: #eff6ff; /* blue-50 */
}

.podbor-guarantees__card-head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.podbor-guarantees__emoji {
  font-size: 28px;
  margin-right: 12px;
}

.podbor-guarantees__card-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.podbor-guarantees__card--legal .podbor-guarantees__card-title {
  color: #065f46; /* green-800 */
}

.podbor-guarantees__card--tech .podbor-guarantees__card-title {
  color: #1e40af; /* blue-800 */
}

.podbor-guarantees__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.podbor-guarantees__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 600; /* make items bolder */
}

.podbor-guarantees__item i {
  margin-top: 2px;
  color: #6b7280;
}

.podbor-guarantees__item-title {
  font-weight: 700; /* stronger title */
  margin: 0 0 2px;
}

.podbor-guarantees__item-text {
  font-size: 14px;
  color: #6b7280;
}

.podbor-cases {
  background: #f3f4f6; /* gray-100 */
  padding: 64px 0;
}

.podbor-cases__header {
  text-align: center;
  margin-bottom: 48px;
}

.podbor-cases__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .podbor-cases__title {
    font-size: 32px;
  }
}
.podbor-cases__subtitle {
  color: #6b7280;
}

.podbor-cases__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .podbor-cases__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.podbor-cases__card {
  background: #ffffff;
  border-left: 4px solid #667eea;
  border-radius: 8px;
  padding: 24px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.podbor-cases__card:hover {
  transform: translateX(5px);
  border-left-color: #764ba2;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.podbor-cases__card-head {
  text-align: center;
  margin-bottom: 16px;
}

.podbor-cases__emoji {
  font-size: 28px;
  margin-bottom: 8px;
}

.podbor-cases__card-title {
  font-weight: 700;
  margin: 0;
}

.podbor-cases__info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.podbor-cases__info li {
  margin-bottom: 6px;
}

.podbor-cases__info li span {
  font-weight: 600;
}

.podbor-cases__note {
  margin-top: 12px;
  padding: 12px;
  background: #dcfce7; /* green-100 */
  border-radius: 8px;
}

.podbor-cases__note-text {
  font-size: 12px;
  color: #065f46; /* green-800 */
}

.podbor-pricing {
  background: #f3f4f6; /* gray-100 */
  padding: 64px 0;
}

.podbor-pricing__header {
  text-align: center;
  margin-bottom: 48px;
}

.podbor-pricing__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .podbor-pricing__title {
    font-size: 32px;
  }
}
.podbor-pricing__subtitle {
  color: #6b7280;
}

.podbor-pricing__table-wrap {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  overflow-x: auto; /* responsive scroll on small screens */
  overflow-y: hidden;
  max-width: 896px; /* Tailwind max-w-4xl */
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}

.podbor-pricing__table {
  width: 100%;
  min-width: 640px; /* ensure table doesn't crush too much */
  border-collapse: collapse;
}

.podbor-pricing__table thead {
  background: #f9fafb; /* gray-50 */
}

.podbor-pricing__table th,
.podbor-pricing__table td {
  text-align: left;
  padding: 12px 24px;
  vertical-align: top;
  word-break: break-word; /* allow long words to wrap */
  white-space: normal;
}

@media (max-width: 640px) {
  .podbor-pricing__table th,
  .podbor-pricing__table td {
    padding: 10px 14px;
    font-size: 14px;
  }
  .podbor-pricing__price {
    font-size: 16px;
  }
  .podbor-pricing__muted {
    font-size: 11px;
  }
  /* Redistribute column widths on small screens */
  .podbor-pricing__table {
    table-layout: fixed;
  }
  .podbor-pricing__table th:nth-child(1),
  .podbor-pricing__table td:nth-child(1) {
    width: 24%;
  }
  .podbor-pricing__table th:nth-child(2),
  .podbor-pricing__table td:nth-child(2) {
    width: 46%; /* narrower second column to free space for price */
  }
  .podbor-pricing__table th:nth-child(3),
  .podbor-pricing__table td:nth-child(3) {
    width: 30%;
    white-space: nowrap; /* keep price compact */
  }
}
@media (min-width: 1024px) {
  /* Slightly reduce 2nd column and give more space to price on desktop */
  .podbor-pricing__table {
    table-layout: fixed;
  }
  .podbor-pricing__table th:nth-child(1),
  .podbor-pricing__table td:nth-child(1) {
    width: 30%;
  }
  .podbor-pricing__table th:nth-child(2),
  .podbor-pricing__table td:nth-child(2) {
    width: 38%;
  }
  .podbor-pricing__table th:nth-child(3),
  .podbor-pricing__table td:nth-child(3) {
    width: 32%;
    white-space: nowrap;
  }
}
.podbor-pricing__table tbody tr {
  border-top: 1px solid #e5e7eb; /* gray-200 */
}

.podbor-pricing__service {
  font-weight: 600;
}

.podbor-pricing__muted {
  font-size: 12px;
  color: #6b7280;
}

.podbor-pricing__price {
  font-size: 18px;
  font-weight: 700;
  color: #16a34a; /* green-600 */
}

.podbor-pricing__tip {
  margin-top: 24px;
  display: inline-block; /* mobile override below */
  margin-left: auto;
  margin-right: auto;
  background: #fef3c7; /* amber-100 */
  border: 1px solid #f59e0b; /* amber-500 */
  padding: 16px 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 100%;
  word-break: break-word;
}

.podbor-pricing__tip-title {
  font-weight: 600;
  color: #b45309; /* amber-700 */
  margin-bottom: 6px;
}

.podbor-pricing__tip-text {
  font-size: 14px;
  color: #92400e; /* amber-800 */
}

@media (max-width: 640px) {
  .podbor-pricing__tip {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }
}
@media (min-width: 768px) {
  /* Center tip perfectly under the centered table on desktop */
  .podbor-pricing__tip {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog-preview {
  padding: 72px 0;
  background: #f9fafb;
}

.catalog-preview__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.catalog-preview__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
}

.catalog-preview__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  font-size: 18px;
}

.catalog-preview__subtitle {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
}

.catalog-preview__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .catalog-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .catalog-preview__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .catalog-preview__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.catalog-preview__card {
  width: 100%;
  height: 100%;
}

.catalog-preview__card .fresh__card {
  max-height: none;
}

.catalog-preview__card--hidden {
  display: none;
}

.catalog-preview__card--visible {
  animation: catalogCardFade 0.35s ease forwards;
}

@keyframes catalogCardFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-article-item--hidden {
  display: none;
}

.blog-article-item--visible {
  animation: blogArticleFade 0.35s ease forwards;
}

@keyframes blogArticleFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-articles__more--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.catalog-preview__card .fresh__image {
  height: auto;
  min-height: 250px;
  width: 100%;
  padding: 0;
  border-radius: 0.9375rem 0.9375rem 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-preview__card .fresh__car-image {
  min-height: 250px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
  display: block;
}

.catalog-preview__card .fresh__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: visible;
}

.catalog-preview__card .fresh__details {
  flex: 0 0 auto;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.catalog-preview__card .fresh__detail {
  margin: 0;
}

.catalog-preview__card .fresh__price {
  margin-top: auto;
  padding-top: 0.5rem;
  flex-shrink: 0;
  min-height: fit-content;
}

.catalog-preview__actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.catalog-preview__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 999px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(102, 126, 234, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-preview__more:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(118, 75, 162, 0.3);
}

.catalog-preview__more:active {
  transform: translateY(0);
}

.catalog-preview__more--disabled {
  background: #d1d5db;
  color: #4b5563;
  cursor: default;
  box-shadow: none;
}

.catalog-preview__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 639px) {
  .catalog-preview__title {
    font-size: 28px;
  }
  .catalog-preview__grid {
    gap: 16px;
  }
  .catalog-preview__card .fresh__card {
    max-height: none;
  }
  .catalog-preview__card .fresh__image {
    padding: 0;
    height: auto;
    min-height: 250px;
    max-height: none;
    width: 100%;
  }
  .catalog-preview__card .fresh__car-image {
    min-height: 250px;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: top;
  }
  .catalog-preview__card .fresh__price {
    margin-top: auto;
    padding-top: 0.75rem;
  }
  .catalog-preview__card .fresh__details {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .catalog-preview__grid {
    gap: 28px;
  }
}
/* Ensure tidy top alignment for icon + texts */
.podbor-guarantees__item > div {
  line-height: 1.5;
}

/* Tech column: show FontAwesome cogs in blue like the title */
.podbor-guarantees__card--tech .podbor-guarantees__item i {
  display: inline-block;
  color: #1e40af; /* blue-800 */
}

/* If minimal FA is used, ensure gear/cog glyphs exist */
.podbor-guarantees__card--tech .podbor-guarantees__item .fa-cog:before,
.podbor-guarantees__card--tech .podbor-guarantees__item .fa-gear:before {
  content: "\f013";
}

/* Legal column: shields in green like the title */
.podbor-guarantees__card--legal .podbor-guarantees__item i {
  color: #065f46; /* green-800 */
}

.podbor-guarantees__card--legal .podbor-guarantees__item .fa-shield-alt:before {
  content: "\f3ed";
}

.obmen-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

/* use global .container */
.obmen-hero__title {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 36px;
}

@media (min-width: 768px) {
  .obmen-hero__title {
    font-size: 56px; /* md:text-6xl */
  }
}
.obmen-hero__subtitle {
  font-size: 20px;
  opacity: 0.95;
  max-width: 896px; /* max-w-4xl */
  margin: 0 auto 32px;
}

.obmen-hero__highlight {
  color: #fde047; /* yellow-300 */
}

.obmen-hero__stats {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.obmen-hero__stat {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 16px; /* bigger radius for prettier cards */
  padding: 20px 24px; /* larger paddings for visual weight */
  min-width: 180px;
  min-height: 110px; /* make them a bit taller */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

@media (min-width: 640px) {
  .obmen-hero__stat {
    min-width: 210px;
    min-height: 120px;
    padding: 24px 28px;
  }
}
.obmen-hero__stat-value {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.obmen-hero__stat-label {
  font-size: 14px;
  opacity: 0.95;
}

.obmen-why {
  background: #f9fafb; /* gray-50 */
  padding: 64px 0;
}

.obmen-why__header {
  text-align: center;
  margin-bottom: 48px;
}

.obmen-why__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  .obmen-why__title {
    font-size: 32px;
  }
}
.obmen-why__subtitle {
  color: #6b7280;
  max-width: 768px;
  margin: 0 auto;
}

.obmen-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .obmen-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .obmen-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.obmen-why__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.obmen-why__card:hover {
  /* no blue border; only subtle, pretty shadow */
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.obmen-why__icon {
  color: #2563eb; /* blue-600 */
  font-size: 32px;
  margin-bottom: 12px;
}

.obmen-why__card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.obmen-why__card-text {
  color: #6b7280;
}

.obmen-steps {
  background: #ffffff;
  padding: 64px 0;
}

.obmen-steps__header {
  text-align: center;
  margin-bottom: 48px;
}

.obmen-steps__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .obmen-steps__title {
    font-size: 32px;
  }
}
.obmen-steps__subtitle {
  color: #6b7280;
}

.obmen-steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .obmen-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .obmen-steps__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.obmen-steps__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.obmen-steps__card:hover {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.obmen-steps__num {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #2563eb; /* blue-600 */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.obmen-steps__card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.obmen-steps__card-text {
  color: #6b7280;
}
.obmen-docs {
  background: #f9fafb; /* gray-50 */
  padding: 64px 0;
}

.obmen-docs__wrap {
  max-width: 896px; /* max-w-4xl */
  margin: 0 auto;
}

.obmen-docs__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .obmen-docs__title {
    font-size: 32px;
  }
}
.obmen-docs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .obmen-docs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.obmen-docs__col-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

.obmen-docs__col-title--green {
  color: #16a34a; /* green-600 */
}

.obmen-docs__col-title--orange {
  color: #000000;
}

.obmen-docs__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.obmen-docs__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.obmen-docs__item i {
  color: #22c55e; /* green-500 */
  margin-top: 2px;
}

.obmen-docs__item--orange i {
  color: #f59e0b; /* orange-500 */
}

.obmen-docs__item--orange .fa-plus-circle:before {
  content: "\f055";
  color: black;
}

.obmen-docs__muted {
  color: #6b7280;
}

.obmen-brands {
  background: #ffffff;
  padding: 64px 0;
}

.obmen-brands__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .obmen-brands__title {
    font-size: 32px;
  }
}
.obmen-brands__subtitle {
  text-align: center;
  color: #6b7280;
  margin: 0 auto 24px;
  max-width: 768px;
}

.obmen-brands__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 768px) {
  .obmen-brands__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .obmen-brands__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.obmen-brands__item {
  text-align: center;
}

.obmen-brands__logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 6px;
  border-radius: 12px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #4b5563;
  transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.obmen-brands__item:hover .obmen-brands__logo {
  background: #eef2ff; /* light indigo */
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.obmen-brands__name {
  font-size: 13px;
  font-weight: 600;
}

.obmen-brands__note {
  text-align: center;
  margin-top: 24px;
}

.obmen-brands__note-title {
  font-size: 18px;
  color: #374151;
  margin: 0 0 4px;
}

.obmen-brands__note-text {
  color: #6b7280;
}

.obmen-form {
  background: #1d4ed8; /* blue-700 */
  color: #ffffff;
  padding: 72px 0;
}

.obmen-form__wrap {
  max-width: 896px;
  margin: 0 auto;
}

.obmen-form__header {
  text-align: center;
  margin-bottom: 28px;
}

.obmen-form__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px;
}

@media (min-width: 768px) {
  .obmen-form__title {
    font-size: 32px;
  }
}
.obmen-form__subtitle {
  font-size: 18px;
  opacity: 0.95;
}

.obmen-form__card {
  background: #ffffff;
  color: #111827;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.obmen-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .obmen-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.obmen-form__grid--two {
  margin-top: 20px;
}

.obmen-form__section-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}

.obmen-form__section-title--blue {
  color: #2563eb;
}

.obmen-form__field {
  margin-bottom: 14px;
}

.obmen-form__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin: 0 0 8px;
}

.obmen-form__control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.obmen-form__control:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

textarea.obmen-form__control {
  resize: vertical;
}

.obmen-form__agree {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 6px;
  color: #4b5563;
  font-size: 14px;
}

.obmen-form__checkbox {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.obmen-form__link {
  color: #2563eb;
  text-decoration: none;
}

.obmen-form__link:hover {
  text-decoration: underline;
}

.obmen-form__actions {
  text-align: center;
  margin-top: 20px;
}

.obmen-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 12px;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.obmen-form__submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.obmen-form__hint {
  color: #6b7280;
  margin-top: 10px;
  font-size: 14px;
}

.obmen-extra {
  background: #f9fafb;
  padding: 64px 0;
}

.obmen-extra__wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.obmen-extra__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 32px;
}

@media (min-width: 768px) {
  .obmen-extra__title {
    font-size: 32px;
  }
}
.obmen-extra__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .obmen-extra__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.obmen-extra__card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.obmen-extra__card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.obmen-extra__badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.obmen-extra__badge--blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.obmen-extra__badge--green {
  background: #dcfce7;
  color: #16a34a;
}

.obmen-extra__badge--yellow {
  background: #fef3c7;
  color: #d97706;
}

.obmen-extra__card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.obmen-extra__card-text {
  color: #6b7280;
}

.komis-hero {
  position: relative;
  color: #ffffff;
  padding: 5rem 0;
  background: linear-gradient(
      135deg,
      rgba(59, 130, 246, 0.9) 0%,
      rgba(29, 78, 216, 0.9) 100%
    ),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23ffffff" fill-opacity="0.1" points="0,1000 1000,0 1000,1000"/></svg>');
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .komis-hero {
    padding: 3.5rem 0;
  }
}
.komis-hero__inner {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
  animation: komis-fade-up 0.8s ease-out;
}
.komis-hero__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.komis-hero__icon i {
  font-size: 1.75rem;
}
.komis-hero__title {
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .komis-hero__title {
    font-size: 3.75rem;
  }
}
.komis-hero__subtitle {
  opacity: 0.9;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .komis-hero__subtitle {
    font-size: 1.5rem;
  }
}
.komis-hero__text {
  opacity: 0.85;
  margin: 0 auto 2rem;
  max-width: 40rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .komis-hero__text {
    margin-bottom: 2.5rem;
  }
}
.komis-hero__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@keyframes komis-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.komis-stats {
  background: #ffffff;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .komis-stats {
    padding: 3rem 0;
  }
}
.komis-stats__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .komis-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.komis-stats__item {
  animation: komis-fade-up 0.8s ease-out;
}
.komis-stats__counter {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #2563eb;
}
@media (max-width: 768px) {
  .komis-stats__counter {
    font-size: 2rem;
  }
}
.komis-stats__label {
  margin-top: 0.5rem;
  color: #4b5563;
  font-size: 1rem;
}

.komis-steps {
  background: #f9fafb;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .komis-steps {
    padding: 3.5rem 0;
  }
}
.komis-steps__head {
  text-align: center;
  margin: 0 0 4rem;
}
.komis-steps__title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
}
@media (min-width: 768px) {
  .komis-steps__title {
    font-size: 2.25rem;
  }
}
.komis-steps__subtitle {
  margin: 0.5rem auto 0;
  max-width: 40rem;
  font-size: 1.125rem;
  color: #4b5563;
}
.komis-steps__divider {
  width: 6rem;
  height: 0.25rem;
  background: #3b82f6;
  border-radius: 9999px;
  margin: 1rem auto 0;
}
.komis-steps__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .komis-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .komis-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.komis-steps__card {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  animation: komis-fade-up 0.8s ease-out;
}
.komis-steps__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.komis-steps__num {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}
.komis-steps__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  margin: 1.5rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbeafe;
  color: #2563eb;
}
.komis-steps__icon.is-green {
  background: #dcfce7;
  color: #16a34a;
}
.komis-steps__icon.is-purple {
  background: #ede9fe;
  color: #7c3aed;
}
.komis-steps__icon.is-orange {
  background: #ffedd5;
  color: #f97316;
}
.komis-steps__icon.is-red {
  background: #fee2e2;
  color: #ef4444;
}
.komis-steps__card-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #111827;
}
.komis-steps__text {
  color: #6b7280;
  font-size: 1rem;
}

.komis-advantages {
  background: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .komis-advantages {
    padding: 3.5rem 0;
  }
}
.komis-advantages__head {
  text-align: center;
  margin: 0 0 4rem;
}
.komis-advantages__title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
}
@media (min-width: 768px) {
  .komis-advantages__title {
    font-size: 2.25rem;
  }
}
.komis-advantages__subtitle {
  margin: 0.5rem auto 0;
  max-width: 40rem;
  font-size: 1.125rem;
  color: #4b5563;
}
.komis-advantages__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1024px) {
  .komis-advantages__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .komis-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.komis-advantages__card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 0.75rem;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: komis-fade-up 0.8s ease-out;
}
.komis-advantages__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.komis-advantages__icon {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto 1rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  color: #3b82f6;
  font-size: 1.5rem;
}
.komis-advantages__card-title {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #111827;
}
.komis-advantages__text {
  color: #6b7280;
  font-size: 1rem;
}

.komis-options {
  background: #f9fafb;
  padding: 5rem 0;
  /* Icon colors per item: top (first) item green, bottom (second) item blue */
}
@media (max-width: 768px) {
  .komis-options {
    padding: 3.5rem 0;
  }
}
.komis-options__head {
  text-align: center;
  margin: 0 0 4rem;
}
.komis-options__title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
}
@media (min-width: 768px) {
  .komis-options__title {
    font-size: 2.25rem;
  }
}
.komis-options__subtitle {
  margin: 0.5rem auto 0;
  max-width: 40rem;
  font-size: 1.125rem;
  color: #4b5563;
}
.komis-options__list {
  max-width: 64rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.komis-options__item {
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.komis-options__item:hover {
  border-color: #3b82f6;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
}
.komis-options__item--featured {
  border-color: #10b981;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
}
.komis-options__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.komis-options__badge {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: #10b981;
  color: #ffffff;
  font-size: 1.5rem;
}
.komis-options__badge.is-blue {
  background: #3b82f6;
}
.komis-options__item-titles {
  display: flex;
  flex-direction: column;
  gap: 0; /* remove extra vertical gap */
}
.komis-options__item-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.25rem;
}
.komis-options__item-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #065f46;
  margin: 0; /* tighten vertical space */
  line-height: 1.1;
}
.komis-options__item-title.is-blue {
  color: #1e40af;
}
.komis-options__label {
  display: inline-block;
  background: #10b981;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
}
.komis-options__item-subtitle {
  font-size: 1.125rem;
  color: #059669;
  font-weight: 600;
  margin: 0.125rem 0 0; /* slightly more space */
  line-height: 1.2;
}
.komis-options__item-subtitle.is-blue {
  color: #2563eb;
}
.komis-options__content {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .komis-options__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.komis-options__list .komis-options__item:first-child .komis-options__li i {
  color: #16a34a;
}
.komis-options__list .komis-options__item:last-child .komis-options__li i {
  color: #2563eb;
}
.komis-options__col-title {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}
.komis-options__ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.komis-options__li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #374151;
}
.komis-options__li i {
  margin-top: 0.2rem;
  color: #3b82f6;
}

.komis-active {
  background: #2563eb;
  color: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .komis-active {
    padding: 3.5rem 0;
  }
}
.komis-active__head {
  text-align: center;
  margin: 0 0 4rem;
}
.komis-active__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.komis-active__subtitle {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.125rem;
  opacity: 0.9;
}
.komis-active__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .komis-active__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .komis-active__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.komis-active__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 1.5rem;
  backdrop-filter: blur(2px);
}
.komis-active__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.komis-active__card-title {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.komis-active__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.komis-services {
  background: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .komis-services {
    padding: 3.5rem 0;
  }
}
.komis-services__head {
  text-align: center;
  margin: 0 0 4rem;
}
.komis-services__title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
}
.komis-services__subtitle {
  margin: 0.5rem auto 0;
  max-width: 40rem;
  font-size: 1.125rem;
  color: #4b5563;
}
.komis-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .komis-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.komis-services__col-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1.5rem;
}
.komis-services__col-title i {
  color: #2563eb;
}
.komis-services__ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.komis-services__ul.is-green .komis-services__li i {
  color: #16a34a;
}
.komis-services__ul.is-blue .komis-services__li i {
  color: #2563eb;
}
.komis-services__li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #374151;
}

.komis-docs {
  background: #f9fafb;
  padding: 5rem 0;
  /* Force 3 items per row for the smaller (bottom) documents grid on desktop */
}
@media (max-width: 768px) {
  .komis-docs {
    padding: 3.5rem 0;
  }
}
.komis-docs__head {
  text-align: center;
  margin: 0 0 4rem;
}
.komis-docs__title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
}
.komis-docs__subtitle {
  margin: 0.5rem auto 0;
  max-width: 40rem;
  font-size: 1.125rem;
  color: #4b5563;
}
.komis-docs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.komis-docs__grid--small {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .komis-docs__grid--small {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .komis-docs__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .komis-docs .komis-docs__grid--small {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.komis-docs__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.komis-docs__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.komis-docs__icon.is-blue {
  background: #dbeafe;
  color: #2563eb;
}
.komis-docs__icon.is-green {
  background: #dcfce7;
  color: #16a34a;
}
.komis-docs__icon.is-purple {
  background: #ede9fe;
  color: #7c3aed;
}
.komis-docs__icon.is-orange {
  background: #ffedd5;
  color: #f97316;
}
.komis-docs__icon.is-gray {
  background: #f3f4f6;
  color: #4b5563;
}
.komis-docs__card-title {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #111827;
}
.komis-docs__text {
  color: #6b7280;
  font-size: 0.9375rem;
}
.komis-docs__badge {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.komis-docs__badge.is-red {
  background: #fee2e2;
  color: #991b1b;
}
.komis-docs__badge.is-yellow {
  background: #fef3c7;
  color: #92400e;
}
.komis-docs__badge.is-blue {
  background: #dbeafe;
  color: #1e40af;
}

.komis-form {
  background: #1d4ed8;
  color: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .komis-form {
    padding: 3.5rem 0;
  }
}
.komis-form__wrap {
  max-width: 64rem;
  margin: 0 auto;
}
.komis-form__header {
  text-align: center;
  margin-bottom: 2rem;
}
.komis-form__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.komis-form__subtitle {
  font-size: 1.125rem;
  opacity: 0.9;
}
.komis-form__card {
  background: #ffffff;
  color: #111827;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.komis-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .komis-form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.komis-form__section-title {
  font-weight: 800;
  margin-bottom: 1rem;
}
.komis-form__section-title--blue {
  color: #2563eb;
}
.komis-form__field {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.komis-form__label {
  font-size: 0.875rem;
  color: #374151;
}
.komis-form__control {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  outline: none;
}
.komis-form__agree {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 1rem;
}
.komis-form__checkbox {
  margin-top: 0.2rem;
}
.komis-form__link {
  color: #2563eb;
  text-decoration: underline;
}
.komis-form__actions {
  text-align: center;
}
.komis-form__submit {
  background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 100%);
  color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  padding: 0.875rem 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.komis-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}
.komis-form__hint {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
}

/*# sourceMappingURL=styles.css.map */
