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

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9fafb;
}

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

/* Header */
.header {
  background-color: #dc2626;
  color: white;
  padding: 1rem 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo {
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.brand h1 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}

.brand p {
  color: #fecaca;
  font-size: 0.875rem;
  font-weight: 300;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.btn-yellow {
  background-color: #eab308;
  color: black;
}

.btn-yellow:hover {
  background-color: #ca8a04;
}

.btn-red {
  background-color: #dc2626;
  color: white;
}

.btn-red:hover {
  background-color: #b91c1c;
}

.btn-large {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}

.btn-full {
  width: 100%;
}

/* Offer Banner */
.offer-banner {
  background-color: #eab308;
  text-align: center;
  padding: 0.5rem;
}

.offer-badge {
  background-color: #ca8a04;
  color: black;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 0.875rem;
}

/* Hero Section */
.hero {
  background-color: #dc2626;
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.hero h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hero h3 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #fbbf24;
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  font-size: 0.875rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Pricing Alert */
.pricing-alert {
  background-color: #fffbeb;
  border-left: 4px solid #fbbf24;
  margin: 2rem 1rem;
  border-radius: 0.375rem;
}

.alert-content {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.alert-icon {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.alert-content h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

.alert-content p {
  color: #374151;
  font-weight: 300;
}

/* Email Signup */
.email-signup {
  background-color: white;
  padding: 3rem 0;
  margin: 2rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 2px solid #fecaca;
}

.signup-content {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

.signup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.mail-icon {
  font-size: 1.5rem;
}

.signup-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #111827;
}

.signup-content p {
  color: #6b7280;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 24rem;
  margin: 0 auto;
}

.signup-form input {
  padding: 0.75rem;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  font-size: 1rem;
}

.signup-form input:focus {
  outline: none;
  border-color: #dc2626;
}

.success-message {
  text-align: center;
}

.success-text {
  color: #059669;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.success-message p {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 300;
}

/* Sections */
.pizzas,
.beverages {
  padding: 4rem 0;
}

.beverages {
  background-color: white;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

.section-header p {
  color: #6b7280;
  font-weight: 300;
}

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

.pizza-card {
  background-color: white;
  border: 2px solid #fecaca;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: border-color 0.2s;
}

.pizza-card:hover {
  border-color: #fca5a5;
}

.pizza-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pizza-header h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
}

.badge {
  background-color: #fecaca;
  color: #991b1b;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.pizza-description {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.protein-info {
  color: #059669;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.pizza-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.pricing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #dc2626;
}

.original-price {
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 300;
}

.savings {
  color: #059669;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Beverage Grid */
.beverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.beverage-card {
  background-color: white;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  transition: border-color 0.2s;
}

.beverage-card:hover {
  border-color: #fca5a5;
}

.beverage-icon {
  width: 3rem;
  height: 3rem;
  background-color: #fecaca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-size: 1.25rem;
}

.beverage-card h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.beverage-price {
  color: #dc2626;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.beverage-description {
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 300;
}

/* CTA Section */
.cta {
  background-color: #dc2626;
  color: white;
  padding: 4rem 0;
  margin: 0 1rem;
  border-radius: 0.5rem;
  text-align: center;
}

.cta h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.cta-subtitle {
  color: #fecaca;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 1rem;
}

/* Footer */
.footer {
  background-color: #f3f4f6;
  padding: 3rem 0;
  margin-top: 2rem;
}

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

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-logo {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #dc2626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
}

.footer-section h4 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

.footer-section p {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-info .info-item {
  color: #6b7280;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-links {
  margin-top: 1rem;
}

.social-link {
  color: #ec4899;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

.social-link:hover {
  color: #be185d;
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
}

.footer-bottom p {
  font-weight: 300;
  margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero h2 {
    font-size: 2rem;
  }

  .hero h3 {
    font-size: 1.5rem;
  }

  .hero-info {
    flex-direction: column;
    gap: 0.5rem;
  }

  .signup-form {
    flex-direction: column;
  }

  .pizza-footer {
    flex-direction: column;
    align-items: stretch;
  }

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

@media (max-width: 480px) {
  .header-content {
    flex-direction: column;
    text-align: center;
  }

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

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