@import url('style.css');

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Applied consistent hero section styling */
.hero {
  padding: 16rem 0 8rem;
  background: linear-gradient(135deg, var(--primary-purple), var(--secondary-pink));
  color: white;
  text-align: center;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

/* Updated all sections to match design system patterns */
.lavender-section, 
.sleep-mask-section,
.earplugs-section,
.herbal-tea-section {
  width: 100%;
  padding: 6rem 0;
}

.sleep-mask-section {
  background: linear-gradient(135deg, var(--primary-pink), var(--primary-purple));
  position: relative;
  overflow: hidden;
}

.sleep-mask-section .kit-title {
  color: var(--text-dark);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sleep-mask-section .component-info h3 {
  color: var(--text-dark);
}

.sleep-mask-section .component-story h4,
.sleep-mask-section .research-process h4,
.sleep-mask-section .sleep-benefits h4 {
  color: var(--bg-dark);
}

.sleep-mask-section .component-story p,
.sleep-mask-section .research-process p,
.sleep-mask-section .sleep-benefits p {
  color: var(--text-dark);
}

.sleep-mask-section .research-details li {
  color: var(--text-dark);
}

.sleep-mask-section .research-details li::before {
  color: var(--bg-dark);
}

.sleep-mask-section .benefit-stat {
  background: var(--bg-white);
  border: 1px solid var(--neutral-200);
}

.sleep-mask-section .stat-number {
  color: var(--secondary-pink);
}

.sleep-mask-section .stat-label {
  color: var(--text-dark);
}

.sleep-mask-section .component-item {
  position: relative;
  z-index: 1;
}

.sleep-mask-section .component-image {
  filter: drop-shadow(0 8px 16px rgba(222, 122, 154, 0.3));
}

.herbal-tea-section {
  background: linear-gradient(135deg, var(--primary-pink), var(--primary-purple));
  position: relative;
  overflow: hidden;
}

.herbal-tea-section .kit-title {
  color: var(--text-dark);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.herbal-tea-section .component-info h3 {
  color: var(--text-dark);
}

.herbal-tea-section .component-story h4,
.herbal-tea-section .research-process h4,
.herbal-tea-section .sleep-benefits h4 {
  color: var(--bg-dark);
}

.herbal-tea-section .component-story p,
.herbal-tea-section .research-process p,
.herbal-tea-section .sleep-benefits p {
  color: var(--text-dark);
}

.herbal-tea-section .research-details li {
  color: var(--text-dark);
}

.herbal-tea-section .research-details li::before {
  color: var(--bg-dark);
}

.herbal-tea-section .benefit-stat {
  background: var(--bg-white);
  border: 1px solid var(--neutral-200);
}

.herbal-tea-section .stat-number {
  color: var(--secondary-pink);
}

.herbal-tea-section .stat-label {
  color: var(--text-dark);
}

.herbal-tea-section .component-item {
  position: relative;
  z-index: 1;
}

.herbal-tea-section .component-image {
  filter: drop-shadow(0 8px 16px rgba(222, 122, 154, 0.3));
}

.kit-title {
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 4rem;
  text-align: center;
}

.kit-components {
  /* padding: 6rem 0; */
  background: var(--bg-white);
}

.kit-components h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: var(--text-dark);
}

.section-intro {
  text-align: center;
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.component-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  /* align-items: center; */
  align-items: flex-start;
}

.component-item.reverse {
  direction: rtl;
}

.component-item.reverse > * {
  direction: ltr;
}

.component-visual {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* width: 200px; */
  text-align: center;
}

.component-image {
  width: auto;
  height: auto;
  max-height: 500px;
  max-width: 500px;
  object-fit: contain;
}

.component-info h3 {
  font-size: 2rem;
  color: var(--text-dark);
  margin-bottom: 2rem;
}

.component-story,
.research-process,
.sleep-benefits {
  margin-bottom: 2.5rem;
  text-align: left;
}

.component-story h4,
.research-process h4,
.sleep-benefits h4 {
  font-size: 1.3rem;
  color: var(--border-accent);
  margin-bottom: 1rem;
  font-weight: 600;
}

.component-story p,
.research-process p,
.sleep-benefits p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.research-details {
  list-style: none;
  padding: 0;
}

.research-details li {
  padding: 0.2rem 0;
  color: var(--neutral-600);
  position: relative;
  padding-left: 1.5rem;
}

.research-details li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--border-accent);
  font-weight: bold;
}

.benefit-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.benefit-stat {
  text-align: center;
  background: var(--bg-gradient-neutral);
  padding: 1.5rem;
  border-radius: 15px;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--border-accent);
  display: block;
}

.stat-label {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
}

.kit-card {
  background: var(--bg-gradient-neutral);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.kit-card:hover {
  transform: translateY(-10px);
}

.kit-icon {
  width: 80px;
  height: 80px;
  background: var(--bg-gradient-secondary);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.kit-card h3 {
  font-size: 1.5rem;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.kit-card p {
  color: var(--text-secondary);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.kit-features {
  list-style: none;
  text-align: left;
  margin-bottom: 2rem;
}

.kit-features li {
  padding: 0.5rem 0;
  color: var(--neutral-600);
  position: relative;
  padding-left: 1.5rem;
}

.kit-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

.order-btn {
  background: linear-gradient(135deg, #ec4899, #6366f1);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.order-btn:hover {
  transform: translateY(-2px);
}

.testimonials {
  padding: 6rem 0;
  background: #f8fafc;
}

.testimonials h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  color: #1e293b;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.testimonial {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

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

.testimonial p {
  color: #64748b;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 600;
  color: #6366f1;
}

/* Feedback Stats Section */
.feedback-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.stat-item {
  text-align: center;
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #6366f1;
  margin-bottom: 1rem;
}

.stat-label {
  color: #64748b;
  font-size: 1.1rem;
  font-weight: 500;
}

/* Future Goals Section */
.future-goals {
  padding: 6rem 0;
  background: #f8fafc;
}

.goals-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.goals-text h2 {
  font-size: 2.5rem;
  color: #1e293b;
  margin-bottom: 2rem;
}

.goals-list {
  list-style: none;
  padding: 0;
}

.goals-list li {
  padding: 0.75rem 0;
  color: #475569;
  position: relative;
  padding-left: 2rem;
  line-height: 1.6;
}

.goals-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #6366f1;
  font-weight: bold;
  font-size: 1.2rem;
}

.goals-visual {
  display: flex;
  justify-content: center;
}

.innovation-graphic {
  position: relative;
  width: 200px;
  height: 200px;
}

.idea-bulb {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.innovation-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ring {
  position: absolute;
  border: 2px solid rgba(99, 102, 241, 0.3);
  border-radius: 50%;
  animation: pulse 2s ease-out infinite;
}

.ring-1 {
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  animation-delay: 0s;
}

.ring-2 {
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  animation-delay: 0.7s;
}

.ring-3 {
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  animation-delay: 1.4s;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

/* Kit in Use Section */
.kit-in-use {
  padding: 6rem 0;
  background: white;
}

.kit-in-use h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  color: #1e293b;
}

.usage-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.usage-card {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.usage-card:hover {
  transform: translateY(-10px);
}

.usage-image {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.usage-card h3 {
  font-size: 1.3rem;
  color: #1e293b;
  margin-bottom: 1rem;
}

.usage-card p {
  color: #64748b;
  line-height: 1.6;
}

/* Application Form Section */
.kit-application {
  padding: 6rem 0;
  background: #f8fafc;
}

.application-content {
  max-width: 800px;
  margin: 0 auto;
}

.application-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.application-intro h2 {
  font-size: 2.5rem;
  color: #1e293b;
  margin-bottom: 1rem;
}

.application-intro p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
}

.kit-application-form {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1e293b;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #6366f1;
}

.submit-btn {
  background: linear-gradient(135deg, #ec4899, #6366f1);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .container {
    padding: 0 var(--spacing-md);
  }

  .hero {
    padding: 10rem 0 5rem;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: var(--font-size-base);
  }

  .nav-links {
    display: none;
  }

  .kits-grid {
    grid-template-columns: 1fr;
  }

  .component-item {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .component-item.reverse {
    direction: ltr;
  }

  /* Better image sizing for mobile */
  .component-image {
    max-width: 100%;
    height: auto;
    max-height: 300px;
  }

  .component-info h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .benefit-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .benefit-stat {
    padding: 1.25rem;
  }

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

  .kit-application-form {
    padding: 2rem;
  }

  .testimonial-grid,
  .usage-gallery {
    grid-template-columns: 1fr;
  }

  .goals-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feedback-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .container {
    padding: 2rem;
  }

  .hero {
    padding: 12rem 0 8rem;
  }

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

  .hero-subtitle {
    font-size: var(--font-size-md);
  }

  .kit-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .component-image {
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }

  .component-info h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .benefit-stats {
    grid-template-columns: 1fr;
  }

  .benefit-stat {
    padding: 1rem;
  }

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

  .stat-label {
    font-size: var(--font-size-xs);
  }

  .kit-card {
    padding: 1.5rem;
  }

  .kit-card h3 {
    font-size: 1.25rem;
  }

  .testimonial {
    padding: 1.5rem;
  }

  .kit-application-form {
    padding: 1.5rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 0.75rem;
    font-size: var(--font-size-sm);
  }

  .feedback-stats {
    grid-template-columns: 1fr;
  }

  .goals-content {
    gap: 1.5rem;
  }
}
