@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;

}

.email-container {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.header {
  background: linear-gradient(135deg, #be011d 0%, #8b0115 100%);
  color: white;
  padding: 30px 40px;
  text-align: center;
}

.header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.header p {
  margin: 10px 0 0 0;
  font-size: 14px;
  opacity: 0.9;
  font-weight: 300;
}

.content {
  padding: 40px;
}

.greeting {
  font-size: 18px;
  color: #be011d;
  margin-bottom: 20px;
  font-weight: 600;
}

h2 {
  color: #be011d;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f4f4f5;
}

h3 {
  color: #3f3f46;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info-box {
  background-color: #fafafa;
  border-left: 4px solid #be011d;
  padding: 15px 20px;
  margin: 15px 0;
  border-radius: 4px;
}

.info-box p {
  margin: 5px 0;
}

.info-box h3 {
  margin-top: 0;
  color: #be011d;
}

.code-access {
  background-color: #be011d;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
}

.price-highlight {
  background-color: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 15px 20px;
  margin: 15px 0;
  border-radius: 4px;
  font-weight: 500;
}

.email-container ul {
  list-style: none;
  padding-left: 0;
}

.email-container ul li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}

.email-container ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #be011d;
  font-weight: bold;
  font-size: 18px;
  background-color: inherit !important;
}

.tarif-item {
  background-color: #fafafa;
  padding: 12px 15px;
  margin: 8px 0;
  border-radius: 6px;
  border-left: 3px solid #be011d;
  font-weight: 500;
}

.tarif-item strong {
  color: #be011d;
}

.tarif-item em {
  font-style: normal;
  color: #71717a;
  font-weight: 400;
}

.contact-info {
  background-color: #fafafa;
  padding: 20px;
  margin: 25px 0;
  border-radius: 8px;
  text-align: center;
}

.contact-info p {
  margin: 10px 0;
}

.contact-info a {
  color: #be011d;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-info a:hover {
  color: #8b0115;
}

.signature {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #f4f4f5;
  color: #71717a;
}

.signature strong {
  color: #be011d;
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.signature p {
  margin: 5px 0;
}

.footer {
  background-color: #fafafa;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #71717a;
  font-style: italic;
}

.transport-icon {
  display: inline-block;
  background-color: #be011d;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
  font-weight: 600;
}

.icon-text {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

strong {
  font-weight: 600;
}

p {
  margin: 10px 0;
}

@media only screen and (max-width: 600px) {
  .content {
    padding: 20px;
  }

  .header {
    padding: 20px;
  }

  h2 {
    font-size: 18px;
  }
}
