/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #0B2E1A;
  --primary-hover: #0d3a20;
  --secondary-color: #F5F5DC;
  --text-dark: #333;
  --text-light: #666;
  --text-white: #ffffff;
  --bg-white: #ffffff;
  --bg-light: #F5F5DC;
  --border-color: rgba(0, 0, 0, 0.1);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--bg-white);
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

/* Navigation */
.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--primary-color);
  box-shadow: var(--shadow-md);
  animation: slideDown 0.6s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Card load animation */
@keyframes fadeInUp {
  from {
    transform: translateY(12px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Apply subtle entrance animation to common card-like elements */
.card,
.origin-card,
.grade-card,
.mission-card,
.vision-card,
.stat-card {
  animation: fadeInUp 0.6s ease both;
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

@media (min-width: 640px) {
  .nav-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .nav-container {
    padding: 0 2rem;
  }
}

.logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

@media (min-width: 768px) {
  .logo-img {
    height: 48px;
  }
}

.nav-menu-desktop {
  display: none;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .nav-menu-desktop {
    display: flex;
  }
}

.nav-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--text-white);
}

.mobile-menu-btn {
  display: flex;
  color: var(--text-white);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

.mobile-menu {
  display: none;
  padding-bottom: 1rem;
}

.mobile-menu.active {
  display: block;
}

.mobile-nav-link {
  display: block;
  padding: 0.75rem 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s;
}

.mobile-nav-link:hover {
  color: var(--text-white);
}

.mobile-btn {
  margin-top: 1rem;
  width: 100%;
}

/* Buttons */
.btn {
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 1rem;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--text-white);
  box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  box-shadow: var(--shadow-xl);
}

.btn-secondary {
  background-color: var(--bg-white);
  color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
  background-color: #f9fafb;
  box-shadow: var(--shadow-xl);
}

.btn-outline {
  border: 2px solid var(--text-white);
  color: var(--text-white);
  background: transparent;
}

.btn-outline:hover {
  background-color: var(--text-white);
  color: var(--primary-color);
}

/* Hero Section */
.hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(rgba(11, 46, 26, 0.75), rgba(11, 46, 26, 0.75)),
    url('https://images.unsplash.com/photo-1739050981003-6e2cfb081384?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxjb2ZmZWUlMjBjdXBwaW5nJTIwdGFzdGluZ3xlbnwxfHx8fDE3NjkwMTUwNTl8MA&ixlib=rb-4.1.0&q=80&w=1080');
  background-size: cover;
  background-position: center;
  animation: fadeIn 0.8s ease-out;
}

@media (min-width: 768px) {
  .hero {
    height: 700px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-content {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
  color: var(--text-white);
}

.hero-title {
  margin-bottom: 1.5rem;
  color: var(--text-white);
  font-size: 2.25rem;
  animation: slideUp 0.8s ease-out 0.2s both;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  animation: slideUp 0.8s ease-out 0.4s both;
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 1.5rem;
  }
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  animation: slideUp 0.8s ease-out 0.6s both;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

/* Section Styles */
section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 4rem;
}

.section-header h2 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.section-header.white h2 {
  color: var(--text-white);
}

.section-description {
  font-size: 1.125rem;
  color: var(--text-light);
  line-height: 1.75;
}

.section-description.white {
  color: rgba(255, 255, 255, 0.8);
}

/* Introduction Section */
.intro-section {
  background-color: var(--bg-white);
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.info-box {
  background-color: var(--bg-white);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid #f3f4f6;
  transition: all 0.3s;
}

.info-box:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

.info-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background-color: rgba(11, 46, 26, 0.2);
  color: var(--primary-color);
}

.info-box h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.info-box p {
  color: var(--text-dark);
}

/* About Section */
.about-section {
  background-color: rgba(245, 245, 220, 0.3);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.about-content h2 {
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.about-content p {
  color: var(--text-dark);
  margin-bottom: 1rem;
  line-height: 1.75;
}

.stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.stat-item {
  flex: 1;
}

.stat-number {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--primary-color);
}

.stat-label {
  color: var(--text-light);
}

.about-image {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .mission-vision-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.mission-card,
.vision-card {
  background-color: var(--bg-white);
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border-top: 4px solid var(--primary-color);
}

.vision-card {
  border-top-color: #9ca3af;
}

.mission-card h3,
.vision-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.mission-card p,
.vision-card p {
  color: var(--text-dark);
  line-height: 1.75;
}

/* Coffee Origins Section */
.coffee-section {
  background-color: var(--bg-white);
}

.origins-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .origins-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .origins-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.origin-card {
  background-color: var(--bg-white);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: box-shadow 0.3s;
}

.origin-card:hover {
  box-shadow: var(--shadow-xl);
}

.origin-image {
  position: relative;
  height: 16rem;
  overflow: hidden;
}

.origin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.origin-card:hover .origin-image img {
  transform: scale(1.1);
}

.origin-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 46, 26, 0.8), transparent);
}

.origin-header {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: var(--text-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.origin-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-white);
}

.origin-elevation {
  position: absolute;
  bottom: 0.25rem;
  left: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}

.origin-content {
  padding: 1.5rem;
}

.origin-content p {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.characteristics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.characteristic-tag {
  padding: 0.25rem 0.75rem;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-size: 0.875rem;
  border-radius: 9999px;
}

/* Grades Section */
.grades-section {
  background-color: rgba(245, 245, 220, 0.3);
}

.grades-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .grades-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grades-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grade-card {
  background: linear-gradient(to bottom right, var(--bg-white), #f3f4f6);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.grade-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(11, 46, 26, 0.4),
    0 0 30px rgba(11, 46, 26, 0.2),
    inset 0 0 10px rgba(11, 46, 26, 0.1);
  border-color: var(--primary-color);
}

.grade-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.grade-badge {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-white);
}

.grade-header h4 {
  font-weight: 700;
  color: var(--primary-color);
}

.grade-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--text-light);
  font-size: 0.875rem;
}

.grade-card p {
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.defects-info {
  background-color: rgba(11, 46, 26, 0.05);
  border-radius: 0.25rem;
  padding: 0.75rem;
  border-left: 4px solid var(--primary-color);
}

.defects-info {
  font-size: 0.875rem;
  color: var(--text-light);
}

.defects-label {
  font-weight: 600;
  color: var(--primary-color);
}

/* Processing Section */
.processing-section {
  background-color: var(--bg-white);
}

.processing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .processing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.process-card {
  background: linear-gradient(to bottom right, var(--bg-white), rgba(11, 46, 26, 0.05));
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid #e5e7eb;
}

.process-card.natural {
  background: linear-gradient(to bottom right, var(--bg-white), #f3f4f6);
}

.process-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.process-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
}

.natural-icon {
  background-color: #374151;
}

.process-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.process-card p {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.process-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.process-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-dark);
}

.process-features li svg {
  color: var(--primary-color);
  flex-shrink: 0;
}

.natural .process-features li svg {
  color: #374151;
}

/* Export Section */
.export-section {
  background-color: var(--primary-color);
  color: var(--text-white);
}

.export-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .export-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.export-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.export-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4),
    0 0 30px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
}

.export-card svg {
  color: var(--text-white);
  margin-bottom: 1rem;
}

.export-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-white);
}

.export-card ul {
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
}

.export-card ul li {
  margin-bottom: 0.5rem;
}

.logistics-process {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.logistics-process h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--text-white);
}

.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .process-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.process-step {
  text-align: center;
}

.step-number {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background-color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.25rem;
}

.process-step h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-white);
}

.process-step p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Certifications Section */
.certifications-section {
  background-color: rgba(245, 245, 220, 0.3);
}

.certifications-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .certifications-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.certification-item {
  text-align: center;
}

.certification-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--text-white);
}

.certification-item h4 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.certification-item p {
  font-size: 0.875rem;
  color: var(--text-light);
}

/* Contact Section */
.contact-section {
  background-color: var(--bg-white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-form {
  background-color: var(--bg-white);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-lg);
  padding: 2rem;
}

.contact-form h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 1rem;
  transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(11, 46, 26, 0.1);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-card {
  border-radius: 0.5rem;
  padding: 2rem;
}

.contact-card.ethiopia {
  background-color: var(--primary-color);
  color: var(--text-white);
}

.contact-card.canada {
  background-color: var(--secondary-color);
}

.contact-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.contact-card.ethiopia h3 {
  color: var(--text-white);
}

.contact-card.canada h3 {
  color: var(--primary-color);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-item svg {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.7);
}

.contact-card.canada .contact-item svg {
  color: var(--primary-color);
}

.contact-item h4 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-card.ethiopia .contact-item h4 {
  color: var(--text-white);
}

.contact-card.canada .contact-item h4 {
  color: var(--primary-color);
}

.contact-card.ethiopia .contact-item p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-card.canada .contact-item p {
  color: var(--text-dark);
}

.map-placeholder {
  background-color: #e5e7eb;
  border-radius: 0.5rem;
  height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
}

.map-placeholder svg {
  margin-bottom: 0.5rem;
}

/* Footer */
.footer {
  background-color: var(--primary-color);
  color: var(--text-white);
  padding: 3rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-logo {
  height: 5rem;
  margin-bottom: 1rem;
  /* filter: brightness(0) invert(1); */
}

.footer-col p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

.footer-col h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-white);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--text-white);
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.social-links a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  color: var(--text-white);
}

.social-links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-website {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Form Messages */
.form-message {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: 500;
}

.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Responsive Typography */
@media (max-width: 640px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .hero-title {
    font-size: 1.875rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }
}