/* Donald Capital — светлая премиум-тема. Золото #C49A1E / Тёмный #1A1A1A / Фон #FAFAF8 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #F0EAD6; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #C49A1E 0%, #9B7A18 100%);
  border-radius: 20px;
  border: 2px solid #F0EAD6;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  background: #FAFAF8;
  color: #1A1A1A;
}

body { background: #FAFAF8; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }

header { padding: 20px 0; }

/* Капсула-хедер — белая, с золотой рамкой */
.home-page header,
.order-page header {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  border: 1px solid rgba(196, 154, 30, 0.25);
  box-shadow: 0 12px 40px rgba(196, 154, 30, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.home-page header .uk-flex-between { position: relative; }

@media (max-width: 959px) {
  .home-page header { position: relative; }
  .home-page header .header-logo-mobile {
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }
  .home-page header .header-burger-mobile {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .home-page header .header-burger-mobile img { height: 32px; width: auto; }
}

@media (min-width: 960px) {
  .home-page header .header-burger-mobile { margin-left: 4px; }
  .home-page header .btn.gradient-green.uk-float-right {
    margin-right: 0;
    transform: translateX(-16px);
  }
}

.order-page header .uk-grid-small.uk-child-width-expand {
  display: flex;
  align-items: center;
}
.order-page header .uk-width-auto.uk-visible\@m {
  position: static;
  transform: none;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .home-page header .btn.gradient-green.uk-float-right { margin-right: -6px; }
}

.uk-border-rounded { border-radius: 30px; }

.uk-text-primary { color: #C49A1E !important; }

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,
.uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large,
.uk-heading-medium, .uk-heading-small, .uk-heading-xlarge,
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1A1A1A;
}

.uk-text-lead {
  font-size: 1.5rem;
  color: #2C2424;
}

.btn.btn-second {
  color: #1A1A1A !important;
  font-weight: 400;
  background: #EDE8DA;
}

.btn.exbtn {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 30px;
  border: 0;
}
.btn.exbtn img { width: 30px; height: 30px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border: none;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A !important;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(196, 154, 30, 0.3);
  text-decoration: none;
}
.btn img { width: 24px; height: 24px; }

.uk-heading-xlarge { font-size: 4rem; }

/* Кнопка-градиент — золотая */
.gradient-green {
  background: linear-gradient(90deg, #C49A1E 0%, #D4AE3A 50%, #E8C86A 100%);
}
.gradient-green:hover {
  background: linear-gradient(90deg, #9B7A18 0%, #C49A1E 50%, #D4AE3A 100%);
}

.gradient-sd {
  background: linear-gradient(90deg, #1A1A1A 0%, #2C2424 40%, #1A1A1A 100%);
}

/* Карточки обмена — белые с золотым свечением */
.exchange-card {
  border-radius: 12px;
  text-align: center;
  color: #1A1A1A;
  background-image: none !important;
  background-color: #FFFFFF;
  background:
    radial-gradient(circle at 10% 0%, rgba(196, 154, 30, 0.08) 0%, transparent 35%),
    radial-gradient(circle at 90% 100%, rgba(196, 154, 30, 0.06) 0%, transparent 40%),
    #FFFFFF;
  box-shadow: 0 12px 40px rgba(196, 154, 30, 0.15);
}

.exchange-title { font-size: 20px; font-weight: 700; margin-bottom: 12px; }

.exchange-line {
  width: 50px;
  height: 3px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, #C49A1E, #E8C86A);
  border-radius: 2px;
}

.exchange-text { font-size: 14px; line-height: 1.2; color: #6B6048; }

.gradient-wrapper {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  padding: 2px;
}
.gradient-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 0deg, #C49A1E, #E8C86A, #9B7A18, #C49A1E);
  animation: rotategr 8s linear infinite;
  filter: blur(20px);
  z-index: 0;
}

@media (max-width: 640px) {
  .home-page .stats-grid h3 { font-size: 18px; }
  .home-page .stats-grid div { font-size: 12px; }
}

.gradient-overlay {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  background: #FFFFFF;
  padding: 30px 20px;
}

@keyframes rotategr { to { transform: rotate(360deg); } }

.plus-icon { display: block; width: 40px; animation: rotategr 60s linear infinite; }
.floating-image { width: 80px; animation: floatUpDown 3s ease-in-out infinite; }
.floating-up { animation: floatUpDown 3s ease-in-out infinite; }
.floating-up-2 { animation: floatUpDown 4s ease-in-out infinite; }

.manager-unassigned {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  background-color: #fef3c7;
  color: #92400e;
}

/* Тени под карточками */
img[src$="/static/custom/img/card/1.png"],
img[src$="/static/custom/img/card/2.png"],
img[src$="/static/custom/img/card/3.png"] {
  filter: drop-shadow(0 0 24px rgba(196, 154, 30, 0.45));
}
img[src$="/static/custom/img/map-icon.svg"],
img[src$="/static/custom/img/circle.png"] {
  filter: drop-shadow(0 0 18px rgba(196, 154, 30, 0.35));
}
img[src$="/static/custom/img/menu.svg"] {
  filter: drop-shadow(0 0 10px rgba(196, 154, 30, 0.2));
}
img[src$="/static/custom/img/alogo.svg"],
img.windshake-image[src$="/static/custom/img/alogo.svg"] {
  filter: drop-shadow(0 0 22px rgba(196, 154, 30, 0.4));
}

@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Футер — тёмный с золотыми акцентами (по образцу логотипа) */
footer {
  background: #1A1A1A;
  padding: 60px 0;
  border-top: 1px solid rgba(196, 154, 30, 0.3);
  color: #EDE8DA;
}
footer h3, footer h4, footer h5 { color: #EDE8DA; }
footer p, footer span { color: #B8A888; }

.tg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(120deg, #2C2424 0%, #1A1A1A 40%, #2C2424 100%);
  border-radius: 999px;
  padding: 10px 10px;
  color: #EDE8DA;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
  border: 1px solid rgba(196, 154, 30, 0.3);
}
.tg-btn img { width: 30px; height: 30px; }
.tg-btn:hover { background: #2C2424; border-color: #C49A1E; }

@media (max-width: 640px) {
  .tg-btn { display: flex; width: 100%; justify-content: center; }
}

.header-logo img {
  border-radius: 999px;
  filter:
    saturate(1.05)
    contrast(1.02)
    drop-shadow(0 0 20px rgba(196, 154, 30, 0.5));
}
@media (max-width: 640px) {
  .header-logo img { border-radius: 999px; }
}

.subfooter a { color: #B8A888; font-weight: 300; font-size: 14px; }

@media (max-width: 640px) {
  .subfooter .uk-grid-medium {
    margin-top: 4px; row-gap: 4px;
    justify-content: center; text-align: center;
  }
  .subfooter .uk-grid-medium > div { margin-top: 0; margin-bottom: 0; width: 100%; }
  .subfooter .uk-width-expand { display: none; }
  .home-page .hero-subtitle { text-align: center; }
}

/* Auth bar */
.auth-bar { display: flex; justify-content: flex-end; align-items: center; gap: 12px; position: relative; }
.auth-bar-label { position: absolute; left: 50%; transform: translateX(-50%); text-align: center; }
.auth-bar span, .auth-bar-label { font-size: 14px; color: #6B6048; }
.auth-bar-actions { display: flex; align-items: center; gap: 12px; }

@media (max-width: 640px) {
  .auth-bar { flex-direction: column; align-items: center; justify-content: center; }
  .auth-bar-label { position: static; transform: none; width: 100%; text-align: center; margin-bottom: 4px; }
  .auth-bar-actions { justify-content: center; }
}

/* Auth modal */
#auth-modal .uk-modal-dialog {
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 20px 60px rgba(196, 154, 30, 0.2);
  border: 1px solid rgba(196, 154, 30, 0.2);
}
#auth-modal .uk-modal-title { font-size: 24px; font-weight: 700; color: #1A1A1A; }
#auth-modal .uk-tab > .uk-active > a {
  border-color: transparent;
  color: #C49A1E;
}
#auth-modal .uk-tab > * > a { text-transform: none; font-size: 14px; }
#auth-modal .uk-input {
  background: #FAFAF8;
  border-radius: 999px;
  border: 1px solid #E8DFC8;
  color: #1A1A1A;
}
#auth-modal .uk-input:focus { border-color: #C49A1E; }
#auth-modal .uk-form-label { color: #1A1A1A; font-weight: 500; }

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(196, 154, 30, 1); }
  70%  { box-shadow: 0 0 0 10px rgba(196, 154, 30, 0); }
  100% { box-shadow: 0 0 0 0 rgba(196, 154, 30, 0); }
}
.pulse { box-shadow: 0 0 0 rgba(196, 154, 30, 1); animation: pulse 2s infinite; }

.uk-modal {
  background: rgba(26, 26, 26, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.uk-modal-body { display: flow-root; padding: 25px; }
.uk-modal-dialog {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 40px;
  border: 1px solid rgba(196, 154, 30, 0.2);
  color: #1A1A1A;
}
.uk-modal-container .uk-modal-dialog { width: 900px; }

[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 20px; right: 20px;
  padding: 15px;
  background: linear-gradient(90deg, #EDE8DA 0%, #F5ECD4 100%);
  border-radius: 50px;
}

.uk-hr, hr { border-top: 1.5px solid rgba(196, 154, 30, 0.2); }

/* Градиентный текст — золотой */
.gradient-text {
  background: radial-gradient(
    circle at 95% 5%,
    #C49A1E 0%,
    #D4AE3A 30%,
    #9B7A18 70%,
    #C49A1E 100%
  );
  background-size: 200% 200%;
  animation: gradientMove 6s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes gradientMove {
  0%   { background-position: 95% 5%; }
  50%  { background-position: 5% 95%; }
  100% { background-position: 95% 5%; }
}

/* Offcanvas / боковое меню */
.uk-offcanvas-bar a { color: #1A1A1A; }
.uk-offcanvas-close {
  position: absolute; z-index: 1000;
  top: 20px; right: 20px;
  padding: 15px;
  background: linear-gradient(90deg, #EDE8DA 0%, #F5ECD4 100%);
  border-radius: 50px;
}
.uk-offcanvas-bar {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-right: 1px solid rgba(196, 154, 30, 0.2);
}
.uk-offcanvas-bar .uk-nav-primary > li > a { color: #1A1A1A; }

/* Sticky header */
header.uk-sticky.uk-sticky-fixed {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 15px;
  border-radius: 40px;
  border: 1px solid rgba(196, 154, 30, 0.2);
}

.bg-image-1 { background-image: none; }

.bg-image-2 {
  background-image: none;
  background: radial-gradient(circle at top, rgba(196, 154, 30, 0.10) 0%, transparent 45%);
}

#m3 {
  background-image: none;
  background:
    radial-gradient(circle at 10% -10%, rgba(196, 154, 30, 0.10) 0%, transparent 45%),
    radial-gradient(circle at 90% 110%, rgba(196, 154, 30, 0.08) 0%, transparent 45%);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Блок калькулятора обмена */
.exchange-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1A1A1A;
  border-radius: 24px;
  padding: 22px 24px;
  gap: 12px;
  min-width: 0;
  background:
    radial-gradient(circle at 95% 5%, rgba(196, 154, 30, 0.12) 0%, transparent 35%),
    #FFFFFF;
  border: 1px solid rgba(196, 154, 30, 0.2);
  box-shadow: 0 8px 40px rgba(196, 154, 30, 0.12);
}

.exchange-block-left { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.exchange-block-left label { font-size: 18px; font-weight: 400; opacity: 0.85; color: #1A1A1A; }
.exchange-block-left input {
  font-size: 42px;
  font-weight: 500;
  color: #1A1A1A;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 12px;
  width: 100%;
  max-width: 180px;
  min-width: 0;
  margin-top: 4px;
  transition: 0.4s ease-out;
}
.exchange-block-left input:hover { background: #F5ECD4; color: #1A1A1A; }
.exchange-block-left small { font-size: 13px; opacity: 0.6; margin-top: 4px; }

.exchange-block .currency-select { flex-shrink: 0; }

img.exchange-icon {
  display: block;
  width: 60px;
  border: 2px solid rgba(196, 154, 30, 0.3);
  border-radius: 18px;
}

/* Дропдаун выбора валюты */
.currency-select { position: relative; }
.currency-select__trigger {
  background: linear-gradient(90deg, #EDE8DA 0%, #F5ECD4 100%);
  border: 1.5px solid rgba(196, 154, 30, 0.3);
  border-radius: 9999px;
  box-shadow: 0 0 8px rgba(196, 154, 30, 0.1);
  color: #1A1A1A;
  padding: 10px 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.4s;
}
.currency-select__trigger:hover { background: #EDE8DA; }
.currency-select__trigger img { width: 30px; height: 30px; margin-right: 8px; }
.currency-select__trigger span { flex: 1; text-align: left; font-size: 18px; font-weight: 500; }
.currency-select__trigger .arrow { margin-left: 8px; transition: transform 0.2s; }

.currency-select__menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(196, 154, 30, 0.2);
  border: 1px solid rgba(196, 154, 30, 0.15);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.25s ease;
  z-index: 10;
}

.currency-select__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1A1A1A;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.currency-select__item:hover { background: #F5ECD4; }
.currency-select__item img { width: 22px; height: 22px; border-radius: 50%; }
.currency-select__item span { font-size: 16px; font-weight: 500; }
.currency-select__item.active span { color: #C49A1E; font-weight: 700; }

.currency-select.is-open .currency-select__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.currency-select.is-open .currency-select__trigger .arrow { transform: rotate(180deg); }
.exchange-block--menu-open { position: relative; z-index: 100; }

/* Форма заявки */
.custom-form .uk-form-label { color: #1A1A1A; font-weight: 400; font-size: 18px; }
.custom-form .custom-input {
  background: #FAFAF8;
  border: 2px solid rgba(196, 154, 30, 0.25);
  border-radius: 9999px;
  padding: 15px 30px !important;
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(196, 154, 30, 0.06);
}
.custom-form .custom-input::placeholder { color: #B8A888; }
.custom-form .custom-input:focus {
  background: #FFFFFF;
  border: 2px solid #C49A1E;
  color: #1A1A1A;
}

.note { font-size: 12px; color: #B8A888; margin-top: 4px; }
.required { color: #cc3333; }

/* Итоговый блок суммы */
.exchange-total { display: flex; flex-direction: column; color: #1A1A1A; }
.exchange-total-label { color: #1A1A1A; font-weight: 400; font-size: 18px; }
.exchange-total-row { display: flex; align-items: center; justify-content: flex-start; background: transparent; gap: 20px; }
.exchange-total-value { font-size: 50px; font-weight: 500; }
.exchange-total-currency {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #EDE8DA 0%, #F5ECD4 100%);
  border: 1.5px solid rgba(196, 154, 30, 0.3);
  border-radius: 9999px;
  box-shadow: 0 0 8px rgba(196, 154, 30, 0.1);
  padding: 8px 14px;
  gap: 8px;
}
.exchange-total-icon { width: 30px; height: 30px; }
.exchange-total-currency span { font-size: 18px; font-weight: 500; color: #1A1A1A; }

.order-info { margin: 18px auto; color: #2C2424; }
.order-title { margin: 0 0 12px; font-size: 22px; font-weight: 600; color: #1A1A1A; }

.order-grid { display: grid; row-gap: 12px; column-gap: 18px; grid-template-columns: 1fr; margin: 0; }
.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: rgba(196, 154, 30, 0.04);
  border-radius: 8px;
  border: 1px solid rgba(196, 154, 30, 0.1);
}
.order-row dt { font-size: 16px; }
.order-row dd { margin: 0; font-size: 18px; font-weight: 600; text-align: right; min-width: 180px; }

.order-page .advantages { margin-top: 40px; }

.order-page .order-success-wrap { display: flex; flex-direction: column; align-items: center; width: 100%; }
.order-page .order-success-block { width: 100%; max-width: 640px; text-align: center; }
.order-page .order-success-block h1,
.order-page .order-success-block p { text-align: center; }

.order-page footer .uk-grid-small {
  display: flex; flex-wrap: wrap;
  justify-content: center; row-gap: 16px; column-gap: 24px;
}
.order-page footer .uk-grid-small > div { display: flex; justify-content: center; }

/* Мобильные адаптации */
@media (max-width: 640px) {
  .header-logo { width: 150px; }
  .uk-heading-xlarge { font-size: 1.5rem; }
  .uk-text-lead { font-size: 1.1rem; color: #2C2424; line-height: 1.2rem; }

  .exchange-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #1A1A1A;
    border-radius: 15px;
    padding: 10px;
    background:
      radial-gradient(circle at 95% 5%, rgba(196, 154, 30, 0.10) 0%, transparent 30%),
      #FFFFFF;
    border: 1px solid rgba(196, 154, 30, 0.2);
    flex-direction: column;
    position: relative;
    z-index: 5;
  }
  .exchange-block--menu-open { z-index: 100; }

  .exchange-block-left input {
    font-size: 35px; font-weight: 600;
    color: #1A1A1A; border: none; outline: none;
    border-radius: 12px; width: 100%; margin-top: 4px;
    transition: 0.4s ease-out;
  }
  .currency-select__trigger {
    margin-top: 12px;
    border: 1px solid rgba(196, 154, 30, 0.25);
    border-radius: 12px;
  }
  .exchange-block-left small { font-size: 12px; opacity: 0.6; margin-top: 4px; font-weight: 300; }
  .exchange-block-left label { font-size: 18px; font-weight: 400; opacity: 0.9; }
  img.exchange-icon {
    display: block; width: 30px;
    border: 1px solid rgba(196, 154, 30, 0.25);
    margin: 0 auto; border-radius: 8px;
  }
  .bg-image-1 { background-image: none; }
  .bg-image-2 { background-image: none; }
  .uk-h1, h1 { font-size: 1.2rem; line-height: 1.2; }
  .custom-form .uk-form-label { color: #1A1A1A; font-weight: 400; font-size: 16px; }
  .uk-modal-body { padding: 20px; }
  .uk-modal-dialog { border-radius: 20px; }
  [class*=uk-modal-close-] { top: 15px; right: 15px; padding: 15px; border-radius: 50px; }
  .custom-form .custom-input {
    background: #FAFAF8;
    border: 1px solid rgba(196, 154, 30, 0.25);
    border-radius: 9999px;
    padding: 10px 20px !important;
    color: #1A1A1A; font-size: 18px; font-weight: 500;
    box-shadow: 0 0 10px rgba(196, 154, 30, 0.05);
  }
  .exchange-total-label { color: #1A1A1A; font-weight: 400; font-size: 16px; }
  .exchange-total-row { display: flex; align-items: flex-start; justify-content: flex-start; background: transparent; gap: 0; flex-direction: column; }
  .exchange-total-value { font-size: 40px; font-weight: 500; }
  .exchange-total-currency { border: 1px solid rgba(196, 154, 30, 0.2); }
}

.currency-select { position: relative; z-index: 10; }
.currency-select__menu { z-index: 9999; position: absolute; }
.currency-select__trigger { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

/* ─── Donald Capital: header nav links ─── */
.dc-nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4A4A4A;
  text-decoration: none;
  transition: color 0.2s;
}
.dc-nav-link:hover { color: #C49A1E; text-decoration: none; }

/* ─── Donald Capital: footer ─── */
.dc-footer {
  background: #1A1A1A;
  color: #D4C5A0;
  padding: 64px 0 0;
  margin-top: 80px;
}
.dc-footer-brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #E8D9A8;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.dc-footer-tagline {
  font-size: 0.88rem;
  color: #8A7A5A;
  line-height: 1.6;
  max-width: 240px;
  margin: 0;
}
.dc-footer-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #C49A1E;
  margin-bottom: 18px;
}
.dc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dc-footer-links a {
  font-size: 0.9rem;
  color: #B0A080;
  text-decoration: none;
  transition: color 0.2s;
}
.dc-footer-links a:hover { color: #E8D9A8; text-decoration: none; }
.dc-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dc-footer .tg-btn {
  background: rgba(196, 154, 30, 0.1);
  border: 1px solid rgba(196, 154, 30, 0.25);
  color: #E8D9A8;
}
.dc-footer .tg-btn:hover {
  background: rgba(196, 154, 30, 0.2);
  color: #FFFFFF;
}
.dc-subfooter {
  border-top: 1px solid rgba(196, 154, 30, 0.15);
  margin-top: 48px;
  padding: 20px 0;
  font-size: 0.8rem;
  color: #5A5040;
  text-align: center;
}

/* ─── Hero: тёмный текст хорошо читается ─── */
.home-page .uk-heading-xlarge { line-height: 1.18; }

/* ─── Мобильный футер: колонки стекуются ─── */
@media (max-width: 959px) {
  .dc-footer { padding: 48px 0 0; }
  .dc-footer .uk-grid-large > div { margin-bottom: 32px; }
  .dc-footer-tagline { max-width: 100%; }
}
