/* AETHER LANDING PAGE STYLES */

:root {
  /* Color palette - Based on provided brand guidelines */
  --aether-black: #101010; /* Aether Black - Text, logo, minimalist anchor */
  --aether-dark: #232323;
  --aether-gray: #555555;
  --aether-light-gray: #F5F5F4; /* Vapor White - Background, packaging base */
  --aether-white: #ffffff;
  --aether-thryv: #F2FF6F; /* Electric Citrine - Thryv (energy, focus) */
  --aether-clyr: #D3EAD2; /* Sage Mint - Clyr (clarity, calm) */
  --aether-slo: #3B3A60; /* Deep Indigo - Slö (calm, night-focused) */
  --aether-primary: var(--aether-black);
  --aether-accent: var(--aether-thryv);
  
  /* Typography - Based on brand guidelines */
  --font-heading: 'Inter', sans-serif; /* Substituting for Neue Haas Grotesk/Founders Grotesk */
  --font-body: 'Inter', sans-serif;
}

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

body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: var(--aether-dark);
  background-color: var(--aether-white);
  font-size: 16px;
}

/* Container and layout */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: 100px 0; /* Increased padding for more vertical space */
  border-bottom: none; /* Remove border bottom */
}

/* Typography */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

a {
  color: var(--aether-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--aether-accent);
}

/* Utility classes */
.text-center {
  text-align: center;
}

/* Navigation styles */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--aether-white);
  padding: 20px 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: var(--aether-black);
}

.nav-logo:hover {
  color: var(--aether-black);
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-links a {
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-links a:hover {
  color: var(--aether-black);
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--aether-black);
  transition: all 0.3s ease;
}

/* Enhanced Hero section */
.hero {
  padding: 120px 0; /* Adjusted padding */
  min-height: 100vh;
  display: flex;
  align-items: center;
  /* Enhanced background with subtle gradient */
  background: linear-gradient(135deg, #FAF1E2 0%, #F5F5F4 100%);
  background-attachment: fixed; /* Added for parallax-like effect */
  overflow: hidden;
  position: relative; /* Needed for absolute positioning of potential elements */
}

/* Add decorative elements to hero background */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(242, 255, 111, 0.15), transparent 60%);
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 60%;
  background: radial-gradient(circle at bottom left, rgba(211, 234, 210, 0.2), transparent 60%);
  z-index: 0;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; /* Increased gap */
  align-items: center;
  position: relative;
  z-index: 1; /* Ensure content is above decorative elements */
}

.hero-content {
  max-width: 600px;
  opacity: 0; /* Prepare for animation */
  transform: translateY(20px); /* Prepare for animation */
  animation: fadeInUp 1s ease forwards 0.5s; /* Add fade-in animation */
}

.hero-content h1 {
  font-size: 4.5rem; /* Slightly larger font size */
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--aether-black) 0%, var(--aether-slo) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}

/* Add highlight effect to heading */
.hero-content h1::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(242, 255, 111, 0.5);
  z-index: -1;
  transform: skewX(-5deg);
}

.hero-content p {
  font-size: 1.5rem;
  line-height: 1.5; /* Slightly increased line height */
  margin-bottom: 2.5rem; /* Increased margin */
  color: var(--aether-gray);
  position: relative;
}

/* Add tagline/subheading */
.hero-content p::before {
  content: 'ELEVATE YOUR POTENTIAL';
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--aether-slo);
  margin-bottom: 1rem;
  opacity: 0.8;
}

.hero-cta {
  display: flex;
  gap: 20px;
}

/* Enhanced button styles */
.hero-cta .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.hero-cta .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  z-index: -1;
}

.hero-cta .btn:hover::before {
  left: 0;
}

/* Add icons to buttons */
.hero-cta .btn-primary::after {
  content: ' →';
  opacity: 0;
  transition: all 0.3s ease;
}

.hero-cta .btn-primary:hover::after {
  opacity: 1;
  margin-left: 5px;
}

.hero-cta .btn-secondary::after {
  content: ' ↓';
  opacity: 0;
  transition: all 0.3s ease;
}

.hero-cta .btn-secondary:hover::after {
  opacity: 1;
  margin-left: 5px;
}

.hero-image {
  position: relative;
  opacity: 0; /* Prepare for animation */
  transform: translateX(20px); /* Prepare for animation */
  animation: fadeInRight 1s ease forwards 0.7s; /* Add fade-in animation */
}

.hero-product {
  width: 100%;
  height: auto;
  transform: rotate(-5deg); /* Keep the rotation */
  transition: all 0.5s ease;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}

.hero-product:hover {
  transform: rotate(0deg) translateY(-10px);
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.2));
}

/* Add a subtle glow effect on hover */
.hero-image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  border-radius: 50%;
}

.hero-image:hover::after {
  opacity: 1;
}

.hero-badge {
  position: absolute;
  bottom: 40px;
  left: -40px; /* Adjusted position */
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0; /* Prepare for animation */
  animation: fadeInUp 1s ease forwards 0.9s; /* Add fade-in animation */
}

.hero-badge span {
  background-color: var(--aether-white);
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateX(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  border-left: 3px solid var(--aether-thryv);
}

.hero-badge span:nth-child(2) {
  border-left: 3px solid var(--aether-clyr);
}

.hero-badge span:nth-child(3) {
  border-left: 3px solid var(--aether-slo);
}

.hero-badge span:hover {
  transform: translateX(10px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Add icons to badges */
.hero-badge span::before {
  content: '✓';
  margin-right: 8px;
  font-weight: bold;
  color: var(--aether-black);
}

/* Enhanced Keyframe Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* Add floating animation for product image */
@keyframes float {
  0% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
  100% {
    transform: translateY(0) rotate(-5deg);
  }
}

.hero-product {
  animation: float 6s ease-in-out infinite;
}

/* Responsive adjustments for nav and hero */
@media (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px; /* Adjusted gap for smaller screens */
  }

  .hero-content {
    margin: 0 auto;
    animation: none; /* Disable animation on smaller screens if preferred */
    opacity: 1; /* Ensure visibility if animation is off */
    transform: translateY(0);
  }

  .hero-content h1::after {
    left: 50%;
    transform: translateX(-50%) skewX(-5deg);
    width: 80%;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-image {
    max-width: 500px;
    margin: 0 auto;
    animation: none; /* Disable animation on smaller screens if preferred */
    opacity: 1;
    transform: translateX(0);
  }
  
  .hero-badge {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    left: auto; /* Remove absolute positioning */
    bottom: auto;
    animation: none; /* Disable animation on smaller screens if preferred */
    opacity: 1;
    transform: translateY(0);
    gap: 15px;
  }

  .hero-badge span {
    flex: 0 1 auto;
  }

  /* Adjust decorative elements for mobile */
  .hero::before, .hero::after {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .hero-content p {
    font-size: 1.25rem;
  }

  .hero-content p::before {
    font-size: 0.9rem;
    letter-spacing: 2px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta .btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .hero-badge {
    position: static;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .hero-badge span {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1.125rem;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 15px 30px;
  background: transparent;
  border: 2px solid;
  border-radius: 4px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--aether-black);
  border-color: var(--aether-black);
  color: var(--aether-white);
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--aether-black);
}

.btn-secondary {
  background-color: var(--aether-slo);
  border-color: var(--aether-slo);
  color: var(--aether-white);
}

.btn-secondary:hover {
  background-color: transparent;
  color: var(--aether-slo);
}

/* Product Section */
#products {
  background: linear-gradient(135deg, var(--aether-light-gray) 0%, #ffffff 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Add decorative elements */
#products::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(242, 255, 111, 0.1);
  z-index: 0;
}

#products::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(211, 234, 210, 0.15);
  z-index: 0;
}

#products .container {
  position: relative;
  z-index: 1;
}

#products h2 {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

#products h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--aether-thryv);
}

#products > p:first-of-type { /* Target the paragraph directly after h2 */
  max-width: 800px;
  margin: 2rem auto 60px auto;
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--aether-gray);
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin-top: 60px;
  perspective: 1000px; /* Add perspective for 3D effect */
}

.product-card {
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  padding: 50px;
  background-color: var(--aether-white);
  border-radius: 12px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: left;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
}

.product-card:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Add product-specific background accents */
.product-card:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.product-card:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(211, 234, 210, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.product-card h3 {
  margin-bottom: 0.75rem;
  font-size: 2.5rem;
  text-transform: none;
  background: linear-gradient(135deg, var(--aether-black) 0%, var(--aether-slo) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.product-card > p:first-of-type {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--aether-gray);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

/* Enhanced product card borders */
.product-card:first-child {
  border-bottom: 5px solid var(--aether-thryv);
  border-top-right-radius: 30px;
}

.product-card:nth-child(2) {
  border-bottom: 5px solid var(--aether-clyr);
  border-top-left-radius: 30px;
}

.product-card img {
  width: 300px;
  height: 280px;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 30px auto;
  display: block;
  transition: all 0.5s ease;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.15));
  position: relative;
  z-index: 1;
}

.product-card:hover img {
  transform: translateY(-10px) scale(1.05);
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.2));
}

.product-card ul {
  margin: 25px 0;
  padding-left: 25px;
  list-style: none;
  position: relative;
  z-index: 1;
}

.product-card li {
  margin-bottom: 12px;
  font-size: 1.05rem;
  position: relative;
  padding-left: 28px;
}

/* Custom bullet points */
.product-card:first-child li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--aether-thryv);
  font-weight: bold;
  background-color: var(--aether-black);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.product-card:nth-child(2) li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--aether-black);
  font-weight: bold;
  background-color: var(--aether-clyr);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* Adjust button in this section */
#products .btn-secondary {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

#products .btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

#products .btn-secondary:hover::before {
  left: 0;
}

/* Testimonial styles */
#testimonials {
  background: linear-gradient(135deg, #F5F5F4 0%, #ffffff 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

/* Add decorative elements */
#testimonials::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 5%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 58, 96, 0.1) 0%, transparent 70%);
  z-index: 0;
}

#testimonials::after {
  content: '';
  position: absolute;
  bottom: 50px;
  right: 5%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.1) 0%, transparent 70%);
  z-index: 0;
}

#testimonials .container {
  position: relative;
  z-index: 1;
}

#testimonials h2 {
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}

#testimonials h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--aether-slo);
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}

.testimonial-card {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  padding: 50px 30px 30px 30px;
  background-color: var(--aether-white);
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  text-align: left;
  border: 1px solid rgba(0,0,0,0.03);
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Add quote marks */
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 5rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(0,0,0,0.05);
  z-index: 0;
}

.testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 30px;
  border: 5px solid var(--aether-white);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  background: linear-gradient(135deg, var(--aether-thryv) 0%, var(--aether-clyr) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aether-black);
  font-size: 2rem;
}

.testimonial-card:nth-child(1) .testimonial-image {
  background: linear-gradient(135deg, var(--aether-thryv) 0%, var(--aether-clyr) 100%);
}

.testimonial-card:nth-child(2) .testimonial-image {
  background: linear-gradient(135deg, var(--aether-clyr) 0%, var(--aether-slo) 100%);
  color: var(--aether-white);
}

.testimonial-card:nth-child(3) .testimonial-image {
  background: linear-gradient(135deg, var(--aether-slo) 0%, var(--aether-thryv) 100%);
  color: var(--aether-white);
}

.testimonial-card:hover .testimonial-image {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.testimonial-card blockquote {
  margin-top: 20px;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--aether-dark);
  position: relative;
  z-index: 1;
}

.testimonial-card cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: var(--aether-black);
  position: relative;
  padding-top: 15px;
}

.testimonial-card cite::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--aether-thryv);
}

/* Feature h3 color update */
.feature h3 {
  margin-bottom: 15px;
  color: var(--aether-black);
}

/* Ingredient card h3 color update */
.ingredient-card h3 {
  color: var(--aether-black);
  margin-bottom: 15px;
}

/* Comparison table */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}

th, td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

th {
  background-color: var(--aether-light-gray);
  font-weight: 600;
}

/* Ingredients section */
#ingredients {
  background: linear-gradient(135deg, #ffffff 0%, #F5F5F4 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

/* Add decorative elements */
#ingredients::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 58, 96, 0.1) 0%, transparent 70%);
  z-index: 0;
}

#ingredients::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.1) 0%, transparent 70%);
  z-index: 0;
}

#ingredients .container {
  position: relative;
  z-index: 1;
}

#ingredients h2 {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

#ingredients h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--aether-slo);
}

.ingredients {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.ingredient-card {
  padding: 40px 30px;
  background-color: var(--aether-white);
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  padding-top: 70px;
  border: 1px solid rgba(0,0,0,0.03);
  overflow: hidden;
}

.ingredient-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Add ingredient-specific background accents */
.ingredient-card:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(59, 58, 96, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.ingredient-card:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(211, 234, 210, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.ingredient-card:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.ingredient-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--aether-black);
  color: var(--aether-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  position: absolute;
  top: -35px; /* Adjusted from -25px to ensure icon isn't cut off */
  left: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
  z-index: 1;
}

.ingredient-card:hover .ingredient-icon {
  transform: scale(1.15) rotate(15deg);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Assign specific colors to ingredient icons */
.ingredient-card:nth-child(1) .ingredient-icon { 
  background-color: var(--aether-slo);
  box-shadow: 0 8px 20px rgba(59, 58, 96, 0.3);
}

.ingredient-card:nth-child(2) .ingredient-icon { 
  background-color: var(--aether-clyr); 
  color: var(--aether-black);
  box-shadow: 0 8px 20px rgba(211, 234, 210, 0.4);
}

.ingredient-card:nth-child(3) .ingredient-icon { 
  background-color: var(--aether-thryv); 
  color: var(--aether-black);
  box-shadow: 0 8px 20px rgba(242, 255, 111, 0.3);
}

.ingredient-card h3 {
  color: var(--aether-black);
  margin-bottom: 15px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.ingredient-card p {
  font-size: 1.05rem;
  color: var(--aether-dark);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* Expert Quote Section */
.expert-quote {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #FAF1E2 100%);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.expert-quote::before {
  content: '';
  position: absolute;
  top: -50px;
  right: 10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.1) 0%, transparent 70%);
  z-index: 0;
}

.expert-quote::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 5%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 58, 96, 0.1) 0%, transparent 70%);
  z-index: 0;
}

.expert-quote .container {
  position: relative;
  z-index: 1;
}

/* Quote styles */
.quote {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--aether-dark);
  position: relative;
  padding: 50px;
  background-color: var(--aether-white);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.quote:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Add quote marks */
.quote::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 5rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(0,0,0,0.05);
  z-index: 0;
}

.quote cite {
  display: block;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--aether-black);
  position: relative;
  padding-top: 15px;
}

.quote cite::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--aether-thryv);
}

/* Why Aether section */
#why-aether {
  background: linear-gradient(135deg, #ffffff 0%, #F5F5F4 100%);
  text-align: center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Add decorative elements */
#why-aether::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 234, 210, 0.2) 0%, transparent 70%);
  z-index: 0;
}

#why-aether::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.15) 0%, transparent 70%);
  z-index: 0;
}

#why-aether .container {
  position: relative;
  z-index: 1;
}

#why-aether h2 {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

#why-aether h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--aether-clyr);
}

#why-aether > p {
  max-width: 800px;
  margin: 2rem auto 60px auto;
  font-size: 1.3rem;
  color: var(--aether-dark);
  line-height: 1.6;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 20px;
}

.feature {
  padding: 50px 40px;
  background-color: var(--aether-white);
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.03);
}

.feature:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Add feature-specific background accents */
.feature:nth-child(1)::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(16, 16, 16, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.feature:nth-child(2)::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.feature:nth-child(3)::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(211, 234, 210, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.feature:nth-child(4)::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(59, 58, 96, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  background-color: var(--aether-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--aether-white);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Assign specific colors to icons based on their position */
.feature:nth-child(1) .feature-icon { 
  background-color: var(--aether-black);
  box-shadow: 0 8px 20px rgba(16, 16, 16, 0.2);
}

.feature:nth-child(2) .feature-icon { 
  background-color: var(--aether-thryv); 
  color: var(--aether-black);
  box-shadow: 0 8px 20px rgba(242, 255, 111, 0.3);
}

.feature:nth-child(3) .feature-icon { 
  background-color: var(--aether-clyr); 
  color: var(--aether-black);
  box-shadow: 0 8px 20px rgba(211, 234, 210, 0.4);
}

.feature:nth-child(4) .feature-icon { 
  background-color: var(--aether-slo);
  box-shadow: 0 8px 20px rgba(59, 58, 96, 0.3);
}

/* Add hover effect to feature icons */
.feature:hover .feature-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.feature h3 {
  margin-bottom: 20px;
  color: var(--aether-black);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.feature p {
  font-size: 1.05rem;
  color: var(--aether-dark);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* Benefits list */
.benefits-list {
  max-width: 500px;
  margin: 30px auto;
  list-style-position: inside;
}

.benefits-list li {
  margin-bottom: 10px;
}

/* Waitlist form */
#waitlist {
  max-width: 500px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#waitlist input {
  flex: 1;
  min-width: 200px;
  padding: 15px;
  border: 2px solid var(--aether-light-gray);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 1rem;
}

#waitlist input:focus {
  outline: none;
  border-color: var(--aether-primary);
}

#waitlist button {
  padding: 15px 30px;
}

/* Footer */
footer {
  background: linear-gradient(135deg, #101010 0%, #232323 100%);
  color: var(--aether-white);
  padding: 100px 0 80px;
  text-align: center;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

/* Add decorative elements */
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, 
    var(--aether-thryv) 0%, 
    var(--aether-clyr) 50%, 
    var(--aether-slo) 100%);
}

footer::after {
  content: '';
  position: absolute;
  top: 50px;
  right: 10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.05) 0%, transparent 70%);
  z-index: 0;
}

footer .container {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

footer h3 {
  color: var(--aether-white);
  margin-bottom: 25px;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(135deg, var(--aether-white) 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

footer p {
  margin-bottom: 1.5rem;
  color: var(--aether-light-gray);
  line-height: 1.7;
  font-size: 1rem;
}

footer a {
  color: var(--aether-thryv);
  text-decoration: none;
  margin: 0 15px;
  transition: all 0.3s ease;
  position: relative;
}

footer a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--aether-thryv);
  transition: width 0.3s ease;
}

footer a:hover {
  color: var(--aether-white);
}

footer a:hover::after {
  width: 100%;
}

.social-links {
  margin: 40px 0;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--aether-thryv);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.social-links a::after {
  display: none;
}

.social-links a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(242, 255, 111, 0.2);
  transition: all 0.4s ease;
}

.social-links a:hover {
  background-color: var(--aether-thryv);
  color: var(--aether-black);
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 10px 25px rgba(242, 255, 111, 0.3);
}

.social-links a:hover::before {
  left: 0;
}

.footer-links {
  margin-top: 50px;
  font-size: 0.95rem;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links p {
  margin-bottom: 10px;
}

.disclaimer {
  max-width: 800px;
  margin: 50px auto 0 auto;
  font-size: 0.8rem;
  opacity: 0.7;
  color: var(--aether-light-gray);
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Difference Section */
#difference {
  background: linear-gradient(135deg, #F5F5F4 0%, #ffffff 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

/* Add decorative elements */
#difference::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.1) 0%, transparent 70%);
  z-index: 0;
}

#difference::after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 234, 210, 0.15) 0%, transparent 70%);
  z-index: 0;
}

#difference .container {
  position: relative;
  z-index: 1;
}

#difference h2 {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

#difference h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--aether-thryv);
}

#difference p {
  max-width: 800px;
  margin: 2rem auto 2.5rem auto;
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--aether-dark);
}

#difference table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 60px auto;
  max-width: 800px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateY(0);
}

#difference table:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

#difference th,
#difference td {
  padding: 20px 25px;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: relative;
}

#difference th {
  background-color: var(--aether-black);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: var(--aether-white);
  letter-spacing: 1px;
}

#difference th:first-child {
  border-top-left-radius: 16px;
}

#difference th:last-child {
  border-top-right-radius: 16px;
}

#difference td {
  font-size: 1.05rem;
  color: var(--aether-dark);
  background-color: var(--aether-white);
  transition: all 0.3s ease;
}

/* Add visual indicators */
#difference tbody tr:nth-child(odd) td:first-child::before {
  content: '✗';
  color: #ff6b6b;
  margin-right: 10px;
  font-weight: bold;
}

#difference tbody tr:nth-child(odd) td:last-child::before {
  content: '✓';
  color: #51cf66;
  margin-right: 10px;
  font-weight: bold;
}

#difference tbody tr:hover td {
  background-color: rgba(242, 255, 111, 0.05);
}

#difference tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

#difference tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

#difference tbody tr:last-child td {
  border-bottom: none;
}

/* Waitlist Section */
#waitlist-section {
  background: linear-gradient(135deg, #FAF1E2 0%, #F5F5F4 100%);
  text-align: center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Add decorative elements */
#waitlist-section::before {
  content: '';
  position: absolute;
  top: -50px;
  right: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 255, 111, 0.15) 0%, transparent 70%);
  z-index: 0;
}

#waitlist-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 5%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 58, 96, 0.1) 0%, transparent 70%);
  z-index: 0;
}

#waitlist-section .container {
  position: relative;
  z-index: 1;
}

#waitlist-section h2 {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

#waitlist-section h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--aether-thryv);
}

#waitlist-section .text-center {
  max-width: 700px;
  margin: 2rem auto 40px auto;
  font-size: 1.3rem;
  color: var(--aether-dark);
  line-height: 1.6;
}

.benefits-list {
  max-width: 600px;
  margin: 40px auto 50px auto;
  list-style-position: outside;
  text-align: left;
  padding: 30px 40px;
  background-color: var(--aether-white);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.benefits-list:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.benefits-list li {
  margin-bottom: 15px;
  font-size: 1.15rem;
  color: var(--aether-dark);
  position: relative;
  padding-left: 35px;
}

.benefits-list li::before {
  content: '✓';
  color: var(--aether-white);
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: var(--aether-thryv);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(242, 255, 111, 0.3);
}

/* Waitlist form */
#waitlist {
  max-width: 600px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--aether-white);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

#waitlist:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

#waitlist input {
  flex: 1;
  min-width: 250px;
  padding: 18px 25px;
  border: 2px solid var(--aether-light-gray);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--aether-dark);
  background-color: var(--aether-white);
  transition: all 0.3s ease;
}

#waitlist input:focus {
  outline: none;
  border-color: var(--aether-black);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

#waitlist button {
  padding: 18px 30px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

#waitlist button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  z-index: -1;
}

#waitlist button:hover::before {
  left: 0;
}

#waitlist button::after {
  content: ' →';
  opacity: 0;
  transition: all 0.3s ease;
}

#waitlist button:hover::after {
  opacity: 1;
  margin-left: 5px;
}

/* Responsive adjustments for waitlist form */
@media (min-width: 768px) {
  #waitlist {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  
  #waitlist input {
    min-width: 0;
  }
  
  #waitlist button {
    width: auto;
    margin: 0;
    flex-shrink: 0;
  }
}
