.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//** === SAKANA WEBSITE STYLE + FIX WHITE GAPS === **/

html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #2e1d12 0%, #3c2415 100%) !important;
  overflow-x: hidden !important;
  overscroll-behavior: none;
  border: none !important;
  box-shadow: none !important;
  position: relative;
  top: 0; left: 0; right: 0; bottom: 0;
}

/* Основные секции Elementor без белых полос */
.elementor-section {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Контейнеры и внутренние обёртки */
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border: none !important;
}


/* Общая защита от субпиксельных зазоров */
* {
  background-clip: border-box !important;
  outline: none !important;
}

/* Заголовки в фирменных цветах */
h1, h2, h3, h4 {
  color: #ffd900 !important;
  text-transform: none;
  font-weight: 500;
}

/* Кнопки с золотистым бликом */
.elementor-button {
  background: linear-gradient(145deg, #ffb400, #d68a00);
  color: #fff !important;
  border: none;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
  transition: all 0.3s ease-in-out;
}

.elementor-button:hover {
  background: linear-gradient(145deg, #ffd900, #ffae00);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(255,217,0,0.4);
}

/* Адаптивность */
@media (max-width: 768px) {
  .elementor-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */