.LanguageSwitcher_languageSwitcher__ySpU3 {
  position: relative;
  display: inline-block;
}

.LanguageSwitcher_switcherButton__0VUEy {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 70px;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.LanguageSwitcher_switcherButton__0VUEy:hover {
  border-color: #4f46e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.LanguageSwitcher_switcherButton__0VUEy:focus {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
  border-color: #4f46e5;
}

.LanguageSwitcher_switcherButton__0VUEy.LanguageSwitcher_active__623Ae {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.LanguageSwitcher_flagIcon__KOhH_ {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.LanguageSwitcher_globeIcon___e6ca {
  color: #6b7280;
  flex-shrink: 0;
}

.LanguageSwitcher_currentLang__f07aw {
  font-weight: 600;
  color: #374151;
  font-size: 13px;
  letter-spacing: 0.025em;
}

.LanguageSwitcher_chevronIcon__5fPGu {
  color: #6b7280;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.LanguageSwitcher_switcherButton__0VUEy.LanguageSwitcher_active__623Ae .LanguageSwitcher_chevronIcon__5fPGu {
  transform: rotate(180deg);
}

.LanguageSwitcher_dropdown__8RQHo {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #ffffff;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 
              0 10px 10px -5px rgba(0, 0, 0, 0.04);
  min-width: 160px;
  z-index: 50;
  padding: 4px 0;
  overflow: hidden;
}

.LanguageSwitcher_fadeIn__tODpC {
  animation: LanguageSwitcher_fadeIn__tODpC 0.15s ease-out;
}

@keyframes LanguageSwitcher_fadeIn__tODpC {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.LanguageSwitcher_dropdownItem__6aaOO {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  color: #374151;
  text-decoration: none;
  transition: all 0.1s ease;
  gap: 12px;
  position: relative;
}

.LanguageSwitcher_dropdownItem__6aaOO:hover {
  background: #f8fafc;
  color: #4f46e5;
}

.LanguageSwitcher_dropdownItem__6aaOO:focus {
  background: #f1f5f9;
  outline: none;
  color: #4f46e5;
}

.LanguageSwitcher_dropdownItem__6aaOO.LanguageSwitcher_active__623Ae {
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 500;
}



.LanguageSwitcher_languageName__hwuRT {
  flex: 1;
  font-weight: 400;
}

.LanguageSwitcher_languageCode__UI838 {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.LanguageSwitcher_dropdownItem__6aaOO:hover .LanguageSwitcher_languageCode__UI838,
.LanguageSwitcher_dropdownItem__6aaOO:focus .LanguageSwitcher_languageCode__UI838,
.LanguageSwitcher_dropdownItem__6aaOO.LanguageSwitcher_active__623Ae .LanguageSwitcher_languageCode__UI838 {
  color: #4f46e5;
}

/* Темная тема (если нужна в будущем) */
@media (prefers-color-scheme: dark) {
  .LanguageSwitcher_switcherButton__0VUEy {
    background: #1f2937;
    border-color: #374151;
    color: #f9fafb;
  }
  
  .LanguageSwitcher_switcherButton__0VUEy:hover {
    border-color: #6366f1;
  }
  
  .LanguageSwitcher_dropdown__8RQHo {
    background: #1f2937;
    border-color: #374151;
  }
  
  .LanguageSwitcher_dropdownItem__6aaOO {
    color: #f9fafb;
  }
  
  .LanguageSwitcher_dropdownItem__6aaOO:hover {
    background: #374151;
  }
  
  .LanguageSwitcher_dropdownItem__6aaOO.LanguageSwitcher_active__623Ae {
    background: #1e1b4b;
    color: #a5b4fc;
  }
}

/* Logo.module.css */

.Logo_logo__ota2E {
  /* ставим элементы в один ряд */
  display: inline-flex;
  align-items: center;   /* вертикальное выравнивание */
  gap: 0.5rem;           /* расстояние между иконкой и текстом */

  font-weight: 700;
  color: #4f46e5;        /* indigo-600 */
  text-decoration: none;
  padding-left: 1em;
}

.Logo_logo__ota2E:hover { color: #4338ca; }   /* indigo-700 */

.Logo_icon__CQ2X3 {          /* размеры SVG/PNG */
  width: 32px;
  height: 32px;
}

.Logo_text__rWm65 {          /* можно оставить пустым, если стили выше устраивают */
  font-size: 1.25rem;    /* text-xl */
}

/* ------------------------------------------------------------------
   Основной контейнер навигации
------------------------------------------------------------------- */
.Navigation_navigation__fmHy5 {
  position: fixed;
  top: 0;
  inset-inline: 0;
  height: 60px;
  background-color: var(--nav-bg);
  display: flex;
  align-items: center;
  justify-content: space-between; /* между левым и правым блоками */
  padding-inline: 1rem;
  gap: 1rem;
  box-shadow: 0 2px 10px var(--nav-shadow);
  border-bottom: 1px solid var(--nav-border);
  z-index: 1000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ------------------------------------------------------------------
   Левая часть: логотип + основные ссылки
------------------------------------------------------------------- */
.Navigation_navLeft__babK1 {
  display: flex;
  align-items: center;
  gap: 2.5rem;
} 

.Navigation_logo__qgqmL {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--nav-accent);
  text-decoration: none;
  line-height: 1;
  padding: 0.25rem 0;
  transition: opacity 0.2s ease;
}
.Navigation_logo__qgqmL:hover,
.Navigation_logo__qgqmL:focus-visible {
  opacity: 0.8;
  outline: none;
}

/* Ссылки верхнего меню */
.Navigation_navLink__2pY3g {
  color: var(--nav-text-dim);
  font-weight: 600;
  text-decoration: none;
  font-size: var(--nav-font-lg);
  padding: 0.5rem 0.5rem;
  position: relative;
  transition: color 0.2s ease, transform 0.15s ease;
  cursor: pointer;
  line-height: 1;
}
.Navigation_navLink__2pY3g:hover {
  color: var(--nav-accent-hover);
  transform: scale(1.05);
}
.Navigation_navLink__2pY3g:focus-visible {
  outline: none;
  box-shadow: var(--nav-focus-ring);
  border-radius: var(--nav-radius-sm);
}

/* Активный пункт */
.Navigation_active__vfjym {
  color: var(--nav-accent);
  font-weight: 700;
}
.Navigation_active__vfjym::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--nav-accent);
  border-radius: 2px;
}

/* ------------------------------------------------------------------
   Правая часть: языки + auth
------------------------------------------------------------------- */
.Navigation_navRight__gxJOb {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Переключатель языка ------------------------------------------------ */
.Navigation_languageSwitcher__mbgJj {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid var(--nav-border);
  border-radius: var(--nav-radius-md);
  padding: 0.125rem;
  background: #ffffff;
}

.Navigation_languageLink__8Gp9p {
  font-size: var(--nav-font-sm);
  font-weight: 600;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border-radius: var(--nav-radius-sm);
  text-decoration: none;
  color: var(--nav-text-dim);
  transition: background-color 0.15s ease, color 0.15s ease;
}
.Navigation_languageLink__8Gp9p:hover {
  background: var(--nav-accent-hover);
  color: #ffffff;
}
.Navigation_languageLink__8Gp9p:focus-visible {
  outline: none;
  box-shadow: var(--nav-focus-ring);
}
.Navigation_activeLanguage__vbOz0 {
  background: var(--nav-accent);
  color: #ffffff;
}

/* ------------------------------------------------------------------
   Auth-контейнер
------------------------------------------------------------------- */
.Navigation_authContainer__cZ7CJ {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

/* Универсальная кнопко-ссылка (используется для signIn / dashboard) */
.Navigation_authLink__tZQEc {
  font-size: var(--nav-font-sm);
  font-weight: 600;
  padding: var(--nav-pad-btn-y) var(--nav-pad-btn-x);
  line-height: 1;
  border-radius: var(--nav-radius-md);
  text-decoration: none;
  border: 1px solid var(--nav-accent);
  background: var(--nav-accent);
  color: #ffffff;
  transition: background-color 0.15s ease, transform 0.1s ease;
  cursor: pointer;
}
.Navigation_authLink__tZQEc:hover {
  background: var(--nav-accent-hover);
  transform: translateY(-1px);
}
.Navigation_authLink__tZQEc:active {
  transform: translateY(0);
}
.Navigation_authLink__tZQEc:focus-visible {
  outline: none;
  box-shadow: var(--nav-focus-ring);
}

/* Кнопка регистрации — зелёная */
.Navigation_registerButton__nS7_f {
  font-size: var(--nav-font-sm);
  font-weight: 600;
  padding: var(--nav-pad-btn-y) var(--nav-pad-btn-x);
  line-height: 1;
  border-radius: var(--nav-radius-md);
  text-decoration: none;
  border: 1px solid var(--nav-success);
  background: var(--nav-success);
  color: #ffffff;
  transition: background-color 0.15s ease, transform 0.1s ease;
  cursor: pointer;
}
.Navigation_registerButton__nS7_f:hover {
  background: #34d399; /* светлее */
  transform: translateY(-1px);
}
.Navigation_registerButton__nS7_f:focus-visible {
  outline: none;
  box-shadow: var(--nav-focus-ring);
}

/* Кнопка выхода — красная */
.Navigation_signOutButton__PC7Wt {
  font-size: var(--nav-font-sm);
  font-weight: 600;
  padding: var(--nav-pad-btn-y) var(--nav-pad-btn-x);
  line-height: 1;
  border-radius: var(--nav-radius-md);
  border: 1px solid var(--nav-danger);
  background: var(--nav-danger);
  color: #ffffff;
  transition: background-color 0.15s ease, transform 0.1s ease;
  cursor: pointer;
}
.Navigation_signOutButton__PC7Wt:hover {
  background: #f87171;
  transform: translateY(-1px);
}
.Navigation_signOutButton__PC7Wt:focus-visible {
  outline: none;
  box-shadow: var(--nav-focus-ring);
}

/* ------------------------------------------------------------------
   Адаптивность
------------------------------------------------------------------- */
.Navigation_languageSwitcherWrapper__51RoV {
  margin-left: 16px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .Navigation_navLeft__babK1 {
    gap: 1.5rem;
  }
  .Navigation_navLink__2pY3g {
    font-size: var(--nav-font-md);
  }
  .Navigation_navigation__fmHy5 {
    gap: 0.75rem;
    padding-inline: 0.75rem;
  }
  .Navigation_navRight__gxJOb {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .Navigation_navLeft__babK1 {
    gap: 1rem;
  }
  .Navigation_navLink__2pY3g {
    font-size: var(--nav-font-sm);
    padding: 0.25rem 0.25rem;
  }
  .Navigation_languageSwitcher__mbgJj {
    gap: 0;
  }
  .Navigation_languageLink__8Gp9p {
    padding: 0.25rem 0.375rem;
    font-size: 0.75rem;
  }
  .Navigation_authContainer__cZ7CJ {
    gap: 0.5rem;
  }
  .Navigation_authLink__tZQEc,
  .Navigation_registerButton__nS7_f,
  .Navigation_signOutButton__PC7Wt {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}
/* Footer Component Styles */

.Footer_footer__o4_Ec {
  background-color: #111827; /* gray-900 */
  color: #ffffff;
  padding: 2rem 0;
  margin-top: auto;
}

.Footer_container__Mn8SS {
  max-width: 80rem; /* max-w-7xl */
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .Footer_container__Mn8SS {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .Footer_container__Mn8SS {
    padding: 0 2rem;
  }
}

.Footer_grid__NTykC {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .Footer_grid__NTykC {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Company Info Section */
.Footer_company__OjW4l {
  display: flex;
  flex-direction: column;
}

.Footer_companyTitle__M7HRS {
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin-bottom: 1rem;
  color: #ffffff;
}

.Footer_companyDescription__r0Eq6 {
  color: #d1d5db; /* text-gray-300 */
  margin-bottom: 1rem;
  line-height: 1.6;
}

.Footer_companyDetails__LPE9s {
  margin-top: 1rem;
}

.Footer_companyDetails__LPE9s p {
  color: #9ca3af; /* text-gray-400 */
  font-size: 0.875rem; /* text-sm */
  margin-bottom: 0.25rem;
}

/* Quick Links Section */
.Footer_quickLinks__VIHkz {
  display: flex;
  flex-direction: column;
}

.Footer_sectionTitle__wQGye {
  font-size: 1rem; /* text-base */
  font-weight: 600; /* font-semibold */
  margin-bottom: 1rem;
  color: #ffffff;
}

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

.Footer_linkItem__6rTR_ {
  margin-bottom: 0.75rem;
}

.Footer_link__wHCdx {
  color: #d1d5db; /* text-gray-300 */
  text-decoration: none;
  font-size: 0.875rem; /* text-sm */
  transition: color 0.2s ease;
}

.Footer_link__wHCdx:hover {
  color: #ffffff; /* hover:text-white */
  text-decoration: underline;
}

/* Legal Section */
.Footer_legal__pP8iz {
  display: flex;
  flex-direction: column;
}

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

.Footer_legalItem__NpJdd {
  margin-bottom: 0.75rem;
}

.Footer_legalLink__7Z8PJ {
  color: #d1d5db; /* text-gray-300 */
  text-decoration: none;
  font-size: 0.875rem; /* text-sm */
  transition: color 0.2s ease;
}

.Footer_legalLink__7Z8PJ:hover {
  color: #ffffff; /* hover:text-white */
  text-decoration: underline;
}

/* Language Switcher */
.Footer_languageSwitcher__oMzwN {
  margin-top: 1rem;
}

.Footer_languageTitle__r9gri {
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.Footer_languageList__742Qz {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Footer_languageItem__vhay1 {
  /* No specific styles needed */
}

.Footer_languageLink__T2zuS {
  color: #d1d5db; /* text-gray-300 */
  text-decoration: none;
  font-size: 0.875rem; /* text-sm */
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.Footer_languageLink__T2zuS:hover {
  color: #ffffff; /* hover:text-white */
  background-color: #374151; /* hover:bg-gray-700 */
}

.Footer_languageLink__T2zuS.Footer_active__dC1q4 {
  color: #ffffff;
  background-color: #4f46e5; /* bg-indigo-600 */
}

/* Bottom Section */
.Footer_bottom__1trOp {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #374151; /* border-gray-700 */
}

.Footer_bottomContent__Oqly3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .Footer_bottomContent__Oqly3 {
    flex-direction: row;
  }
}

.Footer_copyright__sqw0C {
  color: #9ca3af; /* text-gray-400 */
  font-size: 0.875rem; /* text-sm */
  text-align: center;
}

@media (min-width: 768px) {
  .Footer_copyright__sqw0C {
    text-align: left;
  }
}

.Footer_disclaimer__J64UY {
  color: #9ca3af; /* text-gray-400 */
  font-size: 0.75rem; /* text-xs */
  text-align: center;
  line-height: 1.5;
  max-width: 600px;
}

@media (min-width: 768px) {
  .Footer_disclaimer__J64UY {
    text-align: right;
  }
}

.Footer_disclaimerLink__QmqT3 {
  color: #d1d5db; /* text-gray-300 */
  text-decoration: underline;
  transition: color 0.2s ease;
}

.Footer_disclaimerLink__QmqT3:hover {
  color: #ffffff; /* hover:text-white */
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .Footer_footer__o4_Ec {
    padding: 1.5rem 0;
  }
  
  .Footer_grid__NTykC {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .Footer_companyTitle__M7HRS {
    font-size: 1rem;
  }
  
  .Footer_sectionTitle__wQGye {
    font-size: 0.9rem;
  }
  
  .Footer_bottom__1trOp {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  
  .Footer_bottomContent__Oqly3 {
    gap: 1.5rem;
  }
  
  .Footer_disclaimer__J64UY {
    font-size: 0.7rem;
  }
}

/* Disclaimer Link */
.Footer_disclaimerLink__QmqT3 {
  color: #3b82f6; /* text-blue-500 */
  text-decoration: underline;
  transition: color 0.2s ease;
}

.Footer_disclaimerLink__QmqT3:hover {
  color: #1d4ed8; /* hover:text-blue-700 */
  text-decoration: underline;
} 
/* Cookie Consent Component Styles */

/* Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb; /* border-gray-200 */
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 50;
  padding: 1rem;
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-banner__container {
  max-width: 96rem; /* max-w-6xl */
  margin: 0 auto;
}

.cookie-banner__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .cookie-banner__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cookie-banner__text {
  flex: 1;
}

.cookie-banner__title {
  font-weight: 600; /* font-semibold */
  color: #111827; /* text-gray-900 */
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.cookie-banner__description {
  font-size: 0.875rem; /* text-sm */
  color: #4b5563; /* text-gray-600 */
  line-height: 1.5;
  margin: 0;
}

.cookie-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .cookie-banner__actions {
    flex-direction: row;
    width: auto;
  }
}

.cookie-banner__button {
  padding: 0.5rem 1rem;
  font-size: 0.875rem; /* text-sm */
  border-radius: 0.375rem; /* rounded-md */
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  min-width: 120px;
}

.cookie-banner__button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.cookie-banner__button--settings {
  border-color: #d1d5db; /* border-gray-300 */
  background-color: #ffffff;
  color: #374151; /* text-gray-700 */
}

.cookie-banner__button--settings:hover {
  background-color: #f9fafb; /* hover:bg-gray-50 */
}

.cookie-banner__button--reject {
  border-color: #d1d5db; /* border-gray-300 */
  background-color: #ffffff;
  color: #374151; /* text-gray-700 */
}

.cookie-banner__button--reject:hover {
  background-color: #f9fafb; /* hover:bg-gray-50 */
}

.cookie-banner__button--accept {
  background-color: #2563eb; /* bg-blue-600 */
  color: #ffffff;
  border-color: #2563eb;
}

.cookie-banner__button--accept:hover {
  background-color: #1d4ed8; /* hover:bg-blue-700 */
}

/* Settings Modal Styles */
.cookie-settings {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.cookie-settings__modal {
  background-color: #ffffff;
  border-radius: 0.5rem; /* rounded-lg */
  max-width: 28rem; /* max-w-md */
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cookie-settings__content {
  padding: 1.5rem;
}

.cookie-settings__title {
  font-size: 1.25rem; /* text-xl */
  font-weight: 600; /* font-semibold */
  color: #111827; /* text-gray-900 */
  margin-bottom: 1rem;
}

.cookie-settings__description {
  font-size: 0.875rem; /* text-sm */
  color: #4b5563; /* text-gray-600 */
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.cookie-settings__options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Cookie Option Styles */
.cookie-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-option__info {
  flex: 1;
  margin-right: 1rem;
}

.cookie-option__title {
  font-weight: 500; /* font-medium */
  color: #111827; /* text-gray-900 */
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.cookie-option__description {
  font-size: 0.875rem; /* text-sm */
  color: #4b5563; /* text-gray-600 */
  line-height: 1.4;
  margin: 0;
}

.cookie-option__toggle {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.cookie-option__checkbox {
  width: 1rem; /* h-4 w-4 */
  height: 1rem;
  color: #2563eb; /* text-blue-600 */
  border-radius: 0.25rem;
  border: 1px solid #d1d5db; /* border-gray-300 */
  cursor: pointer;
}

.cookie-option__checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.cookie-option__checkbox:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Settings Actions */
.cookie-settings__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.cookie-settings__button {
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 0.875rem; /* text-sm */
  border-radius: 0.375rem; /* rounded-md */
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.cookie-settings__button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.cookie-settings__button--cancel {
  border: 1px solid #d1d5db; /* border-gray-300 */
  background-color: #ffffff;
  color: #374151; /* text-gray-700 */
}

.cookie-settings__button--cancel:hover {
  background-color: #f9fafb; /* hover:bg-gray-50 */
}

.cookie-settings__button--save {
  background-color: #2563eb; /* bg-blue-600 */
  color: #ffffff;
  border: 1px solid #2563eb;
}

.cookie-settings__button--save:hover {
  background-color: #1d4ed8; /* hover:bg-blue-700 */
}

/* Responsive Design */
@media (max-width: 640px) {
  .cookie-banner {
    padding: 0.75rem;
  }
  
  .cookie-banner__content {
    gap: 0.75rem;
  }
  
  .cookie-banner__title {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  
  .cookie-banner__description {
    font-size: 0.8125rem;
  }
  
  .cookie-banner__button {
    padding: 0.625rem 0.875rem;
    font-size: 0.8125rem;
    min-width: 100px;
  }
  
  .cookie-settings__content {
    padding: 1rem;
  }
  
  .cookie-settings__title {
    font-size: 1.125rem;
  }
  
  .cookie-option {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .cookie-option__info {
    margin-right: 0;
  }
  
  .cookie-option__toggle {
    align-self: flex-end;
    margin-top: 0;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .cookie-banner {
    background-color: #1f2937; /* gray-800 */
    border-top-color: #374151; /* border-gray-700 */
  }
  
  .cookie-banner__title {
    color: #f9fafb; /* text-gray-50 */
  }
  
  .cookie-banner__description {
    color: #d1d5db; /* text-gray-300 */
  }
  
  .cookie-settings__modal {
    background-color: #1f2937; /* gray-800 */
  }
  
  .cookie-settings__title {
    color: #f9fafb; /* text-gray-50 */
  }
  
  .cookie-settings__description,
  .cookie-option__description {
    color: #d1d5db; /* text-gray-300 */
  }
  
  .cookie-option__title {
    color: #f9fafb; /* text-gray-50 */
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .cookie-banner {
    border-top-width: 2px;
  }
  
  .cookie-banner__button {
    border-width: 2px;
  }
  
  .cookie-settings__modal {
    border: 2px solid #374151;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .cookie-banner,
  .cookie-settings,
  .cookie-settings__modal {
    animation: none;
  }
  
  .cookie-banner__button,
  .cookie-settings__button {
    transition: none;
  }
}

/* Print Styles */
@media print {
  .cookie-banner,
  .cookie-settings {
    display: none;
  }
}
