:root {
  /* Light mode colors */
  --color-earth-brown: #8B5A2B;
  --color-earthy-tan: #D2B48C;
  --color-forest-green: #228B22;
  --color-stone-gray: #708090;
  --color-cream: #FFFDD0;
  --color-sand: #F4A460;
  --color-primary: #8B5A2B;
  --color-primary-dark: #654321;
  --color-accent: #228B22;
  --color-text: #333333;
  --color-light-bg: #FFFDF7;
  --color-border: rgba(139, 90, 43, 0.2);
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.1);
  --transition-default: all 0.3s ease;
  
  /* Component colors */
  --color-card-bg: white;
  --color-modal-bg: white;
  --color-secondary-btn-start: #ffffff;
  --color-secondary-btn-end: #f5f5f5;
  --color-nav-hover: rgba(139, 90, 43, 0.1);
  --color-nav-active: rgba(139, 90, 43, 0.15);
  --color-input-bg: white;
  --color-input-focus-shadow: rgba(139, 90, 43, 0.2);
}

@media (prefers-color-scheme: dark) {
  :root {
    /* Dark mode colors */
    --color-earth-brown: #A67C52;
    --color-earthy-tan: #8A7051;
    --color-forest-green: #3AA63A;
    --color-stone-gray: #8696A0;
    --color-cream: #4b4a3e;
    --color-sand: #A57345;
    --color-primary: #A67C52;
    --color-primary-dark: #8A6039;
    --color-accent: #3AA63A;
    --color-text: #E0E0E0;
    --color-light-bg: #222220;
    --color-border: rgba(166, 124, 82, 0.3);
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.2);
    --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.25);
    --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.3);
    
    /* Component colors */
    --color-card-bg: #2A2A28;
    --color-modal-bg: #2A2A28;
    --color-secondary-btn-start: #2A2A28;
    --color-secondary-btn-end: #222220;
    --color-nav-hover: rgba(166, 124, 82, 0.2);
    --color-nav-active: rgba(166, 124, 82, 0.3);
    --color-input-bg: #2A2A28;
    --color-input-focus-shadow: rgba(166, 124, 82, 0.3);
  }
}

body {
  background-color: var(--color-light-bg);
  color: var(--color-text);
  font-family: 'Roboto', sans-serif;
  position: relative;
}

/* Remove the global background texture since it's not visible */
body::before {
  display: none;
}

label {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

/* Add texture to main content area */
.main-content {
  position: relative;
  z-index: 0;
}

.main-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23333333' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media (prefers-color-scheme: dark) {
  .main-content::before {
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23E0E0E0' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
  }
}

/* Hero Section */
.hero-container {
  background: linear-gradient(135deg, var(--color-earthy-tan), var(--color-cream));
  border-radius: 0.75rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}

.hero-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238b5a2b' fill-opacity='0.15'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
}

.hero-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0 0.75rem 0.75rem 0;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
}

.savings-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem 0 0 0.75rem;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
}

/* Trust Badges */
.trust-badges {
  background-color: var(--color-card-bg);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--color-accent);
}

.trust-badge {
  transition: var(--transition-default);
}

.trust-badge:hover {
  transform: translateY(-5px);
}

/* Feature Cards */
.slot-item,
.feature-card {
  background-color: var(--color-card-bg);
  border-radius: 0.75rem;
  border-left: 4px solid var(--color-primary);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-default);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.slot-item::after,
.feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238b5a2b' fill-opacity='0.05'%3E%3Cpath d='M0 0h20L0 20z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
  pointer-events: none;
}

@media (prefers-color-scheme: dark) {
  .feature-card::after,
  .slot-item::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23A67C52' fill-opacity='0.1'%3E%3Cpath d='M0 0h20L0 20z'/%3E%3C/g%3E%3C/svg%3E");
  }
}

.slot-item:hover,
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

/* Savings Section */
.savings-container {
  background: linear-gradient(to right, var(--color-cream), var(--color-light-bg));
  border-radius: 0.75rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.savings-image {
  max-width: 100%;
  height: auto;
  padding: 2rem;
}

/* Steps Section */
.steps-container {
  padding: 2rem 0;
  position: relative;
}

.steps-container .step-item {
  position: relative;
  background-color: var(--color-card-bg);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--color-primary);
  transition: var(--transition-default);
  overflow: hidden;
}

.steps-container .step-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238B5A2B' fill-opacity='0.07' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 5v1H5v-1H1.5z'/%3E%3Cpath d='M0 0h5v1H0z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.2;
  pointer-events: none;
}

@media (prefers-color-scheme: dark) {
  .steps-container .step-item::before {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23A67C52' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 5v1H5v-1H1.5z'/%3E%3Cpath d='M0 0h5v1H0z'/%3E%3C/g%3E%3C/svg%3E");
  }
}

.steps-container .step-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.steps-container .step-item::after {
  content: '';
  position: absolute;
  top: 40px;
  right: -30%;
  width: 60%;
  height: 2px;
  background-color: var(--color-earthy-tan);
  z-index: -1;
}

.steps-container .step-item:last-child::after {
  display: none;
}

.step-number {
  background-color: var(--color-primary);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 1.5rem;
  font-size: 1.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--color-earthy-tan), #E6D2B5);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z' fill='%23654321' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: 0;
}

/* Testimonial Cards */
.testimonial-card {
  background-color: var(--color-card-bg);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-default);
  position: relative;
  border-top: 4px solid var(--color-earthy-tan);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-size: 5rem;
  color: var(--color-earthy-tan);
  opacity: 0.2;
  font-family: serif;
  line-height: 1;
}

/* Statistics Section */
.statistic-card {
  transition: var(--transition-default);
  border-radius: 0.75rem;
}

.statistic-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

/* Final CTA */
.final-cta {
  background-color: var(--color-card-bg);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-lg);
  border-top: 4px solid var(--color-accent);
  transition: var(--transition-default);
}

.final-cta:hover {
  transform: translateY(-5px);
}


.header {
  border-bottom: 2px solid var(--color-border);
}
/* Sidebar Styling */
.sidebar {
  background-color: var(--color-light-bg);
  border-right: 2px solid var(--color-border);
  
  /* min-height: calc(100vh - 120px); */
  width: 100%;
  padding: 1rem;
  max-width: 100%;
  min-height: auto;
  height: auto;
}

.footer {
  border-top: 2px solid var(--color-border);
}

@media (min-width: 1400px) {
  .sidebar {
    max-width: 260px;
  }
}

.nav-link {
  border-radius: 0.375rem;
  transition: var(--transition-default);
  border-left: 3px solid transparent;
}

.nav-link:hover {
  background-color: var(--color-nav-hover);
  border-left-color: var(--color-primary);
}

.nav-link.active {
  background-color: var(--color-nav-active);
  border-left-color: var(--color-primary);
}


/* Button Styling */
button.uk-button-primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border: none;
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

button.uk-button-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23ffffff' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}

button.uk-button-primary:hover {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

button.uk-button-secondary {
  background: linear-gradient(135deg, var(--color-secondary-btn-start), var(--color-secondary-btn-end));
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

button.uk-button-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0H0v1h12V0zm0 2H0v1h12V2zm0 2H0v1h12V4zm0 2H0v1h12V6zm0 2H0v1h12V8zm0 2H0v1h12v-1zm0-9H0v1h12V3z' fill='%238B5A2B' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}

@media (prefers-color-scheme: dark) {
  button.uk-button-secondary::before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0H0v1h12V0zm0 2H0v1h12V2zm0 2H0v1h12V4zm0 2H0v1h12V6zm0 2H0v1h12V8zm0 2H0v1h12v-1zm0-9H0v1h12V3z' fill='%23A67C52' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
  }
}

button.uk-button-secondary:hover {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: var(--color-cream);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .steps-container .step-item::after {
    display: none;
  }
  
  .hero-container {
    background: linear-gradient(180deg, var(--color-earthy-tan), var(--color-cream));
  }
}

/* Contact Modal */
.uk-modal-dialog {
  border-radius: 0.75rem;
  box-shadow: var(--shadow-lg);
  border-top: 4px solid var(--color-primary);
  background-color: var(--color-modal-bg);
}

/* Form elements */
input, textarea, select {
  border-radius: 0.375rem !important;
  border: 1px solid var(--color-border) !important;
  transition: var(--transition-default) !important;
  background-color: var(--color-input-bg) !important;
  color: var(--color-text) !important;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 2px var(--color-input-focus-shadow) !important;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

section {
  animation: fadeIn 0.8s ease-out;
}

/* Support card in sidebar */
.support-card {
  background: linear-gradient(135deg, var(--color-earthy-tan), var(--color-cream));
  border-radius: 0.75rem;
  border-left: 4px solid var(--color-accent);
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
}

.support-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 10 12c1.67 0 3.182-.683 4.27-1.785A5.998 5.998 0 0 0 14 12h2a4 4 0 0 1 4-4V6c-1.67 0-3.182.683-4.27 1.785C15.905 7.22 16 6.622 16 6c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 20 6V4a4 4 0 0 1-4-4h-2c0 .622.095 1.221.27 1.785A5.982 5.982 0 0 0 10 0C8.33 0 6.818.683 5.73 1.785 5.905 1.22 6 .622 6 0H4a4 4 0 0 1-4 4v2c1.67 0 3.182.683 4.27 1.785A5.998 5.998 0 0 1 4 6c0-.622.095-1.221.27-1.785A5.982 5.982 0 0 1 0 6v2a4 4 0 0 1 4 4h2zm-4 0a2 2 0 0 0-2-2v2h2zm16 0a2 2 0 0 1 2-2v2h-2zM0 4a2 2 0 0 0 2-2H0v2zm20 0a2 2 0 0 1-2-2h2v2zm-10 4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z' fill='%23228B22' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.3;
}

/* Dark Mode Toggle */
.theme-toggle {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 50%;
  transition: var(--transition-default);
}

.theme-toggle:hover {
  background-color: var(--color-nav-hover);
}

/* Manual dark mode class for JavaScript toggle */
.dark-mode {
  color-scheme: dark;
}

.dark-mode body {
  background-color: var(--color-light-bg);
  color: var(--color-text);
}

.dark-mode .slot-item,
.dark-mode .testimonial-card,
.dark-mode .feature-card,
.dark-mode .trust-badges,
.dark-mode .steps-container .step-item,
.dark-mode .final-cta {
  background-color: var(--color-card-bg);
}

.dark-mode input,
.dark-mode textarea,
.dark-mode select {
  background-color: var(--color-input-bg) !important;
  color: var(--color-text) !important;
}

.dark-mode button.uk-button-secondary {
  background: linear-gradient(135deg, var(--color-secondary-btn-start), var(--color-secondary-btn-end));
}

/* Title Styling - Ensure proper sizing and display */
.site-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.5rem 0;
  background: linear-gradient(135deg, #b87333, #daa520);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  overflow: visible;
}

.site-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary), transparent);
  border-radius: 3px;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.8s ease-in-out, width 0.8s ease-in-out;
}

.site-title:hover {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.04em;
}

.site-title:hover::after {
  width: 100%;
  background: linear-gradient(90deg, var(--color-secondary), var(--color-primary));
  transform: scaleX(1.05) translateY(-1px);
}

@media (prefers-color-scheme: dark) {
  .site-title {
    background: linear-gradient(135deg, #f5f5dc, #daa520);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  
  .site-title::after {
    background: linear-gradient(90deg, var(--color-accent), transparent);
  }
  
  .site-title:hover::after {
    background: linear-gradient(90deg, var(--color-accent), var(--color-primary));
  }
}

/* Support manual dark mode toggle */
.dark-mode .site-title {
  background: linear-gradient(135deg, #f5f5dc, #daa520);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.dark-mode .site-title::after {
  background: linear-gradient(90deg, var(--color-accent), transparent);
}

@media (max-width: 768px) {
  .site-title {
    font-size: 2rem;
  }
}

/* Common Component Styles for Home Page */
.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(210, 180, 140, 0.2);
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--color-primary);
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--color-accent);
  border-radius: 3px;
}

.list-item-with-icon {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.list-item-with-icon .icon {
  color: var(--color-accent);
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.card-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.content-section {
  padding: 3rem 0;
  margin-bottom: 2rem;
}

.cta-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(139, 90, 43, 0.2);
}

.home-testimonial {
  background-color: var(--color-card-bg);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 4px solid var(--color-accent);
}

.home-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  transition: var(--transition-default);
}

.home-testimonial .quote {
  font-style: italic;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.home-testimonial .author {
  font-weight: 600;
  margin-top: auto;
}

.statistic-box {
  text-align: center;
  padding: 1.5rem;
  background-color: rgba(210, 180, 140, 0.1);
  border-radius: 0.75rem;
  transition: var(--transition-default);
}

.statistic-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.statistic-box .number {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}

.statistic-box .label {
  color: var(--color-stone-gray);
}

/* Gradient section backgrounds */
.gradient-section {
  background: linear-gradient(135deg, var(--color-earthy-tan), var(--color-cream));
  border-radius: 0.75rem;
  padding: 2rem;
  /* position: relative; */
  /* overflow: hidden; */
}

/* .gradient-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238b5a2b' fill-opacity='0.15'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
} */

/* Step card with consistent styling */
.step-card {
  background-color: var(--color-card-bg);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-top: 4px solid var(--color-primary);
  transition: var(--transition-default);
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.step-card .step-number {
  background-color: var(--color-primary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.step-card .step-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.step-card .step-description {
  text-align: center;
  color: var(--color-stone-gray);
}

/* Calendar Styles */
.calendar-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: var(--color-light-bg);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  line-height: 1;
}

.calendar-table th {
  background-color: var(--color-earthy-tan);
  color: var(--color-primary-dark);
  font-weight: 600;
  text-align: center;
  padding: 0.25rem 0.125rem;
  font-size: 0.75rem;
  border-radius: 0;
  height: 16px;
}

.calendar-table td {
  padding: 0;
  height: 16px;
  vertical-align: top;
  border: 1px solid rgba(139, 90, 43, 0.05);
  border-radius: 0;
}

/* Time column */
.calendar-table td:first-child {
  width: 40px;
  text-align: center;
  font-size: 0.65rem;
  color: var(--color-primary);
  background-color: rgba(210, 180, 140, 0.2);
  font-weight: 500;
  padding: 0.125rem;
}

/* Calendar cells */
.calendar-cell {
  min-height: 16px;
  transition: var(--transition-default);
}

/* Calendar slot styles */
.calendar-free-slot {
  background-color: rgba(34, 139, 34, 0.1);
  border-left: 2px solid var(--color-forest-green);
  color: var(--color-text);
  transition: var(--transition-default);
  min-height: 16px;
}

.calendar-free-slot:hover {
  background-color: rgba(34, 139, 34, 0.2);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.calendar-work-slot {
  background-color: rgba(139, 90, 43, 0.1);
  border-left: 2px solid var(--color-earth-brown);
  color: var(--color-text);
  transition: var(--transition-default);
  min-height: 16px;
}

.calendar-work-slot:hover {
  background-color: rgba(139, 90, 43, 0.2);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.calendar-empty-cell {
  background-color: rgba(210, 180, 140, 0.05);
  border: 1px dashed rgba(139, 90, 43, 0.1);
  min-height: 16px;
  transition: var(--transition-default);
}

.calendar-empty-cell:hover {
  background-color: rgba(210, 180, 140, 0.1);
}

/* Time slot design */
.time-slot {
  padding: 0.125rem;
  border-radius: 0.125rem;
  font-size: 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  height: 100%;
}

.time-slot-time {
  font-weight: 600;
  color: var(--color-primary-dark);
  font-size: 0.65rem;
  line-height: 1.1;
}

.time-slot-title {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.65rem;
  line-height: 1.1;
}

.time-slot-user {
  color: var(--color-stone-gray);
  font-size: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}

/* Fix button paddings */
.calendar-table button, 
.calendar-table .uk-btn {
  padding: 0 !important;
  border: none !important;
  height: 100% !important;
  min-height: 0 !important;
  line-height: 1 !important;
}

/* Override any framework styling */
.calendar-table tr {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  line-height: 1 !important;
}

/* Date headers in tables */
.calendar-date {
  padding: 0.125rem;
  background-color: var(--color-earthy-tan);
  color: var(--color-text);
  font-weight: 600;
  text-align: center;
  border-radius: 0.125rem 0.125rem 0 0;
  font-size: 0.75rem;
}

.calendar-date.today {
  background-color: var(--color-primary);
  color: white;
}

/* Today column highlight */
.calendar-table .today-column {
  background-color: rgba(244, 164, 96, 0.05);
}

/* Calendar navigation */
.calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.calendar-nav-btn {
  background-color: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-primary);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  transition: var(--transition-default);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.calendar-nav-btn:hover {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}

.calendar-view-selector {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.calendar-view-btn {
  background-color: var(--color-card-bg);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  transition: var(--transition-default);
}

.calendar-view-btn.active {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary-dark);
}

.calendar-view-btn:hover:not(.active) {
  background-color: rgba(139, 90, 43, 0.1);
  border-color: var(--color-primary);
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
  .calendar-table th {
    background-color: var(--color-primary);
    color: var(--color-cream);
  }
  
  .calendar-date {
    background-color: var(--color-primary);
    color: var(--color-cream);
  }
  
  .calendar-date.today {
    background-color: var(--color-accent);
  }
  
  .calendar-free-slot {
    background-color: rgba(58, 166, 58, 0.15);
  }
  
  .calendar-work-slot {
    background-color: rgba(166, 124, 82, 0.15);
  }
  
  .calendar-table .today-column {
    background-color: rgba(166, 124, 82, 0.05);
  }
} 