/* _content/SolidDeal.Site/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-wnt85qzpck] {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#blazor-error-ui[b-wnt85qzpck] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-wnt85qzpck] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* _content/SolidDeal.Site/Components/Layout/LandingLayout.razor.rz.scp.css */
/* _content/SolidDeal.Site/Components/Layout/MainLayout.razor.rz.scp.css */
/* Стили для MudBlazor layout вместо по умолчанию, так как используется MudLayout */

.page[b-tgfic7qagl] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-tgfic7qagl] {
  flex: 1;
}

.sidebar[b-tgfic7qagl] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tgfic7qagl] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}

.sidebar .top-row[b-tgfic7qagl] {
  background-color: rgba(0,0,0,0.4);
  color: white;
  justify-content: flex-start;
}

.sidebar .top-row h3[b-tgfic7qagl] {
  color: white;
  margin: 0;
  font-size: 1.1rem;
}

.top-row[b-tgfic7qagl]  a, .top-row[b-tgfic7qagl]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-tgfic7qagl]  a:hover, .top-row[b-tgfic7qagl]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-tgfic7qagl]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.content[b-tgfic7qagl] {
  padding: 1rem 1.5rem;
}

.nav[b-tgfic7qagl] {
  padding: 1rem;
}

/* Стили для навигационного меню - светлый текст для темного фона */
.nav[b-tgfic7qagl]  .mud-nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}

.nav[b-tgfic7qagl]  .mud-nav-link:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.nav[b-tgfic7qagl]  .mud-nav-link.active {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.nav[b-tgfic7qagl]  .mud-nav-link .mud-icon-root {
  color: rgba(255, 255, 255, 0.85) !important;
}

.nav[b-tgfic7qagl]  .mud-nav-link:hover .mud-icon-root,
.nav[b-tgfic7qagl]  .mud-nav-link.active .mud-icon-root {
  color: white !important;
}

/* Стили для размещения UserInfo */
main .top-row[b-tgfic7qagl] {
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 640.98px) {
  .top-row[b-tgfic7qagl] {
    justify-content: space-between;
    padding: 0 1rem;
  }

  .top-row[b-tgfic7qagl]  a, .top-row[b-tgfic7qagl]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-tgfic7qagl] {
    flex-direction: row;
  }

  .sidebar[b-tgfic7qagl] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-tgfic7qagl] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-tgfic7qagl]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-tgfic7qagl], .content[b-tgfic7qagl] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-tgfic7qagl] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-tgfic7qagl] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* _content/SolidDeal.Site/Components/Pages/CreateRequest.razor.rz.scp.css */
/* Стили для страницы создания заявки */

/* Обеспечиваем правильную прокрутку на мобильных устройствах */

html[b-1fur7r78mu], body[b-1fur7r78mu] {
  height: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

/* Гарантируем, что основной контейнер всегда растягивается на всю высоту viewport */
.tg-webview-fix[b-1fur7r78mu], .create-request-root[b-1fur7r78mu], .mud-container[b-1fur7r78mu] {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 600px) {

  [b-1fur7r78mu] .mud-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 50vh !important; /* Дополнительное пространство снизу для клавиатуры */
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  [b-1fur7r78mu] .mud-paper {
    padding: 16px !important;
  }

  [b-1fur7r78mu] .mud-stack > * {
    width: 100%;
  }

  [b-1fur7r78mu] .mud-button {
    font-size: 14px;
  }

  [b-1fur7r78mu] .mud-select {
    font-size: 14px;
  }

  /* Улучшение фокуса для полей ввода - автоматический скролл при фокусе */
  [b-1fur7r78mu] .mud-input-root:focus-within,
  [b-1fur7r78mu] .mud-select:focus-within,
  [b-1fur7r78mu] .mud-autocomplete:focus-within {
    scroll-margin-top: 20px;
    scroll-margin-bottom: 300px; /* Пространство для клавиатуры */
  }

  /* Дополнительное пространство для последних полей */
  [b-1fur7r78mu] .mud-input-root:nth-last-child(-n+2),
  [b-1fur7r78mu] .mud-select:nth-last-child(-n+2),
  [b-1fur7r78mu] .mud-autocomplete:nth-last-child(-n+2) {
    scroll-margin-bottom: 400px; /* Больше места для последних полей */
  }

  /* Оптимизация Grid для мобильных устройств */
  [b-1fur7r78mu] .mud-grid {
    gap: 8px;
  }

  [b-1fur7r78mu] .mud-grid-item {
    padding: 0 4px;
  }
}

/* Стили для логотипа */
[b-1fur7r78mu] .mud-image {
  display: block;
  margin: 0 auto;
}

/* Стили для кнопок */
[b-1fur7r78mu] .mud-button-root {
  text-transform: none;
  font-weight: 500;
}

/* Стили для полей выбора */
[b-1fur7r78mu] .mud-select {
  width: 100%;
}

/* Анимация для disabled состояния */
[b-1fur7r78mu] .mud-select.mud-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Стили для прогресс-индикатора */
[b-1fur7r78mu] .mud-progress-circular {
  width: 20px !important;
  height: 20px !important;
}
/* _content/SolidDeal.Site/Components/Pages/LandingPage.razor.rz.scp.css */
*[b-s7jqhaadge] {
  box-sizing: border-box;
}

body[b-s7jqhaadge] {
  font-size: 14px;
}

/* Page container with max width */
.landing-page[b-s7jqhaadge] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: url("landing/v2_659.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

/* Hero Section */
.hero-section[b-s7jqhaadge] {
  width: 100%;
  height: 960px;
  background: linear-gradient(135deg, #e8ecf3 0%, #d4dce9 100%);
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.hero-background[b-s7jqhaadge] {
  width: 100%;
  height: 960px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero-container[b-s7jqhaadge] {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 40px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.hero-left[b-s7jqhaadge] {
  flex: 0 0 auto;
  width: 100%;
  max-width: 672px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
}

.hero-logo[b-s7jqhaadge] {
  width: 213px;
  height: 49px;
  background: url("landing/v5_2320.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  margin-bottom: 160px;
  flex-shrink: 0;
}

/* Hero Logo Mobile - скрыт на десктопе */
.hero-logo-mobile[b-s7jqhaadge] {
  display: none;
}

.hero-title[b-s7jqhaadge] {
  width: 100%;
  color: rgba(42,42,42,1);
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.1;
  text-align: left;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.hero-description[b-s7jqhaadge] {
  width: 100%;
  color: rgba(42,42,42,0.7);
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 40px 0;
}

.cta-button-common[b-s7jqhaadge] {
  max-width: 460px;
  width: 100%;
}

.hero-cta-button[b-s7jqhaadge] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 72px;
  background: linear-gradient(135deg, #1a4d5e 0%, #0d2e3d 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 40px;
  box-shadow: 0 4px 20px rgba(13,46,61,0.3);
  align-self: flex-start;
  text-decoration: none;
}

.hero-cta-button:hover[b-s7jqhaadge] {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(13,46,61,0.4);
}

.hero-cta-button:active[b-s7jqhaadge] {
  transform: translateY(-1px);
}

.hero-cta-button .button-arrow[b-s7jqhaadge] {
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.hero-cta-button:hover .button-arrow[b-s7jqhaadge] {
  transform: translateX(5px);
}

.hero-right[b-s7jqhaadge] {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  min-height: 0;
}

.hero-image[b-s7jqhaadge] {
  width: 100%;
  max-width: 580px;
  height: 100%;
  background: url("landing/building-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.hero-image-overlay[b-s7jqhaadge] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(11,57,84,0.95) 0%, rgba(11,57,84,0.7) 50%, transparent 100%);
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.overlay-logo[b-s7jqhaadge] {
  width: 150px;
  height: 35px;
  background: url("landing/v5_2320.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.overlay-title[b-s7jqhaadge] {
  color: rgba(255,255,255,1);
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Features Section */
.features-section[b-s7jqhaadge] {
  width: 100%;
  min-height: auto;
  background: rgba(0,0,0,1);
  padding: 80px 40px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.features-header[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
}

.features-badge[b-s7jqhaadge] {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,1);
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 32px;
  border-radius: 50px;
  margin-bottom: 32px;
}

.features-title[b-s7jqhaadge] {
  width: 100%;
  color: rgba(255,255,255,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.features-cards[b-s7jqhaadge] {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card[b-s7jqhaadge] {
  background: linear-gradient(135deg, #1a4d5e 0%, #0d2e3d 100%);
  border-radius: 24px;
  padding: 40px 32px 0;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover[b-s7jqhaadge] {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.feature-number[b-s7jqhaadge] {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255,255,255,1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,1);
  font-family: Onest, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.feature-card-title[b-s7jqhaadge] {
  color: rgba(255,255,255,1);
  font-family: Onest, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 16px 0;
  flex-shrink: 0;
}

.feature-card-description[b-s7jqhaadge] {
  color: rgba(255,255,255,0.8);
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 auto 0;
  flex-shrink: 0;
}

.feature-card-image[b-s7jqhaadge] {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-top: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}

.feature-image-1[b-s7jqhaadge] {
  background-image: url("landing/feature-form.png");
}

.feature-image-2[b-s7jqhaadge] {
  background-image: url("landing/feature-analysis.png");
}

.feature-image-3[b-s7jqhaadge] {
  background-image: url("landing/feature-document.png");
}

/* Advantages Section */
.advantages-section[b-s7jqhaadge] {
  width: 100%;
  min-height: 500px;
  background: #0a2a3d;
  padding: 100px 40px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.advantages-background[b-s7jqhaadge] {
  width: 100%;
  height: 100%;
  background: url("landing/v2_998.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.advantages-content[b-s7jqhaadge] {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.advantages-title[b-s7jqhaadge] {
  width: 100%;
  color: rgba(255,255,255,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  opacity: 1;
  text-align: center;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.advantages-description[b-s7jqhaadge] {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 16px;
  color: rgba(255,255,255,0.9);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  opacity: 1;
  text-align: center;
}

.advantages-subtitle[b-s7jqhaadge] {
  width: 100%;
  color: rgba(255,255,255,0.85);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  opacity: 1;
  text-align: center;
  margin: 0;
}

.advantages-cta-button[b-s7jqhaadge] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 64px;
  background: rgba(255,255,255,1);
  border: none;
  border-radius: 50px;
  color: #0a2a3d;
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 40px;
  box-shadow: 0 4px 20px rgba(255,255,255,0.2);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-decoration: none;
}

.advantages-cta-button:hover[b-s7jqhaadge] {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.95);
}

.advantages-cta-button:active[b-s7jqhaadge] {
  transform: translateY(-1px);
}

.advantages-cta-button .button-arrow[b-s7jqhaadge] {
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.advantages-cta-button:hover .button-arrow[b-s7jqhaadge] {
  transform: translateX(5px);
}

/* Partners Section */
.partners-section[b-s7jqhaadge] {
  width: 100%;
  min-height: 700px;
  background: #f5f5f5;
  padding: 80px 40px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.partners-header[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
}

.partners-badge[b-s7jqhaadge] {
  display: inline-block;
  background: rgba(0,0,0,0.08);
  color: rgba(42,42,42,1);
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 32px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.partners-title[b-s7jqhaadge] {
  width: 100%;
  color: rgba(42,42,42,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.partners-content[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

.partners-info[b-s7jqhaadge] {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.partners-slogan[b-s7jqhaadge] {
  width: 100%;
  color: rgba(42,42,42,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  opacity: 1;
  text-align: left;
  margin: 0 0 32px 0;
}

.partner-benefits-list[b-s7jqhaadge] {
  margin-bottom: 40px;
}

.partner-benefit[b-s7jqhaadge] {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 0;
  background: transparent;
}

.benefit-icon[b-s7jqhaadge] {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(42,42,42,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(11,57,84,1);
  font-size: 18px;
  font-weight: 700;
  margin-top: 2px;
}

.benefit-text[b-s7jqhaadge] {
  flex: 1;
  color: rgba(42,42,42,0.85);
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  position: static;
  margin: 0;
  padding: 0;
}

.partners-cta-button[b-s7jqhaadge] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 56px;
  background: linear-gradient(135deg, #1a4d5e 0%, #0d2e3d 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 32px;
  box-shadow: 0 4px 16px rgba(13,46,61,0.25);
  margin: 0;
  text-decoration: none;
}

.partners-cta-button:hover[b-s7jqhaadge] {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(13,46,61,0.35);
}

.partners-cta-button:active[b-s7jqhaadge] {
  transform: translateY(-1px);
}

.partners-cta-button .button-arrow[b-s7jqhaadge] {
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.partners-cta-button:hover .button-arrow[b-s7jqhaadge] {
  transform: translateX(5px);
}

.partners-image-wrapper[b-s7jqhaadge] {
  flex: 1;
  min-width: 300px;
  max-width: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-image[b-s7jqhaadge] {
  width: 100%;
  height: 500px;
  background: url("landing/v5_2331.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  opacity: 1;
  overflow: hidden;
}

.decoration-divider[b-s7jqhaadge] {
  display: none;
}

/* Testimonials Section */
.testimonials-section[b-s7jqhaadge] {
  width: 100%;
  min-height: 700px;
  background: linear-gradient(180deg, #e8ecf3 0%, #d4dce9 100%);
  padding: 80px 40px 100px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.testimonials-decorations[b-s7jqhaadge] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.decoration-circle[b-s7jqhaadge] {
  opacity: 0.6;
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.decoration-1[b-s7jqhaadge] {
  width: 400px;
  height: 400px;
  background: rgba(252,229,234,0.6);
  top: -100px;
  right: 10%;
}

.decoration-2[b-s7jqhaadge] {
  width: 500px;
  height: 500px;
  background: rgba(196,202,228,0.5);
  bottom: -150px;
  right: -100px;
}

.decoration-3[b-s7jqhaadge] {
  width: 350px;
  height: 350px;
  background: rgba(196,202,228,0.4);
  top: 50%;
  left: -100px;
}

.decoration-4[b-s7jqhaadge] {
  width: 300px;
  height: 300px;
  background: rgba(252,229,234,0.5);
  top: 20%;
  right: 30%;
}

.decoration-5[b-s7jqhaadge] {
  width: 450px;
  height: 450px;
  background: rgba(196,202,228,0.3);
  bottom: 10%;
  left: 20%;
}

.decoration-6[b-s7jqhaadge] {
  width: 250px;
  height: 250px;
  background: rgba(196,202,228,0.4);
  top: 30%;
  left: 10%;
}

.testimonials-overlay[b-s7jqhaadge] {
  display: none;
}

.testimonials-header[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonials-badge[b-s7jqhaadge] {
  display: inline-block;
  background: rgba(255,255,255,0.9);
  color: rgba(42,42,42,1);
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 32px;
  border-radius: 50px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.testimonials-title[b-s7jqhaadge] {
  width: 100%;
  color: rgba(42,42,42,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  opacity: 1;
  text-align: center;
  margin: 0;
}

.testimonials-container[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.testimonials-grid[b-s7jqhaadge] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.testimonial-card[b-s7jqhaadge] {
  background: rgba(255,255,255,1);
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover[b-s7jqhaadge] {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.testimonial-header[b-s7jqhaadge] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-avatar[b-s7jqhaadge] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(135deg, #f0b429 0%, #f39c12 100%);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.testimonial-rating[b-s7jqhaadge] {
  display: flex;
  gap: 4px;
}

.star[b-s7jqhaadge] {
  color: #e0e0e0;
  font-size: 20px;
  transition: color 0.2s ease;
}

.star.filled[b-s7jqhaadge] {
  color: #f39c12;
}

.testimonial-name[b-s7jqhaadge] {
  color: rgba(42,42,42,1);
  font-family: Onest, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.testimonial-company[b-s7jqhaadge] {
  color: rgba(42,42,42,0.6);
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

.testimonial-text[b-s7jqhaadge] {
  color: rgba(42,42,42,0.85);
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.testimonials-pagination[b-s7jqhaadge] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
}

.pagination-dot[b-s7jqhaadge] {
  width: 10px;
  height: 10px;
  background: rgba(42,42,42,0.25);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-dot:hover[b-s7jqhaadge] {
  background: rgba(42,42,42,0.4);
  transform: scale(1.2);
}

.pagination-active[b-s7jqhaadge] {
  background: rgba(11,57,84,1);
  width: 12px;
  height: 12px;
}

.testimonials-cta-button[b-s7jqhaadge] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 64px;
  background: linear-gradient(135deg, #1a4d5e 0%, #0d2e3d 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  padding: 0 40px;
  box-shadow: 0 4px 20px rgba(13,46,61,0.3);
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.testimonials-cta-button:hover[b-s7jqhaadge] {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(13,46,61,0.4);
}

.testimonials-cta-button:active[b-s7jqhaadge] {
  transform: translateY(-1px);
}

.button-arrow[b-s7jqhaadge] {
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.testimonials-cta-button:hover .button-arrow[b-s7jqhaadge] {
  transform: translateX(5px);
}

/* Contact Form Section */
.contact-form-section[b-s7jqhaadge] {
  width: 100%;
  min-height: 600px;
  background: rgba(245,245,245,1);
  padding: 80px 40px;
  opacity: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-form-wrapper[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-info[b-s7jqhaadge] {
  max-width: 500px;
}

.contact-title[b-s7jqhaadge] {
  width: 100%;
  color: rgba(42,42,42,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  opacity: 1;
  text-align: left;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-description[b-s7jqhaadge] {
  width: 100%;
  color: rgba(42,42,42,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  opacity: 1;
  text-align: left;
  margin: 0;
}

.contact-form[b-s7jqhaadge] {
  width: 100%;
  max-width: 680px;
  background: linear-gradient(135deg, #1a4d5e 0%, #0d2e3d 100%);
  padding: 40px;
  border-radius: 32px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.form-group[b-s7jqhaadge] {
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}

.street-autocomplete-wrapper[b-s7jqhaadge],
.building-autocomplete-wrapper[b-s7jqhaadge] {
  position: relative;
}

.form-label[b-s7jqhaadge] {
  color: rgba(255,255,255,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.form-input[b-s7jqhaadge] {
  width: 100%;
  height: 48px;
  background: rgba(56, 96, 115, 0.5);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 0 20px;
  color: rgba(255,255,255,0.7);
  font-family: Onest, sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
}

.form-input[b-s7jqhaadge]::placeholder {
  color: rgba(255,255,255,0.4);
}

.form-input:focus[b-s7jqhaadge] {
  background: rgba(56, 96, 115, 0.7);
  border-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.9);
}

.form-input:disabled[b-s7jqhaadge] {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-select[b-s7jqhaadge] {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-opacity='0.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
  cursor: pointer;
}

.form-select:disabled[b-s7jqhaadge] {
  cursor: not-allowed;
}

/* Autocomplete dropdown */
.autocomplete-dropdown[b-s7jqhaadge] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(13, 46, 61, 0.98);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  margin-top: 4px;
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.autocomplete-item[b-s7jqhaadge] {
  padding: 12px 20px;
  color: rgba(255,255,255,0.9);
  font-family: Onest, sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.autocomplete-item:last-child[b-s7jqhaadge] {
  border-bottom: none;
}

.autocomplete-item:hover[b-s7jqhaadge] {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,1);
}

.form-row[b-s7jqhaadge] {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  width: 100%;
}

.form-row .form-group[b-s7jqhaadge] {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

.form-submit-button[b-s7jqhaadge] {
  width: 100%;
  height: 56px;
  background: rgba(255,255,255,1);
  border: none;
  border-radius: 16px;
  color: #0d2e3d;
  font-family: Onest, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 32px 0 20px 0;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.form-submit-button:hover:not(:disabled)[b-s7jqhaadge] {
  background: rgba(255,255,255,0.95);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.form-submit-button:active:not(:disabled)[b-s7jqhaadge] {
  transform: translateY(0);
}

.form-submit-button:disabled[b-s7jqhaadge] {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-disclaimer[b-s7jqhaadge] {
  width: 100%;
  color: rgba(255,255,255,0.8);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  opacity: 1;
  text-align: center;
  margin: 0;
}

/* FAQ Section */
.faq-section[b-s7jqhaadge] {
  width: 100%;
  min-height: 600px;
  background: #000;
  padding: 80px 40px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.faq-header[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.faq-badge[b-s7jqhaadge] {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,1);
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 32px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.faq-title[b-s7jqhaadge] {
  width: 100%;
  color: rgba(255,255,255,1);
  display: block;
  font-family: Onest, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  opacity: 1;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-container[b-s7jqhaadge] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-item[b-s7jqhaadge] {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 0;
}

.faq-question[b-s7jqhaadge] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  background: transparent;
  border: none;
  color: rgba(255,255,255,1);
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover[b-s7jqhaadge] {
  color: rgba(255,255,255,0.8);
}

.faq-question span:first-child[b-s7jqhaadge] {
  flex: 1;
  padding-right: 20px;
}

.faq-icon[b-s7jqhaadge] {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon[b-s7jqhaadge] {
  transform: rotate(180deg);
}

.faq-answer[b-s7jqhaadge] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}

.faq-item.active .faq-answer[b-s7jqhaadge] {
  max-height: 300px;
  padding-bottom: 28px;
}

.faq-answer p[b-s7jqhaadge] {
  color: rgba(255,255,255,0.7);
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding-right: 60px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hero-section[b-s7jqhaadge] {
    height: auto;
    min-height: 960px;
  }
  
  .hero-container[b-s7jqhaadge] {
    flex-direction: column;
    padding: 40px 40px 60px;
    gap: 60px;
    align-items: stretch;
  }
  
  .hero-left[b-s7jqhaadge] {
    max-width: 100%;
    order: 2;
  }
  
  .hero-logo[b-s7jqhaadge] {
    margin-bottom: 40px;
  }
  
  .hero-title[b-s7jqhaadge] {
    font-size: 48px;
  }
  
  .hero-description[b-s7jqhaadge] {
    font-size: 18px;
  }
  
  .hero-right[b-s7jqhaadge] {
    width: 100%;
    height: 600px;
    order: 1;
  }
  
  .hero-image[b-s7jqhaadge] {
    max-width: 100%;
    height: 100%;
  }
  
  .overlay-title[b-s7jqhaadge] {
    font-size: 28px;
  }

  .contact-form-wrapper[b-s7jqhaadge] {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-info[b-s7jqhaadge] {
    max-width: 100%;
    text-align: center;
  }
  
  .contact-title[b-s7jqhaadge] {
    text-align: center;
  }
  
  .contact-description[b-s7jqhaadge] {
    text-align: center;
  }
  
  .contact-form[b-s7jqhaadge] {
    max-width: 100%;
    margin: 0 auto;
  }

  .advantages-section[b-s7jqhaadge] {
    padding: 80px 40px;
  }
  
  .advantages-title[b-s7jqhaadge] {
    font-size: 40px;
  }
  
  .advantages-description[b-s7jqhaadge] {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero-section[b-s7jqhaadge] {
    min-height: auto;
    height: auto;
    padding-top: 20px;
  }
  
  /* Показываем мобильный логотип */
  .hero-logo-mobile[b-s7jqhaadge] {
    display: block;
    width: 140px;
    height: 32px;
    background: url("landing/v5_2320.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
  }
  
  /* Скрываем десктопный логотип */
  .hero-left .hero-logo[b-s7jqhaadge] {
    display: none;
  }
  
  .hero-container[b-s7jqhaadge] {
    padding: 0 16px 40px;
    gap: 32px;
  }
  
  .hero-left[b-s7jqhaadge] {
    order: 2;
    padding: 0 4px;
  }
  
  .hero-title[b-s7jqhaadge] {
    font-size: 28px;
    text-align: center;
    line-height: 1.15;
  }
  
  .hero-description[b-s7jqhaadge] {
    font-size: 13px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5;
  }
  
  .hero-cta-button[b-s7jqhaadge] {
    width: 100%;
    height: 56px;
    font-size: 15px;
    align-self: stretch;
    padding: 0 32px;
  }
  
  .hero-right[b-s7jqhaadge] {
    height: 500px;
    order: 1;
    display: block;
    width: 100%;
    flex: none;
  }
  
  .hero-image[b-s7jqhaadge] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    display: block;
  }
  
  .hero-image-overlay[b-s7jqhaadge] {
    padding: 50px 20px 24px;
    gap: 16px;
  }
  
  .overlay-logo[b-s7jqhaadge] {
    width: 100px;
    height: 24px;
  }
  
  .overlay-title[b-s7jqhaadge] {
    font-size: 22px;
    line-height: 1.3;
  }

  /* Features section mobile */
  .features-section[b-s7jqhaadge] {
    padding: 60px 20px;
  }

  .features-badge[b-s7jqhaadge] {
    font-size: 12px;
    padding: 10px 24px;
  }

  .features-title[b-s7jqhaadge] {
    font-size: 32px;
    line-height: 1.2;
  }

  .features-cards[b-s7jqhaadge] {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card[b-s7jqhaadge] {
    min-height: auto;
    padding: 32px 24px 0;
  }

  .feature-number[b-s7jqhaadge] {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .feature-card-title[b-s7jqhaadge] {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .feature-card-description[b-s7jqhaadge] {
    font-size: 14px;
    line-height: 1.4;
  }

  .feature-card-image[b-s7jqhaadge] {
    height: 180px;
    margin-top: auto;
    margin-bottom: 0;
  }

  .contact-title[b-s7jqhaadge] {
    font-size: 36px;
  }
  
  .contact-description[b-s7jqhaadge] {
    font-size: 18px;
  }
  
  .contact-form[b-s7jqhaadge] {
    padding: 30px 24px;
  }
  
  .form-row[b-s7jqhaadge] {
    flex-direction: column;
    gap: 0;
  }
  
  .form-row .form-group[b-s7jqhaadge] {
    margin-bottom: 24px;
  }

  .partners-section[b-s7jqhaadge] {
    padding: 60px 20px;
  }
  
  .partners-title[b-s7jqhaadge] {
    font-size: 32px;
  }
  
  .partners-badge[b-s7jqhaadge] {
    font-size: 12px;
    padding: 10px 24px;
  }
  
  .partners-slogan[b-s7jqhaadge] {
    font-size: 24px;
  }
  
  .benefit-text[b-s7jqhaadge] {
    font-size: 16px;
  }
  
  .partners-image[b-s7jqhaadge] {
    height: 400px;
  }
  
  .partners-cta-button[b-s7jqhaadge] {
    width: 100%;
    min-width: 0;
  }

  .advantages-section[b-s7jqhaadge] {
    padding: 60px 20px;
    min-height: 400px;
  }
  
  .advantages-title[b-s7jqhaadge] {
    font-size: 32px;
  }
  
  .advantages-description[b-s7jqhaadge] {
    font-size: 16px;
  }
  
  .advantages-subtitle[b-s7jqhaadge] {
    font-size: 16px;
  }
  
  .advantages-cta-button[b-s7jqhaadge] {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    height: 56px;
  }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .hero-section[b-s7jqhaadge] {
    height: auto;
    min-height: auto;
    padding-top: 16px;
  }
  
  /* Мобильный логотип для маленьких экранов */
  .hero-logo-mobile[b-s7jqhaadge] {
    width: 120px;
    height: 28px;
    margin: 0 auto 16px;
  }
  
  .hero-container[b-s7jqhaadge] {
    padding: 0 12px 32px;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  
  .hero-right[b-s7jqhaadge] {
    height: 400px;
    order: 1;
    display: block;
    width: 100%;
    margin: 0;
    flex: none;
  }
  
  .hero-image[b-s7jqhaadge] {
    width: 100%;
    height: 400px;
    min-height: 400px;
    max-width: 100%;
    border-radius: 16px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
  }
  
  .hero-image-overlay[b-s7jqhaadge] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 16px 20px;
    gap: 12px;
  }
  
  .overlay-logo[b-s7jqhaadge] {
    width: 80px;
    height: 19px;
  }
  
  .overlay-title[b-s7jqhaadge] {
    font-size: 18px;
    line-height: 1.2;
  }
  
  .hero-left[b-s7jqhaadge] {
    order: 2;
    width: 100%;
    padding: 0;
  }
  
  .hero-title[b-s7jqhaadge] {
    font-size: 24px;
    margin-bottom: 16px;
  }
  
  .hero-description[b-s7jqhaadge] {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .hero-cta-button[b-s7jqhaadge] {
    font-size: 14px;
    height: 52px;
    padding: 0 24px;
  }
  
  /* Features section для очень маленьких экранов */
  .features-section[b-s7jqhaadge] {
    padding: 50px 16px;
  }

  .features-badge[b-s7jqhaadge] {
    font-size: 11px;
    padding: 8px 20px;
  }
  
  .features-title[b-s7jqhaadge] {
    font-size: 24px;
    line-height: 1.2;
  }

  .features-cards[b-s7jqhaadge] {
    gap: 16px;
  }

  .feature-card[b-s7jqhaadge] {
    padding: 24px 20px 0;
    min-height: auto;
  }

  .feature-number[b-s7jqhaadge] {
    width: 36px;
    height: 36px;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .feature-card-title[b-s7jqhaadge] {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .feature-card-description[b-s7jqhaadge] {
    font-size: 13px;
    line-height: 1.4;
  }

  .feature-card-image[b-s7jqhaadge] {
    height: 150px;
    margin-top: auto;
    margin-bottom: 0;
  }
  
  .faq-section[b-s7jqhaadge] {
    padding: 50px 16px;
  }
  
  .faq-title[b-s7jqhaadge] {
    font-size: 32px;
  }
  
  .faq-question[b-s7jqhaadge] {
    font-size: 16px;
    padding: 20px 0;
  }
  
  .faq-answer p[b-s7jqhaadge] {
    font-size: 14px;
    padding-right: 0;
  }
  
  .testimonials-section[b-s7jqhaadge] {
    padding: 50px 16px;
  }
  
  .testimonials-title[b-s7jqhaadge] {
    font-size: 32px;
  }
  
  .testimonials-grid[b-s7jqhaadge] {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .testimonials-cta-button[b-s7jqhaadge] {
    min-width: 100%;
    font-size: 16px;
  }
  
  .contact-form-section[b-s7jqhaadge] {
    padding: 50px 16px;
  }
  
  .contact-title[b-s7jqhaadge] {
    font-size: 28px;
  }
  
  .contact-description[b-s7jqhaadge] {
    font-size: 16px;
  }
  
  .contact-info[b-s7jqhaadge] {
    padding-right: 0;
  }
  
  .contact-form[b-s7jqhaadge] {
    padding: 24px 20px;
  }
}
/* _content/SolidDeal.Site/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-d0kcv92vf8] {
  display: flex;
  height: 100vh;
  background-color: #191C30;
  overflow: hidden;
}

.login-left[b-d0kcv92vf8] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #191C30;
}

.logo-container[b-d0kcv92vf8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.auth-logo[b-d0kcv92vf8] {
  max-width: 400px;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.login-right[b-d0kcv92vf8] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #191C30;
}

.login-form-container[b-d0kcv92vf8] {
  width: 100%;
  max-width: 450px;
}

.login-header[b-d0kcv92vf8] {
  text-align: center;
  margin-bottom: 2rem;
}

.login-header h1[b-d0kcv92vf8] {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.login-form-wrapper[b-d0kcv92vf8] {
  width: 100%;
}

.login-form[b-d0kcv92vf8] {
  width: 100%;
}

.login-card[b-d0kcv92vf8] {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.form-title[b-d0kcv92vf8] {
  text-align: center;
  margin-bottom: 1.5rem;
}

.login-button[b-d0kcv92vf8] {
  margin-top: 1rem;
  height: 48px;
}

/* Responsive design */
@media (max-width: 768px) {
  .login-container[b-d0kcv92vf8] {
    flex-direction: column;
  }

  .login-left[b-d0kcv92vf8] {
    flex: 0 0 auto;
    height: 200px;
    padding: 1rem;
  }

  .auth-logo[b-d0kcv92vf8] {
    max-width: 150px;
    max-height: 150px;
  }

  .login-right[b-d0kcv92vf8] {
    flex: 1;
    padding: 1rem;
  }

  .login-header h1[b-d0kcv92vf8] {
    font-size: 1.2rem;
  }

  .login-form-container[b-d0kcv92vf8] {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .login-left[b-d0kcv92vf8] {
    height: 150px;
  }

  .auth-logo[b-d0kcv92vf8] {
    max-width: 120px;
    max-height: 120px;
  }

  .login-header h1[b-d0kcv92vf8] {
    font-size: 1.1rem;
  }
}
/* _content/SolidDeal.Site/Components/Shared/UserInfo.razor.rz.scp.css */
.user-info[b-yeg41a5pk4] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1rem;
}

.user-details[b-yeg41a5pk4] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.user-icon[b-yeg41a5pk4] {
  color: var(--mud-palette-primary);
}

.user-name[b-yeg41a5pk4] {
  font-weight: 500;
  color: var(--mud-palette-text-primary);
  min-width: max-content;
}

.logout-button[b-yeg41a5pk4] {
  margin-left: 0.5rem;
}

.login-button[b-yeg41a5pk4] {
  color: var(--mud-palette-primary);
}

@media (max-width: 768px) {
  .user-name[b-yeg41a5pk4] {
    display: none;
  }
  
  .user-details[b-yeg41a5pk4] {
    gap: 0.25rem;
  }
}
