@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

:root {
  --primary-color: #26a69a;
  --primary-light: #4db6ac;
  --secondary-color: #ff7043;
  --accent-color: #ff4081;
  --success-color: #66bb6a;
  --info-color: #42a5f5;
  --purple-color: #ab47bc;
  --warning-color: #ffa726;
  --danger-color: #ef5350;
  --background: linear-gradient(135deg, #e8f5e8 0%, #f0f8ff 50%, #fff8f0 100%);
  --shadow-light: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-medium: 0 4px 16px rgba(0,0,0,0.15);
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 'Poppins', Arial, sans-serif;
  background: var(--background);
  color: #222;
  min-height: 100vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.header {
  background: var(--background);
  box-shadow: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 72px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  box-shadow: 0 2px 10px rgba(38, 166, 154, 0.15);
}

.brand-logo {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.logo-svg {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  filter: drop-shadow(0 2px 8px rgba(38,166,154,0.08));
}

.brand-text {
  color: #fff;
}

.note-text {
  color: #ffe082;
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: 0.8em 2.2em;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(38,166,154,0.13);
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  border: none;
  cursor: pointer;
  margin: 0.5em 0;
}

.btn:hover, .btn:focus {
  background: linear-gradient(135deg, #00897b 0%, var(--primary-color) 100%);
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 32px rgba(38,166,154,0.25);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.btn-cta {
  font-size: 1.2em;
  padding: 1em 2.5em;
  margin-top: 1.2em;
  box-shadow: 0 6px 24px rgba(38,166,154,0.18);
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 3rem 0;
  background: var(--background);
  min-height: 500px;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 4rem;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  text-align: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1em;
  color: var(--primary-color);
  line-height: 1.2;
  animation: fadeInUp 0.8s ease-out;
}

.subtitle {
  font-size: 1.3em;
  color: #444;
  margin-bottom: 2em;
  line-height: 1.6;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.highlight {
  color: var(--success-color);
  font-weight: 600;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.store-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8em 1.5em;
  background: #fff;
  color: #333;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.store-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.store-link .material-icons {
  font-size: 1.2em;
  color: var(--success-color);
}

.hero-illustration {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.hero-logo-container {
  position: relative;
  animation: float 6s ease-in-out infinite;
}

.hero-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 32px rgba(38,166,154,0.15);
  padding: 20px;
  transition: all 0.3s ease;
}

.hero-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(38,166,154,0.25);
}

.features {
  background: #fff;
  padding: 4rem 0 3rem 0;
  text-align: center;
}

.features h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
  animation: fadeInUp 0.8s ease-out;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: linear-gradient(135deg, #f8fafc 0%, #e0f7fa 100%);
  border-radius: 20px;
  box-shadow: var(--shadow-light);
  padding: 2.5em 2em 2em 2em;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  opacity: 0;
  transform: translateY(30px);
}

.feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-8px) scale(1.02);
}

.feature-icon {
  font-size: 3em;
  color: var(--primary-color);
  margin-bottom: 1em;
  background: #e0f2f1;
  border-radius: 50%;
  padding: 0.5em;
  box-shadow: 0 4px 16px rgba(38,166,154,0.12);
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(38,166,154,0.2);
}

.advantages {
  background: #f8fafc;
  padding: 4rem 0 3rem 0;
  text-align: center;
}

.advantages h2 {
  font-size: 2.3rem;
  color: var(--primary-color);
  margin-bottom: 3rem;
  animation: fadeInUp 0.8s ease-out;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.advantage-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-light);
  padding: 2.5em 2em 2em 2em;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  opacity: 0;
  transform: translateY(30px);
}

.advantage-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.advantage-card:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-8px) scale(1.02);
}

.advantage-icon {
  font-size: 3em;
  color: var(--success-color);
  margin-bottom: 1em;
  background: #e8f5e8;
  border-radius: 50%;
  padding: 0.5em;
  box-shadow: 0 4px 16px rgba(102,187,106,0.12);
  transition: all 0.3s ease;
}

.advantage-card:hover .advantage-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(102,187,106,0.2);
}

.cta-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}

.cta-section h2 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
  animation: fadeInUp 0.8s ease-out;
}

.footer {
  background: #2c3e50;
  color: #fff;
  padding: 2rem 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  width: 32px;
  height: 32px;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  color: #95a5a6;
  font-size: 0.9em;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 0.6s ease-in-out;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-container {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .features-grid, .advantages-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 600px) {
  .navbar {
    padding: 0 1rem;
  }
  
  .brand-logo {
    font-size: 1.4rem;
  }
  
  .logo-svg {
    width: 36px;
    height: 36px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-logo {
    width: 150px;
    height: 150px;
  }
  
  .features, .advantages, .cta-section {
    padding: 3rem 0 2rem 0;
  }
  
  .feature-card, .advantage-card {
    padding: 2em 1.5em 1.5em 1.5em;
  }
  
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  
  .container {
    padding: 0 1rem;
  }
}

/* Styles pour la page de politique de confidentialité */
.privacy-section {
  padding: 4rem 0;
  background: var(--background);
  min-height: 100vh;
}

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: var(--shadow-medium);
  line-height: 1.6;
}

.privacy-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  text-align: center;
}

.privacy-date {
  text-align: center;
  color: #666;
  font-style: italic;
  margin-bottom: 3rem;
  font-size: 0.9rem;
}

.privacy-section-content {
  margin-bottom: 2.5rem;
}

.privacy-section-content h2 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--primary-light);
  padding-bottom: 0.5rem;
}

.privacy-section-content h3 {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem 0;
}

.privacy-section-content p {
  margin-bottom: 1rem;
  color: #444;
}

.privacy-section-content ul {
  margin: 1rem 0;
  padding-left: 2rem;
}

.privacy-section-content li {
  margin-bottom: 0.5rem;
  color: #444;
}

.privacy-section-content strong {
  color: var(--primary-color);
  font-weight: 600;
}

.contact-info {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid var(--primary-color);
  margin-top: 1rem;
}

.contact-info p {
  margin-bottom: 0.5rem;
}

.contact-info a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Responsive pour la page de confidentialité */
@media (max-width: 768px) {
  .privacy-content {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }
  
  .privacy-title {
    font-size: 2rem;
  }
  
  .privacy-section-content h2 {
    font-size: 1.3rem;
  }
  
  .privacy-section-content h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .privacy-content {
    padding: 1.5rem 1rem;
  }
  
  .privacy-title {
    font-size: 1.8rem;
  }
}

