:root {
  --brand-primary: #B89356;
  --brand-dark: #1B262C;
  --brand-text-main: #1B262C;
  --brand-bg: #F4F7F8;
  --brand-border: #DDE2E5;
  --brand-text-muted: #64748b;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  background-color: var(--brand-bg);
  color: var(--brand-text-main);
  -webkit-font-smoothing: antialiased;
}

.navbar {
  height: 80px;
  background-color: var(--brand-dark);
  border-bottom: 2px solid var(--brand-primary);
  padding: 0;
  z-index: 1030;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.logo-wrapper-nav {
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 3px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.nav-logo-img {
  width: 100%;
  height: auto;
}

.brand-text {
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}

.brand-first { 
  color: var(--brand-primary); 
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

.brand-second { 
  color: #FFFFFF; 
  font-family: 'Inter', sans-serif;
  font-weight: 400; 
  font-size: 0.85rem;
  letter-spacing: 0.15em;
}

.main-content {
  flex: 1 0 auto;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.page-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--brand-dark);
  margin-bottom: 0.5rem;
}

.brand-card {
  background: #ffffff;
  border: 1px solid var(--brand-border);
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(27, 38, 44, 0.08);
  padding: 3rem;
  transition: transform 0.3s ease;
}

.footer {
  flex-shrink: 0;
  background-color: var(--brand-dark);
  padding: 35px 0;
  border-top: 1px solid rgba(184, 147, 86, 0.3);
  margin-top: 5rem;
}

.footer-brand-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo-wrapper-footer {
  width: 65px;
  height: 65px;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.footer-logo-img {
  width: 100%;
  height: auto;
}

.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.footer-brand-name .gold-text {
  color: var(--brand-primary);
  font-weight: 400;
}

.footer-copyright-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.02em;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  margin-left: 25px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: var(--brand-primary);
  transform: translateY(-1px);
}

.custom-dropdown-btn {
  color: #FFFFFF !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 10px 20px;
  border: 1px solid rgba(184, 147, 86, 0.4) !important;
  border-radius: 8px;
  transition: all 0.3s ease !important;
}

.custom-dropdown-btn:hover {
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
}

.dropdown-menu {
  border: none;
  border-radius: 14px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin-top: 15px !important;
}

.dropdown-item {
  padding: 12px 20px;
  font-weight: 500;
  color: var(--brand-text-main);
  border-radius: 10px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.dropdown-item:hover {
  color: var(--brand-primary) !important;
  background-color: var(--brand-bg) !important;
  border-left: 3px solid var(--brand-primary);
  padding-left: 24px;
}

.btn-primary {
  background-color: var(--brand-primary);
  border: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 28px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #a3814a;
  box-shadow: 0 5px 15px rgba(184, 147, 86, 0.3);
}

.btn-primary:focus-visible {
  background-color: #a3814a;
  box-shadow: 0 5px 15px rgba(184, 147, 86, 0.3);
}

@media (max-width: 768px) {
  .footer-brand-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footer-nav {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-link {
    margin: 5px 15px;
  }
  .page-title { font-size: 1.8rem; }
}

.dropdown-menu .dropdown-item.text-danger:hover {
    color: #dc3545 !important;
    border-left-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

.input-group .btn-primary:active {
  background-color: #9a7841 !important;
}

.newsletter-box .form-control {
    height: auto;
    border-right: none;
}
