/* Nutrición Saludable MX - Mexican Warm Theme */
/* Terracotta & Coral Color Scheme */

:root {
  --terracotta: #c15b3e;
  --terracotta-dark: #8b3a2a;
  --terracotta-light: #e8a590;
  --coral: #f47c7c;
  --coral-light: #ffb6b6;
  --sand: #f5e6d3;
  --warm-white: #fffbf7;
  --dark-brown: #4a3728;
  --gray: #8b7355;
  --light-gray: #f2e8dc;
  --shadow-sm: 0 1px 3px rgba(74, 55, 40, 0.08);
  --shadow-md: 0 4px 12px rgba(74, 55, 40, 0.1);
  --shadow-lg: 0 8px 24px rgba(74, 55, 40, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--dark-brown);
  background-color: var(--warm-white);
  line-height: 1.6;
  font-weight: 400;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: var(--dark-brown);
}

h1 {
  font-size: 3rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2.25rem;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
  color: var(--dark-brown);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* Container */
.edmmwcdh {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--warm-white);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  padding: 16px 0;
}

.header .edmmwcdh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f84m03jx {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--terracotta);
  display: flex;
  align-items: center;
  gap: 8px;
}

.v2tf9qf6 {
  width: 32px;
  height: 32px;
  background: var(--terracotta);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm-white);
  font-size: 18px;
}

.nav {
  display: flex;
  gap: 32px;
}

.r5o16t4y {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--dark-brown);
  position: relative;
}

.r5o16t4y:hover {
  color: var(--terracotta);
}

.r5o16t4y::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--terracotta);
  transition: width 0.3s ease;
}

.r5o16t4y:hover::after {
  width: 100%;
}

/* Hero Section */
.td0p91bt {
  padding: 160px 0 100px;
  background: linear-gradient(135deg, var(--warm-white) 0%, var(--sand) 100%);
}

.td0p91bt .edmmwcdh {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.kum099wx {
  max-width: 540px;
}

.vxlfgd3r {
  margin-bottom: 24px;
  color: var(--dark-brown);
}

.vxlfgd3r span {
  color: var(--terracotta);
}

.fkx1sp00 {
  font-size: 1.125rem;
  color: var(--dark-brown);
  margin-bottom: 32px;
  line-height: 1.7;
}

.baioorv5 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

/* Buttons */
.j064fqy8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tng5i4t3 {
  background: var(--terracotta);
  color: var(--warm-white);
}

.tng5i4t3:hover {
  background: var(--terracotta-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.fygx9h91 {
  background: var(--warm-white);
  color: var(--terracotta);
  border: 2px solid var(--terracotta);
}

.fygx9h91:hover {
  background: var(--terracotta);
  color: var(--warm-white);
}

/* Section Styles */
.section {
  padding: 100px 0;
}

.t0ghxyww {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.abm8ed9x {
  margin-bottom: 16px;
}

.wuyyci4d {
  font-size: 1.125rem;
  color: var(--gray);
}

/* Pilar Nutrisi Section */
.pilar-nutrisi,
.xmuw4brp {
  background: var(--warm-white);
}

.dlqjhh47 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.a8f5b7tr {
  background: var(--warm-white);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--light-gray);
  transition: all 0.3s ease;
}

.a8f5b7tr:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.kbhdd7ky {
  width: 64px;
  height: 64px;
  background: var(--light-gray);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--terracotta);
  font-size: 28px;
}

.a8f5b7tr h3 {
  margin-bottom: 16px;
  color: var(--terracotta);
}

.a8f5b7tr p {
  color: var(--gray);
  line-height: 1.7;
}

/* Ejemplo Menú Diario Section */
.afedcakn {
  background: linear-gradient(135deg, var(--sand) 0%, var(--warm-white) 100%);
}

.km18nkkc {
  background: var(--warm-white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  max-width: 900px;
  margin: 0 auto;
}

.hcwatmm7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.j3tt8e07 {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.n4g94gyu {
  padding: 48px;
}

.n4g94gyu h3 {
  color: var(--terracotta);
  margin-bottom: 24px;
  font-size: 1.75rem;
}

.yeih6v0n {
  list-style: none;
  margin-bottom: 32px;
}

.wlr0clvw {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}

.wlr0clvw:last-child {
  border-bottom: none;
}

.vf4suzqw {
  width: 40px;
  height: 40px;
  background: var(--light-gray);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta);
  font-size: 18px;
  flex-shrink: 0;
}

.r7ccgxi2 h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.r7ccgxi2 p {
  font-size: 0.875rem;
  color: var(--gray);
}

.uxtb7jb0 {
  display: flex;
  gap: 16px;
}

/* FAQ Section */
.mt5e4oe3 {
  background: var(--warm-white);
}

.ze7p4v3v {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.b0zmlr43 {
  background: var(--warm-white);
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.b0zmlr43:hover {
  border-color: var(--terracotta);
  box-shadow: var(--shadow-sm);
}

.uowz5hu8 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.xfqgskxx {
  width: 32px;
  height: 32px;
  background: var(--terracotta);
  color: var(--warm-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.uowz5hu8 h4 {
  font-size: 1.125rem;
  color: var(--dark-brown);
}

.jb9ncvza {
  padding-left: 48px;
  color: var(--gray);
  line-height: 1.7;
}

/* Consulta Personal Section */
.e1e1oazd {
  background: linear-gradient(
    135deg,
    var(--terracotta) 0%,
    var(--terracotta-dark) 100%
  );
}

.e1e1oazd .abm8ed9x,
.e1e1oazd .wuyyci4d {
  color: var(--warm-white);
}

.e1e1oazd .wuyyci4d {
  opacity: 0.9;
}

.s0qd3217 {
  background: var(--warm-white);
  border-radius: 24px;
  padding: 48px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.vbc8o8vc {
  margin-bottom: 24px;
}

.vbc8o8vc label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--dark-brown);
  margin-bottom: 8px;
}

.vbc8o8vc input {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  color: var(--dark-brown);
  transition: all 0.3s ease;
}

.vbc8o8vc input:focus {
  outline: none;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(193, 91, 62, 0.1);
}

.vbc8o8vc input::placeholder {
  color: var(--gray);
}

.o84cjybi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.s0qd3217 .j064fqy8 {
  width: 100%;
}

/* Footer */
.footer {
  background: var(--dark-brown);
  color: var(--warm-white);
  padding: 60px 0 30px;
}

.y9taox59 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
}

.l1xbl0a2 h3 {
  color: var(--warm-white);
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.l1xbl0a2 p {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 16px;
}

.hwqvbqif {
  color: var(--warm-white);
  font-size: 1rem;
  margin-bottom: 20px;
}

.kfwelc36 {
  list-style: none;
}

.kfwelc36 li {
  margin-bottom: 12px;
}

.kfwelc36 a {
  color: var(--gray);
  transition: color 0.3s ease;
}

.kfwelc36 a:hover {
  color: var(--terracotta-light);
}

.hoz0bkg7 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hoz0bkg7 p {
  color: var(--gray);
  font-size: 0.875rem;
}

.st6nows6 {
  display: flex;
  gap: 16px;
}

.st6nows6 a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm-white);
  transition: all 0.3s ease;
}

.st6nows6 a:hover {
  background: var(--terracotta);
}

/* Modal */
.u4ssj3pm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dhn472v2 {
  background: var(--warm-white);
  border-radius: 24px;
  padding: 48px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.s6gdn959 {
  width: 80px;
  height: 80px;
  background: var(--light-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: var(--terracotta);
  font-size: 40px;
}

.dhn472v2 h2 {
  color: var(--terracotta);
  margin-bottom: 16px;
}

.dhn472v2 p {
  color: var(--gray);
  margin-bottom: 32px;
  line-height: 1.7;
}

.dhn472v2 .j064fqy8 {
  min-width: 160px;
}

/* Legal Pages */
.tfud7kti {
  padding: 120px 0 60px;
}

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

.s8qnnysj h1 {
  margin-bottom: 32px;
  color: var(--emerald);
}

.s8qnnysj h2 {
  margin: 32px 0 16px;
  font-size: 1.5rem;
}

.s8qnnysj p {
  margin-bottom: 16px;
  color: var(--gray);
  line-height: 1.8;
}

.s8qnnysj ul {
  margin: 16px 0;
  padding-left: 24px;
  color: var(--gray);
}

.s8qnnysj li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.itp0xn1t {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--emerald);
  font-weight: 600;
  margin-bottom: 32px;
}

.itp0xn1t:hover {
  color: var(--emerald-dark);
}

/* Responsive */
@media (max-width: 992px) {
  .td0p91bt .edmmwcdh {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .kum099wx {
    max-width: 100%;
  }

  .baioorv5 {
    height: 400px;
  }

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

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

  .j3tt8e07 {
    min-height: 300px;
  }

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

  .y9taox59 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .nav {
    display: none;
  }

  .td0p91bt {
    padding: 120px 0 60px;
  }

  .section {
    padding: 60px 0;
  }

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

  .hoz0bkg7 {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .edmmwcdh {
    padding: 0 16px;
  }

  .baioorv5 {
    height: 300px;
  }

  .n4g94gyu {
    padding: 32px 24px;
  }

  .konsultasi-form {
    padding: 32px 24px;
  }

  .dhn472v2 {
    padding: 32px 24px;
  }
}
