.choco-about * { box-sizing: border-box; margin: 0; padding: 0; }
.choco-about { font-family: 'Nunito', sans-serif; color: #2C0A0E; max-width: 860px; margin: 0 auto; }
.choco-about a { color: #7D1A3A; font-weight: 600; text-decoration: none; }
.choco-about a:hover { text-decoration: underline; }

.choco-hero { background: #7D1A3A; border-radius: 20px; padding: 48px 40px 56px; text-align: center; position: relative; overflow: hidden; margin-bottom: 48px; }
.choco-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.04); }
.choco-hero::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,255,255,0.03); }
.choco-logo-wrap { position: relative; z-index: 2; margin-bottom: 20px; }
.choco-logo { width: 130px; height: 130px; object-fit: cover; border-radius: 50%; border: 4px solid #C9A227; box-shadow: 0 0 0 6px rgba(201,162,39,0.2); display: block; margin: 0 auto; }
.choco-hero-tag { position: relative; z-index: 2; display: inline-block; background: #C9A227; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 6px 16px; border-radius: 40px; margin-bottom: 16px; }
.choco-hero h1 { position: relative; z-index: 2; font-family: 'Playfair Display', serif; font-size: clamp(30px, 5vw, 50px); color: #fff; line-height: 1.15; margin-bottom: 8px; }
.choco-hero h1 span { color: #C9A227; }
.choco-hero-sub { position: relative; z-index: 2; color: rgba(255,255,255,0.7); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.choco-hero p { position: relative; z-index: 2; color: rgba(255,255,255,0.85); font-size: 17px; line-height: 1.7; max-width: 540px; margin: 0 auto; }

.choco-nombre { background: #F2ECD8; border-left: 5px solid #C9A227; border-radius: 0 16px 16px 0; padding: 36px 40px; margin-bottom: 36px; }
.choco-nombre h2 { font-family: 'Playfair Display', serif; font-size: 26px; color: #7D1A3A; margin-bottom: 16px; }
.choco-nombre p { font-size: 16px; line-height: 1.8; color: #4A2C1A; margin-bottom: 12px; }

.choco-mision { background: #2C0A0E; border-radius: 20px; padding: 48px 40px; margin-bottom: 36px; }
.choco-mision h2 { font-family: 'Playfair Display', serif; font-size: 26px; color: #C9A227; margin-bottom: 6px; }
.choco-mision .subtitle { color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 28px; }
.choco-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.choco-check { display: flex; align-items: flex-start; gap: 12px; }
.choco-check-icon { width: 28px; height: 28px; background: #7D1A3A; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.choco-check-icon svg { width: 14px; height: 14px; }
.choco-check p { color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.5; }

.choco-secciones-title { font-family: 'Playfair Display', serif; font-size: 28px; color: #7D1A3A; text-align: center; margin-bottom: 6px; }
.choco-secciones-sub { text-align: center; color: #6A5040; font-size: 15px; margin-bottom: 28px; }
.choco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 36px; }
.choco-card { background: #fff; border: 1.5px solid #E8D5C0; border-radius: 16px; padding: 26px 22px; transition: transform .2s, box-shadow .2s; }
.choco-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(125,26,58,0.1); }
.choco-card-tag { display: inline-block; background: #F2ECD8; color: #7D1A3A; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-bottom: 10px; }
.choco-card h3 { font-family: 'Playfair Display', serif; font-size: 17px; color: #7D1A3A; margin-bottom: 8px; }
.choco-card h3 a { color: #7D1A3A; }
.choco-card p { font-size: 14px; line-height: 1.7; color: #4A3020; }
.choco-card-teal { border-left: 3px solid #1A9D8F; }
.choco-card-teal .choco-card-tag { background: #E0F5F2; color: #0E7A6E; }
.choco-card-teal h3, .choco-card-teal h3 a { color: #0E7A6E; }
.choco-tianguis { background: #7D1A3A; border: none; }
.choco-tianguis .choco-card-tag { background: rgba(255,255,255,0.15); color: #C9A227; }
.choco-tianguis h3, .choco-tianguis h3 a { color: #C9A227; }
.choco-tianguis p { color: rgba(255,255,255,0.85); }
.tianguis-items { margin-top: 12px; display: flex; flex-direction: column; gap: 7px; }
.tianguis-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.85); }
.tianguis-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

.choco-equipo { background: #fff; border-radius: 20px; padding: 40px; margin-bottom: 36px; border: 1.5px solid #E8D5C0; }
.choco-equipo h2 { font-family: 'Playfair Display', serif; font-size: 26px; color: #7D1A3A; margin-bottom: 24px; text-align: center; }
.choco-equipo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.choco-persona { display: flex; gap: 14px; align-items: flex-start; }
.choco-persona-avatar { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 800; color: #fff; flex-shrink: 0; }
.choco-persona h4 { font-family: 'Playfair Display', serif; font-size: 15px; color: #4B3F31; margin-bottom: 2px; }
.choco-persona p { font-size: 12px; color: #7A6652; line-height: 1.5; }

.choco-porque { background: #C8B89A; border-radius: 20px; padding: 48px 40px; margin-bottom: 36px; text-align: center; }
.choco-porque h2 { font-family: 'Playfair Display', serif; font-size: 26px; color: #2C0A0E; margin-bottom: 20px; }
.choco-porque p { font-size: 16px; line-height: 1.8; color: #3A2010; margin-bottom: 12px; max-width: 580px; margin-left: auto; margin-right: auto; }
.choco-badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.choco-badge { background: #fff; border: 1.5px solid #2C0A0E; border-radius: 40px; padding: 8px 18px; font-size: 13px; font-weight: 700; color: #2C0A0E; }

.choco-cta { background: #2C4A3E; border-radius: 20px; padding: 48px 40px; text-align: center; }
.choco-cta h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: #fff; margin-bottom: 8px; }
.choco-cta > p { color: rgba(255,255,255,0.7); font-size: 15px; margin-bottom: 28px; }
.choco-cta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; }
.choco-cta-item { background: rgba(255,255,255,0.08); border-radius: 12px; padding: 16px 12px; transition: background .2s; text-decoration: none; display: block; }
.choco-cta-item:hover { background: rgba(255,255,255,0.14); text-decoration: none; }
.choco-cta-item span { font-size: 24px; display: block; margin-bottom: 6px; }
.choco-cta-item p { font-size: 13px; color: rgba(255,255,255,0.85); margin: 0; }
.choco-btn { display: inline-block; padding: 14px 32px; border-radius: 40px; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .2s; }
.choco-btn:hover { transform: scale(1.05); text-decoration: none; }
.choco-btn-gold { background: #C9A227; color: #fff; }
.choco-btn-white { background: #fff; color: #7D1A3A; }
.choco-contact a { color: #C9A227; font-weight: 700; font-size: 16px; text-decoration: none; display: block; margin-bottom: 6px; }
.choco-tagline { margin-top: 28px; font-family: 'Playfair Display', serif; font-size: 22px; color: #C9A227; }
.cta-label { font-size: 13px; color: #C9A227; display: block; margin-top: 4px; font-weight: 600; }

@media (max-width: 600px) {
  .choco-hero { padding: 36px 20px 44px; }
  .choco-nombre, .choco-mision, .choco-porque, .choco-cta, .choco-equipo { padding: 28px 20px; }
  .choco-grid, .choco-checks, .choco-equipo-grid { grid-template-columns: 1fr; }
  .choco-cta-grid { grid-template-columns: 1fr 1fr; }
}
