@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&family=Sora:wght@300;400;500;600;700;800&display=swap);
/* Global styles are now in App.css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  color: #374151;
  background-color: #f9fafb;
}

.App {
  min-height: 100vh;
}

.gradient-text {
  background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Button styles */
.btn-primary {
  background: #ea580c;
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  background: #dc2626;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
}

.btn-secondary {
  background: transparent;
  border: 2px solid #ea580c;
  color: #ea580c;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover {
  background: #ea580c;
  color: white;
  transform: translateY(-1px);
}

/* Utility classes */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

/* Global Responsive Utilities */

/* Base responsive typography */
html {
  font-size: 16px; /* Base font size */
}

/* Responsive font scaling */
@media (max-width: 30rem) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 75rem) {
  html {
    font-size: 18px;
  }
}

/* Container utilities */
.container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 48rem) {
  .container {
    padding: 0 1rem;
  }
}

@media (max-width: 30rem) {
  .container {
    padding: 0 0.75rem;
  }
}

/* Responsive spacing utilities */
.section-padding {
  padding: 5rem 0;
}

@media (max-width: 48rem) {
  .section-padding {
    padding: 3.75rem 0;
  }
}

@media (max-width: 30rem) {
  .section-padding {
    padding: 3rem 0;
  }
}

/* Responsive grid utilities */
.responsive-grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
}

.responsive-grid.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.responsive-grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.responsive-grid.cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

@media (max-width: 48rem) {
  .responsive-grid {
    gap: 1.5rem;
  }
  
  .responsive-grid.cols-2,
  .responsive-grid.cols-3,
  .responsive-grid.cols-4 {
    grid-template-columns: 1fr;
  }
}

/* Responsive text utilities */
.text-responsive-xs {
  font-size: clamp(0.75rem, 2vw, 0.875rem);
}

.text-responsive-sm {
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.text-responsive-base {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}

.text-responsive-lg {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
}

.text-responsive-xl {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
}

.text-responsive-2xl {
  font-size: clamp(1.4rem, 5vw, 2rem);
}

.text-responsive-3xl {
  font-size: clamp(1.875rem, 6vw, 2.5rem);
}

.text-responsive-4xl {
  font-size: clamp(2.25rem, 7vw, 3rem);
}

/* Responsive button utilities */
.btn-responsive {
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2rem);
  font-size: clamp(0.875rem, 2vw, 1rem);
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}

.btn-responsive:hover {
  transform: translateY(-0.125rem);
}

/* Mobile-first breakpoints */
@media (max-width: 30rem) {
  /* Extra small devices */
  .hide-xs {
    display: none !important;
  }
  
  .show-xs {
    display: block !important;
  }
}

@media (max-width: 48rem) {
  /* Small devices */
  .hide-sm {
    display: none !important;
  }
  
  .show-sm {
    display: block !important;
  }
}

@media (max-width: 64rem) {
  /* Medium devices */
  .hide-md {
    display: none !important;
  }
  
  .show-md {
    display: block !important;
  }
}

@media (min-width: 48rem) {
  /* Show on medium and up */
  .show-md-up {
    display: block !important;
  }
  
  .hide-md-up {
    display: none !important;
  }
}

/* Touch-friendly interactive elements */
@media (hover: none) and (pointer: coarse) {
  /* Touch devices */
  .btn-responsive,
  button,
  .nav-link,
  .mobile-nav-link {
    min-height: 2.75rem; /* 44px minimum touch target */
    min-width: 2.75rem;
  }
  
  .form-input,
  .form-select,
  .form-textarea {
    min-height: 2.75rem;
    font-size: 1rem; /* Prevent zoom on iOS */
  }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .btn-primary,
  .btn-hero-primary,
  .form-submit {
    border: 2px solid currentColor;
  }
}

/* Dark mode support (if needed in future) */
@media (prefers-color-scheme: dark) {
  /* Dark mode styles can be added here */
}

/* Print styles */
@media print {
  .header,
  .footer,
  .btn-primary,
  .btn-hero-primary,
  .btn-hero-secondary,
  .mobile-menu-button {
    display: none !important;
  }
  
  .hero {
    min-height: auto;
    padding: 2rem 0;
  }
  
  * {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
  }
}

/* Content Protection CSS - Prevent text selection and right-click */

/* Disable text selection for all images */
img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none; /* Prevents right-click context menu */
}

/* Re-enable pointer events for interactive images (if needed) */
img.interactive {
  pointer-events: auto;
}

/* Disable text selection for all buttons */
button,
.btn,
.btn-primary,
.btn-secondary,
.btn-submit,
.btn-movement-primary,
.btn-movement-secondary,
.vendors-cta,
.footer-link-button {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* Disable text selection for logos and brand elements */
.logo,
.footer-logo,
.header-logo {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* Disable text selection for navigation elements */
.nav-link,
.mobile-nav-link,
.footer-legal-links a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* Disable drag for all images */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* Disable context menu on right-click for protected elements */
.no-context-menu,
img,
button,
.btn {
  -webkit-context-menu: none;
  -moz-context-menu: none;
  context-menu: none;
}

/* Disable text selection for specific content areas */
.hero-title,
.hero-description,
.solution-title,
.solution-description,
.movement-title,
.movement-description,
.vendors-title,
.vendors-description,
.footer-description {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* Allow text selection for form inputs (users need to type) */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  -webkit-user-select: text;
  user-select: text;
}

/* Disable highlighting on mobile tap */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Disable text selection for the entire body (optional - can be too restrictive) */
/*
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/

/* Print protection - hide content when printing */
@media print {
  img,
  .hero-image,
  .app-mockup,
  .vendor-image {
    display: none !important;
  }
  
  body::after {
    content: "This content is protected and cannot be printed.";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #999;
    z-index: 9999;
  }
}

/* Additional protection for specific browsers */
/* Firefox specific */
@-moz-document url-prefix() {
  img {
    -moz-user-select: none;
    -moz-user-drag: none;
  }
}

/* Safari specific */
@supports (-webkit-appearance: none) {
  img {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
  padding: 0 1.5rem;
  transition: all 0.3s ease;
}

.header-container {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.logo a {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
  padding-top: 0.6rem;
}

.logo a:hover {
  transform: scale(1.05);
}

.logo-image {
  height: 3rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Legacy styles - keeping for potential fallback */
.logo-dot {
  color: rgb(139, 14, 14);
}

.nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-link {
  text-decoration: none;
  color: #1E1A1B;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
}

.nav-link:hover {
  color: #B65031;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #B65031;
  transition: width 0.2s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
}

.btn-primary {
  background: #EEAE43;
  border: none;
  color: #1E1A1B;
  padding: 0.4rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.btn-primary:hover {
  background: #E09F2A;
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.25rem 0.75rem rgba(238, 174, 67, 0.3);
}

.mobile-menu-button {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
}

.hamburger-line {
  width: 1.5rem;
  height: 0.125rem;
  background: #44403c;
  transition: all 0.3s ease;
}

.mobile-menu {
  display: none;
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu-open {
  display: block;
}

.mobile-nav-link {
  display: block;
  padding: 0.75rem 0;
  color: #1E1A1B;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
  font-size: 1.375rem;
}

.mobile-nav-link:hover {
  color: #ea580c;
}

.mobile-cta {
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 48rem) {
  .header-right {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-container {
    padding: 0 1rem;
  }

  .header {
    padding: 0 1rem;
  }
}

@media (max-width: 30rem) {
  .header {
    padding: 0 0.75rem;
  }

  .header-container {
    padding: 0 0.5rem;
    height: 4rem;
  }

  .logo-image {
    height: 2rem;
  }
  .btn-primary {
    font-size: clamp(1.2rem, 2vw, 1rem);
  }

}

/* Extra small screens */
@media (max-width: 30rem) {
  .logo-image {
    height: 2rem;
  }
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 5rem 1.5rem 0;
}

.hero-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  transition: background-image 1s ease-in-out;
  z-index: 1;
  will-change: background-image;
  transform: translateZ(0);
}

.hero-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.2), rgba(124, 45, 18, 0.2));
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  opacity: 0.1;
  z-index: 2;
}

.hero-container {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.hero-content {
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e8f0fe 0%, #f3e5f5 100%);
  color: #1a73e8;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(26, 115, 232, 0.2);
}

.hero-title {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: white;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-accent {
  color: #fed7aa;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-description {
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.6;
  color: #fed7aa;
  margin-bottom: 2.5rem;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 40rem) {
  .hero-actions {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
}

.btn-hero-primary {
  background-image: url(/static/media/ButtonUI.9b414d4ad77704f5eca7.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #1E1A1B;
  color: #1E1A1B;
  padding: 1rem 2.5rem;
  border-radius: 200px;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 700;
  font-family: 'Sora', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(30, 26, 27, 0.4);
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  min-width: 22rem;
  max-width: 22rem;
  margin-top: 1rem;
}

@media (min-width: 40rem) {
  .btn-hero-primary {
    width: auto;
  }
}

.btn-hero-primary:hover {
  border-width: 1.5px;
  transform: translateY(-0.125rem) scale(1.05);
  box-shadow: 0 8px 25px rgba(30, 26, 27, 0.15);
}

.btn-hero-secondary {
  background: white;
  border: 1px solid #1E1A1B;
  color: #1E1A1B;
  padding: 1rem 2.5rem;
  border-radius: 200px;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 700;
  font-family: 'Sora', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(30, 26, 27, 0.4);
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  min-width: 22rem;
  max-width: 22rem;
  margin-top: 1rem;

}

@media (min-width: 40rem) {
  .btn-hero-primary,
  .btn-hero-secondary {
    width: auto;
  }
}

.btn-hero-secondary:hover {
  background: #f8f9fa;
  border-width: 1.5px;
  color: #1E1A1B;
  transform: translateY(-0.125rem) scale(1.05);
  box-shadow: 0 8px 25px rgba(30, 26, 27, 0.15);
}

.hero-trust {
  margin-bottom: 40px;
}

.trust-text {
  font-size: 14px;
  color: #5f6368;
  margin-bottom: 16px;
  text-align: center;
}

.trust-logos {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.trust-logo {
  font-size: 14px;
  color: #9aa0a6;
  font-weight: 500;
  opacity: 0.8;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  gap: 32px;
  max-width: 500px;
}

.stat {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #1a73e8;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: #5f6368;
  margin-top: 4px;
}

.hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-card {
  position: absolute;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 6s ease-in-out infinite;
}

.card-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.card-2 {
  top: 50%;
  right: 20%;
  animation-delay: 2s;
}

.card-3 {
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

.card-icon {
  font-size: 24px;
}

.card-text {
  font-weight: 600;
  color: #202124;
}

.hero-gradient {
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #1a73e8, #4285f4);
  border-radius: 50%;
  opacity: 0.1;
  animation: pulse 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@media (max-width: 48rem) {
  .hero {
    padding: 4rem 1rem 0;
    min-height: 90vh;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .hero-stats {
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .hero-visual {
    height: 18.75rem;
  }

  .trust-logos {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 30rem) {
  .hero {
    padding: 3.5rem 0.75rem 0;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 15rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

.solution {
  padding: 5rem 1.5rem 7.5rem;
  background: #FAF7F0;
}

.solution-container {
  max-width: 75rem;
  margin: 0 auto;
}

.solution-header {
  text-align: center;
  margin-bottom: 3rem;
}

.solution-title {
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 700;
  color: #1E1A1B;
  margin-bottom: 1.4rem;
}

.solution-description {
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 1.4;
  color: #6b7280;
  max-width: 50rem;
  margin: 0 auto;
  color: #1E1A1B;

}

.solution-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  gap: 3rem;
}

.solution-feature {
  text-align: center;
  padding: 2.5rem 2rem;
  background: white;
  border: 1px solid #1E1A1B;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(30, 26, 27, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.solution-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(30, 26, 27, 0.15);
  border-width: 1.5px;
}

.feature-icon-wrapper {
  background: linear-gradient(135deg, #fed7aa, #fb923c);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2);
  position: relative;
  top: -1rem;
}

.feature-icon {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

.feature-icon-image {
  width: clamp(8rem, 14vw, 10rem);
  height: clamp(8rem, 14vw, 10rem);
  object-fit: contain;
  margin-bottom: 1.5rem;
}

.feature-title {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 700;
  color: #1E1A1B;
  margin-bottom: 1rem;
  font-family: 'Sora', sans-serif;  /* Added Sora font */

}

.feature-description {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.4;
  color: #1E1A1B;
}

@media (max-width: 64rem) {
  .solution-features {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 48rem) {
  .solution {
    padding: 3.75rem 1rem 5rem;
    font-size: 1.05rem;
  }

  .solution-header {
    margin-bottom: 3rem;
  }

  .solution-title {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }

  .solution-description {
    font-size: 1.1rem;
  }

  .solution-features {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .solution-feature {
    padding: 2rem 1.5rem;
    margin: 0 auto;
    max-width: 25rem;
  }

  .solution-feature-title {
    font-size: 1.3rem;
  }

  .solution-feature-description {
    font-size: 1rem;
  }

  .feature-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
    top: -0.5rem;
  }

  .feature-icon-image {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 30rem) {
  .solution {
    padding: 3rem 0.75rem 4rem;
  }

  .solution-header {
    margin-bottom: 2.5rem;
  }

  .solution-features {
    gap: 1.5rem;
  }

  .solution-feature {
    padding: 1.5rem 1rem;
    max-width: 22rem;
  }

  .feature-icon-wrapper {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    top: -0.25rem;
  }

  .feature-icon-image {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }

  .feature-title {
    font-size: clamp(1.2rem, 3vw, 1.125rem);
    margin-bottom: 0.5rem;
  }

  .feature-description {
    font-size: 1.05rem;
  }
}

.promise {
  padding: 80px 24px 120px;
  background-image: url(/static/media/Frame83.c40997f61e5cf50c5139.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  text-align: center;
}

.promise::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238, 174, 67, 0.1);
  z-index: 1;
}

.promise-container {
  position: relative;
  z-index: 2;
}

.promise-logo {
  text-align: center;
  margin-bottom: 0;
}

.ampa-logo {
  max-width: 250px;
  height: auto;
}

.promise-container {
  max-width: 1000px;
  margin: 0 auto;
}

.promise-title {
  font-size: clamp(1rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #1E1A1B;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-family: 'Sora', sans-serif;  /* Added Sora font */

}

.promise-description {
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 1.4;
  color: #1E1A1B;;
  max-width: 800px;
  margin: 0 auto;
}

.promise-highlight {
  color: #1E1A1B;;
  font-weight: 600;
}

.promise-emphasis {
  font-weight: 700;
  color: #1E1A1B;;
}

@media (max-width: 768px) {
  .promise {
    padding: 60px 16px 80px;
  }
  .promise-title {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
  
  .promise-description {
    font-size: 1.1rem;
  }
}

.vendors {
  padding: 5rem 1.5rem 7.5rem;
  background: #FAF7F0;
}

.vendors-container {
  max-width: 1200px;
  margin: 0 auto;
}

.vendors-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  align-items: center;
}

.vendors-image {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAF7F0;
}

.vendor-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.vendors-text {
  order: 2;
}

.vendors-title {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #1E1A1B;
  margin-bottom: 0.5rem;
  font-family: 'Sora', sans-serif;  /* Added Sora font */

}

.vendors-description {
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 1.4;
  color: #1E1A1B;
  margin-bottom: 1rem;
}

.vendors-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  gap: 16px;
}

.benefit-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 1px;
}

.benefit-icon-image {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.benefit-content {
  flex: 1 1;
}

.benefit-title {
  font-weight: 700;
  color: #44403c;
}

.benefit-description {
  color: #44403c;
}

.vendors-cta {
  background: #B65031;
  color: white;
  padding: 1rem 2rem;
  border: 1px solid #1E1A1B;
  border-radius: 200px;
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 700;
  font-family: 'Sora', sans-serif;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(30, 26, 27, 0.1);
  cursor: pointer;
}

.vendors-cta:hover {
  background: #A04428;
  border-width: 1.5px;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 26, 27, 0.15);
}

@media (max-width: 768px) {
  .vendors {
    padding: 60px 16px 80px;
    font-size: 1.05rem;
  }

  .vendors-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .vendors-image {
    order: 1;
  }

  .vendors-text {
    order: 2;
  }

  .vendors-title {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }

  .vendors-description {
    font-size: 1.1rem;
  }

  .vendor-image {
    max-width: 90%;
  }

  .benefit-icon {
    margin-top: -2px;
  }

  .benefit-item {
    text-align: left;
  }

  .benefit-title {
    font-size: 1.1rem;
  }

  .benefit-description {
    font-size: 1rem;
  }

  .benefit-icon-image {
    width: 20px;
    height: 20px;
  }

  .vendors-cta {
    font-size: 1.1rem;
  }
}

/* Coming Soon Badge Styling */
.coming-soon-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
  color: #9a3412;
  font-size: 0.625rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  border-radius: 0.5rem;
  margin-left: 0;
  border: 1px solid #fb923c;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  box-shadow: 0 1px 2px rgba(154, 52, 18, 0.1);
  vertical-align: middle;
}

/* Mobile responsive for coming soon badge */
@media (max-width: 768px) {
  .coming-soon-badge {
    font-size: 0.5rem;
    padding: 0.1rem 0.25rem;
    margin-left: 0.25rem;
  }
}

.movement {
  padding: 5rem 1.5rem 2rem 1.5rem;
  background: #B65031 !important;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.movement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="movement-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100%" height="100%" fill="url(%23movement-grain)"/></svg>');
  pointer-events: none;
  background: #B65031 !important;

}

.movement-container {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #B65031 !important;

}

.movement-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  align-items: center;
  margin-bottom: 5rem;
  margin-left: 4rem;

}

.movement-text {
  max-width: none;
  text-align: left;
}

.movement-title {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
  font-family: 'Sora', sans-serif;  /* Added Sora font */
  margin-bottom: .5rem;
}

.movement-accent {
  color: #fff;
}

.movement-description {
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.4;
  color: #fff;
  margin-bottom: 2.5rem;
  text-align: left;
  max-width: none;
}

.movement-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-mockup {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

.movement-description strong {
  color: #fff;
  font-weight: 700;
}

.movement-actions {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.btn-movement-primary {
  background: #ea580c;
  border: none;
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 0.25rem 1rem rgba(234, 88, 12, 0.3);
}

.btn-movement-primary:hover {
  background: #dc2626;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(234, 88, 12, 0.4);
}

.btn-movement-secondary {
  background: transparent;
  border: 2px solid #fed7aa;
  color: #fed7aa;
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-movement-secondary:hover {
  background: #fed7aa;
  color: #292524;
  transform: translateY(-0.125rem);
}

.movement-visual {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.movement-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.movement-card:hover {
  transform: translateY(-0.25rem);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3);
}

.card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.movement-card h3 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}

.movement-card p {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #fed7aa;
  line-height: 1.5;
  margin: 0;
}

.movement-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #ea580c;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  color: #fed7aa;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 48rem) {
  .movement {
    padding: 5rem 1rem;
    font-size: 1.05rem;
  }

  .movement-container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  
  .movement-content {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .movement-image {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .movement-text {
    order: 2;
    text-align: center;
  }

  .movement-title {
    text-align: center;
    font-size: clamp(1.4rem, 5vw, 2rem);
  }

  .movement-description {
    text-align: center;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }

  .app-mockup {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
  
  .movement-actions {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .btn-movement-primary,
  .btn-movement-secondary {
    width: 100%;
    max-width: 20rem;
    text-align: center;
  }
  
  .movement-visual {
    gap: 1rem;
  }
  
  .movement-card {
    padding: 1.5rem;
  }
  
  .movement-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding-top: 2rem;
  }
}

@media (max-width: 30rem) {
  .movement {
    padding: 4rem 0.75rem;
  }
  
  .movement-content {
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .movement-actions {
    gap: 1rem;
  }
  
  .movement-card {
    padding: 1.25rem;
  }
  
  .card-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
  
  .movement-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 1.5rem;
  }
  
  .stat-number {
    margin-bottom: 0.25rem;
  }
}

.vendor-form-section {
  padding: 7.5rem 20vw;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f0fe 100%);
  background: #FAF7F0;
}

.vendor-form-container {
  max-width: 50rem;
  margin: 0 auto;
}

/* Statistics Boxes */
.stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 3rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.stat-box {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 1px solid #1E1A1B;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(30, 26, 27, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(30, 26, 27, 0.15);
  border-width: 1.5px;
}

.stat-number {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #1E1A1B;
  margin-bottom: 0.5rem;
  font-family: 'Sora', sans-serif;
  background: linear-gradient(135deg, #fb923c, #B65031);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-text {
  font-size: clamp(0.875rem, 2vw, 0.95rem);
  line-height: 1.4;
  color: #1E1A1B;
  font-weight: 600;
}

.vendor-form-section .form-header {
  text-align: center;
  margin-bottom: 1rem;
}

.vendor-form-section .form-title {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 700;
  color: #202124;
  margin-bottom: 1.5rem;
  font-family: 'Sora', sans-serif;
}

.vendor-form-section .form-description {
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 1.4;
  color: #1E1A1B;
  margin-bottom: 1rem;
}

.vendor-form {
  background: transaprent;
  border-radius: 1rem;
  padding: 2rem 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.vendor-form-section .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.vendor-form-section .form-group {
  display: flex;
  flex-direction: column;
}

.vendor-form-section .form-label {
  display: block;
  margin-bottom: 0.25rem;
  color: #1E1A1B;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: left;
  position: relative;
}

.info-icon {
  margin-left: 0.5rem;
  color: #412c2c;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  transition: color 0.2s ease;
}

.info-icon:hover {
  color: #666;
}

.helper-text {
  background-color: #E7E7E7;
  color: #412c2c;
  padding: 0.75rem;
  padding-left: 1rem;
  border-radius: 0.1rem;
  font-size: 0.925rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  border: 1px solid #E7E7E7;
  display: flex;
  align-items: center;
  position: relative;
}

.helper-icon {
  color: #412c2c;
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.helper-content {
  flex: 1 1;
  margin-right: 1rem;
}

.close-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #666;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  transition: color 0.2s ease;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.close-icon:hover {
  color: #1E1A1B;
}

.vendor-form-section .form-group.full-width {
  grid-column: 1 / -1;
}

.vendor-form-section .form-group.email-phone-row {
  grid-column: span 1;
}

.vendor-form-section .form-input,
.vendor-form-section .form-select,
.vendor-form-section .form-textarea {
  padding: 0.75rem 1rem;
  border: 1px solid #1E1A1B;
  border-radius: 0.5rem;
  font-size: clamp(0.875rem, 2vw, 1rem);
  transition: border-color 0.2s ease;
  font-family: inherit;
  background: white;
  color: #1E1A1B;
}

/* Placeholder styling for inputs and textareas */
.vendor-form-section .form-input::placeholder,
.vendor-form-section .form-textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

/* Cross-browser placeholder support */
.vendor-form-section .form-input::-webkit-input-placeholder,
.vendor-form-section .form-textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}

.vendor-form-section .form-input::-moz-placeholder,
.vendor-form-section .form-textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

.vendor-form-section .form-input:-ms-input-placeholder,
.vendor-form-section .form-textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
}

/* Style for select when no value is selected (placeholder state) */
.vendor-form-section .form-select:invalid {
  color: #9ca3af;
}

/* Style for select when a value is selected */
.vendor-form-section .form-select:valid {
  color: #1E1A1B;
}

/* Style for the first option (placeholder option) */
.vendor-form-section .form-select option[value=""] {
  color: #9ca3af;
}

/* Style for other options */
.vendor-form-section .form-select option:not([value=""]) {
  color: #1E1A1B;
}

/* Ensure focused select shows normal color */
.vendor-form-section .form-select:focus {
  color: #1E1A1B;
}

/* Remove outer styling for country selector */
.country-selector-wrapper {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  -webkit-appearance: none !important;
          appearance: none !important;
  background-image: none !important;
}

.country-selector-wrapper:hover,
.country-selector-wrapper:focus {
  border: none !important;
  outline: none !important;
}

.vendor-form-section .form-input:hover,
.vendor-form-section .form-select:hover,
.vendor-form-section .form-textarea:hover {
  border-width: 1.5px;
}

.vendor-form-section .form-input:focus,
.vendor-form-section .form-select:focus,
.vendor-form-section .form-textarea:focus {
  outline: none;
  border-color: #EEAE43;
  border-width: 2px;
}

.vendor-form-section .form-select {
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27%231E1A1B%27%3e%3cpolygon points=%2712,15 6,9 18,9%27%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.8rem;
  padding-right: 3rem;
}

/* Country dropdown with flags */
.vendor-form-section .form-select option {
  padding: 0.5rem 0.75rem;
  font-size: inherit;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

/* Ensure flag emojis are properly sized and spaced */
.vendor-form-section .form-select[name="country"] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.02em;
}

.vendor-form-section .form-select[name="country"] option {
  font-family: inherit;
  padding: 0.5rem 0.75rem;
  background: white;
  color: #1E1A1B;
}

/* Style for the selected country to show flag */
.vendor-form-section .form-select[name="country"]:not(:invalid) {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.vendor-form-section .form-textarea {
  resize: vertical;
  min-height: 6.25rem;
}

.vendor-form-section .form-submit {
  width: 100%;
  background: #EEAE43;
  border: none;
  color: #1E1A1B;
  padding: 1.25rem 2rem;
  border-radius: 0.5rem;
  font-size: clamp(1.25rem, 2.75vw, 1.25rem);
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  cursor: pointer;
  transition: all 0s ease;
  margin-top: 1rem;
}

.vendor-form-section .form-submit:hover:not(:disabled) {
  background: url(/static/media/submit-btn-bg-hover.e6f7fe15d3cc1fcb71f6.png) center/cover no-repeat;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.25rem 0.75rem rgba(238, 174, 67, 0.3)
}

.vendor-form-section .form-submit:disabled {
  background: #EEAE43;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.vendor-form-section .form-submit.submitting {
  position: relative;
}

.vendor-form-section .form-submit.submitting::after {
  content: '';
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.vendor-form-section .success-message {
  background: #e8f5e8;
  border: 1px solid #4caf50;
  color: #2e7d32;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.vendor-form-section .error-message {
  background: #ffebee;
  border: 1px solid #f44336;
  color: #c62828;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Privacy note styling */
.privacy-note {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0;
  line-height: 1.4;
  /* font-style: italic; */
}

@media (max-width: 48rem) {
  .vendor-form-section {
    padding: 5rem 1rem;
    font-size: 1.05rem;
  }

  .vendor-form {
    padding: 2rem 0.5rem;
  }

  .stats-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .stat-box {
    padding: 1.5rem 1rem;
    max-width: 25rem;
    min-width: 25rem;
    margin: 0 auto;
  }

  .stat-number {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }

  .stat-text {
    font-size: 1rem;
  }

  .vendor-form-section .form-title {
    font-size: clamp(1.35rem, 5vw, 2.25rem)
  }

  .vendor-form-section .form-description {
    font-size: 1.1rem;
  }

  .vendor-form-section .form-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .vendor-form-section .form-group.email-phone-row {
    grid-column: span 1;
  }

  .vendor-form-section .form-header {
    margin-bottom: 2.5rem;
  }

  .vendor-form-section .form-input,
  .vendor-form-section .form-textarea,
  .vendor-form-section .form-select {
    font-size: 1rem;
  }

  .btn-submit {
    font-size: 1.1rem;
  }
}

@media (max-width: 30rem) {
  .vendor-form-section {
    padding: 4rem 0.75rem;
  }

  .vendor-form {
    padding: 1.5rem 0.5rem;
    border-radius: 0.75rem;
  }

  .stats-container {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .stat-box {
    padding: 1.25rem 0.75rem;
    width: 22rem;
  }

  .stat-number {
    font-size: clamp(1.5rem, 7vw, 2rem);
    margin-bottom: 0.25rem;
  }

  .stat-text {
    font-size: 0.875rem;
  }

  .form-grid {
    gap: 1rem;
  }

  .form-header {
    margin-bottom: 2rem;
  }

  .form-input,
  .form-select,
  .form-textarea {
    padding: 0.625rem 0.75rem;
  }

  .form-select {
    padding-right: 2.5rem;
    background-size: 1.25rem;
  }

  .form-submit {
    padding: 1rem 1.5rem;
    margin-top: 1rem;
  }
}

/* Content Protection - Prevent text selection and right-click */
.vendor-form-section .btn-submit,
.vendor-form-section .form-input,
.vendor-form-section .form-textarea,
.vendor-form-section .form-select,
.vendor-form-section .form-title,
.vendor-form-section .form-description {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.country-selector {
  position: relative;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  -webkit-appearance: none;
          appearance: none;
  background-image: none;
}

.country-selector-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 1px solid #1E1A1B;
  border-radius: 0.5rem;
  background: white;
  cursor: pointer;
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-family: inherit;
  transition: border-color 0.2s ease;
  min-height: 3rem;
  position: relative;
}

.country-selector-trigger:hover {
  border-width: 1.5px;
}

.country-selector-trigger:focus {
  outline: none;
  border-color: #EEAE43;
  border-width: 2px;
}

.country-selector-trigger.open {
  border-color: #EEAE43;
  border-width: 2px;
}

.country-selector-trigger.placeholder {
  color: #9ca3af;
}

.country-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1E1A1B;
}

.country-flag {
  font-size: 1.2em;
  line-height: 1;
  min-width: 1.5rem;
  text-align: center;
  display: inline-block;
}

/* Loading state styling */
.country-flag-loading {
  background: #f8f9fa;
  color: #6c757d;
  font-size: 0.75em;
  font-weight: 500;
  border-radius: 3px;
  padding: 2px 4px;
  min-width: 1.25rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  border: 1px solid #dee2e6;
}

/* Fallback styling for browsers without emoji support */
.country-flag-fallback {
  color: white;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 3px;
  padding: 2px 4px;
  min-width: 1.25rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.country-flag-fallback:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.country-name {
  flex: 1 1;
  text-align: left;
}

.placeholder-text {
  color: #9ca3af;
  font-style: normal;
  font-size: 1rem;
  font-family: inherit;
  font-weight: inherit;
}

.dropdown-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27%231E1A1B%27%3e%3cpolygon points=%2712,15 6,9 18,9%27%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.8rem;
  transition: transform 0.2s ease;
  pointer-events: none;
}

.country-selector-trigger.open .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.country-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #1E1A1B;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 16rem;
  overflow: hidden;
}

.country-search {
  padding: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.country-search-input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  outline: none;
}

.country-search-input:focus {
  border-color: #EEAE43;
}

.country-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 12rem;
  overflow-y: auto;
}

.country-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid #f3f4f6;
}

.country-item:hover {
  background-color: #f9fafb;
}

.country-item.selected {
  background-color: #EEAE43;
  color: white;
}

.country-item.selected .country-flag {
  filter: brightness(1.1);
}

.country-item:last-child {
  border-bottom: none;
}

/* Scrollbar styling */
.country-list::-webkit-scrollbar {
  width: 6px;
}

.country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.country-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.country-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Mobile responsive */
@media (max-width: 48rem) {
  .country-selector-trigger {
    padding: 0.625rem 2.5rem 0.625rem 0.875rem;
  }

  .country-dropdown {
    max-height: 14rem;
  }

  .country-list {
    max-height: 10rem;
  }

  .country-item {
    padding: 0.625rem 0.875rem;
  }

  .country-flag {
    font-size: 1.1em;
  }
}

@media (max-width: 30rem) {
  .country-selector-trigger {
    padding: 0.625rem 2.5rem 0.625rem 0.75rem;
  }

  .dropdown-arrow {
    right: 1rem;
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transform: translateY(-50%);
  }

  .country-selector-trigger.open .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
  }

  .country-item {
    padding: 0.5rem 0.75rem;
  }

  .country-flag {
    font-size: 1em;
    min-width: 1.25rem;
  }
}

.footer {
  background: #412c2c;
  color: white;
  padding: 3rem 1.5rem 1.5rem;
  position: relative;
}

.footer-container {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.footer-left {
  flex: 1 1;
}

.footer-right {
  flex-shrink: 0;
}

.footer-logo {
  font-size: clamp(1.5rem, 4vw, 1.25rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
  font-family: 'Sora', sans-serif;

}

.footer-description {
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  line-height: 1.6;
  color: #fff; /* gray-400 */
  margin-bottom: 0.4rem;
  max-width: 22.75rem;
  font-weight: 500;

}

.footer-title {
  font-size: clamp(1.5rem, 4vw, 1.25rem);
  font-weight: 600;
  color: white;
  margin-bottom: 0.75rem;
  font-family: 'Sora', sans-serif;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;

}

.footer-legal-links a,
.footer-link-button {
  color: #fff; /* gray-400 */
  text-decoration: none;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  transition: color 0.2s ease;
}

.footer-link-button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

.footer-legal-links a:hover,
.footer-link-button:hover {
  color: white;
}

.footer-separator {
  color: #fff; /* gray-500 */
  font-size: clamp(0.75rem, 2vw, 0.875rem);
}

/* Contact Email Styling */
.footer-contact {
  margin-top: 1rem;
  font-size: clamp(0.875rem, 2.5vw, 0.95rem);
}

.footer-contact-text {
  color: #fff;
}

.footer-email-link {
  color: #E09F2A;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background: linear-gradient(135deg, transparent 0%, rgba(224, 159, 42, 0.1) 100%);
  border: 1px solid transparent;
}

.footer-email-link:hover {
  color: #F4B942;
  background: linear-gradient(135deg, rgba(224, 159, 42, 0.15) 0%, rgba(244, 185, 66, 0.2) 100%);
  border-color: rgba(224, 159, 42, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(224, 159, 42, 0.25);
}

.footer-email-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(224, 159, 42, 0.2);
}

/* Email icon effect */
.footer-email-link::before {
  content: "✉";
  margin-right: 0.3rem;
  font-size: 1.1rem;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.footer-email-link:hover::before {
  opacity: 1;
  transform: scale(1.1);
}

.footer-bottom {
  border-top: 1px solid #fff; /* gray-700 */
  padding-top: 2rem;
  text-align: center;
  margin-top: 3rem;
}

.footer-copyright {
  color: #fff; /* gray-500 */
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  margin: 0;
  margin-bottom: 2rem;
}

@media (max-width: 64rem) {
  .footer-bar-background {
    height: 25px;
    background-size: 280px 25px;
  }
}

@media (max-width: 48rem) {
  .footer {
    padding: 3.75rem 1rem 1.5rem;
    font-size: 1.05rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 2.5rem;
    text-align: center;
  }

  .footer-logo {
    font-size: clamp(1.5rem, 4vw, 1.75rem);
  }

  .footer-description {
    font-size: 1.05rem;
  }

  .footer-title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
  }

  .footer-left,
  .footer-right {
    flex: none;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-contact {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .footer-email-link {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .footer-legal-links {
    justify-content: center;
  }

  .footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 30rem) {
  .footer {
    padding: 3rem 0.75rem 1rem;
  }

  .footer-content {
    gap: 2rem;
  }

  .footer-logo {
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .footer-description {
    margin-bottom: 0.4rem;
  }

  .footer-contact {
    margin-top: 0.75rem;
  }

  .footer-email-link {
    font-size: 0.875rem;
    padding: 0.4rem 0.8rem;
  }

  .footer-title {
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .footer-legal-links {
    gap: 0.5rem;
  }

  .footer-bar-background {
    height: 20px;
    background-size: 240px 20px;
  }
}

/* Footer Bar Background */
.footer-bar-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29px;
  background-image: url(/static/media/footer-bar.ead1a50a246b82fe373e.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 320px 29px;
  z-index: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal-content {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 50rem;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem 0.75rem 2rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  font-family: 'Sora', sans-serif;
}

.modal-close-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 2.5rem;
  height: 2.5rem;
}

.modal-close-button:hover {
  background: #e5e7eb;
}

.close-icon {
  font-size: 3rem;
  color: #6b7280;
  line-height: 1;
}

.modal-body {
  padding: 2rem;
  overflow-y: auto;
  max-height: calc(90vh - 5rem);
  line-height: 1.7;
  color: #374151;
  font-size: 0.95rem;
}

.modal-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 2.5rem 0 1.25rem 0;
  font-family: 'Sora', sans-serif;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5e7eb;
}

.modal-body h3:first-child {
  margin-top: 0;
}

.modal-body h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin: 1.75rem 0 1rem 0;
  font-family: 'Sora', sans-serif;
}

.modal-body h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #4b5563;
  margin: 1.5rem 0 0.75rem 0;
  font-family: 'Sora', sans-serif;
}

.modal-body p {
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  text-align: justify;
}

.modal-body ul {
  margin: 1.25rem 0;
  padding-left: 2rem;
}

.modal-body ol {
  margin: 1.25rem 0;
  padding-left: 2rem;
}

.modal-body li {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.modal-body strong {
  color: #1f2937;
  font-weight: 700;
}

.modal-body em {
  color: #4b5563;
  font-style: italic;
}

/* Enhanced styling for specific content types */
.modal-body .contact-info {
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  border-left: 4px solid #3b82f6;
}

.modal-body .effective-date {
  background: #fef3c7;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  margin: 2rem 0 0 0;
  font-size: 0.875rem;
  color: #92400e;
  border-left: 4px solid #f59e0b;
}

.modal-body .section-intro {
  font-style: italic;
  color: #6b7280;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #e5e7eb;
}

/* Mobile responsive */
@media (max-width: 48rem) {
  .modal-overlay {
    padding: 0.5rem;
    /* Fallback for browsers without safe-area support */
    padding-top: 1rem;
    /* Modern safe-area support */
    padding-top: calc(env(safe-area-inset-top, 0) + 1rem);
    align-items: flex-start;
  }

  .modal-content {
    max-width: 100%;
    /* Fallback for browsers without safe-area support */
    max-height: calc(100vh - 3rem);
    /* Modern safe-area support */
    max-height: calc(100vh - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0) - 3rem);
    border-radius: 8px;
    margin-top: 0;
  }

  .modal-header {
    padding: 1rem 1.5rem;
  }

  .modal-title {
    font-size: 1.25rem;
  }

  .modal-body {
    padding: 1.5rem;
    /* Fallback for browsers without safe-area support */
    max-height: calc(100vh - 8rem);
    /* Modern safe-area support */
    max-height: calc(100vh - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0) - 8rem);
    font-size: 0.9rem;
  }

  .modal-body h3 {
    font-size: 1.125rem;
    margin: 2rem 0 1rem 0;
  }

  .modal-body h4 {
    font-size: 1rem;
    margin: 1.5rem 0 0.75rem 0;
  }

  .modal-body h5 {
    font-size: 0.95rem;
    margin: 1.25rem 0 0.5rem 0;
  }

  .modal-body p,
  .modal-body li {
    font-size: 0.9rem;
  }

  .modal-body ul,
  .modal-body ol {
    padding-left: 1.5rem;
  }

  .modal-body .contact-info,
  .modal-body .effective-date {
    padding: 1rem;
    margin: 1rem 0;
  }
}

@media (max-width: 30rem) {
  .modal-overlay {
    padding: 0.25rem;
    /* Fallback for browsers without safe-area support */
    padding-top: 0.75rem;
    /* Modern safe-area support */
    padding-top: calc(env(safe-area-inset-top, 0) + 0.75rem);
  }

  .modal-header {
    padding: 0.75rem 1rem;
  }

  .modal-title {
    font-size: 1.125rem;
  }

  .modal-body {
    padding: 1rem;
    font-size: 0.875rem;
  }

  .modal-body h3 {
    font-size: 1rem;
    margin: 1.5rem 0 0.75rem 0;
  }

  .modal-body h4 {
    font-size: 0.95rem;
    margin: 1.25rem 0 0.5rem 0;
  }

  .modal-body h5 {
    font-size: 0.9rem;
    margin: 1rem 0 0.5rem 0;
  }

  .modal-body p,
  .modal-body li {
    font-size: 0.875rem;
  }

  .modal-close-button {
    width: 2rem;
    height: 2rem;
  }

  .close-icon {
    font-size: 3rem;
  }

  .modal-body .contact-info,
  .modal-body .effective-date {
    padding: 0.75rem;
    margin: 0.75rem 0;
    font-size: 0.8rem;
  }
}

.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #B65031 0%, #EEAE43 100%);
  padding: 1rem;
}

.login-container .login-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  width: 100%;
  max-width: 450px;
  animation: slideUp 0.5s ease-out;
}

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

.login-container .login-header {
  text-align: center;
  margin-bottom: 2rem;
}

.login-container .login-logo {
  height: 3rem;
  width: auto;
  margin-bottom: 1rem;
}

.login-container .login-header h1 {
  color: #1E1A1B;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  font-family: 'Sora', sans-serif;
}

.login-container .login-header p {
  color: #6B7280;
  margin: 0;
  font-size: 0.875rem;
}

.login-container .login-form {
  display: flex;
  flex-direction: column;
}

.login-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.login-container .form-group label {
  color: #374151;
  font-weight: 600;
  font-size: 0.875rem;
}

.login-container .form-group input {
  padding: 0.75rem 1rem;
  border: 2px solid #E5E7EB;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: white;
}

.login-container .form-group input:focus {
  outline: none;
  border-color: #B65031;
  box-shadow: 0 0 0 3px rgba(182, 80, 49, 0.1);
}

.login-container .form-group input:disabled {
  background: #F9FAFB;
  cursor: not-allowed;
}

.login-container .form-group input::placeholder {
  color: #9CA3AF;
}

.login-container .error-message {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #DC2626;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
}

.login-container .login-button {
  background: #B65031;
  color: white;
  border: none;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Sora', sans-serif;
}

.login-container .login-button:hover:not(:disabled) {
  background: #A0442A;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(182, 80, 49, 0.3);
}

.login-container .login-button:disabled {
  background: #9CA3AF;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.login-container .login-footer {
  margin-top: 2rem;
  text-align: center;
}

.login-container .back-to-home {
  color: #6B7280;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.login-container .back-to-home:hover {
  color: #B65031;
}

/* Responsive design */
@media (max-width: 480px) {
  .login-container .login-card {
    padding: 2rem 1.5rem;
    margin: 1rem;
  }

  .login-container .login-header h1 {
    font-size: 1.5rem;
  }

  .login-container .login-logo {
    height: 2.5rem;
  }
}

.dashboard-container {
  min-height: 100vh;
  background: #F9FAFB;
}

.dashboard-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(182, 80, 49, 0.1);
  padding: 0.75rem 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(182, 80, 49, 0.08);
}

.dashboard-header-content {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
}

.dashboard-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dashboard-logo {
  height: 1.75rem;
  width: auto;
}

.dashboard-title h1 {
  color: #1E1A1B;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  font-family: 'Sora', sans-serif;
  background: linear-gradient(135deg, #B65031, #D4A574);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dashboard-title p {
  color: #6B7280;
  margin: 0;
  font-size: 0.875rem;
}

.header-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.change-password-button {
  background: linear-gradient(135deg, #D4A574, #B8956A);
  color: white;
  border: none;
  padding: 0.375rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(212, 165, 116, 0.2);
}

.change-password-button:hover {
  background: linear-gradient(135deg, #B8956A, #A0825A);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(212, 165, 116, 0.3);
}

.logout-button {
  background: linear-gradient(135deg, #B65031, #A0442A);
  color: white;
  border: none;
  padding: 0.375rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(182, 80, 49, 0.2);
}

.logout-button:hover {
  background: linear-gradient(135deg, #A0442A, #8B3A23);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(182, 80, 49, 0.3);
}

.dashboard-main {
  padding: 0 2rem;

}

.dashboard-content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}

.stats-section {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.stats-section.compact {
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.stat-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  flex: 1 1;
  min-width: 220px;
  border-left: 4px solid #B65031;
  transition: all 0.3s ease;
  border: 1px solid rgba(182, 80, 49, 0.1);
}

.stat-card.compact {
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  min-width: 180px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-card.vendor-stat {
  border-left-color: #B65031;
  border-width: 2px;
}

.stat-card.customer-stat {
  border-left-color: #EEAE43;
  border-width: 2px;
}

.stat-card h3 {
  color: #6B7280;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-number {
  color: #B65031;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  font-family: 'Sora', sans-serif;
}

.submissions-section {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid rgba(182, 80, 49, 0.1);
}

.submissions-section h2 {
  color: #1E1A1B;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  font-family: 'Sora', sans-serif;
}

.change-password-form .error-message {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #DC2626;
  padding: 1rem 1.5rem;
  margin: 0 1.5rem 1rem 1.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

.empty-state {
  padding: 3rem 1.5rem;
  text-align: center;
  color: #6B7280;
}

.submissions-table-container {
  overflow-x: auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #E5E7EB;
  margin-bottom: 1.5rem;
}

.submissions-table-container::-webkit-scrollbar {
  height: 8px;
}

.submissions-table-container::-webkit-scrollbar-track {
  background: #F3F4F6;
  border-radius: 4px;
}

.submissions-table-container::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 4px;
}

.submissions-table-container::-webkit-scrollbar-thumb:hover {
  background: #9CA3AF;
}

.submissions-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.875rem;
  min-width: 1000px; /* Ensure table has minimum width to show all columns */
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Resizable table styles */
.submissions-table.resizable {
  table-layout: auto;
}

.submissions-table.resizable th {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}

.submissions-table.resizable th:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  cursor: col-resize;
  background: transparent;
  z-index: 1;
}

.submissions-table.resizable th:not(:last-child):hover::after {
  background: rgba(59, 130, 246, 0.3);
}

.submissions-table.resizable th.resizing::after {
  background: rgba(59, 130, 246, 0.6);
}

/* Default column widths for resizable tables */
.submissions-table.resizable th {
  min-width: 80px;
}

.submissions-table.resizable th:nth-child(1) { width: 200px; } /* First column */
.submissions-table.resizable th:nth-child(2) { width: 150px; } /* Second column */
.submissions-table.resizable th:nth-child(3) { width: 180px; } /* Third column */
.submissions-table.resizable th:nth-child(4) { width: 140px; } /* Fourth column */
.submissions-table.resizable th:nth-child(5) { width: 120px; } /* Fifth column */
.submissions-table.resizable th:nth-child(6) { width: 100px; } /* Sixth column */
.submissions-table.resizable th:nth-child(7) { width: 120px; } /* Seventh column */
.submissions-table.resizable th:nth-child(8) { width: 140px; } /* Eighth column */

.submissions-table th {
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
  color: #374151;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1.25rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid #E5E7EB;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.submissions-table td {
  padding: 1.25rem 0.75rem;
  border-bottom: 1px solid #F3F4F6;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
  transition: background-color 0.2s ease;
}

/* Override text-overflow for specific interactive elements */
.submissions-table td .status-select,
.submissions-table td .action-btn,
.submissions-table td .action-button,
.submissions-table td .status-badge {
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
  max-width: none !important;
}

.submissions-table tbody tr:hover {
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.business-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.business-info strong {
  color: #1E1A1B;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.website-link {
  color: #B65031;
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.2s ease;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.website-link:hover {
  color: #A0442A;
  text-decoration: underline;
}

.email-link {
  color: #3B82F6;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.8rem;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.email-link:hover {
  color: #2563EB;
  text-decoration: underline;
}

.description-cell {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #6B7280;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.description-cell:hover {
  background: #F3F4F6;
  color: #374151;
}

.description-cell.expanded {
  white-space: normal;
  max-width: none;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  padding: 0.5rem;
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
}

.description-cell .expand-hint {
  font-size: 0.7rem;
  color: #9CA3AF;
  font-style: italic;
  margin-left: 0.25rem;
}

/* Status Select Styles */
.status-select {
  padding: 0.25rem 0.5rem;
  border: 1px solid #D1D5DB;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: visible;
  text-overflow: initial;
  min-width: 80px;
  width: auto;
}

.status-select:focus {
  outline: none;
  border-color: #B65031;
  box-shadow: 0 0 0 2px rgba(182, 80, 49, 0.1);
}

.status-pending {
  background: #FEF3C7;
  color: #92400E;
  border-color: #F59E0B;
}

.status-active {
  background: #D1FAE5;
  color: #065F46;
  border-color: #10B981;
}

.status-rejected {
  background: #FEE2E2;
  color: #991B1B;
  border-color: #EF4444;
}

/* Date column styling - only for submissions table, not vendor/customer tables */
.submissions-table:not(.vendor-table):not(.customer-table) td:last-child {
  font-size: 0.75rem;
  color: #6B7280;
  font-weight: 500;
  white-space: nowrap;
}

/* Actions column styling */
.submissions-table.vendor-table td:nth-child(8),
.submissions-table.vendor-users-table td:nth-child(7),
.submissions-table.customer-table td:nth-child(8),
.submissions-table.customer-table td:nth-child(7) {
  text-align: center;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
  min-width: 120px !important;
  width: auto !important;
}

/* Status column styling */
.submissions-table td:has(.status-select),
.submissions-table td:has(.status-badge) {
  white-space: nowrap;
  overflow: visible;
  text-overflow: initial;
}

/* Pagination Styles */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  border-top: 1px solid #E5E7EB;
  background: #F9FAFB;
}

.pagination-btn {
  background: #B65031;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-btn:hover:not(:disabled) {
  background: #A0442A;
  transform: translateY(-1px);
}

.pagination-btn:disabled {
  background: #9CA3AF;
  cursor: not-allowed;
  transform: none;
}

.pagination-info {
  color: #6B7280;
  font-size: 0.875rem;
  font-weight: 500;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 1rem;
}

.spinner {
  width: 2rem;
  height: 2rem;
  border: 3px solid #E5E7EB;
  border-top: 3px solid #B65031;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-spinner p {
  color: #6B7280;
  font-size: 0.875rem;
}

/* Responsive design */
@media (max-width: 768px) {
  .dashboard-header {
    padding: 0.5rem 1rem;
  }

  .dashboard-header-content {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .dashboard-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .dashboard-logo {
    height: 1.25rem;
  }

  .dashboard-title h1 {
    font-size: 1rem;
  }

  .dashboard-main {
    padding: 1rem 0.5rem;
  }

  .dashboard-content {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .stats-section {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-card {
    min-width: auto;
  }

  .submissions-table {
    font-size: 0.75rem;
    table-layout: auto;
    min-width: 800px;
  }

  .submissions-table th,
  .submissions-table td {
    padding: 0.75rem 0.5rem;
    white-space: normal;
  }

  .action-btn,
  .action-button {
    padding: 0.375rem 0.75rem;
    font-size: 0.625rem;
    min-width: 70px;
  }

  .description-cell {
    max-width: 100px;
    font-size: 0.7rem;
  }

  .business-info strong {
    font-size: 0.75rem;
  }

  /* Reset column widths on mobile */
  .submissions-table.vendor-table th,
  .submissions-table.vendor-table td,
  .submissions-table.vendor-users-table th,
  .submissions-table.vendor-users-table td,
  .submissions-table.customer-table th,
  .submissions-table.customer-table td {
    width: auto !important;
    min-width: 80px;
  }

  .pagination {
    flex-direction: column;
    gap: 0.75rem;
  }

  .pagination-btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  .status-select {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
  }

  .header-actions {
    flex-direction: column;
    gap: 0.5rem;
  }

  .change-password-button,
  .logout-button {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}

/* Change Password Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal-content {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  width: 90%;
  max-width: 450px;
  max-height: 90vh;
  overflow-y: auto;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1rem;
  border-bottom: 1px solid #E5E7EB;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F2937;
  background: linear-gradient(135deg, #B65031, #D4A574);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6B7280;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: #F3F4F6;
  color: #374151;
}

.change-password-form {
  padding: 1.5rem 2rem 2rem;
}

.change-password-form .form-group {
  margin-bottom: 1.5rem;
}

.change-password-form .form-group label {
  display: block;
  font-weight: 600;
  color: #374151;
  font-size: 0.875rem;
}

.change-password-form .form-group input {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #E5E7EB;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.change-password-form .form-group input:focus {
  outline: none;
  border-color: #B65031;
  box-shadow: 0 0 0 3px rgba(182, 80, 49, 0.1);
}

.change-password-form .error-message {
  background: #FEF2F2;
  color: #DC2626;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  border: 1px solid #FECACA;
}

.change-password-form .success-message {
  background: #F0FDF4;
  color: #16A34A;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  border: 1px solid #BBF7D0;
}

.change-password-form .modal-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  position: static;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.cancel-button {
  background: #F3F4F6;
  color: #374151;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cancel-button:hover {
  background: #E5E7EB;
}

.submit-button {
  background: linear-gradient(135deg, #B65031, #A0442A);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(182, 80, 49, 0.2);
}

.submit-button:hover {
  background: linear-gradient(135deg, #A0442A, #8B3A23);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(182, 80, 49, 0.3);
}

/* Action Buttons */
.action-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.view-btn {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
  color: white;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
}

.view-btn:hover {
  background: linear-gradient(135deg, #2563EB, #1E40AF);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

/* Vendor Detail Modal */
.vendor-detail-modal {
  max-width: 1050px;
  max-height: 82vh;
  overflow: hidden;
  padding: 0;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
}

.vendor-detail-content {
  padding: 1.5rem 3rem 8rem 3rem;
  max-height: calc(82vh - 160px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.vendor-detail-content::-webkit-scrollbar {
  width: 6px;
}

.vendor-detail-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

.vendor-detail-content::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.vendor-detail-content::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}



.detail-section {
  margin-bottom: 3rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.detail-section:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.detail-section:last-child {
  margin-bottom: 0;
}

.detail-section h3 {
  color: #1e293b;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #B65031;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #B65031 0%, #D4A574 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.detail-section h3::before {
  content: '';
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #B65031 0%, #D4A574 100%);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(182, 80, 49, 0.3);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}

.detail-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.detail-field.full-width {
  grid-column: 1 / -1;
}

.detail-field label {
  font-weight: 700;
  color: #374151;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.detail-value {
  color: #1F2937;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0.6rem;
  background: white;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.detail-value a {
  color: #B65031;
  text-decoration: none;
  font-weight: 600;
}

.detail-value a:hover {
  text-decoration: underline;
}

.detail-input {
  padding: 0.75rem;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  background: white;
  color: #1F2937;
  min-height: 40px;
}

.detail-input:focus {
  outline: none;
  border-color: #B65031;
  box-shadow: 0 0 0 3px rgba(182, 80, 49, 0.1);
  transform: translateY(-1px);
}

.detail-textarea {
  padding: 0.75rem;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  background: white;
  color: #1F2937;
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
  line-height: 1.5;
}

.detail-textarea:focus {
  outline: none;
  border-color: #B65031;
  box-shadow: 0 0 0 3px rgba(182, 80, 49, 0.1);
  transform: translateY(-1px);
}

/* Expandable Text */
.expandable-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.expand-text-btn {
  background: none;
  border: none;
  color: #B65031;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.expand-text-btn:hover {
  color: #A0442A;
}

/* Business Name Styling */
.business-name {
  font-weight: 600;
  color: #1F2937;
}

/* Submitted Date Column */
.submitted-date {
  font-size: 0.75rem !important;
  color: #6B7280 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

/* Country Selector in Modal */
.detail-country-selector {
  width: 100%;
}

.detail-country-selector .country-selector-trigger {
  min-height: 40px;
  padding: 0.75rem;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.detail-country-selector .country-selector-trigger:focus {
  border-color: #B65031;
  box-shadow: 0 0 0 3px rgba(182, 80, 49, 0.1);
  transform: translateY(-1px);
}

/* File Upload Styling */
.file-upload-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.file-upload-input {
  padding: 0.75rem;
  border: 1px dashed #D1D5DB;
  border-radius: 6px;
  background: #F9FAFB;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-input:hover {
  border-color: #B65031;
  background: #FEF7F0;
}

.file-upload-input input[type="file"] {
  display: none;
}

.file-upload-label {
  color: #6B7280;
  font-size: 0.8rem;
  cursor: pointer;
}

/* Business Type Select Dropdown Arrow */
.business-type-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27%231E1A1B%27%3e%3cpolygon points=%2712,15 6,9 18,9%27%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2.8rem;
  padding-right: 3rem;
}

.file-upload-preview {
  max-width: 200px;
  max-height: 100px;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  object-fit: cover;
}

.file-upload-preview:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.banner-preview {
  max-width: 300px;
  max-height: 120px;
}

.image-preview {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 2px dashed #cbd5e1;
}

.image-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

/* Vendor Detail Modal Actions */
.vendor-detail-modal .modal-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-top: 1px solid #e2e8f0;
  border-radius: 0 0 16px 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin: 0;
  z-index: 10;
}

.vendor-detail-modal .modal-actions-left {
  display: flex;
  gap: 1rem;
}

.vendor-detail-modal .modal-actions-right {
  display: flex;
  gap: 1rem;
}

.btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-height: 36px;
}

.btn-primary {
  background: linear-gradient(135deg, #B65031 0%, #D4A574 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(182, 80, 49, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(182, 80, 49, 0.4);
}

.btn-secondary {
  background: linear-gradient(135deg, #6b7280 0%, #9ca3af 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(107, 114, 128, 0.3);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(107, 114, 128, 0.4);
}

.btn-close {
  background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
  color: white;
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}

.btn-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(239, 68, 68, 0.4);
}

/* Action Button in Table */
.action-btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

.view-btn {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  color: white;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
}

.view-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.4);
}

/* Responsive Design for Vendor Detail Modal */
@media (max-width: 1200px) {
  .vendor-detail-modal {
    max-width: 95vw;
    max-height: 85vh;
    margin: 1rem;
  }

  .vendor-detail-content {
    max-height: calc(85vh - 160px);
  }
}

@media (max-width: 768px) {
  .vendor-detail-modal {
    max-width: 95vw;
    max-height: 90vh;
    margin: 1rem;
  }

  .vendor-detail-content {
    padding: 2rem 2rem 0 2rem;
    max-height: calc(90vh - 160px);
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .detail-field.full-width {
    grid-column: 1;
  }

  .detail-section {
    padding: 2rem;
  }

  .vendor-detail-modal .modal-actions {
    padding: 1rem 2rem;
    flex-direction: column;
    gap: 1rem;
  }

  .vendor-detail-modal .modal-actions-left,
  .vendor-detail-modal .modal-actions-right {
    width: 100%;
    justify-content: center;
  }
}

/* Tab Navigation Styles */
.tab-navigation {
  display: flex;
  gap: 0;
  margin: 2rem 0 1rem 0;
  border-bottom: 2px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tab-button {
  padding: 1rem 2rem;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  flex: 1 1;
  text-align: center;
}

.tab-button:hover {
  color: #B65031;
  background-color: rgba(182, 80, 49, 0.05);
}

.tab-button.active {
  color: #B65031;
  border-bottom-color: #B65031;
  background-color: rgba(182, 80, 49, 0.1);
  font-weight: 600;
}

.tab-button.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #B65031;
}

/* Disabled status select styling */
.status-select:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}

.status-select:disabled:hover {
  background-color: #f3f4f6;
}

/* Action button styles */
.action-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  min-width: 90px;
  white-space: nowrap;
  overflow: visible;
  text-overflow: initial;
}

.action-btn.view-btn {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: white;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
}

.action-btn.view-btn:hover {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.4);
}

/* Ensure action buttons in tables never get truncated */
.submissions-table .action-btn,
.submissions-table .action-button {
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: initial !important;
  min-width: 100px !important;
  width: auto !important;
  flex-shrink: 0 !important;
}

.action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Legacy support for action-button class */
.action-button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  min-width: 90px;
  white-space: nowrap;
  overflow: visible;
  text-overflow: initial;
}

.action-button.view-button {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: white;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
}

.action-button.view-button:hover {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.4);
}

